#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
cmd/go's tests flake when the network is having trouble (or the servers on the other end are).
This should only happen on the longtest builders.
This issue gathers reports so we can watch the frequency.
Comment From: gopherbot
Found new matching flaky dashboard failures for:
#!watchflakes
post <- pkg == "cmd/go" && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`fatal: unable to connect to vcs-test.golang.org:`)
2022-08-11 17:53 linux-386-longtest go@a526ec15 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:44603/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (12.82s)
script_test.go:270:
# (2022-08-11T18:26:27Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (12.690s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
2022-08-11 17:53 linux-amd64-longtest go@a526ec15 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:38525/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.65s)
script_test.go:270:
# (2022-08-11T18:18:03Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
--- FAIL: TestScript/mod_gopkg_unstable (10.79s)
script_test.go:270:
# (2022-08-11T18:19:59Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
go: added gopkg.in/dummy.v2-unstable v2.0.0
> cp x.go.txt x.go
...
> [!net] skip
> [!exec:git] skip
> env GOPROXY=direct
> env GOSUMDB=off
> go get gopkg.in/macaroon-bakery.v2-unstable/bakery
[stderr]
go: gopkg.in/macaroon-bakery.v2-unstable/bakery: unrecognized import path "gopkg.in/macaroon-bakery.v2-unstable": reading https://gopkg.in/macaroon-bakery.v2-unstable?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-macaroon-bakery/macaroon-bakery.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:15: unexpected command failure
2022-08-17 15:12 linux-386-longtest go@16c2b361 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:46851/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (19.81s)
script_test.go:270:
# (2022-08-17T15:46:44Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
--- FAIL: TestScript/mod_gopkg_unstable (26.23s)
script_test.go:270:
# (2022-08-17T15:47:31Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
go: added gopkg.in/dummy.v2-unstable v2.0.0
> cp x.go.txt x.go
...
go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
go: downloading golang.org/x/net v0.0.0-20220812174116-3211cb980234
go: downloading github.com/golang/protobuf v1.5.2
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: github.com/juju/loggo@v1.0.0 requires
gopkg.in/check.v1@v1.0.0-20160105164936-4f90aeace3a2: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:15: unexpected command failure
2022-08-17 16:11 linux-386-longtest go@ea6cb02a cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:37491/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_gopkg_unstable (37.65s)
script_test.go:270:
# (2022-08-17T16:49:38Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
...
go: added google.golang.org/protobuf v1.26.0
go: added gopkg.in/errgo.v1 v1.0.1
go: added gopkg.in/macaroon-bakery.v2-unstable v2.0.0-20171026135619-38b77b89a624
go: added gopkg.in/macaroon.v2 v2.1.0
> go list -m all
[stderr]
go: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:16: unexpected command failure
2022-08-17 17:39 linux-amd64-longtest go@9b988c90 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:45977/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (16.20s)
script_test.go:270:
# (2022-08-17T18:05:20Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
--- FAIL: TestScript/mod_gopkg_unstable (58.80s)
script_test.go:270:
# (2022-08-17T18:05:40Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
go: added gopkg.in/dummy.v2-unstable v2.0.0
> cp x.go.txt x.go
...
18:06:31.991705 http.c:715 <= Recv header: Content-Length: 207
18:06:31.991718 http.c:703 <= Recv header, 0000000041 bytes (0x00000029)
18:06:31.991722 http.c:715 <= Recv header: Content-Type: text/plain; charset=utf-8
18:06:31.991728 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:06:31.991732 http.c:715 <= Recv header:
18:06:31.991750 http.c:756 == Info: Connection #0 to host gopkg.in left intact
remote: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
fatal: unable to access 'https://gopkg.in/check.v1/': The requested URL returned error: 502
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:16: unexpected command failure
2022-08-17 17:39 linux-amd64-longtest go@04d8c232 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:35563/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_gopkg_unstable (40.46s)
script_test.go:270:
# (2022-08-17T18:05:45Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
...
go: added google.golang.org/protobuf v1.26.0
go: added gopkg.in/errgo.v1 v1.0.1
go: added gopkg.in/macaroon-bakery.v2-unstable v2.0.0-20171026135619-38b77b89a624
go: added gopkg.in/macaroon.v2 v2.1.0
> go list -m all
[stderr]
go: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:16: unexpected command failure
2022-09-01 23:18 linux-amd64-longtest go@a74d46d8 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:42783/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/gopath_moved_repo (14.21s)
script_test.go:282:
# (2022-09-01T23:45:35Z)
# Test that 'go get -u' reports packages whose VCS configurations do not
# match their import paths. (0.000s)
# We need to execute a custom Go program to break the config files.
#
# git will ask for a username and password when we run 'go get -d -f -u',
...
23:45:50.045526 http.c:715 <= Recv header: x-frame-options: DENY
23:45:50.045531 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:45:50.045536 http.c:715 <= Recv header:
23:45:50.045566 http.c:756 == Info: Connection #0 to host github.com left intact
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/rsc/pdfXXX/'
package rsc.io/pdf: exit status 1
[exit status 1]
> [exec:git] stderr 'is a custom import path for'
FAIL: testdata/script/gopath_moved_repo.txt:26: no match for `(?m)is a custom import path for` found in stderr
2022-09-06 11:14 linux-386-longtest go@1c504843 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:46597/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_invalid_version (34.21s)
script_test.go:282:
# (2022-09-06T11:47:55Z)
# Regression test for golang.org/issue/27173: if the user (or go.mod file)
# requests a pseudo-version that does not match both the module path and commit
# metadata, reject it with a helpful error message.
#
# TODO(bcmills): Replace the github.com/pierrec/lz4 examples with something
...
--- FAIL: TestScript/get_insecure_env (4.04s)
script_test.go:282:
# (2022-09-06T11:48:47Z)
# GOPATH: Set up (0.000s)
# GOPATH: Try go get -d of HTTP-only repo (should fail). (0.141s)
# GOPATH: Try again with invalid GOINSECURE (should fail). (0.066s)
# GOPATH: Try with correct GOINSECURE (should succeed). (3.837s)
> env GOINSECURE=insecure.go-get-issue-15410.appspot.com/pkg/p
> go get -d insecure.go-get-issue-15410.appspot.com/pkg/p
[stderr]
...
11:49:12.150329 http.c:756 == Info: GnuTLS recv error (-110): The TLS connection was non-properly terminated.
�b
11:49:12.150364 http.c:756 == Info: Failed receiving HTTP2 data
b
11:49:12.150381 http.c:756 == Info: Failed sending HTTP2 data
11:49:12.150389 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/rsc/sampler/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
package rsc.io/sampler: exit status 128
[exit status 1]
FAIL: testdata/script/govcs.txt:153: unexpected command failure
2022-09-06 21:53 linux-386-longtest go@86f8b8d3 cmd/go.TestIssue11457 (log)
go test proxy running at GOPROXY=http://127.0.0.1:38493/mod
--- FAIL: TestIssue11457 (0.19s)
go_test.go:1004: running testgo [get -d -u rsc.io/go-get-issue-11457]
go_test.go:1004: standard error:
go_test.go:1004: package rsc.io/go-get-issue-11457: unrecognized import path "rsc.io/go-get-issue-11457": https fetch: Get "https://rsc.io/go-get-issue-11457?go-get=1": dial tcp [2001:4860:4802:32::15]:443: connect: network is unreachable
go_test.go:1004: go [get -d -u rsc.io/go-get-issue-11457] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2022-09-07 05:37 linux-386-longtest go@c011270f cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:33035/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/govcs (0.38s)
script_test.go:282:
# (2022-09-07T06:09:41Z)
# GOVCS stops go get (0.048s)
# public pattern works (0.015s)
# private pattern works (0.007s)
# other patterns work (for more patterns, see TestGOVCS) (0.026s)
# bad patterns are reported (for more bad patterns, see TestGOVCSErrors) (0.035s)
# bad GOVCS patterns do not stop commands that do not need to check VCS (0.124s)
# svn is disallowed by default (0.011s)
# fossil is disallowed by default (0.007s)
# bzr is disallowed by default (0.006s)
# git is OK by default (0.097s)
> env GOVCS=
> env GONOSUMDB='*'
> [net] [exec:git] [!short] go get rsc.io/sampler
[stderr]
go: unrecognized import path "rsc.io/sampler": https fetch: Get "https://rsc.io/sampler?go-get=1": dial tcp [2001:4860:4802:32::15]:443: connect: network is unreachable
[exit status 1]
FAIL: testdata/script/govcs.txt:70: unexpected command failure
2022-09-09 00:28 linux-386-longtest go@3c33c3b3 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:32793/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.05s)
script_test.go:282:
# (2022-09-09T01:03:47Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (12.894s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
2022-09-09 01:04 linux-386-longtest go@76c94eb7 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:33995/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.07s)
script_test.go:282:
# (2022-09-09T01:44:42Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (12.932s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
2022-09-09 01:04 linux-amd64-longtest go@76c94eb7 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:38211/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (17.74s)
script_test.go:282:
# (2022-09-09T01:36:29Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (17.655s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
2022-09-15 20:02 linux-amd64-longtest go@a2973914 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:45665/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/govcs (0.46s)
script_test.go:282:
# (2022-09-15T20:25:50Z)
# GOVCS stops go get (0.023s)
# public pattern works (0.025s)
# private pattern works (0.015s)
# other patterns work (for more patterns, see TestGOVCS) (0.049s)
# bad patterns are reported (for more bad patterns, see TestGOVCSErrors) (0.023s)
# bad GOVCS patterns do not stop commands that do not need to check VCS (0.074s)
# svn is disallowed by default (0.021s)
# fossil is disallowed by default (0.016s)
# bzr is disallowed by default (0.017s)
# git is OK by default (0.189s)
> env GOVCS=
> env GONOSUMDB='*'
> [net] [exec:git] [!short] go get rsc.io/sampler
[stderr]
go: unrecognized import path "rsc.io/sampler": https fetch: Get "https://rsc.io/sampler?go-get=1": dial tcp [2001:4860:4802:38::15]:443: connect: network is unreachable
[exit status 1]
FAIL: testdata/script/govcs.txt:70: unexpected command failure
— watchflakes
Comment From: gopherbot
Found new matching flaky dashboard failures for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-07-18 15:58 linux-amd64-longtest go@c0c1bbde cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/vcs-test.golang.org_go_mod_gitrepo1/v2.3.4+incompatible (30.02s)
coderepo_test.go:599: repoStat("v2.3.4+incompatible"): unrecognized import path "vcs-test.golang.org/go/mod/gitrepo1": https fetch: Get "https://vcs-test.golang.org/go/mod/gitrepo1?go-get=1": dial tcp 35.184.38.56:443: i/o timeout, wanted "resolves to version v2.0.1+incompatible (v2.3.4 is not a tag)"
--- FAIL: TestCodeRepo/vcs-test.golang.org_go_v2module_v2/v2.0.0 (30.01s)
coderepo_test.go:603: repo.Stat("v2.0.0"): unrecognized import path "vcs-test.golang.org/go/v2module/v2": https fetch: Get "https://vcs-test.golang.org/go/v2module/v2?go-get=1": dial tcp 35.184.38.56:443: i/o timeout
--- FAIL: TestCodeRepo/vcs-test.golang.org_go_mod_gitrepo1/master (27.21s)
coderepo_test.go:603: repo.Stat("master"): unrecognized import path "vcs-test.golang.org/go/mod/gitrepo1": https fetch: Get "https://vcs-test.golang.org/go/mod/gitrepo1?go-get=1": dial tcp 35.184.38.56:443: i/o timeout
2022-07-19 20:07 linux-amd64-longtest go@176b63e7 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:46359/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/get_legacy (150.13s)
script_test.go:270:
# (2022-07-19T20:32:30Z)
# This test was converted from a test in vendor_test.go (which no longer exists).
# That seems to imply that it's about vendoring semantics, but the test doesn't
# use 'go -mod=vendor' (and none of the fetched repos have vendor folders).
# The test still seems to be useful as a test of direct-mode go get. (150.126s)
> [short] skip
...
/workdir/go/src/github.com/myitcv/vgo_example_compat/sub (from $GOROOT)
$WORK/tmp/d2/src/github.com/myitcv/vgo_example_compat/sub (from $GOPATH)
cannot find package "github.com/myitcv/vgo_example_compat/v2" in any of:
/workdir/go/src/github.com/myitcv/vgo_example_compat/v2 (from $GOROOT)
$WORK/tmp/d2/src/github.com/myitcv/vgo_example_compat/v2 (from $GOPATH)
cannot find package "github.com/myitcv/vgo_example_compat/v2/sub" in any of:
/workdir/go/src/github.com/myitcv/vgo_example_compat/v2/sub (from $GOROOT)
$WORK/tmp/d2/src/github.com/myitcv/vgo_example_compat/v2/sub (from $GOPATH)
[exit status 1]
FAIL: testdata/script/get_legacy.txt:43: unexpected command failure
2022-07-25 20:44 linux-amd64-longtest go@24dc27a3 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:38787/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_pseudo_cache (100.99s)
script_test.go:270:
# (2022-07-25T21:09:09Z)
# Regression test for golang.org/issue/27171: after resolving an older
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (13.233s)
# If GOPROXY is 'off', lookups should use whatever pseudo-version is available. (0.009s)
# If we can re-resolve the commit to a pseudo-version, fetching the commit by
...
--- FAIL: TestScript/mod_invalid_version (131.15s)
script_test.go:270:
# (2022-07-25T21:09:13Z)
# Regression test for golang.org/issue/27173: if the user (or go.mod file)
# requests a pseudo-version that does not match both the module path and commit
# metadata, reject it with a helpful error message.
#
# TODO(bcmills): Replace the github.com/pierrec/lz4 examples with something
# equivalent on vcs-test.golang.org.
# An incomplete commit hash is not a valid semantic version,
...
21:09:42.770989 http.c:715 <= Recv header: x-xss-protection: 0
21:09:42.770991 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
21:09:42.770993 http.c:715 <= Recv header: date: Mon, 25 Jul 2022 21:09:42 GMT
21:09:42.770996 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
21:09:42.770998 http.c:715 <= Recv header:
21:11:24.308643 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: early EOF
fatal: index-pack failed
[exit status 1]
FAIL: testdata/script/mod_invalid_version.txt:24: unexpected command failure
2022-08-04 14:47 linux-386-longtest go@ab0a94c6 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:39145/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/gopath_moved_repo (3.81s)
script_test.go:270:
# (2022-08-04T15:25:17Z)
# Test that 'go get -u' reports packages whose VCS configurations do not
# match their import paths. (0.000s)
# We need to execute a custom Go program to break the config files.
#
# git will ask for a username and password when we run 'go get -d -f -u',
# so we also need to set GIT_ASKPASS. Conveniently, a single binary can
# perform both tasks! (0.735s)
# Test that 'go get -u' reports moved git packages. (2.949s)
# Test that 'go get -u' reports moved Mercurial packages. (0.128s)
> [exec:hg] go get -d vcs-test.golang.org/go/custom-hg-hello
[stderr]
package vcs-test.golang.org/go/custom-hg-hello: unrecognized import path "vcs-test.golang.org/go/custom-hg-hello": https fetch: Get "https://vcs-test.golang.org/go/custom-hg-hello/?go-get=1": stream error: stream ID 3; INTERNAL_ERROR; received from peer
[exit status 1]
FAIL: testdata/script/gopath_moved_repo.txt:33: unexpected command failure
2022-08-08 17:29 linux-amd64-longtest go@9903ab54 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:42355/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/get_legacy (0.24s)
script_test.go:270:
# (2022-08-08T17:53:22Z)
# This test was converted from a test in vendor_test.go (which no longer exists).
# That seems to imply that it's about vendoring semantics, but the test doesn't
# use 'go -mod=vendor' (and none of the fetched repos have vendor folders).
# The test still seems to be useful as a test of direct-mode go get. (0.243s)
> [short] skip
...
17:53:22.423466 http.c:715 => Send header:
17:53:22.423499 http.c:756 == Info: We are completely uploaded and fine
17:53:22.423868 http.c:756 == Info: HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
17:53:22.423892 http.c:756 == Info: stopped the pause stream!
17:53:22.423903 http.c:756 == Info: Connection #0 to host vcs-test.golang.org left intact
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
fatal: the remote end hung up unexpectedly
package vcs-test.golang.org/git/modlegacy1-old.git/p1: exit status 128
[exit status 1]
FAIL: testdata/script/get_legacy.txt:11: unexpected command failure
2022-08-12 18:15 linux-386-longtest go@b6f87b07 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.30s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (10.30s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2/abc?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
2022-08-17 15:12 linux-amd64-longtest go@16c2b361 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (10.36s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2/abc?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.10s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body)
2022-08-17 16:08 linux-386-longtest go@bd1bff4e cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_check.v1/20d25e280405 (12.55s)
coderepo_test.go:603: repo.Stat("20d25e280405"): gopkg.in/check.v1@20d25e280405: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /workdir/tmp/gitrepo-test-2243804362/cache/vcs/9241c28341fcedca6a799ab7a465dd6924dc5d94044cbfabb75778817250adfc: exit status 128:
remote: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
fatal: unable to access 'https://gopkg.in/check.v1/': The requested URL returned error: 502
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.10s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (10.31s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2/abc?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
2022-08-17 16:26 linux-amd64-longtest go@014f0e82 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/v2.1 (10.31s)
coderepo_test.go:603: repo.Stat("v2.1"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest (9.65s)
coderepo_test.go:603: repo.Stat("latest"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_check.v1/20d25e280405 (10.41s)
coderepo_test.go:603: repo.Stat("20d25e280405"): unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.40s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-yaml/yaml.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-17 16:26 linux-amd64-longtest go@014f0e82 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.22s)
--- FAIL: TestCodeRepoVersions/parallel (0.00s)
--- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
coderepo_test.go:824: Versions(""): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-17 17:47 linux-386-longtest go@7e7ecf5c cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest (10.36s)
coderepo_test.go:603: repo.Stat("latest"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/v2.1 (9.82s)
coderepo_test.go:603: repo.Stat("v2.1"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-17 17:47 linux-386-longtest go@7e7ecf5c cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.24s)
--- FAIL: TestCodeRepoVersions/parallel (0.00s)
--- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
coderepo_test.go:824: Versions(""): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-18 19:12 linux-386-longtest go@0eb56ca4 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:46133/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_invalid_version (32.24s)
script_test.go:282:
# (2022-08-18T19:45:51Z)
# Regression test for golang.org/issue/27173: if the user (or go.mod file)
# requests a pseudo-version that does not match both the module path and commit
# metadata, reject it with a helpful error message.
#
# TODO(bcmills): Replace the github.com/pierrec/lz4 examples with something
...
# A +incompatible suffix is not allowed on a version that is actually compatible. (0.917s)
# The pseudo-version for a commit after a tag with a non-matching major version
# should instead be based on the last matching tag. (14.624s)
> cp go.mod.orig go.mod
> go mod edit -require github.com/pierrec/lz4@473cd7ce01a1
> go list -m github.com/pierrec/lz4
[stdout]
github.com/pierrec/lz4 v0.0.0-20190131084431-473cd7ce01a1
> stdout 'github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1'
FAIL: testdata/script/mod_invalid_version.txt:186: no match for `(?m)github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1` found in stdout
2022-09-09 20:29 windows-amd64-longtest go@54182ff5 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:54144/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_proxy_errors (0.07s)
script_test.go:282:
# (2022-09-09T21:03:34Z)
# Server responses should be truncated to some reasonable number of lines.
# (For now, exactly eight.) (0.041s)
> ! go list -m vcs-test.golang.org/auth/ormanylines@latest
[stderr]
go: vcs-test.golang.org/auth/ormanylines@latest: unrecognized import path "vcs-test.golang.org/auth/ormanylines": https fetch: Get "https://vcs-test.golang.org/auth/ormanylines?go-get=1": dial tcp: lookup vcs-test.golang.org: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
[exit status 1]
> stderr '\tserver response:\n(.|\n)*\tline 8\n\t\[Truncated: too many lines.\]$'
FAIL: testdata\script\mod_proxy_errors.txt:10: no match for `(?m)\tserver response:\n(.|\n)*\tline 8\n\t\[Truncated: too many lines.\]$` found in stderr
2022-09-15 21:10 linux-amd64-longtest go@e7a2014f cmd/go/internal/modload.TestQuery (log)
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQuery (0.00s)
--- FAIL: TestQuery/vcs-test.golang.org_git_querytest.git/
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-08-17 13:56 linux-amd64-longtest go@d09c6ac4 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.10s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (10.10s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2/abc?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
2022-08-17 16:08 linux-amd64-longtest go@bd1bff4e cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:33573/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_gopkg_unstable (24.92s)
script_test.go:270:
# (2022-08-17T16:31:45Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
...
go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
go: downloading golang.org/x/net v0.0.0-20220812174116-3211cb980234
go: downloading github.com/golang/protobuf v1.5.2
go: downloading gopkg.in/errgo.v1 v1.0.1
go: downloading gopkg.in/macaroon.v2 v2.1.0
go: github.com/juju/loggo@v1.0.0 requires
gopkg.in/check.v1@v1.0.0-20160105164936-4f90aeace3a2: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:15: unexpected command failure
2022-08-17 16:11 linux-amd64-longtest go@ea6cb02a cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (11.15s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2/d670f940 (10.30s)
coderepo_test.go:603: repo.Stat("d670f940"): unrecognized import path "gopkg.in/yaml.v2": reading https://gopkg.in/yaml.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body)
2022-08-17 16:26 linux-386-longtest go@014f0e82 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_yaml.v2_abc/ (10.36s)
coderepo_test.go:599: repoStat(""): unrecognized import path "gopkg.in/yaml.v2/abc": reading https://gopkg.in/yaml.v2/abc?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: error reading from GitHub: net/http: request canceled (Client.Timeout exceeded while reading body), wanted "invalid module path \"gopkg.in/yaml.v2/abc\""
2022-08-17 17:17 linux-386-longtest go@2a0327b8 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:37317/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.57s)
script_test.go:270:
# (2022-08-17T17:49:16Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
--- FAIL: TestScript/mod_gopkg_unstable (45.88s)
script_test.go:270:
# (2022-08-17T17:49:43Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
go: added gopkg.in/dummy.v2-unstable v2.0.0
> cp x.go.txt x.go
...
go: added google.golang.org/protobuf v1.26.0
go: added gopkg.in/errgo.v1 v1.0.1
go: added gopkg.in/macaroon-bakery.v2-unstable v2.0.0-20171026135619-38b77b89a624
go: added gopkg.in/macaroon.v2 v2.1.0
> go list -m all
[stderr]
go: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:16: unexpected command failure
2022-08-17 17:19 linux-amd64-longtest go@edfeea01 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/v2.1 (10.41s)
coderepo_test.go:603: repo.Stat("v2.1"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
--- FAIL: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest (8.45s)
coderepo_test.go:603: repo.Stat("latest"): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-17 17:19 linux-amd64-longtest go@edfeea01 cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.25s)
--- FAIL: TestCodeRepoVersions/parallel (0.00s)
--- FAIL: TestCodeRepoVersions/parallel/gopkg.in_natefinch_lumberjack.v2 (0.00s)
coderepo_test.go:824: Versions(""): unrecognized import path "gopkg.in/natefinch/lumberjack.v2": reading https://gopkg.in/natefinch/lumberjack.v2?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/natefinch/lumberjack.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
2022-08-17 17:39 linux-amd64-longtest go@ce7aae50 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:44427/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_gopkg_unstable (10.38s)
script_test.go:270:
# (2022-08-17T18:05:21Z)
> env GO111MODULE=on
> cp go.mod.empty go.mod
> go get gopkg.in/dummy.v2-unstable
[stderr]
go: downloading gopkg.in/dummy.v2-unstable v2.0.0
go: added gopkg.in/dummy.v2-unstable v2.0.0
> cp x.go.txt x.go
> cp go.mod.empty go.mod
> go list
[stdout]
m
> [!net] skip
> [!exec:git] skip
> env GOPROXY=direct
> env GOSUMDB=off
> go get gopkg.in/macaroon-bakery.v2-unstable/bakery
[stderr]
go: gopkg.in/macaroon-bakery.v2-unstable/bakery: unrecognized import path "gopkg.in/macaroon-bakery.v2-unstable": reading https://gopkg.in/macaroon-bakery.v2-unstable?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-macaroon-bakery/macaroon-bakery.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_gopkg_unstable.txt:15: unexpected command failure
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-09-27 21:10 linux-386-longtest go@4360fd8d cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:43583/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.38s)
script_test.go:282:
# (2022-09-27T22:25:00Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (13.259s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
2022-09-27 21:14 linux-amd64-longtest go@3b5188ed cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:36693/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_replace_gopkgin (13.01s)
script_test.go:282:
# (2022-09-27T22:26:18Z)
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (12.818s)
> cd 4-to-4
$WORK/gopath/src/4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": reading https://gopkg.in/check.v1?go-get=1: 502 Bad Gateway
server response: Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-check/check.git/info/refs?service=git-upload-pack: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[exit status 1]
FAIL: testdata/script/mod_replace_gopkgin.txt:20: unexpected command failure
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-10-25 16:51 netbsd-386-9_0 go@2bdb5c57 cmd/go.TestNeedVersion (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54475
https://vcs-test.golang.org rerouted to https://127.0.0.1:54474
go test proxy running at GOPROXY=http://127.0.0.1:54473/mod
panic: test timed out after 9m0s
syscall.Syscall6(0x1, 0x2bae, 0x9692e40, 0x10020, 0x0, 0x0, 0x0)
/tmp/workdir/go/src/syscall/asm_unix_386.s:43 +0x5 fp=0x9692e18 sp=0x9692e14 pc=0x80c48a5
os.wait6(0x1, 0x2bae, 0x10020)
/tmp/workdir/go/src/os/wait6_netbsd.go:16 +0x57 fp=0x9692e4c sp=0x9692e18 pc=0x80f8907
os.(*Process).blockUntilWaitable(0x93eb0e0)
/tmp/workdir/go/src/os/wait_wait6.go:20 +0x31 fp=0x9692e68 sp=0x9692e4c pc=0x80f8961
os.(*Process).wait(0x93eb0e0)
/tmp/workdir/go/src/os/exec_unix.go:22 +0x28 fp=0x9692ea4 sp=0x9692e68 pc=0x80f1288
os.(*Process).Wait(...)
/tmp/workdir/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0x96aa9c0)
/tmp/workdir/go/src/os/exec/exec.go:887 +0x36 fp=0x9692edc sp=0x9692ea4 pc=0x81a2916
os/exec.(*Cmd).Run(0x96aa9c0)
/tmp/workdir/go/src/os/exec/exec.go:587 +0x43 fp=0x9692eec sp=0x9692edc pc=0x81a1653
cmd/go_test.(*testgoData).doRun(0x920c540, {0x978b5b0, 0x2, 0x2})
/tmp/workdir/go/src/cmd/go/go_test.go:496 +0x25c fp=0x9692f34 sp=0x9692eec pc=0x8643ffc
cmd/go_test.(*testgoData).runFail(0x920c540, {0x978b5b0, 0x2, 0x2})
/tmp/workdir/go/src/cmd/go/go_test.go:522 +0x47 fp=0x9692f68 sp=0x9692f34 pc=0x86444d7
cmd/go_test.TestNeedVersion(0x92305a0)
/tmp/workdir/go/src/cmd/go/go_test.go:2112 +0x161 fp=0x9692f9c sp=0x9692f68 pc=0x8651c41
testing.tRunner(0x92305a0, 0x879d764)
2022-10-29 04:48 netbsd-amd64-9_0 go@e09bbaec cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54373
https://vcs-test.golang.org rerouted to https://127.0.0.1:54372
go test proxy running at GOPROXY=http://127.0.0.1:54371/mod
--- FAIL: TestScript (0.09s)
--- FAIL: TestScript/embed (467.53s)
script_test.go:134: 2022-10-29T05:00:51Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2324867501/tmpdir1260639308/embed236303454
script_test.go:154:
# go list shows patterns and files (0.900s)
# build embeds x.txt (0.361s)
...
r12 0x7f7fcb7ff398
r13 0x0
r14 0xc0005b6680
r15 0xc000531c00
rip 0x46dfa3
rflags 0x247
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: embed.txt:70: go build -x: exit status 2
2022-10-31 20:54 netbsd-386-9_0 go@e8ec68ed cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54162
https://vcs-test.golang.org rerouted to https://127.0.0.1:54161
go test proxy running at GOPROXY=http://127.0.0.1:54160/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/test_shuffle (483.81s)
script_test.go:134: 2022-10-31T21:08:38Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2941969142/tmpdir3998068139/test_shuffle196298402
script_test.go:154:
# Shuffle order of tests and benchmarks
# Run tests (4.523s)
...
edi 0x90000fc
esi 0x2
ebp 0xffffffff
esp 0xb0ddfe3c
eip 0x80b3b67
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: test_shuffle.txt:52: go test -v -bench=. -shuffle=43 foo_test.go: exit status 2
2022-11-02 18:15 netbsd-386-9_0 go@581a822a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54239
https://vcs-test.golang.org rerouted to https://127.0.0.1:54238
go test proxy running at GOPROXY=http://127.0.0.1:54237/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/test_chatty_fail (461.10s)
script_test.go:134: 2022-11-02T18:29:22Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-487039867/tmpdir449343842/test_chatty_fail4073702858
script_test.go:154:
# Run chatty tests. Assert on CONT lines. (461.097s)
> ! go test chatty_test.go -v
[stderr]
SIGQUIT: quit
PC=0x80b3b67 m=13 sigcode=0
eax 0x4
ebx 0x9382b40
ecx 0x9382b40
edx 0x9301b00
edi 0x9000000
esi 0x2
ebp 0x0
esp 0xb0bdfe3c
eip 0x80b3b67
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
[exit status 2]
script_test.go:154: FAIL: test_chatty_fail.txt:2: context deadline exceeded
2022-11-03 15:15 linux-386-longtest go@582a6c2d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35481
https://vcs-test.golang.org rerouted to https://127.0.0.1:37103
go test proxy running at GOPROXY=http://127.0.0.1:43613/mod
2022/11/03 15:53:15 http: TLS handshake error from 127.0.0.1:54874: EOF
2022/11/03 15:54:07 http: TLS handshake error from 127.0.0.1:59208: EOF
2022/11/03 15:54:07 http: TLS handshake error from 127.0.0.1:59224: EOF
2022/11/03 15:54:07 http: TLS handshake error from 127.0.0.1:59262: EOF
2022/11/03 15:54:07 http: TLS handshake error from 127.0.0.1:59272: EOF
2022/11/03 15:54:07 http: TLS handshake error from 127.0.0.1:59312: EOF
2022/11/03 15:54:09 http: TLS handshake error from 127.0.0.1:59356: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_replace_gopkgin (106.57s)
script_test.go:134: 2022-11-03T15:53:13Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2897199197/tmpdir1050944012/mod_replace_gopkgin3368784600
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
15:54:55.057387 http.c:715 <= Recv header: x-frame-options: SAMEORIGIN
15:54:55.057392 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
15:54:55.057397 http.c:715 <= Recv header: x-xss-protection: 0
15:54:55.057401 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
15:54:55.057405 http.c:715 <= Recv header: date: Thu, 03 Nov 2022 15:54:55 GMT
15:54:55.057410 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:54:55.057414 http.c:715 <= Recv header:
15:54:55.057477 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/sys/': The requested URL returned error: 502
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-03 19:40 netbsd-386-9_0 go@c065bc70 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54578
https://vcs-test.golang.org rerouted to https://127.0.0.1:54577
go test proxy running at GOPROXY=http://127.0.0.1:54576/mod
--- FAIL: TestScript (0.10s)
--- FAIL: TestScript/install_dep_version (471.27s)
script_test.go:134: 2022-11-03T19:55:50Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-3385413267/tmpdir867176163/install_dep_version4174078832
script_test.go:154:
# Regression test for Issue #54908. When running a go install module@version
# with --mod=readonly moduleInfo was not setting the GoVersion for the module
...
edi 0xb1fefebc
esi 0x693cae6a
ebp 0xd0
esp 0xb1fef744
eip 0x80b3be7
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: install_dep_version.txt:6: go install --mod=readonly example.com/depends/on/generics@v1.0.0: exit status 2
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-10-21 15:01 linux-amd64-longtest-race go@2b21a27f cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:45773/mod
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/mod_missing_repo (179.52s)
script_test.go:302:
# (2022-11-10T17:46:04Z)
# Regression test for golang.org/issue/34094: modules hosted within gitlab.com
# subgroups could not be fetched because the server returned bogus go-import
# tags for prefixes of the module path. (179.521s)
> [!net] skip
> [!exec:git] skip
...
--- FAIL: TestScript/govcs (64.61s)
script_test.go:302:
# (2022-11-10T17:48:02Z)
# GOVCS stops go get (0.084s)
# public pattern works (0.047s)
# private pattern works (0.036s)
# other patterns work (for more patterns, see TestGOVCS) (0.087s)
# bad patterns are reported (for more bad patterns, see TestGOVCSErrors) (0.059s)
# bad GOVCS patterns do not stop commands that do not need to check VCS (0.231s)
# svn is disallowed by default (0.029s)
...
x
vcs-test.golang.org/git/prefixtagtests.git/sub v0.0.10
> stdout '^vcs-test.golang.org/git/prefixtagtests.git/sub v0.0.10$'
> go get -u vcs-test.golang.org/git/prefixtagtests.git/sub@master
[stderr]
go: vcs-test.golang.org/git/prefixtagtests.git/sub@master: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/e451b59ee62e623cdb2396e820b4c1bc9a211927958999ea4f0cc7a47ed1ab04: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_get_pseudo_prefix.txt:23: unexpected command failure
2022-10-21 16:23 linux-amd64-longtest-race go@867babe1 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:37763/mod
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/gopath_moved_repo (94.79s)
script_test.go:302:
# (2022-11-10T17:43:01Z)
# Test that 'go get -u' reports packages whose VCS configurations do not
# match their import paths. (0.000s)
# We need to execute a custom Go program to break the config files.
#
# git will ask for a username and password when we run 'go get -d -f -u',
...
--- FAIL: TestScript/mod_get_fossil (60.16s)
script_test.go:302:
# (2022-11-10T17:43:38Z)
# Regression test for 'go get' to ensure repositories
# provided by fossil v2.12 and up are able to be fetched
# and parsed correctly.
# Verifies golang.org/issue/42323. (0.000s)
# 'go get' for the fossil repo will fail if fossil
# is unable to determine your fossil user. Easiest
# way to set it for use by 'go get' is specifying
...
# (2022-11-10T17:43:44Z)
# golang.org/issue/34383: if a module path ends in a major-version suffix,
# ensure that 'direct' mode can resolve the package to a module. (452.582s)
> go get vcs-test.golang.org/git/v3pkg.git/v3@v3.0.0
[stderr]
go: vcs-test.golang.org/git/v3pkg.git/v3@v3.0.0: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/bc2240a77a153ec058bb99ee8e8263c466d4e30be80e596871cb8e3091a7b279: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_get_major.txt:11: unexpected command failure
2022-10-25 03:34 linux-amd64-longtest-race go@55eaae45 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:34829/mod
--- FAIL: TestScript (0.14s)
--- FAIL: TestScript/mod_get_fossil (60.31s)
script_test.go:118: 2022-11-10T17:51:23Z
script_test.go:120: $WORK=/workdir/tmp/cmd-go-test-3166731501/tmpdir3679752474/mod_get_fossil2498558234
script_test.go:138:
> [!net] skip
[condition not met]
> [!exec:fossil] skip
[condition not met]
...
--- FAIL: TestScript/mod_download_insecure_redirect (121.09s)
script_test.go:118: 2022-11-10T17:51:48Z
script_test.go:120: $WORK=/workdir/tmp/cmd-go-test-3166731501/tmpdir3679752474/mod_download_insecure_redirect2950959006
script_test.go:138:
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE). (0.249s)
# insecure host (120.837s)
> env GOINSECURE=vcs-test.golang.org
> go clean -modcache
> go mod download vcs-test.golang.org/insecure/go/insecure@latest
[stderr]
...
# master is a merge commit with both tags as parents
#
# The pseudo-version hence sorts immediately after v0.2.2 rather
# than v0.2.1, even though the v0.2.2 tag is not on master. (454.239s)
> go get vcs-test.golang.org/git/tagtests.git@master
[stderr]
go: vcs-test.golang.org/git/tagtests.git@master: invalid version: git ls-remote -q origin in /workdir/tmp/cmd-go-test-3166731501/tmpdir3679752474/mod_get_pseudo_other_branch741382023/gopath/pkg/mod/cache/vcs/8c9f0c2a9f95cd56bcb6fd6857ca992bb64e10f3a5accdc972d61e272582b6df: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
script_test.go:138: FAIL: mod_get_pseudo_other_branch.txt:20: go get vcs-test.golang.org/git/tagtests.git@master: exit status 1
2022-10-25 16:49 linux-amd64-longtest-race go@90a67d05 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36059
https://vcs-test.golang.org rerouted to https://127.0.0.1:40367
go test proxy running at GOPROXY=http://127.0.0.1:34113/mod
2022/11/10 17:50:44 http: TLS handshake error from 127.0.0.1:51004: read tcp 127.0.0.1:40367->127.0.0.1:51004: read: connection reset by peer
2022/11/10 17:51:03 http: TLS handshake error from 127.0.0.1:46530: EOF
2022/11/10 17:51:03 http: TLS handshake error from 127.0.0.1:46502: EOF
==================
WARNING: DATA RACE
Write at 0x00c00021e818 by goroutine 14469:
cmd/go/internal/vcweb.(*Server).HandleScript.func1()
...
--- FAIL: TestScript (0.17s)
--- FAIL: TestScript/mod_auth (0.41s)
script_test.go:134: 2022-11-10T17:51:12Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1270676920/tmpdir3796699320/mod_auth3453790026
script_test.go:154:
> [!net] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
> env GOSUMDB=off
...
> env GOPROXY=direct
> env GOSUMDB=off
# Regression test for golang.org/issue/27171: after resolving an older
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (60.678s)
# If GOPROXY is 'off', lookups should use whatever pseudo-version is available. (0.086s)
# If we can re-resolve the commit to a pseudo-version, fetching the commit by
# hash should use the highest such pseudo-version appropriate to the commit. (73.716s)
# If GOPROXY is 'off', lookups should use the highest pseudo-version in the cache. (0.114s)
testing.go:1374: race detected during execution of test
2022-10-26 00:11 linux-amd64-longtest-race go@3dc13023 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37005
https://vcs-test.golang.org rerouted to https://127.0.0.1:43457
go test proxy running at GOPROXY=http://127.0.0.1:39081/mod
2022/11/10 17:51:39 http: TLS handshake error from 127.0.0.1:38008: EOF
2022/11/10 17:51:39 http: TLS handshake error from 127.0.0.1:37992: EOF
2022/11/10 17:51:39 http: TLS handshake error from 127.0.0.1:38016: EOF
2022/11/10 17:51:39 http: TLS handshake error from 127.0.0.1:38056: read tcp 127.0.0.1:43457->127.0.0.1:38056: read: connection reset by peer
2022/11/10 17:51:39 http: TLS handshake error from 127.0.0.1:38042: read tcp 127.0.0.1:43457->127.0.0.1:38042: read: connection reset by peer
==================
WARNING: DATA RACE
...
--- FAIL: TestScript (0.16s)
--- FAIL: TestScript/gcflags_patterns (9.97s)
script_test.go:134: 2022-11-10T17:53:02Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-870516378/tmpdir2527758096/gcflags_patterns159141515
script_test.go:154:
> env GO111MODULE=off
> [!compiler:gc] skip 'using -gcflags and -ldflags'
[condition not met]
> [short] skip
[condition not met]
...
# to the equivalent +incompatible version, not a pseudo-version with a different
# major version. (16.868s)
# 'go get' for a mismatched major version with a go.mod file should error out,
# not resolve to a pseudo-version with a different major version. (0.487s)
# An invalid +incompatible suffix for a canonical version should error out,
# not resolve to a pseudo-version.
#
# TODO(bcmills): The "outside" view for this failure mode is missing its import stack.
# Figure out why and fix it. (1.030s)
testing.go:1374: race detected during execution of test
2022-10-26 22:20 linux-amd64-longtest-race go@ed24b37f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38953
https://vcs-test.golang.org rerouted to https://127.0.0.1:41287
go test proxy running at GOPROXY=http://127.0.0.1:32981/mod
2022/11/10 17:54:40 http: TLS handshake error from 127.0.0.1:51400: read tcp 127.0.0.1:41287->127.0.0.1:51400: read: connection reset by peer
2022/11/10 17:54:41 http: TLS handshake error from 127.0.0.1:51422: EOF
2022/11/10 17:54:41 http: TLS handshake error from 127.0.0.1:51406: EOF
2022/11/10 17:54:41 http: TLS handshake error from 127.0.0.1:51456: read tcp 127.0.0.1:41287->127.0.0.1:51456: read: connection reset by peer
--- FAIL: TestScript (0.16s)
--- FAIL: TestScript/test_fuzz_mutator (2477.54s)
script_test.go:134: 2022-11-10T17:53:23Z
...
fuzz: elapsed: 40m51s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m54s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m57s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m0s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m3s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m6s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m9s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m12s, execs: 111 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m15s, execs: 111 (0/sec), new interesting: 0 (total: 1)
script_test.go:154: FAIL: test_fuzz_mutator.txt:12: go test -fuzz=FuzzA -fuzztime=100x -parallel=1 -log=fuzz: signal: killed
2022-10-28 14:23 linux-amd64-longtest-race go@99862cd5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40667
https://vcs-test.golang.org rerouted to https://127.0.0.1:46617
go test proxy running at GOPROXY=http://127.0.0.1:40687/mod
2022/11/10 17:41:00 http: TLS handshake error from 127.0.0.1:55654: read tcp 127.0.0.1:46617->127.0.0.1:55654: read: connection reset by peer
==================
WARNING: DATA RACE
Read at 0x00c0000cc118 by goroutine 6204:
cmd/go/internal/vcweb.(*Server).overview.func1()
/workdir/go/src/cmd/go/internal/vcweb/vcweb.go:386 +0x1c5
path/filepath.walkDir()
...
--- FAIL: TestScript (0.13s)
--- FAIL: TestScript/mod_load_badzip (0.18s)
script_test.go:134: 2022-11-10T17:41:09Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1717591876/tmpdir3367330983/mod_load_badzip2891737881
script_test.go:154:
# Zip files with unexpected file names inside should be rejected. (0.172s)
testing.go:1429: race detected during execution of test
--- FAIL: TestScript/run_internal (4.28s)
script_test.go:134: 2022-11-10T17:41:05Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1717591876/tmpdir3367330983/run_internal1804142924
...
> env GOPROXY=direct
> env GOSUMDB=off
# Regression test for golang.org/issue/27171: after resolving an older
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (66.064s)
# If GOPROXY is 'off', lookups should use whatever pseudo-version is available. (0.051s)
# If we can re-resolve the commit to a pseudo-version, fetching the commit by
# hash should use the highest such pseudo-version appropriate to the commit. (62.349s)
# If GOPROXY is 'off', lookups should use the highest pseudo-version in the cache. (0.068s)
testing.go:1429: race detected during execution of test
2022-11-01 16:45 linux-amd64-longtest-race go@5d5ed57b cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:45149/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/mod_get_fossil (60.31s)
script_test.go:270:
# (2022-11-10T17:49:49Z)
# Regression test for 'go get' to ensure repositories
# provided by fossil v2.12 and up are able to be fetched
# and parsed correctly.
# Verifies golang.org/issue/42323. (0.000s)
# 'go get' for the fossil repo will fail if fossil
...
--- FAIL: TestScript/mod_download_insecure_redirect (121.23s)
script_test.go:270:
# (2022-11-10T17:49:44Z)
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE). (0.324s)
# insecure host (120.904s)
> env GOINSECURE=vcs-test.golang.org
> go clean -modcache
> go mod download vcs-test.golang.org/insecure/go/insecure@latest
[stderr]
go: module vcs-test.golang.org/insecure/go/insecure: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/a7b3b292787ccbf8e12c123e56b6ef2645bb1a8765494a8c7c0c4434893b4827: exit status 128:
...
# will output with error:
# go list -m: vcs-test.golang.org/git/gitrepo1.git@v1.2.3: invalid version: unknown revision v1.2.3
# See golang/go#51312. (454.212s)
> go list -m vcs-test.golang.org/git/gitrepo1.git@v1.2.3
[stderr]
go: vcs-test.golang.org/git/gitrepo1.git@v1.2.3: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/08c5f0142cd2ee461695f026a59d62c44cb2a80cbae41f419679e3a566f62bca: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_download_git_decorate_full.txt:23: unexpected command failure
2022-11-07 21:28 linux-amd64-longtest-race go@b417f62b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41365
https://vcs-test.golang.org rerouted to https://127.0.0.1:40659
go test proxy running at GOPROXY=http://127.0.0.1:34829/mod
2022/11/10 17:48:37 http: TLS handshake error from 127.0.0.1:45416: EOF
==================
WARNING: DATA RACE
Write at 0x00c0002513e8 by goroutine 13622:
cmd/go/internal/vcweb.(*Server).HandleScript.func1()
/workdir/go/src/cmd/go/internal/vcweb/vcweb.go:326 +0x17a
cmd/go/internal/vcweb.(*Server).HandleScript()
...
--- FAIL: TestScript (0.16s)
--- FAIL: TestScript/mod_download_insecure_redirect (1.81s)
script_test.go:134: 2022-11-10T17:48:37Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2791995636/tmpdir2302056343/mod_download_insecure_redirect2993231490
script_test.go:154:
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE). (0.080s)
# insecure host (0.746s)
# insecure glob host (0.499s)
# insecure multiple host (0.360s)
# different insecure host does not fetch (0.120s)
...
> env GOPROXY=direct
> env GOSUMDB=off
# Regression test for golang.org/issue/27171: after resolving an older
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (65.793s)
# If GOPROXY is 'off', lookups should use whatever pseudo-version is available. (0.076s)
# If we can re-resolve the commit to a pseudo-version, fetching the commit by
# hash should use the highest such pseudo-version appropriate to the commit. (70.334s)
# If GOPROXY is 'off', lookups should use the highest pseudo-version in the cache. (0.089s)
testing.go:1441: race detected during execution of test
2022-11-08 13:51 netbsd-386-9_0 go@5b42f89e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54633
https://vcs-test.golang.org rerouted to https://127.0.0.1:54632
go test proxy running at GOPROXY=http://127.0.0.1:54631/mod
--- FAIL: TestScript (0.13s)
--- FAIL: TestScript/embed_brackets (456.78s)
script_test.go:134: 2022-11-08T14:07:15Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-138578643/tmpdir3901849774/embed_brackets3768533494
script_test.go:154:
# issue 53314 (456.779s)
> [GOOS:windows] skip
...
edi 0x90000fc
esi 0x2
ebp 0x0
esp 0xb0bffe44
eip 0x80b3a67
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: embed_brackets.txt:4: go build: exit status 2
2022-11-08 14:15 netbsd-amd64-9_0 go@be3184c4 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54053
https://vcs-test.golang.org rerouted to https://127.0.0.1:54052
go test proxy running at GOPROXY=http://127.0.0.1:54051/mod
--- FAIL: TestScript (0.10s)
--- FAIL: TestScript/ldflag (471.81s)
script_test.go:134: 2022-11-08T14:27:41Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-4047430472/tmpdir2378054112/ldflag3862562146
script_test.go:154:
# Issue #42565 (0.000s)
# We can't build package bad, which uses #cgo LDFLAGS. (0.125s)
...
r12 0x0
r13 0x6
r14 0xc0004821a0
r15 0x1000000000
rip 0x46db03
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: ldflag.txt:13: go build: exit status 2
2022-11-14 01:28 netbsd-386-9_0 go@2041bde2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53988
https://vcs-test.golang.org rerouted to https://127.0.0.1:53987
go test proxy running at GOPROXY=http://127.0.0.1:53986/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/mod_install_pkg_version (481.22s)
script_test.go:134: 2022-11-14T01:39:45Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-110463997/tmpdir3469041121/mod_install_pkg_version4231205437
script_test.go:154:
# 'go install pkg@version' works outside a module. (0.530s)
# 'go install pkg@version' reports an error if modules are disabled. (0.014s)
...
edi 0x0
esi 0x2
ebp 0x0
esp 0xb09ffe44
eip 0x80b3af7
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: mod_install_pkg_version.txt:33: go install example.com/cmd/a@latest: exit status 2
2022-11-14 01:28 netbsd-amd64-9_0 go@2041bde2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54559
https://vcs-test.golang.org rerouted to https://127.0.0.1:54558
go test proxy running at GOPROXY=http://127.0.0.1:54557/mod
--- FAIL: TestScript (0.12s)
--- FAIL: TestScript/run_hello_pkg (479.98s)
script_test.go:134: 2022-11-14T01:40:52Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1413911807/tmpdir2409084694/run_hello_pkg1438303973
script_test.go:154:
> go run m/hello
[stderr]
...
r12 0x0
r13 0x1
r14 0xc0004821a0
r15 0x1
rip 0x46db23
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: run_hello_pkg.txt:1: go run m/hello: exit status 2
2022-11-14 05:09 linux-386-longtest go@d092f597 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:42761
https://vcs-test.golang.org rerouted to https://127.0.0.1:33981
go test proxy running at GOPROXY=http://127.0.0.1:35837/mod
2022/11/14 05:47:56 http: TLS handshake error from 127.0.0.1:38986: EOF
2022/11/14 05:48:27 http: TLS handshake error from 127.0.0.1:37450: EOF
2022/11/14 05:48:27 http: TLS handshake error from 127.0.0.1:37412: EOF
2022/11/14 05:48:28 http: TLS handshake error from 127.0.0.1:37428: EOF
2022/11/14 05:48:28 http: TLS handshake error from 127.0.0.1:37466: EOF
2022/11/14 05:48:28 http: TLS handshake error from 127.0.0.1:37474: EOF
2022/11/14 05:48:28 http: TLS handshake error from 127.0.0.1:37490: read tcp 127.0.0.1:33981->127.0.0.1:37490: read: connection reset by peer
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_replace_gopkgin (1484.23s)
script_test.go:134: 2022-11-14T05:47:55Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4269327661/tmpdir3674476494/mod_replace_gopkgin1245759689
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
...
# as replacements for gopkg.in/[…].v4.
# As a special case, we continue to accept those. (2.154s)
# A mismatched gopkg.in path should not be able to replace a different major version. (1025.958s)
> cd ../3-to-gomod-4
> ! go list -m gopkg.in/src-d/go-git.v3
[stderr]
go: gopkg.in/src-d/go-git.v3@v3.2.0: unrecognized import path "gopkg.in/src-d/go-git.v3": https fetch: Get "https://gopkg.in/src-d/go-git.v3?go-get=1": read tcp 10.128.0.91:53628->185.125.188.236:443: read: connection timed out
[exit status 1]
> stderr '^go: gopkg\.in/src-d/go-git\.v3@v3\.2\.0 \(replaced by gopkg\.in/src-d/go-git\.v3@v3\.0\.0-20190801152248-0d1a009cbb60\): version "v3\.0\.0-20190801152248-0d1a009cbb60" invalid: go\.mod has non-\.\.\.\.v3 module path "gopkg\.in/src-d/go-git\.v4" at revision 0d1a009cbb60$'
script_test.go:154: FAIL: mod_replace_gopkgin.txt:38: stderr '^go: gopkg\.in/src-d/go-git\.v3@v3\.2\.0 \(replaced by gopkg\.in/src-d/go-git\.v3@v3\.0\.0-20190801152248-0d1a009cbb60\): version "v3\.0\.0-20190801152248-0d1a009cbb60" invalid: go\.mod has non-\.\.\.\.v3 module path "gopkg\.in/src-d/go-git\.v4" at revision 0d1a009cbb60$': no match for `(?m)^go: gopkg\.in/src-d/go-git\.v3@v3\.2\.0 \(replaced by gopkg\.in/src-d/go-git\.v3@v3\.0\.0-20190801152248-0d1a009cbb60\): version "v3\.0\.0-20190801152248-0d1a009cbb60" invalid: go\.mod has non-\.\.\.\.v3 module path "gopkg\.in/src-d/go-git\.v4" at revision 0d1a009cbb60$` in stderr
2022-11-14 05:09 linux-amd64-longtest-race go@d092f597 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35029
https://vcs-test.golang.org rerouted to https://127.0.0.1:41913
go test proxy running at GOPROXY=http://127.0.0.1:42403/mod
2022/11/14 06:23:36 http: TLS handshake error from 127.0.0.1:39924: EOF
--- FAIL: TestScript (0.16s)
--- FAIL: TestScript/mod_replace_gopkgin (32.86s)
script_test.go:134: 2022-11-14T06:23:28Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2370016582/tmpdir3745845637/mod_replace_gopkgin3595297536
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (32.573s)
> cd 4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": https fetch: Get "https://gopkg.in/check.v1?go-get=1": dial tcp 185.125.188.236:443: i/o timeout
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-14 05:30 linux-386-longtest go@c55d1841 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35463
https://vcs-test.golang.org rerouted to https://127.0.0.1:35205
go test proxy running at GOPROXY=http://127.0.0.1:33381/mod
2022/11/14 06:04:51 http: TLS handshake error from 127.0.0.1:54034: read tcp 127.0.0.1:35205->127.0.0.1:54034: read: connection reset by peer
2022/11/14 06:04:51 http: TLS handshake error from 127.0.0.1:54032: EOF
2022/11/14 06:04:51 http: TLS handshake error from 127.0.0.1:54058: read tcp 127.0.0.1:35205->127.0.0.1:54058: read: connection reset by peer
2022/11/14 06:04:51 http: TLS handshake error from 127.0.0.1:54072: EOF
2022/11/14 06:04:52 http: TLS handshake error from 127.0.0.1:54110: EOF
2022/11/14 06:04:52 http: TLS handshake error from 127.0.0.1:54112: EOF
2022/11/14 06:04:53 http: TLS handshake error from 127.0.0.1:54246: read tcp 127.0.0.1:35205->127.0.0.1:54246: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_replace_gopkgin (33.03s)
script_test.go:134: 2022-11-14T06:04:32Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3807699321/tmpdir4186387784/mod_replace_gopkgin876446953
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (32.877s)
> cd 4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": https fetch: Get "https://gopkg.in/check.v1?go-get=1": dial tcp 185.125.188.113:443: i/o timeout
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-14 05:30 linux-amd64-longtest go@c55d1841 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34377
https://vcs-test.golang.org rerouted to https://127.0.0.1:38467
go test proxy running at GOPROXY=http://127.0.0.1:37731/mod
2022/11/14 05:51:24 http: TLS handshake error from 127.0.0.1:46016: read tcp 127.0.0.1:38467->127.0.0.1:46016: read: connection reset by peer
2022/11/14 05:51:41 http: TLS handshake error from 127.0.0.1:51098: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_replace_gopkgin (1443.23s)
script_test.go:134: 2022-11-14T05:51:22Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4248399153/tmpdir2080099949/mod_replace_gopkgin626830238
script_test.go:154:
...
06:14:43.841084 http.c:756 == Info: After 84469ms connect time, move on!
06:14:43.841131 http.c:756 == Info: connect to 185.125.188.113 port 443 failed: Connection timed out
06:14:43.841156 http.c:756 == Info: Trying 185.125.188.128:443...
06:15:26.084536 http.c:756 == Info: After 42202ms connect time, move on!
06:15:26.084579 http.c:756 == Info: connect to 185.125.188.128 port 443 failed: Connection timed out
06:15:26.084614 http.c:756 == Info: Failed to connect to gopkg.in port 443: Connection timed out
06:15:26.084626 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://gopkg.in/src-d/go-billy.v4/': Failed to connect to gopkg.in port 443: Connection timed out
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-14 18:35 linux-amd64-longtest go@74b6a220 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44011
https://vcs-test.golang.org rerouted to https://127.0.0.1:42077
go test proxy running at GOPROXY=http://127.0.0.1:37365/mod
2022/11/14 19:09:24 http: TLS handshake error from 127.0.0.1:39558: EOF
2022/11/14 19:09:24 http: TLS handshake error from 127.0.0.1:39594: EOF
2022/11/14 19:09:24 http: TLS handshake error from 127.0.0.1:39584: read tcp 127.0.0.1:42077->127.0.0.1:39584: read: connection reset by peer
2022/11/14 19:09:24 http: TLS handshake error from 127.0.0.1:39582: read tcp 127.0.0.1:42077->127.0.0.1:39582: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_dash_t (120.81s)
script_test.go:134: 2022-11-14T19:09:55Z
...
19:11:56.041921 http.c:715 <= Recv header: x-xss-protection: 0
19:11:56.041924 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
19:11:56.041926 http.c:715 <= Recv header: date: Mon, 14 Nov 2022 19:11:56 GMT
19:11:56.041931 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
19:11:56.041933 http.c:715 <= Recv header:
19:11:56.041986 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
package golang.org/x/build/gerrit: exit status 128
script_test.go:154: FAIL: get_dash_t.txt:7: go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b: exit status 1
2022-11-15 23:48 netbsd-amd64-9_0 go@c085c6cb cmd/go.TestIssue22588 (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54055
https://vcs-test.golang.org rerouted to https://127.0.0.1:54054
go test proxy running at GOPROXY=http://127.0.0.1:54053/mod
--- FAIL: TestIssue22588 (460.37s)
go_test.go:2399: running testgo [list -f {{.Stale}}:{{.StaleReason}} runtime]
go_test.go:2399: standard output:
go_test.go:2399: false:
go_test.go:2405: running testgo [list -f={{.Stale}} runtime]
exec.go:146: test timed out while running command: /tmp/workdir/tmp/cmd-go-test-4046611502/tmpdir730608668/testbin/go list -f={{.Stale}} runtime
...
r14 0xc000190ea0
r15 0x7f7ff7e50000
rip 0x46dcc3
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
go_test.go:2405: go [list -f={{.Stale}} runtime] failed unexpectedly in /tmp/workdir/go/src/cmd/go: exit status 2
2022/11/16 00:06:42 unexpected files left in tmpdir: [go-build2147833123]
2022-11-16 19:00 netbsd-amd64-9_0 go@cd9d26f0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54015
https://vcs-test.golang.org rerouted to https://127.0.0.1:54014
go test proxy running at GOPROXY=http://127.0.0.1:54013/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/test_no_tests (469.88s)
script_test.go:134: 2022-11-16T19:13:06Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2349301357/tmpdir4236086723/test_no_tests446898297
script_test.go:154:
# Tests issue #26242 (469.880s)
> go test testnorun
...
r12 0x0
r13 0x4
r14 0xc0005829c0
r15 0x7e5f2b42c000
rip 0x46e603
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: test_no_tests.txt:3: go test testnorun: exit status 2
2022-11-16 21:38 netbsd-386-9_0 go@5bf9aeba cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54273
https://vcs-test.golang.org rerouted to https://127.0.0.1:54272
go test proxy running at GOPROXY=http://127.0.0.1:54271/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/vet (474.19s)
script_test.go:134: 2022-11-16T22:15:17Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-314204183/tmpdir2464553161/vet708466984
script_test.go:154:
# Package with external tests (0.581s)
# With tags (2.126s)
...
edi 0x0
esi 0x2
ebp 0x0
esp 0xaebffe3c
eip 0x80b3e17
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: vet.txt:14: go vet -printf=false m/vetpkg: exit status 2
2022-11-17 03:47 netbsd-386-9_0 go@fee0ab8b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54298
https://vcs-test.golang.org rerouted to https://127.0.0.1:54297
go test proxy running at GOPROXY=http://127.0.0.1:54296/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/list_json_fields (475.33s)
script_test.go:134: 2022-11-17T03:59:14Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-3263124570/tmpdir3010454358/list_json_fields959188139
script_test.go:154:
# Test using -json flag to specify specific fields.
# Test -json produces "full" output by looking for multiple fields present. (0.145s)
# Same thing for -json=true (475.183s)
> go list -json=true .
[stderr]
SIGQUIT: quit
PC=0x80b3e17 m=10 sigcode=0
eax 0x4
ebx 0x93c20f0
ecx 0x93c20f0
edx 0x93c0000
edi 0x90000fc
esi 0x2
ebp 0x0
esp 0xaafefe3c
eip 0x80b3e17
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: list_json_fields.txt:8: go list -json=true .: exit status 2
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-11-17 17:02 netbsd-amd64-9_0 go@cafb49ac cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54262
https://vcs-test.golang.org rerouted to https://127.0.0.1:54261
go test proxy running at GOPROXY=http://127.0.0.1:54260/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/run_vendor (477.44s)
script_test.go:134: 2022-11-17T17:18:05Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2178306399/tmpdir3750758213/run_vendor2899071886
script_test.go:154:
# Run (477.437s)
> env GO111MODULE=off
...
r12 0x0
r13 0x5
r14 0xc00058c1a0
r15 0x1
rip 0x46e603
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: run_vendor.txt:4: go run hello.go: exit status 2
2022-11-17 18:31 linux-amd64-longtest go@249e51e5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40311
https://vcs-test.golang.org rerouted to https://127.0.0.1:40423
go test proxy running at GOPROXY=http://127.0.0.1:34411/mod
2022/11/17 18:59:00 http: TLS handshake error from 127.0.0.1:40988: EOF
2022/11/17 18:59:00 http: TLS handshake error from 127.0.0.1:41002: EOF
2022/11/17 18:59:02 http: TLS handshake error from 127.0.0.1:48258: read tcp 127.0.0.1:40423->127.0.0.1:48258: read: connection reset by peer
2022/11/17 18:59:02 http: TLS handshake error from 127.0.0.1:48252: read tcp 127.0.0.1:40423->127.0.0.1:48252: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_404_meta (83.54s)
script_test.go:134: 2022-11-17T18:59:31Z
...
19:00:53.397903 http.c:715 <= Recv header: date: Thu, 17 Nov 2022 19:00:53 GMT
19:00:53.397906 http.c:703 <= Recv header, 0000000091 bytes (0x0000005b)
19:00:53.397910 http.c:715 <= Recv header: cross-origin-opener-policy-report-only: same-origin; report-to="gfe-default_product_name"
19:00:53.397914 http.c:703 <= Recv header, 0000000153 bytes (0x00000099)
19:00:53.397918 http.c:715 <= Recv header: report-to: {"group":"gfe-default_product_name","max_age":2592000,"endpoints":[{"url":"https://csp.withgoogle.com/csp/report-to/default_product_name"}]}
19:00:53.397922 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
19:00:53.397924 http.c:715 <= Recv header:
19:00:53.397966 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/sync/': The requested URL returned error: 502
script_test.go:154: FAIL: get_404_meta.txt:12: go get bazil.org/fuse/fs/fstestutil: exit status 1
2022-11-17 18:53 netbsd-amd64-9_0 go@5f7abeca cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54237
https://vcs-test.golang.org rerouted to https://127.0.0.1:54236
go test proxy running at GOPROXY=http://127.0.0.1:54235/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/embed_brackets (471.15s)
script_test.go:134: 2022-11-17T19:11:43Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1762418862/tmpdir1434918582/embed_brackets3657044899
script_test.go:154:
# issue 53314 (471.147s)
> [GOOS:windows] skip
...
r12 0x0
r13 0x3
r14 0xc000282d00
r15 0x77f56e089000
rip 0x46e603
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: embed_brackets.txt:4: go build: exit status 2
2022-11-17 19:25 netbsd-amd64-9_0 go@b74aaa14 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54084
https://vcs-test.golang.org rerouted to https://127.0.0.1:54083
go test proxy running at GOPROXY=http://127.0.0.1:54082/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/list_symlink_internal (485.59s)
script_test.go:134: 2022-11-17T19:36:50Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2684421935/tmpdir2802966621/list_symlink_internal4291780445
script_test.go:154:
> [!symlink] skip
[condition not met]
...
rip 0x46e603
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
[exit status 2]
[background] go install
[context deadline exceeded]
script_test.go:154: FAIL: list_symlink_internal.txt:18: wait: list_symlink_internal.txt:15: go build: exit status 2
list_symlink_internal.txt:16: go install: context deadline exceeded
2022-11-17 20:52 linux-386-longtest go@3f1bcc58 cmd/go/internal/modload.TestQueryImport (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43161
https://vcs-test.golang.org rerouted to https://127.0.0.1:38667
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (81.71s)
--- FAIL: TestQueryImport/golang.org_x_net_context (73.94s)
import_test.go:81: queryImport(_, "golang.org/x/net/context"): module golang.org/x/net/context: git ls-remote -q origin in /workdir/tmp/modload-test-3868919208/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:
fatal: unable to access 'https://go.googlesource.com/net/': The requested URL returned error: 502
--- FAIL: TestQueryImport/golang.org_x_net (0.00s)
import_test.go:88: queryImport(_, "golang.org/x/net"): error "module golang.org/x/net: git ls-remote -q origin in /workdir/tmp/modload-test-3868919208/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:\n\tfatal: unable to access 'https://go.googlesource.com/net/': The requested URL returned error: 502", want error matching `module golang.org/x/net@.* found \(v[01]\.\d+\.\d+\), but does not contain package golang.org/x/net`
2022-11-17 23:12 netbsd-amd64-9_0 go@d6171c9b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54295
https://vcs-test.golang.org rerouted to https://127.0.0.1:54294
go test proxy running at GOPROXY=http://127.0.0.1:54293/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/install_rebuild_removed (484.22s)
script_test.go:134: 2022-11-17T23:23:49Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1798162286/tmpdir3933662454/install_rebuild_removed816002916
script_test.go:154:
> env GO111MODULE=off
# go command should detect package staleness as source file set changes (0.147s)
...
r12 0x7d14c81ffc48
r13 0x40
r14 0xc00038a1a0
r15 0xc000388000
rip 0x46e623
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: install_rebuild_removed.txt:21: stale mycmd: exit status 2
2022-11-18 00:36 netbsd-amd64-9_0 go@7f75b729 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53958
https://vcs-test.golang.org rerouted to https://127.0.0.1:53957
go test proxy running at GOPROXY=http://127.0.0.1:53956/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/test_match_only_tests (476.11s)
script_test.go:134: 2022-11-18T00:47:53Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-3730591002/tmpdir3157532053/test_match_only_tests2362403212
script_test.go:154:
# Matches only tests (476.108s)
> go test -run Test standalone_test.go
...
r12 0x443020
r13 0x1b
r14 0xc000383d40
r15 0xc000627400
rip 0x46e623
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: test_match_only_tests.txt:2: go test -run Test standalone_test.go: exit status 2
2022-11-18 14:31 netbsd-amd64-9_0 go@1ed636dc cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53996
https://vcs-test.golang.org rerouted to https://127.0.0.1:53995
go test proxy running at GOPROXY=http://127.0.0.1:53994/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/test_main (461.16s)
script_test.go:134: 2022-11-18T14:57:16Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-517240406/tmpdir3536107849/test_main2780349430
script_test.go:154:
# Test TestMain (0.670s)
# Test TestMain sees testing flags (460.482s)
...
r12 0x6
r13 0x7
r14 0xc0003829c0
r15 0x8000000000000
rip 0x46e6a3
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: test_main.txt:8: go test standalone_testmain_flag_test.go: exit status 2
2022-11-19 16:45 linux-386-longtest go@5f60f844 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45181
https://vcs-test.golang.org rerouted to https://127.0.0.1:43235
go test proxy running at GOPROXY=http://127.0.0.1:45355/mod
2022/11/19 17:09:12 http: TLS handshake error from 127.0.0.1:50944: EOF
2022/11/19 17:09:12 http: TLS handshake error from 127.0.0.1:50950: EOF
2022/11/19 17:09:12 http: TLS handshake error from 127.0.0.1:50986: read tcp 127.0.0.1:43235->127.0.0.1:50986: read: connection reset by peer
2022/11/19 17:09:12 http: TLS handshake error from 127.0.0.1:51002: read tcp 127.0.0.1:43235->127.0.0.1:51002: read: connection reset by peer
2022/11/19 17:09:12 http: TLS handshake error from 127.0.0.1:51072: EOF
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/test2json_interrupt (2.39s)
...
{"Time":"2022-11-19T17:08:51.664561426Z","Action":"output","Package":"example","Test":"FuzzInterrupt","Output":" Failing input written to testdata/fuzz/FuzzInterrupt/110c93a88fa18c31\n"}
{"Time":"2022-11-19T17:08:51.664565615Z","Action":"output","Package":"example","Test":"FuzzInterrupt","Output":" To re-run:\n"}
{"Time":"2022-11-19T17:08:51.664569895Z","Action":"output","Package":"example","Test":"FuzzInterrupt","Output":" go test -run=FuzzInterrupt/110c93a88fa18c31\n"}
{"Time":"2022-11-19T17:08:51.664575115Z","Action":"fail","Package":"example","Test":"FuzzInterrupt","Elapsed":0}
{"Time":"2022-11-19T17:08:51.664581566Z","Action":"fail","Package":"example","Test":"FuzzInterrupt","Elapsed":0.07}
{"Time":"2022-11-19T17:08:51.664591635Z","Action":"output","Package":"example","Output":"FAIL\n"}
{"Time":"2022-11-19T17:08:51.665402725Z","Action":"fail","Package":"example","Elapsed":0.103}
[exit status 1]
> stdout -count=1 '"Action":"pass","Package":"example","Test":"FuzzInterrupt"'
script_test.go:154: FAIL: test2json_interrupt.txt:12: stdout -count=1 "Action":"pass","Package":"example","Test":"FuzzInterrupt": found 0 matches for `(?m)"Action":"pass","Package":"example","Test":"FuzzInterrupt"` in stdout
2022-11-19 16:49 netbsd-386-9_0 go@72d2c4c6 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54175
https://vcs-test.golang.org rerouted to https://127.0.0.1:54174
go test proxy running at GOPROXY=http://127.0.0.1:54173/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/test_skip (464.33s)
script_test.go:134: 2022-11-19T17:06:01Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2815377416/tmpdir3998720634/test_skip714005846
script_test.go:154:
> go test -v -run Test -skip T skip_test.go
[stderr]
SIGQUIT: quit
PC=0x80b3eb7 m=12 sigcode=0
eax 0x4
ebx 0x93024b0
ecx 0x93024b0
edx 0x9300240
edi 0x90000fc
esi 0x2
ebp 0x0
esp 0xa21dfe44
eip 0x80b3eb7
eflags 0x247
cs 0x17
fs 0xab
gs 0xb3
script_test.go:154: FAIL: test_skip.txt:1: go test -v -run Test -skip T skip_test.go: exit status 2
2022-11-19 16:50 netbsd-amd64-9_0 go@58a2db18 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54206
https://vcs-test.golang.org rerouted to https://127.0.0.1:54205
go test proxy running at GOPROXY=http://127.0.0.1:54204/mod
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/clean_cache_n (482.63s)
script_test.go:134: 2022-11-19T17:03:13Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2752994719/tmpdir1123916870/clean_cache_n3204852711
script_test.go:154:
# We're testing cache behavior, so start with a clean GOCACHE. (0.000s)
# Build something so that the cache gets populates (482.602s)
...
r12 0x0
r13 0x2
r14 0xc000583520
r15 0xc00001e400
rip 0x46e6a3
rflags 0x203
cs 0x47
fs 0x0
gs 0x0
script_test.go:154: FAIL: clean_cache_n.txt:5: go build main.go: exit status 2
2022-11-19 16:50 windows-amd64-longtest go@58a2db18 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54031
https://vcs-test.golang.org rerouted to https://127.0.0.1:54032
go test proxy running at GOPROXY=http://127.0.0.1:54033/mod
--- FAIL: TestScript (0.15s)
--- FAIL: TestScript/test_fuzz_mutator (2472.10s)
script_test.go:134: 2022-11-19T18:29:47Z
script_test.go:136: $WORK=C:\Users\gopher\AppData\Local\Temp\1\cmd-go-test-545967725\tmpdir2602773748\test_fuzz_mutator3453940057
script_test.go:154:
> [!fuzz] skip
[condition not met]
...
fuzz: elapsed: 40m45s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m48s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m51s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m54s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 40m57s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m0s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m3s, execs: 110 (0/sec), new interesting: 0 (total: 1)
fuzz: elapsed: 41m6s, execs: 110 (0/sec), new interesting: 0 (total: 1)
script_test.go:154: FAIL: test_fuzz_mutator.txt:12: go test -fuzz=FuzzA -fuzztime=100x -parallel=1 -log=fuzz: exit status 1
2022/11/19 19:11:19 unexpected files left in tmpdir: [tmpdir2602773748]
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-10-21 19:37 linux-amd64-longtest-race go@99fcacfe cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:43985/mod
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/mod_get_fossil (60.32s)
script_test.go:302:
# (2022-11-10T17:48:08Z)
# Regression test for 'go get' to ensure repositories
# provided by fossil v2.12 and up are able to be fetched
# and parsed correctly.
# Verifies golang.org/issue/42323. (0.000s)
# 'go get' for the fossil repo will fail if fossil
...
--- FAIL: TestScript/gopath_moved_repo (65.72s)
script_test.go:302:
# (2022-11-10T17:50:22Z)
# Test that 'go get -u' reports packages whose VCS configurations do not
# match their import paths. (0.000s)
# We need to execute a custom Go program to break the config files.
#
# git will ask for a username and password when we run 'go get -d -f -u',
# so we also need to set GIT_ASKPASS. Conveniently, a single binary can
# perform both tasks! (0.602s)
...
#
# The pseudo-version is based on sub/v0.0.10, since v0.2.0 doesn't
# contain the prefix. (453.607s)
> go get vcs-test.golang.org/git/prefixtagtests.git/sub
[stderr]
go: module vcs-test.golang.org/git/prefixtagtests.git/sub: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/e451b59ee62e623cdb2396e820b4c1bc9a211927958999ea4f0cc7a47ed1ab04: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_get_pseudo_prefix.txt:19: unexpected command failure
2022-10-21 19:41 linux-amd64-longtest-race go@67403a30 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:39253/mod
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/govcs (65.40s)
script_test.go:302:
# (2022-11-10T17:49:57Z)
# GOVCS stops go get (0.099s)
# public pattern works (0.037s)
# private pattern works (0.053s)
# other patterns work (for more patterns, see TestGOVCS) (0.082s)
# bad patterns are reported (for more bad patterns, see TestGOVCSErrors) (0.071s)
...
--- FAIL: TestScript/get_insecure_redirect (61.00s)
script_test.go:302:
# (2022-11-10T17:50:05Z)
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
# golang.org/issue/34049: 'go get' would panic in case of an insecure redirect in GOPATH mode (61.001s)
> [!net] skip
> [!exec:git] skip
> env GO111MODULE=off
> ! go get -d vcs-test.golang.org/insecure/go/insecure
[stderr]
...
#
# The pseudo-version hence sorts immediately after v0.2.2 rather
# than v0.2.1, even though the v0.2.2 tag is not on master. (453.184s)
> go get vcs-test.golang.org/git/tagtests.git@master
[stderr]
go: vcs-test.golang.org/git/tagtests.git@master: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/8c9f0c2a9f95cd56bcb6fd6857ca992bb64e10f3a5accdc972d61e272582b6df: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_get_pseudo_other_branch.txt:20: unexpected command failure
2022-10-26 19:50 linux-amd64-longtest-race go@1c72ee7f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45417
https://vcs-test.golang.org rerouted to https://127.0.0.1:33521
go test proxy running at GOPROXY=http://127.0.0.1:46463/mod
2022/11/10 17:49:01 http: TLS handshake error from 127.0.0.1:34350: read tcp 127.0.0.1:33521->127.0.0.1:34350: read: connection reset by peer
2022/11/10 17:49:04 http: TLS handshake error from 127.0.0.1:34400: read tcp 127.0.0.1:33521->127.0.0.1:34400: read: connection reset by peer
==================
WARNING: DATA RACE
Read at 0x00c00020c268 by goroutine 18410:
cmd/go/internal/vcweb.(*Server).overview.func1()
/workdir/go/src/cmd/go/internal/vcweb/vcweb.go:386 +0x1c5
...
--- FAIL: TestScript (0.16s)
--- FAIL: TestScript/mod_list_upgrade_pseudo (0.35s)
script_test.go:134: 2022-11-10T17:50:40Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4066609129/tmpdir1152922537/mod_list_upgrade_pseudo3855931337
script_test.go:154:
> env GO111MODULE=on
# For this test module there are three versions:
# * v0.1.1-0.20190429073117-b5426c86b553
# * v0.1.0
# * v0.0.0-20190430073000-30950c05d534
...
> env GOPROXY=direct
> env GOSUMDB=off
# Regression test for golang.org/issue/27171: after resolving an older
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (65.304s)
# If GOPROXY is 'off', lookups should use whatever pseudo-version is available. (0.059s)
# If we can re-resolve the commit to a pseudo-version, fetching the commit by
# hash should use the highest such pseudo-version appropriate to the commit. (33.910s)
# If GOPROXY is 'off', lookups should use the highest pseudo-version in the cache. (0.041s)
testing.go:1429: race detected during execution of test
2022-11-09 18:43 linux-amd64-longtest-race go@a2335d05 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:39171/mod
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/mod_get_pseudo_other_branch (171.80s)
script_test.go:270:
# (2022-11-10T17:45:59Z)
# Testing that a pseudo-version is based on the semantically-latest
# tag that appears in any commit that is a (transitive) parent of the commit
# supplied to 'go get', regardless of branches (0.000s)
# For this test repository:
# tag v0.2.1 is most recent tag on master itself
...
--- FAIL: TestScript/mod_missing_repo (197.51s)
script_test.go:270:
# (2022-11-10T17:45:49Z)
# Regression test for golang.org/issue/34094: modules hosted within gitlab.com
# subgroups could not be fetched because the server returned bogus go-import
# tags for prefixes of the module path. (197.503s)
> [!net] skip
> [!exec:git] skip
> env GO111MODULE=on
> env GOPROXY=direct
...
# will output with error:
# go list -m: vcs-test.golang.org/git/gitrepo1.git@v1.2.3: invalid version: unknown revision v1.2.3
# See golang/go#51312. (454.553s)
> go list -m vcs-test.golang.org/git/gitrepo1.git@v1.2.3
[stderr]
go: vcs-test.golang.org/git/gitrepo1.git@v1.2.3: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/08c5f0142cd2ee461695f026a59d62c44cb2a80cbae41f419679e3a566f62bca: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_download_git_decorate_full.txt:23: unexpected command failure
2022-11-14 17:37 linux-386-longtest go@a650e399 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43971
https://vcs-test.golang.org rerouted to https://127.0.0.1:40327
go test proxy running at GOPROXY=http://127.0.0.1:46765/mod
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42294: EOF
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42286: EOF
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42346: EOF
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42356: EOF
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42388: EOF
2022/11/14 18:11:54 http: TLS handshake error from 127.0.0.1:42372: read tcp 127.0.0.1:40327->127.0.0.1:42372: read: connection reset by peer
2022/11/14 18:11:55 http: TLS handshake error from 127.0.0.1:42464: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_replace_gopkgin (34.44s)
script_test.go:134: 2022-11-14T18:11:26Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2719307603/tmpdir2032878856/mod_replace_gopkgin1885781532
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (34.136s)
> cd 4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": https fetch: Get "https://gopkg.in/check.v1?go-get=1": dial tcp 185.125.188.128:443: i/o timeout
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-14 17:37 linux-amd64-longtest go@a650e399 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38669
https://vcs-test.golang.org rerouted to https://127.0.0.1:34291
go test proxy running at GOPROXY=http://127.0.0.1:44025/mod
2022/11/14 18:04:36 http: TLS handshake error from 127.0.0.1:57426: EOF
2022/11/14 18:04:43 http: TLS handshake error from 127.0.0.1:37696: read tcp 127.0.0.1:34291->127.0.0.1:37696: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_replace_gopkgin (225.76s)
script_test.go:134: 2022-11-14T18:04:20Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3074528927/tmpdir2164484381/mod_replace_gopkgin4100494167
script_test.go:154:
# Regression test for golang.org/issue/34254:
# a clone of gopkg.in/[…].vN should be replaceable by
# a fork hosted at corp.example.com/[…]/vN,
# even if there is an explicit go.mod file containing the
# gopkg.in path. (0.000s)
# Replacing gopkg.in/[…].vN with a repository with a root go.mod file
# specifying […].vN and a compatible version should succeed, even if
# the replacement path is not a gopkg.in path. (225.692s)
> cd 4-to-4
> go list -m gopkg.in/src-d/go-git.v4
[stderr]
go: gopkg.in/src-d/go-git.v4@v4.13.1 requires
gopkg.in/check.v1@v1.0.0-20180628173108-788fd7840127: unrecognized import path "gopkg.in/check.v1": https fetch: Get "https://gopkg.in/check.v1?go-get=1": dial tcp 185.125.188.128:443: i/o timeout
script_test.go:154: FAIL: mod_replace_gopkgin.txt:20: go list -m gopkg.in/src-d/go-git.v4: exit status 1
2022-11-18 17:59 linux-amd64-longtest-race go@b2faff18 cmd/go (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33265
https://vcs-test.golang.org rerouted to https://127.0.0.1:38441
go test proxy running at GOPROXY=http://127.0.0.1:33193/mod
2022/11/18 19:00:39 http: TLS handshake error from 127.0.0.1:58762: read tcp 127.0.0.1:38441->127.0.0.1:58762: read: connection reset by peer
2022/11/18 19:00:39 http: TLS handshake error from 127.0.0.1:58738: EOF
2022/11/18 19:00:39 http: TLS handshake error from 127.0.0.1:58754: EOF
2022/11/18 19:38:47 httptest.Server blocked in Close after 5 seconds, waiting for connections:
*net.TCPConn 0xc0001ac2f8 127.0.0.1:37976 in state active
panic: test timed out after 45m0s
running tests:
TestScript (44m59s)
goroutine 20353 [running]:
panic({0xe705a0, 0xc0007fc040})
/workdir/go/src/runtime/panic.go:987 +0x3bb fp=0xc00057ff18 sp=0xc00057fe58 pc=0x44aa9b
testing.(*M).startAlarm.func1()
/workdir/go/src/testing/testing.go:2240 +0x219 fp=0xc00057ffe0 sp=0xc00057ff18 pc=0x5bdb79
runtime.goexit()
/workdir/go/src/runtime/asm_amd64.s:1598 +0x1 fp=0xc00057ffe8 sp=0xc00057ffe0 pc=0x482e41
created by time.goFunc
/workdir/go/src/time/sleep.go:176 +0x48
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`vcs-test.golang.org`)
2022-12-02 23:40 darwin-amd64-12_0 go@c0497d1a cmd/go.TestTerminalPassthrough (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54952
https://vcs-test.golang.org rerouted to https://127.0.0.1:54953
go test proxy running at GOPROXY=http://127.0.0.1:54954/mod
--- FAIL: TestTerminalPassthrough (0.67s)
--- FAIL: TestTerminalPassthrough/pty (0.64s)
terminal_test.go:74: running /tmp/buildlet/tmp/cmd-go-test-2093069953/tmpdir3970220742/testbin/go test -run=^$
terminal_test.go:86: expected exactly 2 bytes matching [1X][2X]
terminal_test.go:97: subprocess output:
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.`)
2022-11-09 18:44 linux-amd64-longtest-race go@9e0b6c11 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:43133/mod
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/govcs (65.43s)
script_test.go:270:
# (2022-11-10T17:46:57Z)
# GOVCS stops go get (0.121s)
# public pattern works (0.051s)
# private pattern works (0.038s)
# other patterns work (for more patterns, see TestGOVCS) (0.078s)
# bad patterns are reported (for more bad patterns, see TestGOVCSErrors) (0.110s)
...
--- FAIL: TestScript/get_insecure_redirect (59.50s)
script_test.go:270:
# (2022-11-10T17:47:06Z)
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
# golang.org/issue/34049: 'go get' would panic in case of an insecure redirect in GOPATH mode (59.495s)
> [!net] skip
> [!exec:git] skip
> env GO111MODULE=off
> ! go get -d vcs-test.golang.org/insecure/go/insecure
[stderr]
...
# (2022-11-10T17:49:38Z)
# golang.org/issue/34383: if a module path ends in a major-version suffix,
# ensure that 'direct' mode can resolve the package to a module. (454.422s)
> go get vcs-test.golang.org/git/v3pkg.git/v3@v3.0.0
[stderr]
go: vcs-test.golang.org/git/v3pkg.git/v3@v3.0.0: invalid version: git ls-remote -q origin in $WORK/gopath/pkg/mod/cache/vcs/bc2240a77a153ec058bb99ee8e8263c466d4e30be80e596871cb8e3091a7b279: exit status 128:
fatal: unable to connect to vcs-test.golang.org:
vcs-test.golang.org[0: 34.110.184.62]: errno=Connection timed out
[exit status 1]
FAIL: testdata/script/mod_get_major.txt:11: unexpected command failure
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-03-22 21:14 linux-386-longtest go@3d28e0eb cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44363
https://vcs-test.golang.org rerouted to https://127.0.0.1:44571
go test proxy running at GOPROXY=http://127.0.0.1:33183/mod
2023/03/22 21:58:13 http: TLS handshake error from 127.0.0.1:41052: read tcp 127.0.0.1:44571->127.0.0.1:41052: read: connection reset by peer
2023/03/22 21:58:29 http: TLS handshake error from 127.0.0.1:37934: EOF
2023/03/22 21:58:29 http: TLS handshake error from 127.0.0.1:37950: EOF
2023/03/22 21:58:29 http: TLS handshake error from 127.0.0.1:37968: EOF
2023/03/22 21:58:29 http: TLS handshake error from 127.0.0.1:37962: EOF
2023/03/22 21:58:29 http: TLS handshake error from 127.0.0.1:37980: EOF
2023/03/22 21:58:30 http: TLS handshake error from 127.0.0.1:38016: EOF
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_with_git_trace (61.27s)
script_test.go:134: 2023-03-22T21:58:40Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1540161014/tmpdir216108298/get_with_git_trace1312145881
script_test.go:154:
> env GO111MODULE=off
> env GIT_TRACE=1
> [!net] skip
[condition not met]
> [!git] skip
...
21:59:41.744774 http.c:715 <= Recv header: x-xss-protection: 0
21:59:41.744779 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
21:59:41.744782 http.c:715 <= Recv header: date: Wed, 22 Mar 2023 21:59:41 GMT
21:59:41.744787 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
21:59:41.744791 http.c:715 <= Recv header:
21:59:41.744849 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
package golang.org/x/text: exit status 128
script_test.go:154: FAIL: get_with_git_trace.txt:9: go get golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-03-31 16:05 linux-amd64-longtest go@a7fd2fab cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43429
https://vcs-test.golang.org rerouted to https://127.0.0.1:35133
go test proxy running at GOPROXY=http://127.0.0.1:35159/mod
2023/03/31 16:32:29 http: TLS handshake error from 127.0.0.1:45366: read tcp 127.0.0.1:35133->127.0.0.1:45366: read: connection reset by peer
2023/03/31 16:32:56 http: TLS handshake error from 127.0.0.1:57166: read tcp 127.0.0.1:35133->127.0.0.1:57166: read: connection reset by peer
2023/03/31 16:32:56 http: TLS handshake error from 127.0.0.1:57168: EOF
2023/03/31 16:32:56 http: TLS handshake error from 127.0.0.1:57196: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_prefer_compatible (4.82s)
script_test.go:134: 2023-03-31T16:32:31Z
...
--- FAIL: TestScript/mod_init_glide (0.62s)
script_test.go:134: 2023-03-31T16:32:45Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1622531564/tmpdir933872533/mod_init_glide1291906992
script_test.go:154:
> [!net] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
--- go.mod
+++ go.mod.out
@@ -1,3 +1,5 @@
module x
go 1.21
+
+require github.com/rsc/legacytest v1.1.0-pre.0.20180717164849-fb3c628075e3
script_test.go:154: FAIL: mod_init_glide.txt:11: cmpenv go.mod go.mod.out: go.mod and go.mod.out differ
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-03-31 16:05 linux-386-longtest go@a7fd2fab cmd/go.TestGetGitDefaultBranch (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35949
https://vcs-test.golang.org rerouted to https://127.0.0.1:37145
go test proxy running at GOPROXY=http://127.0.0.1:46463/mod
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:59972: EOF
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:59976: EOF
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:59956: EOF
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:59990: read tcp 127.0.0.1:37145->127.0.0.1:59990: read: connection reset by peer
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:60008: EOF
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:60002: EOF
2023/03/31 16:31:13 http: TLS handshake error from 127.0.0.1:60046: EOF
...
--- FAIL: TestGetGitDefaultBranch (0.06s)
go_test.go:1053: running testgo [get -d github.com/rsc/go-get-default-branch]
go_test.go:1053: standard error:
go_test.go:1053: # cd /workdir/tmp/cmd-go-test-3692001786/gotest4116587470/src/github.com/rsc; git clone -- https://github.com/rsc/go-get-default-branch /workdir/tmp/cmd-go-test-3692001786/gotest4116587470/src/github.com/rsc/go-get-default-branch
Cloning into '/workdir/tmp/cmd-go-test-3692001786/gotest4116587470/src/github.com/rsc/go-get-default-branch'...
16:33:10.352628 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:33:10.358913 http.c:756 == Info: Trying 140.82.112.3:443...
16:33:10.384331 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection refused
16:33:10.384379 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
16:33:10.384391 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-default-branch/': Failed to connect to github.com port 443: Connection refused
package github.com/rsc/go-get-default-branch: exit status 128
go_test.go:1053: go [get -d github.com/rsc/go-get-default-branch] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-03-31 16:05 linux-386-longtest go@a7fd2fab cmd/go.TestDefaultGOPATHGet (log)
--- FAIL: TestDefaultGOPATHGet (2.13s)
go_test.go:1391: running testgo [get -v github.com/golang/example/hello]
go_test.go:1391: standard error:
go_test.go:1391: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-3692001786/gotest1585319687/home/go; see 'go help gopath'
get "golang.org/x/example/stringutil": found meta tag vcs.metaImport{Prefix:"golang.org/x/example", VCS:"git", RepoRoot:"https://go.googlesource.com/example"} at //golang.org/x/example/stringutil?go-get=1
get "golang.org/x/example/stringutil": verifying non-authoritative meta tag
golang.org/x/example (download)
golang.org/x/example/stringutil
github.com/golang/example/hello
go_test.go:1397: running testgo [get github.com/golang/example/hello]
go_test.go:1397: standard error:
go_test.go:1397: # cd /workdir/tmp/cmd-go-test-3692001786/gotest1585319687/home/go/src/github.com/golang; git clone -- https://github.com/golang/example /workdir/tmp/cmd-go-test-3692001786/gotest1585319687/home/go/src/github.com/golang/example
Cloning into '/workdir/tmp/cmd-go-test-3692001786/gotest1585319687/home/go/src/github.com/golang/example'...
16:33:11.964391 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:33:11.966955 http.c:756 == Info: Trying 140.82.112.3:443...
16:33:11.991552 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection refused
16:33:11.991625 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
16:33:11.991637 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/example/': Failed to connect to github.com port 443: Connection refused
package github.com/golang/example/hello: exit status 128
go_test.go:1397: go [get github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-03 20:02 linux-amd64-longtest go@7a5787f3 cmd/go.TestDefaultGOPATHGet (log)
go test proxy running at GOPROXY=http://127.0.0.1:40901/mod
--- FAIL: TestDefaultGOPATHGet (0.06s)
go_test.go:1388: running testgo [get -v github.com/golang/example/hello]
go_test.go:1388: standard error:
go_test.go:1388: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-752324973/gotest256273725/home/go; see 'go help gopath'
# cd /workdir/tmp/cmd-go-test-752324973/gotest256273725/home/go/src/github.com/golang; git clone -- https://github.com/golang/example /workdir/tmp/cmd-go-test-752324973/gotest256273725/home/go/src/github.com/golang/example
Cloning into '/workdir/tmp/cmd-go-test-752324973/gotest256273725/home/go/src/github.com/golang/example'...
20:29:07.841800 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
20:29:07.847297 http.c:756 == Info: Trying 140.82.114.3:443...
20:29:07.871677 http.c:756 == Info: connect to 140.82.114.3 port 443 failed: Connection refused
20:29:07.871724 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
20:29:07.871741 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/example/': Failed to connect to github.com port 443: Connection refused
package github.com/golang/example/hello: exit status 128
go_test.go:1388: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-03 20:02 linux-amd64-longtest go@7a5787f3 cmd/go.TestGetGitDefaultBranch (log)
--- FAIL: TestGetGitDefaultBranch (0.11s)
go_test.go:1031: running testgo [get -d github.com/rsc/go-get-default-branch]
go_test.go:1031: standard error:
go_test.go:1031: # cd /workdir/tmp/cmd-go-test-752324973/gotest699648305/src/github.com/rsc; git clone -- https://github.com/rsc/go-get-default-branch /workdir/tmp/cmd-go-test-752324973/gotest699648305/src/github.com/rsc/go-get-default-branch
Cloning into '/workdir/tmp/cmd-go-test-752324973/gotest699648305/src/github.com/rsc/go-get-default-branch'...
20:29:10.203507 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
20:29:10.210539 http.c:756 == Info: Trying 140.82.114.3:443...
20:29:10.256449 http.c:756 == Info: connect to 140.82.114.3 port 443 failed: Connection refused
20:29:10.256507 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
20:29:10.256523 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-default-branch/': Failed to connect to github.com port 443: Connection refused
package github.com/rsc/go-get-default-branch: exit status 128
go_test.go:1031: go [get -d github.com/rsc/go-get-default-branch] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-03 20:02 linux-amd64-longtest go@7a5787f3 cmd/go.TestIssue11457 (log)
--- FAIL: TestIssue11457 (0.39s)
go_test.go:1001: running testgo [get -d -u rsc.io/go-get-issue-11457]
go_test.go:1001: standard error:
go_test.go:1001: # cd /workdir/tmp/cmd-go-test-752324973/gotest2848055601/src/rsc.io; git clone -- https://github.com/rsc/go-get-issue-11457 /workdir/tmp/cmd-go-test-752324973/gotest2848055601/src/rsc.io/go-get-issue-11457
Cloning into '/workdir/tmp/cmd-go-test-752324973/gotest2848055601/src/rsc.io/go-get-issue-11457'...
20:29:10.636313 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
20:29:10.650394 http.c:756 == Info: Trying 140.82.114.4:443...
20:29:10.674806 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection refused
20:29:10.674848 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
20:29:10.674865 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-issue-11457/': Failed to connect to github.com port 443: Connection refused
package rsc.io/go-get-issue-11457: exit status 128
go_test.go:1001: go [get -d -u rsc.io/go-get-issue-11457] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-04 20:18 linux-386-longtest go@6d2cac12 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44687
https://vcs-test.golang.org rerouted to https://127.0.0.1:34737
go test proxy running at GOPROXY=http://127.0.0.1:34919/mod
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56894: read tcp 127.0.0.1:34737->127.0.0.1:56894: read: connection reset by peer
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56958: read tcp 127.0.0.1:34737->127.0.0.1:56958: read: connection reset by peer
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56960: read tcp 127.0.0.1:34737->127.0.0.1:56960: read: connection reset by peer
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56948: EOF
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56986: EOF
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56976: EOF
2023/04/04 21:58:55 http: TLS handshake error from 127.0.0.1:56962: EOF
...
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/mod_prefer_compatible (2.86s)
script_test.go:134: 2023-04-04T21:58:41Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3535692901/tmpdir1944468161/mod_prefer_compatible300705515
script_test.go:154:
# 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 v2.0 explicitly. (0.316s)
...
go: downloading github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626
go: github.com/jasonkeene/export-subst@v0.0.0-20180927204031-5845945ec626: invalid version: git ls-remote -q origin in /workdir/tmp/cmd-go-test-3535692901/tmpdir1944468161/mod_git_export_subst3945050499/gopath/pkg/mod/cache/vcs/1ee8f7fed4d660204df7c497b07367648dd327b83e64131bcd4a33cdd23e429f: exit status 128:
21:58:50.004986 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:58:50.008670 http.c:756 == Info: Trying 140.82.112.4:443...
21:58:50.033793 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection refused
21:58:50.033839 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
21:58:50.033850 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/jasonkeene/export-subst/': Failed to connect to github.com port 443: Connection refused
script_test.go:154: FAIL: mod_git_export_subst.txt:7: go build: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-04 19:08 linux-amd64-longtest-race go@d0099eff cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39621
https://vcs-test.golang.org rerouted to https://127.0.0.1:37223
go test proxy running at GOPROXY=http://127.0.0.1:41215/mod
2023/04/04 21:20:50 http: TLS handshake error from 127.0.0.1:47206: read tcp 127.0.0.1:37223->127.0.0.1:47206: read: connection reset by peer
2023/04/04 21:20:52 http: TLS handshake error from 127.0.0.1:47252: EOF
2023/04/04 21:20:52 http: TLS handshake error from 127.0.0.1:47280: EOF
--- FAIL: TestScript (0.12s)
--- FAIL: TestScript/get_legacy (30.17s)
script_test.go:134: 2023-04-04T21:21:41Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1443483084/tmpdir327350324/get_legacy3922552147
...
cannot find package "github.com/myitcv/vgo_example_compat/sub" in any of:
/workdir/go/src/github.com/myitcv/vgo_example_compat/sub (from $GOROOT)
/workdir/tmp/cmd-go-test-1443483084/tmpdir327350324/get_legacy3922552147/tmp/d2/src/github.com/myitcv/vgo_example_compat/sub (from $GOPATH)
cannot find package "github.com/myitcv/vgo_example_compat/v2" in any of:
/workdir/go/src/github.com/myitcv/vgo_example_compat/v2 (from $GOROOT)
/workdir/tmp/cmd-go-test-1443483084/tmpdir327350324/get_legacy3922552147/tmp/d2/src/github.com/myitcv/vgo_example_compat/v2 (from $GOPATH)
cannot find package "github.com/myitcv/vgo_example_compat/v2/sub" in any of:
/workdir/go/src/github.com/myitcv/vgo_example_compat/v2/sub (from $GOROOT)
/workdir/tmp/cmd-go-test-1443483084/tmpdir327350324/get_legacy3922552147/tmp/d2/src/github.com/myitcv/vgo_example_compat/v2/sub (from $GOPATH)
script_test.go:154: FAIL: get_legacy.txt:43: go get github.com/myitcv/vgo_example_compat github.com/rsc/vgotest4 github.com/rsc/vgotest5: exit status 1
2023-04-04 19:08 linux-amd64-longtest-race go@d0099eff cmd/go.TestIssue10952 (log)
--- FAIL: TestIssue10952 (0.10s)
go_test.go:1006: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
go_test.go:1006: standard error:
go_test.go:1006: # cd /workdir/tmp/cmd-go-test-1443483084/gotest3230162205/src/github.com/zombiezen; git clone -- https://github.com/zombiezen/go-get-issue-10952 /workdir/tmp/cmd-go-test-1443483084/gotest3230162205/src/github.com/zombiezen/go-get-issue-10952
Cloning into '/workdir/tmp/cmd-go-test-1443483084/gotest3230162205/src/github.com/zombiezen/go-get-issue-10952'...
21:22:37.597606 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:22:37.613631 http.c:756 == Info: Trying 140.82.112.4:443...
21:22:37.638536 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection refused
21:22:37.638578 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
w
21:22:37.638588 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/zombiezen/go-get-issue-10952/': Failed to connect to github.com port 443: Connection refused
package github.com/zombiezen/go-get-issue-10952: exit status 128
go_test.go:1006: go [get -d -u github.com/zombiezen/go-get-issue-10952] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-04 19:08 linux-amd64-longtest-race go@d0099eff cmd/go.TestIssue11457 (log)
--- FAIL: TestIssue11457 (0.50s)
go_test.go:1023: running testgo [get -d -u rsc.io/go-get-issue-11457]
go_test.go:1023: standard error:
go_test.go:1023: # cd /workdir/tmp/cmd-go-test-1443483084/gotest3616793937/src/rsc.io; git clone -- https://github.com/rsc/go-get-issue-11457 /workdir/tmp/cmd-go-test-1443483084/gotest3616793937/src/rsc.io/go-get-issue-11457
Cloning into '/workdir/tmp/cmd-go-test-1443483084/gotest3616793937/src/rsc.io/go-get-issue-11457'...
21:22:38.638527 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:22:38.643516 http.c:756 == Info: Trying 140.82.112.4:443...
21:22:38.668210 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection refused
21:22:38.668258 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
~
21:22:38.668269 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-issue-11457/': Failed to connect to github.com port 443: Connection refused
package rsc.io/go-get-issue-11457: exit status 128
go_test.go:1023: go [get -d -u rsc.io/go-get-issue-11457] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-04 20:18 linux-amd64-longtest-race go@6d2cac12 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39147
https://vcs-test.golang.org rerouted to https://127.0.0.1:43505
go test proxy running at GOPROXY=http://127.0.0.1:38623/mod
2023/04/04 21:19:51 http: TLS handshake error from 127.0.0.1:48528: EOF
2023/04/04 21:20:03 http: TLS handshake error from 127.0.0.1:37854: EOF
2023/04/04 21:20:03 http: TLS handshake error from 127.0.0.1:37862: EOF
2023/04/04 21:20:03 http: TLS handshake error from 127.0.0.1:37914: EOF
--- FAIL: TestScript (0.12s)
--- FAIL: TestScript/get_legacy (32.40s)
script_test.go:134: 2023-04-04T21:21:36Z
...
Cloning into '/workdir/tmp/cmd-go-test-166388538/tmpdir1646575629/get_legacy630196276/tmp/d2/src/github.com/rsc/vgotest5'...
21:22:08.243981 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:22:08.246265 http.c:756 == Info: Trying 140.82.113.4:443...
21:22:08.271551 http.c:756 == Info: connect to 140.82.113.4 port 443 failed: Connection refused
21:22:08.271602 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
}
21:22:08.271614 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/vgotest5/': Failed to connect to github.com port 443: Connection refused
package github.com/rsc/vgotest5: exit status 128
script_test.go:154: FAIL: get_legacy.txt:52: go get github.com/rsc/vgotest4 github.com/rsc/vgotest5 github.com/myitcv/vgo_example_compat: exit status 1
2023-04-04 20:18 linux-amd64-longtest-race go@6d2cac12 cmd/go.TestGetGitDefaultBranch (log)
--- FAIL: TestGetGitDefaultBranch (0.10s)
go_test.go:1053: running testgo [get -d github.com/rsc/go-get-default-branch]
go_test.go:1053: standard error:
go_test.go:1053: # cd /workdir/tmp/cmd-go-test-166388538/gotest2710161940/src/github.com/rsc; git clone -- https://github.com/rsc/go-get-default-branch /workdir/tmp/cmd-go-test-166388538/gotest2710161940/src/github.com/rsc/go-get-default-branch
Cloning into '/workdir/tmp/cmd-go-test-166388538/gotest2710161940/src/github.com/rsc/go-get-default-branch'...
21:22:13.331817 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:22:13.334949 http.c:756 == Info: Trying 140.82.113.3:443...
21:22:13.362188 http.c:756 == Info: connect to 140.82.113.3 port 443 failed: Connection refused
21:22:13.362232 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
t
21:22:13.362242 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-default-branch/': Failed to connect to github.com port 443: Connection refused
package github.com/rsc/go-get-default-branch: exit status 128
go_test.go:1053: go [get -d github.com/rsc/go-get-default-branch] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-04 20:18 linux-amd64-longtest-race go@6d2cac12 cmd/go.TestDefaultGOPATHGet (log)
--- FAIL: TestDefaultGOPATHGet (0.13s)
go_test.go:1391: running testgo [get -v github.com/golang/example/hello]
go_test.go:1391: standard error:
go_test.go:1391: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-166388538/gotest1425804632/home/go; see 'go help gopath'
# cd /workdir/tmp/cmd-go-test-166388538/gotest1425804632/home/go/src/github.com/golang; git clone -- https://github.com/golang/example /workdir/tmp/cmd-go-test-166388538/gotest1425804632/home/go/src/github.com/golang/example
Cloning into '/workdir/tmp/cmd-go-test-166388538/gotest1425804632/home/go/src/github.com/golang/example'...
21:22:13.766411 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:22:13.800816 http.c:756 == Info: Trying 140.82.113.4:443...
21:22:13.826156 http.c:756 == Info: connect to 140.82.113.4 port 443 failed: Connection refused
21:22:13.826200 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
r
21:22:13.826211 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/example/': Failed to connect to github.com port 443: Connection refused
package github.com/golang/example/hello: exit status 128
go_test.go:1391: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-04 21:20 linux-amd64-longtest go@2f2b874b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36341
https://vcs-test.golang.org rerouted to https://127.0.0.1:34657
go test proxy running at GOPROXY=http://127.0.0.1:44169/mod
2023/04/04 21:58:46 http: TLS handshake error from 127.0.0.1:50078: EOF
2023/04/04 21:59:05 http: TLS handshake error from 127.0.0.1:55002: EOF
2023/04/04 21:59:05 http: TLS handshake error from 127.0.0.1:55022: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_sumdb_golang (0.96s)
script_test.go:134: 2023-04-04T21:58:42Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4159312173/tmpdir1892797545/mod_sumdb_golang3872696100
...
--- FAIL: TestScript/mod_prefer_compatible (5.05s)
script_test.go:134: 2023-04-04T21:58:46Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4159312173/tmpdir1892797545/mod_prefer_compatible1966301715
script_test.go:154:
# 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 v2.0 explicitly. (0.189s)
# blackfriday v1.5.2 has a go.mod file, so v1.5.2 should be preferred over
...
[stderr]
go: rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7: invalid version: git ls-remote -q origin in /workdir/tmp/cmd-go-test-4159312173/tmpdir1892797545/mod_download_hash1240769479/gopath/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
21:59:04.733268 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:59:04.750711 http.c:756 == Info: Trying 140.82.114.4:443...
21:59:04.775510 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection refused
21:59:04.775548 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
21:59:04.775564 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection refused
script_test.go:154: FAIL: mod_download_hash.txt:9: go mod download rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-13 15:29 linux-386-longtest go@3f747d09 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43101
https://vcs-test.golang.org rerouted to https://127.0.0.1:45433
go test proxy running at GOPROXY=http://127.0.0.1:37459/mod
2023/04/13 15:53:46 http: TLS handshake error from 127.0.0.1:50512: EOF
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51452: read tcp 127.0.0.1:45433->127.0.0.1:51452: read: connection reset by peer
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51456: EOF
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51460: EOF
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51462: EOF
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51480: EOF
2023/04/13 15:54:01 http: TLS handshake error from 127.0.0.1:51468: EOF
...
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/get_404_meta (99.76s)
script_test.go:134: 2023-04-13T15:54:40Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3449584681/tmpdir319168381/get_404_meta2812190136
script_test.go:154:
# golang.org/issue/13037: 'go get' was not parsing tags in 404 served over HTTPS. (99.752s)
> [!net] skip
[condition not met]
> [!git] skip
[condition not met]
...
15:56:20.056384 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
15:56:20.056385 http.c:715 <= Recv header: x-xss-protection: 0
15:56:20.056387 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
15:56:20.056388 http.c:715 <= Recv header: date: Thu, 13 Apr 2023 15:56:20 GMT
15:56:20.056390 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:56:20.056391 http.c:715 <= Recv header:
15:56:20.056418 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
script_test.go:154: FAIL: get_404_meta.txt:12: go get bazil.org/fuse/fs/fstestutil: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-19 21:15 linux-386-longtest go@42f89db1 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34479
https://vcs-test.golang.org rerouted to https://127.0.0.1:42595
go test proxy running at GOPROXY=http://127.0.0.1:34029/mod
2023/04/19 21:52:09 http: TLS handshake error from 127.0.0.1:51398: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39638: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39626: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39670: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39678: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39720: EOF
2023/04/19 21:53:59 http: TLS handshake error from 127.0.0.1:39732: EOF
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_pseudo_cache (63.21s)
script_test.go:134: 2023-04-19T21:52:12Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-645182705/tmpdir2021788854/mod_pseudo_cache1639279081
script_test.go:154:
> [!net] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
...
21:54:20.046031 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
21:54:20.046034 http.c:715 <= Recv header: x-xss-protection: 0
21:54:20.046038 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
21:54:20.046041 http.c:715 <= Recv header: date: Wed, 19 Apr 2023 21:54:20 GMT
21:54:20.046046 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
21:54:20.046048 http.c:715 <= Recv header:
21:54:20.046090 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
script_test.go:154: FAIL: mod_invalid_version.txt:24: go list -m golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-21 18:08 linux-amd64-longtest-race go@eaecd642 cmd/go/internal/modload.TestQueryImport (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34771
https://vcs-test.golang.org rerouted to https://127.0.0.1:41833
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (161.36s)
--- FAIL: TestQueryImport/golang.org_x_net_context (122.52s)
import_test.go:81: queryImport(_, "golang.org/x/net/context"): module golang.org/x/net/context: git ls-remote -q origin in /workdir/tmp/modload-test-1329357348/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
--- FAIL: TestQueryImport/golang.org_x_net (0.00s)
import_test.go:88: queryImport(_, "golang.org/x/net"): error "module golang.org/x/net: git ls-remote -q origin in /workdir/tmp/modload-test-1329357348/pkg/mod/cache/vcs/ed42bd05533fd84ae290a5d33ebd3695a0a2b06131beebd5450825bee8603aca: exit status 128:\n\terror: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502\n\tfatal: expected flush after ref listing", want error matching `module golang.org/x/net@.* found \(v[01]\.\d+\.\d+\), but does not contain package golang.org/x/net`
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-24 14:00 linux-amd64-longtest go@21c2fdd9 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44373
https://vcs-test.golang.org rerouted to https://127.0.0.1:44919
go test proxy running at GOPROXY=http://127.0.0.1:35631/mod
2023/04/24 14:31:50 http: TLS handshake error from 127.0.0.1:53910: read tcp 127.0.0.1:44919->127.0.0.1:53910: read: connection reset by peer
2023/04/24 14:31:50 http: TLS handshake error from 127.0.0.1:53898: read tcp 127.0.0.1:44919->127.0.0.1:53898: read: connection reset by peer
2023/04/24 14:31:50 http: TLS handshake error from 127.0.0.1:53988: read tcp 127.0.0.1:44919->127.0.0.1:53988: read: connection reset by peer
2023/04/24 14:31:50 http: TLS handshake error from 127.0.0.1:53984: EOF
2023/04/24 14:31:51 http: TLS handshake error from 127.0.0.1:54002: read tcp 127.0.0.1:44919->127.0.0.1:54002: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_get_hash (214.34s)
...
14:35:22.062823 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
14:35:22.062825 http.c:715 <= Recv header: x-xss-protection: 0
14:35:22.062828 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
14:35:22.062830 http.c:715 <= Recv header: date: Mon, 24 Apr 2023 14:35:22 GMT
14:35:22.062832 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
14:35:22.062834 http.c:715 <= Recv header:
14:35:22.062878 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
script_test.go:154: FAIL: mod_get_hash.txt:8: go list -m golang.org/x/time@8be79e1e0910c292df4e79c241bb7e8f7e725959: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-24 16:49 linux-amd64-longtest go@d33a5136 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44595
https://vcs-test.golang.org rerouted to https://127.0.0.1:36595
go test proxy running at GOPROXY=http://127.0.0.1:32973/mod
2023/04/24 17:13:51 http: TLS handshake error from 127.0.0.1:47614: read tcp 127.0.0.1:36595->127.0.0.1:47614: read: connection reset by peer
2023/04/24 17:14:51 http: TLS handshake error from 127.0.0.1:33834: read tcp 127.0.0.1:36595->127.0.0.1:33834: read: connection reset by peer
2023/04/24 17:14:51 http: TLS handshake error from 127.0.0.1:33828: EOF
2023/04/24 17:14:51 http: TLS handshake error from 127.0.0.1:33848: read tcp 127.0.0.1:36595->127.0.0.1:33848: read: connection reset by peer
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/get_with_git_trace (430.84s)
script_test.go:134: 2023-04-24T17:15:32Z
...
17:22:43.629143 http.c:715 <= Recv header: content-length: 1613
17:22:43.629146 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
17:22:43.629148 http.c:715 <= Recv header: date: Mon, 24 Apr 2023 17:22:43 GMT
17:22:43.629151 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
17:22:43.629154 http.c:715 <= Recv header:
17:22:43.629238 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
package golang.org/x/text: exit status 128
script_test.go:154: FAIL: get_with_git_trace.txt:9: go get golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-04-25 01:14 linux-amd64-longtest go@22d94dfd cmd/go.TestDefaultGOPATHGet (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35287
https://vcs-test.golang.org rerouted to https://127.0.0.1:42725
go test proxy running at GOPROXY=http://127.0.0.1:35989/mod
2023/04/25 01:41:28 http: TLS handshake error from 127.0.0.1:47504: read tcp 127.0.0.1:42725->127.0.0.1:47504: read: connection reset by peer
2023/04/25 01:41:28 http: TLS handshake error from 127.0.0.1:47526: EOF
2023/04/25 01:41:28 http: TLS handshake error from 127.0.0.1:47542: EOF
2023/04/25 01:41:30 http: TLS handshake error from 127.0.0.1:45144: read tcp 127.0.0.1:42725->127.0.0.1:45144: read: connection reset by peer
2023/04/25 01:41:30 http: TLS handshake error from 127.0.0.1:45200: read tcp 127.0.0.1:42725->127.0.0.1:45200: read: connection reset by peer
--- FAIL: TestDefaultGOPATHGet (64.66s)
go_test.go:1392: running testgo [get -v github.com/golang/example/hello]
...
01:44:29.079856 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
01:44:29.079858 http.c:715 <= Recv header: date: Tue, 25 Apr 2023 01:44:29 GMT
01:44:29.079862 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
01:44:29.079865 http.c:715 <= Recv header:
01:44:29.079914 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
package golang.org/x/example/stringutil: exit status 128
go_test.go:1392: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-05-02 12:56 linux-386-longtest go@c6306612 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46335
https://vcs-test.golang.org rerouted to https://127.0.0.1:39319
go test proxy running at GOPROXY=http://127.0.0.1:39251/mod
2023/05/02 13:30:41 http: TLS handshake error from 127.0.0.1:54500: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41222: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41232: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41250: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41278: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41290: EOF
2023/05/02 13:30:57 http: TLS handshake error from 127.0.0.1:41258: EOF
...
--- FAIL: TestScript (0.08s)
--- FAIL: TestScript/mod_pseudo_cache (2.69s)
script_test.go:134: 2023-05-02T13:30:39Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-792357994/tmpdir331098464/mod_pseudo_cache490670541
script_test.go:154:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
...
# pseudo-version of a commit, future resolution of that commit by hash should
# choose the highest appropriate pseudo-version instead of the cached one. (2.689s)
> go mod download -json golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726
[stdout]
{
"Path": "golang.org/x/text",
"Version": "v0.0.0-20171215141712-a1b916ed6726",
"Error": "golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726: unrecognized import path \"golang.org/x/text\": reading https://golang.org/x/text?go-get=1: 502 Bad Gateway"
}
script_test.go:154: FAIL: mod_pseudo_cache.txt:12: go mod download -json golang.org/x/text@v0.0.0-20171215141712-a1b916ed6726: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-05-04 16:36 linux-386-longtest go@8dea6354 cmd/go.TestDefaultGOPATHGet (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41623
https://vcs-test.golang.org rerouted to https://127.0.0.1:33085
go test proxy running at GOPROXY=http://127.0.0.1:40163/mod
2023/05/04 17:08:20 http: TLS handshake error from 127.0.0.1:36784: EOF
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36824: read tcp 127.0.0.1:33085->127.0.0.1:36824: read: connection reset by peer
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36832: read tcp 127.0.0.1:33085->127.0.0.1:36832: read: connection reset by peer
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36840: EOF
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36856: EOF
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36870: EOF
2023/05/04 17:08:21 http: TLS handshake error from 127.0.0.1:36906: EOF
...
--- FAIL: TestDefaultGOPATHGet (29.78s)
go_test.go:1392: running testgo [get -v github.com/golang/example/hello]
go_test.go:1392: standard error:
go_test.go:1392: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-2728520223/gotest1492243356/home/go; see 'go help gopath'
get "golang.org/x/example/stringutil": found meta tag vcs.metaImport{Prefix:"golang.org/x/example", VCS:"git", RepoRoot:"https://go.googlesource.com/example"} at //golang.org/x/example/stringutil?go-get=1
get "golang.org/x/example/stringutil": verifying non-authoritative meta tag
golang.org/x/example (download)
# cd /workdir/tmp/cmd-go-test-2728520223/gotest1492243356/home/go/src/golang.org/x; git clone -- https://go.googlesource.com/example /workdir/tmp/cmd-go-test-2728520223/gotest1492243356/home/go/src/golang.org/x/example
Cloning into '/workdir/tmp/cmd-go-test-2728520223/gotest1492243356/home/go/src/golang.org/x/example'...
...
17:11:09.049946 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
17:11:09.049965 http.c:715 <= Recv header: date: Thu, 04 May 2023 17:11:09 GMT
17:11:09.049984 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
17:11:09.050000 http.c:715 <= Recv header:
17:11:09.050098 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
package golang.org/x/example/stringutil: exit status 128
go_test.go:1392: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-05-05 14:59 linux-386-longtest go@bdc6ae57 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41605
https://vcs-test.golang.org rerouted to https://127.0.0.1:39427
go test proxy running at GOPROXY=http://127.0.0.1:33677/mod
2023/05/05 15:31:55 http: TLS handshake error from 127.0.0.1:36508: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46888: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46898: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46930: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46942: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46954: EOF
2023/05/05 15:32:23 http: TLS handshake error from 127.0.0.1:46994: EOF
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_404_meta (26.72s)
script_test.go:134: 2023-05-05T15:32:39Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3279990523/tmpdir2098026421/get_404_meta3815520707
script_test.go:154:
# golang.org/issue/13037: 'go get' was not parsing tags in 404 served over HTTPS. (26.715s)
> [!net:bazil.org] skip
[condition not met]
> [!git] skip
[condition not met]
...
15:33:06.025977 http.c:715 <= Recv header: x-xss-protection: 0
15:33:06.025981 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
15:33:06.025986 http.c:715 <= Recv header: date: Fri, 05 May 2023 15:33:06 GMT
15:33:06.025991 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:33:06.025994 http.c:715 <= Recv header:
15:33:06.026047 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
package golang.org/x/sys/unix: exit status 128
script_test.go:154: FAIL: get_404_meta.txt:8: go get -d bazil.org/fuse/fs/fstestutil: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502`)
2023-05-05 15:03 linux-arm64-longtest go@761e8138 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46847
https://vcs-test.golang.org rerouted to https://127.0.0.1:42375
go test proxy running at GOPROXY=http://127.0.0.1:33329/mod
2023/05/05 16:06:24 http: TLS handshake error from 127.0.0.1:58372: EOF
2023/05/05 16:06:43 http: TLS handshake error from 127.0.0.1:49824: read tcp 127.0.0.1:42375->127.0.0.1:49824: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_gonoproxy (82.53s)
script_test.go:134: 2023-05-05T16:06:36Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-3254013839/tmpdir1718729593/mod_gonoproxy4105638840
script_test.go:154:
...
16:07:59.096141 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
16:07:59.096142 http.c:715 <= Recv header: x-xss-protection: 0
16:07:59.096144 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
16:07:59.096145 http.c:715 <= Recv header: date: Fri, 05 May 2023 16:07:59 GMT
16:07:59.096147 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
16:07:59.096149 http.c:715 <= Recv header:
16:07:59.096177 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
script_test.go:154: FAIL: mod_gonoproxy.txt:51: go list -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`system library:.*:Connection reset by peer`)
2023-04-28 15:57 darwin-amd64-longtest go@ff059add cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50636
https://vcs-test.golang.org rerouted to https://127.0.0.1:50637
go test proxy running at GOPROXY=http://127.0.0.1:50638/mod
2023/04/28 12:38:17 http: TLS handshake error from 127.0.0.1:52120: read tcp 127.0.0.1:50637->127.0.0.1:52120: read: connection reset by peer
--- FAIL: TestScript (0.84s)
--- FAIL: TestScript/mod_invalid_version (81.23s)
script_test.go:134: 2023-04-28T16:36:46Z
script_test.go:136: $WORK=/tmp/buildlet/tmp/cmd-go-test-315764613/tmpdir484386574/mod_invalid_version3314215052
script_test.go:154:
> [!net:golang.org] skip
...
12:38:06.455811 http.c:678 == Info: Connected to github.com (140.82.112.4) port 443 (#0)
12:38:06.455923 http.c:678 == Info: ALPN: offers h2
12:38:06.455929 http.c:678 == Info: ALPN: offers http/1.1
12:38:06.466934 http.c:678 == Info: CAfile: /etc/ssl/cert.pem
12:38:06.466949 http.c:678 == Info: CApath: none
12:38:06.468115 http.c:678 == Info: (304) (OUT), TLS handshake, Client hello (1):
12:38:06.482023 http.c:678 == Info: error:02FFF036:system library:func(4095):Connection reset by peer
12:38:06.482043 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': error:02FFF036:system library:func(4095):Connection reset by peer
script_test.go:154: FAIL: mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-04-11 20:56 linux-amd64-longtest-race go@319b75ed cmd/go.TestDefaultGOPATHGet (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46237
https://vcs-test.golang.org rerouted to https://127.0.0.1:39311
go test proxy running at GOPROXY=http://127.0.0.1:35327/mod
2023/04/11 21:59:18 http: TLS handshake error from 127.0.0.1:51386: EOF
2023/04/11 21:59:18 http: TLS handshake error from 127.0.0.1:51398: EOF
2023/04/11 21:59:18 http: TLS handshake error from 127.0.0.1:51426: EOF
2023/04/11 21:59:18 http: TLS handshake error from 127.0.0.1:51452: EOF
2023/04/11 21:59:30 http: TLS handshake error from 127.0.0.1:51340: read tcp 127.0.0.1:39311->127.0.0.1:51340: read: connection reset by peer
--- FAIL: TestDefaultGOPATHGet (50.35s)
go_test.go:1391: running testgo [get -v github.com/golang/example/hello]
...
22:02:14.281317 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
22:02:14.281320 http.c:715 <= Recv header: x-xss-protection: 0
22:02:14.281332 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
22:02:14.281335 http.c:715 <= Recv header:
22:02:15.871864 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected flush after ref listing
package golang.org/x/example/stringutil: exit status 128
go_test.go:1391: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-04-12 20:00 linux-386-longtest go@da2755b4 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45945
https://vcs-test.golang.org rerouted to https://127.0.0.1:46303
go test proxy running at GOPROXY=http://127.0.0.1:45703/mod
2023/04/12 20:32:54 http: TLS handshake error from 127.0.0.1:54702: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34504: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34496: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34490: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34542: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34518: EOF
2023/04/12 20:33:10 http: TLS handshake error from 127.0.0.1:34566: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_invalid_version (85.55s)
script_test.go:134: 2023-04-12T20:33:01Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1330341993/tmpdir4190407717/mod_invalid_version2081629135
script_test.go:154:
> [!net] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
...
20:34:18.638627 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
20:34:18.638631 http.c:715 <= Recv header: x-xss-protection: 0
20:34:18.638638 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
20:34:18.638641 http.c:715 <= Recv header:
20:34:26.321612 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected flush after ref listing
[exit status 1]
> stderr 'golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found'
script_test.go:154: FAIL: mod_invalid_version.txt:103: stderr 'golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found': no match for `(?m)golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found` in stderr
2023-05-09 14:42 linux-amd64-longtest-race go@8af10676 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33359
https://vcs-test.golang.org rerouted to https://127.0.0.1:33731
go test proxy running at GOPROXY=http://127.0.0.1:36707/mod
2023/05/09 15:45:30 http: TLS handshake error from 127.0.0.1:51030: read tcp 127.0.0.1:33731->127.0.0.1:51030: read: connection reset by peer
--- FAIL: TestScript (1.16s)
--- FAIL: TestScript/mod_download_private_vcs (4.49s)
script_test.go:134: 2023-05-09T15:43:53Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2851721340/tmpdir2625302572/mod_download_private_vcs2048160776
script_test.go:154:
> env GO111MODULE=on
...
15:43:57.701315 http.c:715 <= Recv header: x-xss-protection: 0
15:43:57.701319 http.c:703 <= Recv header, 0000000088 bytes (0x00000058)
15:43:57.701323 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
15:43:57.701327 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:43:57.701329 http.c:715 <= Recv header:
15:43:57.751127 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/golang/term/': The requested URL returned error: 503
[exit status 1]
> stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$'
script_test.go:154: FAIL: mod_download_private_vcs.txt:16: stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$': no match for `(?m)^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$` in stderr
2023-05-09 14:42 linux-amd64-longtest-race go@93897960 cmd/go.TestIssue10952 (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46381
https://vcs-test.golang.org rerouted to https://127.0.0.1:38491
go test proxy running at GOPROXY=http://127.0.0.1:37381/mod
2023/05/09 15:42:40 http: TLS handshake error from 127.0.0.1:56608: EOF
2023/05/09 15:42:40 http: TLS handshake error from 127.0.0.1:56628: EOF
--- FAIL: TestIssue10952 (4.92s)
go_test.go:1007: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
go_test.go:1010: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
go_test.go:1010: standard error:
go_test.go:1010: # cd /workdir/tmp/cmd-go-test-3618118893/gotest2934228791/src/github.com/zombiezen/go-get-issue-10952; git pull --ff-only
...
15:48:04.223453 http.c:715 <= Recv header: x-xss-protection: 0
15:48:04.223455 http.c:703 <= Recv header, 0000000088 bytes (0x00000058)
15:48:04.223459 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
15:48:04.223463 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:48:04.223479 http.c:715 <= Recv header:
15:48:04.272554 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/zombiezen/go-get-issue-10952.git/': The requested URL returned error: 503
package github.com/zombiezen/go-get-issue-10952: exit status 1
go_test.go:1010: go [get -d -u github.com/zombiezen/go-get-issue-10952] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-05-09 14:42 linux-amd64-longtest-race go@93897960 cmd/go.TestDefaultGOPATHGet (log)
--- FAIL: TestDefaultGOPATHGet (7.33s)
go_test.go:1392: running testgo [get -v github.com/golang/example/hello]
go_test.go:1392: standard error:
go_test.go:1392: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-3618118893/gotest3443930619/home/go; see 'go help gopath'
get "golang.org/x/example/stringutil": found meta tag vcs.metaImport{Prefix:"golang.org/x/example", VCS:"git", RepoRoot:"https://go.googlesource.com/example"} at //golang.org/x/example/stringutil?go-get=1
get "golang.org/x/example/stringutil": verifying non-authoritative meta tag
golang.org/x/example (download)
golang.org/x/example/stringutil
github.com/golang/example/hello
...
15:48:16.308640 http.c:715 <= Recv header: x-xss-protection: 0
15:48:16.308645 http.c:703 <= Recv header, 0000000088 bytes (0x00000058)
15:48:16.308648 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
15:48:16.308653 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:48:16.308657 http.c:715 <= Recv header:
15:48:16.358872 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/golang/example/': The requested URL returned error: 503
package github.com/golang/example/hello: exit status 128
go_test.go:1398: go [get github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-10 12:59 linux-386-longtest go@57e31898 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40229
https://vcs-test.golang.org rerouted to https://127.0.0.1:36333
go test proxy running at GOPROXY=http://127.0.0.1:44945/mod
2023/05/10 13:30:51 http: TLS handshake error from 127.0.0.1:52700: EOF
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52284: EOF
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52276: EOF
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52308: read tcp 127.0.0.1:36333->127.0.0.1:52308: read: connection reset by peer
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52330: EOF
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52346: read tcp 127.0.0.1:36333->127.0.0.1:52346: read: connection reset by peer
2023/05/10 13:31:12 http: TLS handshake error from 127.0.0.1:52354: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_dash_t (6.13s)
script_test.go:134: 2023-05-10T13:30:01Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3645751815/tmpdir2606618879/get_dash_t1004917767
script_test.go:154:
# Tests issue 8181 (6.092s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
> go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b
[stderr]
github.com/rsc/go-get-issue-8181 (download)
get "golang.org/x/build/gerrit": found meta tag vcs.metaImport{Prefix:"golang.org/x/build", VCS:"git", RepoRoot:"https://go.googlesource.com/build"} at //golang.org/x/build/gerrit?go-get=1
get "golang.org/x/build/gerrit": verifying non-authoritative meta tag
golang.org/x/build (download)
package golang.org/x/oauth2: unrecognized import path "golang.org/x/oauth2": reading https://golang.org/x/oauth2?go-get=1: 502 Bad Gateway
script_test.go:154: FAIL: get_dash_t.txt:7: go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-11 18:19 linux-arm64-longtest go@5a9b6432 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40033
https://vcs-test.golang.org rerouted to https://127.0.0.1:33603
go test proxy running at GOPROXY=http://127.0.0.1:46363/mod
2023/05/11 18:39:35 http: TLS handshake error from 127.0.0.1:41456: read tcp 127.0.0.1:33603->127.0.0.1:41456: read: connection reset by peer
2023/05/11 18:39:50 http: TLS handshake error from 127.0.0.1:47270: read tcp 127.0.0.1:33603->127.0.0.1:47270: read: connection reset by peer
2023/05/11 18:39:50 http: TLS handshake error from 127.0.0.1:47276: EOF
2023/05/11 18:39:50 http: TLS handshake error from 127.0.0.1:47284: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_get_hash (27.16s)
script_test.go:134: 2023-05-11T18:39:45Z
...
18:40:13.006467 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
18:40:13.006469 http.c:715 <= Recv header: date: Thu, 11 May 2023 18:40:13 GMT
18:40:13.006471 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:40:13.006472 http.c:715 <= Recv header:
18:40:13.006499 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
[exit status 1]
> stderr 'unknown revision'
script_test.go:154: FAIL: mod_get_hash.txt:16: stderr 'unknown revision': no match for `(?m)unknown revision` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-04-12 20:54 linux-arm64-longtest go@f58c6ccc cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43441
https://vcs-test.golang.org rerouted to https://127.0.0.1:32839
go test proxy running at GOPROXY=http://127.0.0.1:44693/mod
2023/04/12 21:15:46 http: TLS handshake error from 127.0.0.1:57932: EOF
2023/04/12 21:15:46 http: TLS handshake error from 127.0.0.1:58030: read tcp 127.0.0.1:32839->127.0.0.1:58030: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_dot_slash_download (0.14s)
script_test.go:134: 2023-04-12T21:15:57Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1333411493/tmpdir3489084715/get_dot_slash_download3030690374
script_test.go:154:
...
21:15:57.229927 http.c:756 == Info: Connected to github.com (140.82.114.3) port 443 (#0)
21:15:57.264466 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
21:15:57.264592 http.c:756 == Info: ALPN, offering h2
21:15:57.264614 http.c:756 == Info: ALPN, offering http/1.1
21:15:57.265054 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
V��
21:15:57.265100 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/pprof_mac_fix/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
package rsc.io/pprof_mac_fix: exit status 128
script_test.go:154: FAIL: get_dot_slash_download.txt:10: go get ./pprof_mac_fix: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-12 13:32 linux-386-longtest go@6d2309b5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46037
https://vcs-test.golang.org rerouted to https://127.0.0.1:33373
go test proxy running at GOPROXY=http://127.0.0.1:34391/mod
2023/05/12 14:08:19 http: TLS handshake error from 127.0.0.1:49088: read tcp 127.0.0.1:33373->127.0.0.1:49088: read: connection reset by peer
2023/05/12 14:08:41 http: TLS handshake error from 127.0.0.1:54862: EOF
2023/05/12 14:08:41 http: TLS handshake error from 127.0.0.1:54848: EOF
2023/05/12 14:08:41 http: TLS handshake error from 127.0.0.1:54866: EOF
2023/05/12 14:08:41 http: TLS handshake error from 127.0.0.1:54880: EOF
2023/05/12 14:08:41 http: TLS handshake error from 127.0.0.1:54904: EOF
2023/05/12 14:08:42 http: TLS handshake error from 127.0.0.1:54944: EOF
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_dash_t (202.30s)
script_test.go:134: 2023-05-12T14:10:24Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2627241116/tmpdir3856545360/get_dash_t2604122157
script_test.go:154:
# Tests issue 8181 (202.299s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
...
14:13:47.156923 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
14:13:47.156925 http.c:715 <= Recv header: x-xss-protection: 0
14:13:47.156929 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
14:13:47.156931 http.c:715 <= Recv header: date: Fri, 12 May 2023 14:13:47 GMT
14:13:47.156934 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
14:13:47.156937 http.c:715 <= Recv header:
14:13:47.156985 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: expected flush after ref listing
script_test.go:154: FAIL: mod_gonoproxy.txt:51: go list -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-09 15:20 darwin-amd64-longtest go@81a31f5d cmd/go.TestIssue10952 (log)
vcs-test.golang.org rerouted to http://127.0.0.1:65151
https://vcs-test.golang.org rerouted to https://127.0.0.1:65152
go test proxy running at GOPROXY=http://127.0.0.1:65153/mod
2023/05/09 21:24:05 http: TLS handshake error from 127.0.0.1:50375: EOF
2023/05/09 21:24:05 http: TLS handshake error from 127.0.0.1:50382: read tcp 127.0.0.1:65152->127.0.0.1:50382: read: connection reset by peer
--- FAIL: TestIssue10952 (0.59s)
go_test.go:1007: running testgo [get -d -u github.com/zombiezen/go-get-issue-10952]
go_test.go:1007: standard error:
go_test.go:1007: # cd /tmp/buildlet/tmp/cmd-go-test-2103481976/gotest960929185/src/github.com/zombiezen; git clone -- https://github.com/zombiezen/go-get-issue-10952 /tmp/buildlet/tmp/cmd-go-test-2103481976/gotest960929185/src/github.com/zombiezen/go-get-issue-10952
Cloning into '/tmp/buildlet/tmp/cmd-go-test-2103481976/gotest960929185/src/github.com/zombiezen/go-get-issue-10952'...
21:34:58.561164 http.c:678 == Info: Couldn't find host github.com in the (nil) file; using defaults
21:34:58.633808 http.c:678 == Info: Trying 140.82.114.4:443...
21:34:58.647729 http.c:678 == Info: Connected to github.com (140.82.114.4) port 443 (#0)
21:34:58.648456 http.c:678 == Info: ALPN: offers h2
21:34:58.648531 http.c:678 == Info: ALPN: offers http/1.1
21:34:58.675873 http.c:678 == Info: CAfile: /etc/ssl/cert.pem
21:34:58.676151 http.c:678 == Info: CApath: none
21:34:58.677522 http.c:678 == Info: (304) (OUT), TLS handshake, Client hello (1):
21:34:58.692807 http.c:678 == Info: error:02FFF036:system library:func(4095):Connection reset by peer
21:34:58.693180 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/zombiezen/go-get-issue-10952/': error:02FFF036:system library:func(4095):Connection reset by peer
package github.com/zombiezen/go-get-issue-10952: exit status 128
go_test.go:1007: go [get -d -u github.com/zombiezen/go-get-issue-10952] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 1
2023-05-09 15:20 linux-amd64-longtest go@81a31f5d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35257
https://vcs-test.golang.org rerouted to https://127.0.0.1:43527
go test proxy running at GOPROXY=http://127.0.0.1:36673/mod
2023/05/09 15:46:10 http: TLS handshake error from 127.0.0.1:55952: EOF
2023/05/09 15:46:10 http: TLS handshake error from 127.0.0.1:55926: read tcp 127.0.0.1:43527->127.0.0.1:55926: read: connection reset by peer
2023/05/09 15:46:10 http: TLS handshake error from 127.0.0.1:56006: EOF
2023/05/09 15:46:10 http: TLS handshake error from 127.0.0.1:56038: EOF
2023/05/09 15:46:11 http: TLS handshake error from 127.0.0.1:56054: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_prefer_compatible (10.43s)
...
15:46:03.537512 http.c:715 <= Recv header: x-frame-options: deny
15:46:03.537516 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
15:46:03.537519 http.c:715 <= Recv header: x-xss-protection: 0
15:46:03.537523 http.c:703 <= Recv header, 0000000088 bytes (0x00000058)
15:46:03.537529 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
15:46:03.537535 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:46:03.537538 http.c:715 <= Recv header:
15:46:03.587081 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/rsc/legacytest/': The requested URL returned error: 503
script_test.go:154: FAIL: mod_prefer_compatible.txt:62: go list -m github.com/rsc/legacytest@7303f7796364: exit status 1
2023-05-09 15:20 linux-arm64-longtest go@81a31f5d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40121
https://vcs-test.golang.org rerouted to https://127.0.0.1:37939
go test proxy running at GOPROXY=http://127.0.0.1:43681/mod
2023/05/09 15:40:51 http: TLS handshake error from 127.0.0.1:32826: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_vendor (4.62s)
script_test.go:134: 2023-05-09T15:41:35Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2494883327/tmpdir3833306045/get_vendor3872540354
script_test.go:154:
> [short] skip
...
15:41:39.616426 http.c:756 == Info: Connected to github.com (140.82.113.4) port 443 (#0)
15:41:39.656479 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
15:41:39.656632 http.c:756 == Info: ALPN, offering h2
15:41:39.656659 http.c:756 == Info: ALPN, offering http/1.1
15:41:39.657029 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
��
15:41:39.657060 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-issue-12612/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
package github.com/rsc/go-get-issue-12612: exit status 128
script_test.go:154: FAIL: get_vendor.txt:39: go get -d github.com/rsc/go-get-issue-12612: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-22 19:03 linux-amd64-longtest go@b66474e0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38813
https://vcs-test.golang.org rerouted to https://127.0.0.1:41255
go test proxy running at GOPROXY=http://127.0.0.1:43801/mod
2023/05/22 19:32:49 http: TLS handshake error from 127.0.0.1:51048: read tcp 127.0.0.1:41255->127.0.0.1:51048: read: connection reset by peer
2023/05/22 19:32:49 http: TLS handshake error from 127.0.0.1:51052: EOF
2023/05/22 19:32:49 http: TLS handshake error from 127.0.0.1:51082: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_test_only (20.59s)
script_test.go:134: 2023-05-22T19:33:50Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-72353131/tmpdir4115806740/get_test_only1774952814
...
19:34:11.086221 http.c:715 <= Recv header: x-xss-protection: 0
19:34:11.086223 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
19:34:11.086225 http.c:715 <= Recv header: date: Mon, 22 May 2023 19:34:11 GMT
19:34:11.086229 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
19:34:11.086232 http.c:715 <= Recv header:
19:34:11.086277 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
package golang.org/x/tour/content...: exit status 128
script_test.go:154: FAIL: get_test_only.txt:5: go get golang.org/x/tour/content...: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-24 22:39 linux-386-longtest go@79a8997a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33859
https://vcs-test.golang.org rerouted to https://127.0.0.1:32801
go test proxy running at GOPROXY=http://127.0.0.1:45295/mod
2023/05/24 23:13:54 http: TLS handshake error from 127.0.0.1:44892: EOF
2023/05/24 23:13:54 http: TLS handshake error from 127.0.0.1:44934: EOF
2023/05/24 23:13:54 http: TLS handshake error from 127.0.0.1:44952: EOF
2023/05/24 23:13:54 http: TLS handshake error from 127.0.0.1:44958: EOF
2023/05/24 23:13:54 http: TLS handshake error from 127.0.0.1:44966: EOF
2023/05/24 23:13:56 http: TLS handshake error from 127.0.0.1:44992: EOF
2023/05/24 23:13:56 http: TLS handshake error from 127.0.0.1:44986: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_gonoproxy (38.26s)
script_test.go:134: 2023-05-24T23:13:47Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-154718653/tmpdir3727048815/mod_gonoproxy1181141088
script_test.go:154:
> env GO111MODULE=on
> env sumdb=$GOSUMDB
> env proxy=$GOPROXY
> env GOPRIVATE GOPROXY GONOPROXY GOSUMDB GONOSUMDB
[stdout]
...
23:14:25.073388 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
23:14:25.073392 http.c:715 <= Recv header: x-xss-protection: 0
23:14:25.073396 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
23:14:25.073399 http.c:715 <= Recv header: date: Wed, 24 May 2023 23:14:25 GMT
23:14:25.073404 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:14:25.073406 http.c:715 <= Recv header:
23:14:25.073454 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
script_test.go:154: FAIL: mod_gonoproxy.txt:51: go list -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-24 23:56 linux-386-longtest go@6824765b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43409
https://vcs-test.golang.org rerouted to https://127.0.0.1:36871
go test proxy running at GOPROXY=http://127.0.0.1:40997/mod
2023/05/25 00:21:12 http: TLS handshake error from 127.0.0.1:57468: read tcp 127.0.0.1:36871->127.0.0.1:57468: read: connection reset by peer
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49626: read tcp 127.0.0.1:36871->127.0.0.1:49626: read: connection reset by peer
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49616: EOF
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49638: EOF
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49652: EOF
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49708: EOF
2023/05/25 00:21:29 http: TLS handshake error from 127.0.0.1:49686: EOF
...
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/mod_gonoproxy (56.86s)
script_test.go:134: 2023-05-25T00:21:19Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2963117995/tmpdir807090735/mod_gonoproxy129756356
script_test.go:154:
> env GO111MODULE=on
> env sumdb=$GOSUMDB
> env proxy=$GOPROXY
> env GOPRIVATE GOPROXY GONOPROXY GOSUMDB GONOSUMDB
[stdout]
...
00:22:16.083678 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
00:22:16.083680 http.c:715 <= Recv header: x-xss-protection: 0
00:22:16.083683 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
00:22:16.083685 http.c:715 <= Recv header: date: Thu, 25 May 2023 00:22:16 GMT
00:22:16.083688 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
00:22:16.083691 http.c:715 <= Recv header:
00:22:16.083738 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
script_test.go:154: FAIL: mod_gonoproxy.txt:51: go list -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-27 02:24 linux-386-longtest go@7ad92e95 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38745
https://vcs-test.golang.org rerouted to https://127.0.0.1:43861
go test proxy running at GOPROXY=http://127.0.0.1:42627/mod
2023/05/27 02:58:45 http: TLS handshake error from 127.0.0.1:52196: EOF
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52190: EOF
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52204: read tcp 127.0.0.1:43861->127.0.0.1:52204: read: connection reset by peer
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52216: read tcp 127.0.0.1:43861->127.0.0.1:52216: read: connection reset by peer
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52232: EOF
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52282: read tcp 127.0.0.1:43861->127.0.0.1:52282: read: connection reset by peer
2023/05/27 02:59:05 http: TLS handshake error from 127.0.0.1:52242: read tcp 127.0.0.1:43861->127.0.0.1:52242: read: connection reset by peer
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_gonoproxy (11.36s)
script_test.go:134: 2023-05-27T02:58:58Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3893546646/tmpdir1513756716/mod_gonoproxy1307836912
script_test.go:158:
> env GO111MODULE=on
> env sumdb=$GOSUMDB
> env proxy=$GOPROXY
> env GOPRIVATE GOPROXY GONOPROXY GOSUMDB GONOSUMDB
[stdout]
...
02:59:09.735975 http.c:703 <= Recv header, 0000000048 bytes (0x00000030)
02:59:09.735978 http.c:715 <= Recv header: x-request-id: a7b63ca7fcd54ebeb66649bcff104593
02:59:09.735985 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
02:59:09.735990 http.c:715 <= Recv header: x-xss-protection: 0
02:59:09.735996 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
02:59:09.735999 http.c:715 <= Recv header:
02:59:09.746500 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: error reading section header 'shallow-info'
script_test.go:158: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-05-30 19:39 linux-amd64-longtest go@5036ba77 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:32831
https://vcs-test.golang.org rerouted to https://127.0.0.1:45363
go test proxy running at GOPROXY=http://127.0.0.1:40949/mod
2023/05/30 19:59:14 http: TLS handshake error from 127.0.0.1:48852: EOF
2023/05/30 19:59:14 http: TLS handshake error from 127.0.0.1:48854: EOF
2023/05/30 19:59:14 http: TLS handshake error from 127.0.0.1:48868: EOF
2023/05/30 19:59:14 http: TLS handshake error from 127.0.0.1:48890: EOF
2023/05/30 19:59:14 http: TLS handshake error from 127.0.0.1:48930: EOF
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/mod_get_hash (20.67s)
...
19:59:33.076250 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
19:59:33.076252 http.c:715 <= Recv header: date: Tue, 30 May 2023 19:59:33 GMT
19:59:33.076255 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
19:59:33.076257 http.c:715 <= Recv header:
19:59:33.076327 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
[exit status 1]
> stderr 'unknown revision'
script_test.go:154: FAIL: mod_get_hash.txt:12: stderr 'unknown revision': no match for `(?m)unknown revision` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer`)
2023-06-06 16:57 linux-amd64-longtest-race go@a7b1cd45 cmd/go/internal/modfetch.TestCodeRepo (log)
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/vcs-test.golang.org_go_mod_gitrepo1/master (9.14s)
coderepo_test.go:595: repo.Stat("master"): vcs-test.golang.org/go/mod/gitrepo1@master: invalid version: git ls-remote -q origin in /workdir/tmp/gitrepo-test-4084485193/cache/vcs/689dca9085dbe70dfcb2d8c764579dfd5e3767581693970d2d8c30aff343e8f3: exit status 128:
fatal: unable to access 'https://vcs-test.golang.org/git/gitrepo1/': The requested URL returned error: 502
--- FAIL: TestCodeRepo/vcs-test.golang.org_go_mod_gitrepo1/v2.3.4+incompatible (9.12s)
coderepo_test.go:591: repoStat("v2.3.4+incompatible"): vcs-test.golang.org/go/mod/gitrepo1@v2.3.4+incompatible: invalid version: git ls-remote -q origin in /workdir/tmp/gitrepo-test-4084485193/cache/vcs/689dca9085dbe70dfcb2d8c764579dfd5e3767581693970d2d8c30aff343e8f3: exit status 128:
fatal: unable to access 'https://vcs-test.golang.org/git/gitrepo1/': The requested URL returned error: 502, wanted "resolves to version v2.0.1+incompatible (v2.3.4 is not a tag)"
2023-06-06 17:11 linux-amd64-longtest-race go@44e0fb13 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:44029/mod
--- FAIL: TestScript (0.03s)
--- FAIL: TestScript/get_insecure_redirect (9.35s)
script_test.go:270:
# (2023-06-06T18:15:02Z)
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
# golang.org/issue/34049: 'go get' would panic in case of an insecure redirect in GOPATH mode (9.349s)
> [!net] skip
> [!exec:git] skip
> env GO111MODULE=off
...
--- FAIL: TestScript/mod_download_svn (42.40s)
script_test.go:270:
# (2023-06-06T18:14:44Z)
# 'go mod download' will fall back to svn+ssh once svn fails over protocols like https.
# If vcs-test.golang.org isn't in the user's known_hosts file, this will result
# in an ssh prompt, which will stop 'go test' entirely
#
# Unfortunately, there isn't a way to globally disable host checking for ssh,
# without modifying the real system's or user's configs. Changing $HOME won't
# affect ssh either, as it ignores the environment variable entirely.
...
# The test still seems to be useful as a test of direct-mode go get. (270.482s)
> [short] skip
> [!exec:git] skip
> env GO111MODULE=off
> env GOPATH=$WORK/tmp/d1
> go get vcs-test.golang.org/git/modlegacy1-old.git/p1
[stderr]
package vcs-test.golang.org/git/modlegacy1-old.git/p1: cannot download, git://vcs-test.golang.org/git/modlegacy1-old uses insecure protocol
[exit status 1]
FAIL: testdata/script/get_legacy.txt:11: unexpected command failure
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 502` ||
`The requested URL returned error: 503` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout`)
2023-05-20 21:53 plan9-arm go@b950cc8f cmd/go/internal/vcweb.TestHelp (log)
--- FAIL: TestHelp (30.07s)
vcweb_test.go:27: Get "http://127.0.0.1:37149/help": dial tcp 127.0.0.1:37149: i/o timeout
2023/05/21 00:44:58 serving /
2023-05-31 21:27 plan9-arm go@01e703c2 cmd/go/internal/vcweb.TestHelp (log)
--- FAIL: TestHelp (30.04s)
vcweb_test.go:27: Get "http://127.0.0.1:53406/help": dial tcp 127.0.0.1:53406: i/o timeout
2023/06/01 02:31:53 serving /
2023-06-08 16:47 linux-amd64-longtest go@cc99093d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38471
https://vcs-test.golang.org rerouted to https://127.0.0.1:34645
go test proxy running at GOPROXY=http://127.0.0.1:38201/mod
2023/06/08 17:14:11 http: TLS handshake error from 127.0.0.1:59160: read tcp 127.0.0.1:34645->127.0.0.1:59160: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (47.34s)
script_test.go:134: 2023-06-08T17:14:01Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3507492194/tmpdir1689896238/mod_invalid_version551686597
script_test.go:158:
> [!net:golang.org] skip
...
> go mod edit -require golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac
> cd outside
> ! go list -m golang.org/x/text
[stderr]
go: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 142.250.136.141:443: i/o timeout
go: example.com@v0.0.0 requires
golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 142.250.136.141:443: i/o timeout
[exit status 1]
> stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag'
script_test.go:158: FAIL: testdata/script/mod_invalid_version.txt:166: stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag': no match for `(?m)go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag` in stderr
2023-06-08 16:47 linux-amd64-longtest go@cc99093d cmd/go.TestDefaultGOPATHGet (log)
--- FAIL: TestDefaultGOPATHGet (31.20s)
go_test.go:1458: running testgo [get -v github.com/golang/example/hello]
go_test.go:1458: standard error:
go_test.go:1458: github.com/golang/example (download)
created GOPATH=/workdir/tmp/cmd-go-test-3507492194/gotest1071729583/home/go; see 'go help gopath'
package golang.org/x/example/stringutil: unrecognized import path "golang.org/x/example/stringutil": https fetch: Get "https://golang.org/x/example/stringutil?go-get=1": dial tcp 142.250.136.141:443: i/o timeout
go_test.go:1458: go [get -v github.com/golang/example/hello] failed unexpectedly in /workdir/go/src/cmd/go: exit status 1
2023-06-09 00:17 linux-amd64-longtest go@bd00528d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33977
https://vcs-test.golang.org rerouted to https://127.0.0.1:39941
go test proxy running at GOPROXY=http://127.0.0.1:33685/mod
2023/06/09 00:48:28 http: TLS handshake error from 127.0.0.1:44488: EOF
2023/06/09 00:48:28 http: TLS handshake error from 127.0.0.1:44472: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (63.76s)
script_test.go:134: 2023-06-09T00:47:24Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2197074842/tmpdir3122568122/mod_invalid_version1203386909
script_test.go:158:
...
--- FAIL: TestScript/get_dash_t (30.93s)
script_test.go:134: 2023-06-09T00:49:00Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2197074842/tmpdir3122568122/get_dash_t3480053876
script_test.go:158:
# Tests issue 8181 (30.929s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
> go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b
[stderr]
github.com/rsc/go-get-issue-8181 (download)
package golang.org/x/build/gerrit: unrecognized import path "golang.org/x/build/gerrit": https fetch: Get "https://golang.org/x/build/gerrit?go-get=1": dial tcp 142.250.152.141:443: i/o timeout
script_test.go:158: FAIL: testdata/script/get_dash_t.txt:7: go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b: exit status 1
2023-06-15 15:16 linux-arm64-longtest go@b7e74678 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43655
https://vcs-test.golang.org rerouted to https://127.0.0.1:41779
go test proxy running at GOPROXY=http://127.0.0.1:38555/mod
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56876: read tcp 127.0.0.1:41779->127.0.0.1:56876: read: connection reset by peer
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56880: EOF
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56886: EOF
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56882: EOF
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56920: EOF
2023/06/15 15:39:32 http: TLS handshake error from 127.0.0.1:56932: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_invalid_version (37.55s)
script_test.go:132: 2023-06-15T15:39:15Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-2619552180/tmpdir711461935/mod_invalid_version452710507
script_test.go:156:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
go mod tidy
> cmpenv go.mod go.mod.want
> [!net:google.golang.org] skip
[condition not met]
> [!net:cloud.google.com] skip
[condition not met]
> go mod download github.com/fishy/gcsbucket@v0.0.0-20180217031846-618d60fe84e0
[stderr]
go: github.com/fishy/gcsbucket@v0.0.0-20180217031846-618d60fe84e0: verifying go.mod: github.com/fishy/gcsbucket@v0.0.0-20180217031846-618d60fe84e0/go.mod: Get "https://sum.golang.org/lookup/github.com/fishy/gcsbucket@v0.0.0-20180217031846-618d60fe84e0": dial tcp 64.233.183.141:443: i/o timeout
script_test.go:156: FAIL: testdata/script/mod_convert.txt:20: go mod download github.com/fishy/gcsbucket@v0.0.0-20180217031846-618d60fe84e0: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- pkg ~ `^cmd/go` && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-04-24 15:54 linux-amd64-alpine go@33c06ee1 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34841
https://vcs-test.golang.org rerouted to https://127.0.0.1:46431
go test proxy running at GOPROXY=http://127.0.0.1:41463/mod
git: 'http-backend' is not a git command. See 'git --help'.
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/get_insecure_redirect (0.25s)
script_test.go:134: 2023-04-24T16:08:29Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3812804130/tmpdir386399004/get_insecure_redirect3632283997
script_test.go:154:
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
...
16:08:29.823471 http.c:611 <= Recv header, 0000000037 bytes (0x00000025)
16:08:29.823485 http.c:623 <= Recv header: Date: Mon, 24 Apr 2023 16:08:29 GMT
16:08:29.823499 http.c:611 <= Recv header, 0000000019 bytes (0x00000013)
16:08:29.823507 http.c:623 <= Recv header: Content-Length: 0
16:08:29.823519 http.c:611 <= Recv header, 0000000002 bytes (0x00000002)
16:08:29.823525 http.c:623 <= Recv header:
16:08:29.823547 http.c:664 == Info: Connection #0 to host 127.0.0.1 left intact
fatal: unable to access 'http://127.0.0.1:34841/git/insecurerepo/': The requested URL returned error: 500
package vcs-test.golang.org/insecure/go/insecure: exit status 128
script_test.go:154: FAIL: get_insecure_redirect.txt:12: go get -d vcs-test.golang.org/insecure/go/insecure: exit status 1
2023-04-24 16:49 linux-amd64-alpine go@d33a5136 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41305
https://vcs-test.golang.org rerouted to https://127.0.0.1:34805
go test proxy running at GOPROXY=http://127.0.0.1:34333/mod
git: 'http-backend' is not a git command. See 'git --help'.
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/get_insecure_redirect (0.13s)
script_test.go:134: 2023-04-24T16:57:29Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4061221013/tmpdir3946685652/get_insecure_redirect3928778430
script_test.go:154:
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
...
16:57:29.444734 http.c:611 <= Recv header, 0000000037 bytes (0x00000025)
16:57:29.444740 http.c:623 <= Recv header: Date: Mon, 24 Apr 2023 16:57:29 GMT
16:57:29.444748 http.c:611 <= Recv header, 0000000019 bytes (0x00000013)
16:57:29.444754 http.c:623 <= Recv header: Content-Length: 0
16:57:29.444763 http.c:611 <= Recv header, 0000000002 bytes (0x00000002)
16:57:29.444770 http.c:623 <= Recv header:
16:57:29.444788 http.c:664 == Info: Connection #0 to host 127.0.0.1 left intact
fatal: unable to access 'http://127.0.0.1:41305/git/insecurerepo/': The requested URL returned error: 500
package vcs-test.golang.org/insecure/go/insecure: exit status 128
script_test.go:154: FAIL: get_insecure_redirect.txt:12: go get -d vcs-test.golang.org/insecure/go/insecure: exit status 1
2023-04-24 16:50 linux-amd64-alpine go@ddd822e5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43675
https://vcs-test.golang.org rerouted to https://127.0.0.1:33553
go test proxy running at GOPROXY=http://127.0.0.1:38129/mod
git: 'http-backend' is not a git command. See 'git --help'.
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/get_insecure_redirect (0.18s)
script_test.go:134: 2023-04-24T16:59:16Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4185332499/tmpdir1424555075/get_insecure_redirect968778698
script_test.go:154:
# golang.org/issue/29591: 'go get' was following plain-HTTP redirects even without -insecure (now replaced by GOINSECURE).
...
16:59:16.951837 http.c:611 <= Recv header, 0000000037 bytes (0x00000025)
16:59:16.951864 http.c:623 <= Recv header: Date: Mon, 24 Apr 2023 16:59:16 GMT
16:59:16.951880 http.c:611 <= Recv header, 0000000019 bytes (0x00000013)
16:59:16.951892 http.c:623 <= Recv header: Content-Length: 0
16:59:16.951908 http.c:611 <= Recv header, 0000000002 bytes (0x00000002)
16:59:16.951919 http.c:623 <= Recv header:
16:59:16.951944 http.c:664 == Info: Connection #0 to host 127.0.0.1 left intact
fatal: unable to access 'http://127.0.0.1:43675/git/insecurerepo/': The requested URL returned error: 500
package vcs-test.golang.org/insecure/go/insecure: exit status 128
script_test.go:154: FAIL: get_insecure_redirect.txt:12: go get -d vcs-test.golang.org/insecure/go/insecure: exit status 1
2023-06-07 14:58 linux-arm64-longtest go@b52950f6 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43155
https://vcs-test.golang.org rerouted to https://127.0.0.1:35379
go test proxy running at GOPROXY=http://127.0.0.1:35619/mod
2023/06/07 15:20:55 http: TLS handshake error from 127.0.0.1:45972: EOF
2023/06/07 15:20:55 http: TLS handshake error from 127.0.0.1:45968: EOF
2023/06/07 15:20:55 http: TLS handshake error from 127.0.0.1:46042: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_with_git_trace (130.05s)
script_test.go:134: 2023-06-07T15:21:04Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1354750971/tmpdir2773573436/get_with_git_trace570553531
...
--- FAIL: TestScript/get_non_pkg (131.63s)
script_test.go:134: 2023-06-07T15:21:06Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1354750971/tmpdir2773573436/get_non_pkg2573463841
script_test.go:158:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GOBIN=$WORK/tmp/gobin
> env GO111MODULE=off
...
15:21:06.841176 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c32::52: Cannot assign requested address
15:23:18.214898 http.c:756 == Info: connect to 64.233.182.82 port 443 failed: Connection timed out
15:23:18.214950 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
� fm��
15:23:18.214965 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/tools/': Failed to connect to go.googlesource.com port 443: Connection timed out
package golang.org/x/tools: exit status 128
[exit status 1]
> stderr 'golang.org/x/tools: no Go files'
script_test.go:158: FAIL: testdata/script/get_non_pkg.txt:8: stderr 'golang.org/x/tools: no Go files': no match for `(?m)golang.org/x/tools: no Go files` in stderr
2023-06-07 18:23 linux-amd64-longtest-race go@7f26e9e5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34733
https://vcs-test.golang.org rerouted to https://127.0.0.1:35241
go test proxy running at GOPROXY=http://127.0.0.1:33875/mod
2023/06/07 19:23:13 http: TLS handshake error from 127.0.0.1:36156: EOF
2023/06/07 19:23:13 http: TLS handshake error from 127.0.0.1:36142: EOF
--- FAIL: TestScript (1.16s)
--- FAIL: TestScript/mod_invalid_version (186.73s)
script_test.go:134: 2023-06-07T19:23:53Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1615386285/tmpdir143359191/mod_invalid_version747819738
script_test.go:158:
...
--- FAIL: TestScript/get_insecure_update (135.76s)
script_test.go:134: 2023-06-07T19:27:44Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1615386285/tmpdir143359191/get_insecure_update2239131472
script_test.go:158:
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
# Clone the repo via HTTP manually. (0.666s)
...
19:27:48.509536 http.c:756 == Info: Trying 209.85.234.82:443...
19:27:48.710357 http.c:756 == Info: Trying 2607:f8b0:4001:c17::52:443...
19:27:48.710426 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c17::52: Network is unreachable
19:30:00.528736 http.c:756 == Info: connect to 209.85.234.82 port 443 failed: Connection timed out
19:30:00.528837 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
GES/libc.mo
19:30:00.528860 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/example/': Failed to connect to go.googlesource.com port 443: Connection timed out
package golang.org/x/example/stringutil: exit status 128
script_test.go:158: FAIL: testdata/script/get_insecure_update.txt:14: go get -d -u -f github.com/golang/example/hello: exit status 1
2023-06-08 16:47 linux-amd64-longtest-race go@cc99093d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37155
https://vcs-test.golang.org rerouted to https://127.0.0.1:34157
go test proxy running at GOPROXY=http://127.0.0.1:34615/mod
2023/06/08 17:48:24 http: TLS handshake error from 127.0.0.1:59676: EOF
2023/06/08 17:50:30 http: TLS handshake error from 127.0.0.1:53544: read tcp 127.0.0.1:34157->127.0.0.1:53544: read: connection reset by peer
2023/06/08 17:50:30 http: TLS handshake error from 127.0.0.1:53522: EOF
2023/06/08 17:50:42 http: TLS handshake error from 127.0.0.1:37768: EOF
--- FAIL: TestScript (1.17s)
--- FAIL: TestScript/mod_pseudo_cache (129.98s)
script_test.go:134: 2023-06-08T17:48:20Z
...
--- FAIL: TestScript/get_insecure_custom_domain (129.34s)
script_test.go:134: 2023-06-08T17:51:29Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1679683365/tmpdir3335611373/get_insecure_custom_domain1786550409
script_test.go:158:
> [!net:insecure.go-get-issue-15410.appspot.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
> ! go get -d insecure.go-get-issue-15410.appspot.com/pkg/p
...
17:51:29.468573 http.c:756 == Info: Trying 108.177.120.153:80...
17:51:29.669122 http.c:756 == Info: Trying 2607:f8b0:4001:c18::99:80...
17:51:29.669186 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c18::99: Network is unreachable
17:53:38.585268 http.c:756 == Info: connect to 108.177.120.153 port 80 failed: Connection timed out
17:53:38.585330 http.c:756 == Info: Failed to connect to insecure.go-get-issue-15410.appspot.com port 80: Connection timed out
L�
17:53:38.585348 http.c:756 == Info: Closing connection 0
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': Failed to connect to insecure.go-get-issue-15410.appspot.com port 80: Connection timed out
package insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 128
script_test.go:158: FAIL: testdata/script/get_insecure_custom_domain.txt:8: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
2023-06-08 17:09 linux-amd64-longtest go@bff4b0ed cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44683
https://vcs-test.golang.org rerouted to https://127.0.0.1:33719
go test proxy running at GOPROXY=http://127.0.0.1:37785/mod
2023/06/08 17:35:08 http: TLS handshake error from 127.0.0.1:60304: EOF
2023/06/08 17:35:08 http: TLS handshake error from 127.0.0.1:60366: EOF
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/mod_invalid_version (130.88s)
script_test.go:134: 2023-06-08T17:34:46Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1144109719/tmpdir2990056829/mod_invalid_version465232989
script_test.go:158:
...
--- FAIL: TestScript/get_dash_t (132.70s)
script_test.go:134: 2023-06-08T17:36:14Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1144109719/tmpdir2990056829/get_dash_t1214013351
script_test.go:158:
# Tests issue 8181 (132.702s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
...
17:36:16.018078 http.c:756 == Info: Trying 172.253.119.82:443...
17:36:16.218569 http.c:756 == Info: Trying 2607:f8b0:4001:c1f::52:443...
17:36:16.218623 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c1f::52: Network is unreachable
17:38:27.396006 http.c:756 == Info: connect to 172.253.119.82 port 443 failed: Connection timed out
17:38:27.396058 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
GES/libc.mo
17:38:27.396077 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/build/': Failed to connect to go.googlesource.com port 443: Connection timed out
package golang.org/x/build/gerrit: exit status 128
script_test.go:158: FAIL: testdata/script/get_dash_t.txt:7: go get -v -t github.com/rsc/go-get-issue-8181/a github.com/rsc/go-get-issue-8181/b: exit status 1
2023-06-08 19:25 linux-amd64-longtest-race go@7b325ba2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38599
https://vcs-test.golang.org rerouted to https://127.0.0.1:38685
go test proxy running at GOPROXY=http://127.0.0.1:43103/mod
2023/06/08 20:25:20 http: TLS handshake error from 127.0.0.1:36972: read tcp 127.0.0.1:38685->127.0.0.1:36972: read: connection reset by peer
2023/06/08 20:27:11 http: TLS handshake error from 127.0.0.1:54636: EOF
2023/06/08 20:27:11 http: TLS handshake error from 127.0.0.1:54634: EOF
2023/06/08 20:27:11 http: TLS handshake error from 127.0.0.1:54612: EOF
2023/06/08 20:27:26 http: TLS handshake error from 127.0.0.1:60828: EOF
--- FAIL: TestScript (1.17s)
--- FAIL: TestScript/mod_invalid_version (203.05s)
...
20:29:58.713223 http.c:756 == Info: Trying 2607:f8b0:4001:c18::52:443...
20:29:58.713367 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c18::52: Network is unreachable
20:32:09.393352 http.c:756 == Info: connect to 108.177.120.82 port 443 failed: Connection timed out
20:32:09.393420 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
GES/libc.mo
20:32:09.393454 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/text/': Failed to connect to go.googlesource.com port 443: Connection timed out
[exit status 1]
> stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible'
script_test.go:158: FAIL: testdata/script/mod_invalid_version.txt:179: stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible': no match for `(?m)golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible` in stderr
2023-06-16 20:01 linux-amd64-longtest-race go@60876717 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40393
https://vcs-test.golang.org rerouted to https://127.0.0.1:34343
go test proxy running at GOPROXY=http://127.0.0.1:41281/mod
2023/06/16 21:14:58 http: TLS handshake error from 127.0.0.1:44120: EOF
2023/06/16 21:14:58 http: TLS handshake error from 127.0.0.1:44102: read tcp 127.0.0.1:34343->127.0.0.1:44102: read: connection reset by peer
2023/06/16 21:15:18 http: TLS handshake error from 127.0.0.1:51128: EOF
2023/06/16 21:15:18 http: TLS handshake error from 127.0.0.1:51088: EOF
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_get_hash (159.64s)
script_test.go:132: 2023-06-16T21:14:52Z
...
21:14:52.858740 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
21:14:52.860212 http.c:756 == Info: Trying 142.251.161.82:443...
21:14:53.060582 http.c:756 == Info: Trying 2607:f8b0:4001:c5c::52:443...
21:14:53.060630 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c5c::52: Network is unreachable
21:17:02.267677 http.c:756 == Info: connect to 142.251.161.82 port 443 failed: Connection timed out
21:17:02.267723 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
GES/libc.mo
21:17:02.267743 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/time/': Failed to connect to go.googlesource.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_get_hash.txt:8: go list -m golang.org/x/time@8be79e1e0910c292df4e79c241bb7e8f7e725959: exit status 1
2023-06-17 19:02 linux-386-longtest go@261e2676 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34741
https://vcs-test.golang.org rerouted to https://127.0.0.1:33167
go test proxy running at GOPROXY=http://127.0.0.1:46017/mod
2023/06/17 19:36:28 http: TLS handshake error from 127.0.0.1:54364: EOF
2023/06/17 19:36:59 http: TLS handshake error from 127.0.0.1:40492: read tcp 127.0.0.1:33167->127.0.0.1:40492: read: connection reset by peer
2023/06/17 19:37:00 http: TLS handshake error from 127.0.0.1:40530: read tcp 127.0.0.1:33167->127.0.0.1:40530: read: connection reset by peer
2023/06/17 19:37:00 http: TLS handshake error from 127.0.0.1:40536: read tcp 127.0.0.1:33167->127.0.0.1:40536: read: connection reset by peer
2023/06/17 19:37:00 http: TLS handshake error from 127.0.0.1:40572: read tcp 127.0.0.1:33167->127.0.0.1:40572: read: connection reset by peer
2023/06/17 19:37:00 http: TLS handshake error from 127.0.0.1:40542: read tcp 127.0.0.1:33167->127.0.0.1:40542: read: connection reset by peer
2023/06/17 19:37:00 http: TLS handshake error from 127.0.0.1:40560: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_update (21.01s)
script_test.go:132: 2023-06-17T19:35:26Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-1939711100/tmpdir2905680494/get_update2244394697
script_test.go:156:
# Tests Issue #9224
# The recursive updating was trying to walk to
# former dependencies, not current ones. (0.000s)
# Rewind (3.445s)
# Run get (17.560s)
...
19:35:47.961919 http.c:715 <= Recv header: x-frame-options: DENY
19:35:47.961923 http.c:703 <= Recv header, 0000000057 bytes (0x00000039)
19:35:47.961926 http.c:715 <= Recv header: x-github-request-id: 3818:A8D9:8D00B83:8F11FC9:648E0B03
19:35:47.961930 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
19:35:47.961933 http.c:715 <= Recv header:
19:35:47.961967 http.c:756 == Info: Connection #0 to host github.com left intact
remote: Internal Server Error
fatal: unable to access 'https://github.com/rsc/go-get-issue-9224-lib/': The requested URL returned error: 500
package github.com/rsc/go-get-issue-9224-lib/liba: exit status 1
script_test.go:156: FAIL: testdata/script/get_update.txt:16: go get -u github.com/rsc/go-get-issue-9224-cmd: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-05-17 15:46 linux-amd64-longtest-race mod@e7bea8f1 go@5ffdc1f1 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/golang.org_x_talks@v0.0.0-20191010201600-067e0d331fee (83.65s)
zip_test.go:1327: /usr/bin/git init --bare
zip_test.go:1344: /usr/bin/git remote add origin -- https://go.googlesource.com/talks
zip_test.go:1353: exit status 128: /usr/bin/git fetch -f --depth=1 origin 067e0d331feee4f8d0fa17d47444db533bd904e7:refs/dummy
15:57:10.432027 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
15:57:10.436145 http.c:756 == Info: Trying 209.85.147.82:443...
15:57:10.437204 http.c:756 == Info: Connected to go.googlesource.com (209.85.147.82) port 443 (#0)
15:57:10.494546 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
15:57:10.494641 http.c:756 == Info: ALPN, offering h2
...
15:58:34.047371 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
15:58:34.047373 http.c:715 <= Recv header: x-xss-protection: 0
15:58:34.047376 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
15:58:34.047378 http.c:715 <= Recv header: date: Tue, 23 May 2023 15:58:34 GMT
15:58:34.047382 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:58:34.047385 http.c:715 <= Recv header:
15:58:34.047432 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: error reading section header 'shallow-info'
zip_test.go:1222: failed to download zip from repository (repeated failure): exit status 128
2023-06-15 19:12 linux-arm64-longtest mod@bfed713d go@dbf9bf2c x/mod/sumdb/tlog.TestCertificateTransparency (log)
--- FAIL: TestCertificateTransparency (30.04s)
ct_test.go:80: Get "http://ct.googleapis.com/logs/argon2020/ct/v1/get-sth": dial tcp 64.233.182.95:80: i/o timeout
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-06-20 00:36 linux-amd64-longtest-race go@d51e322a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37345
https://vcs-test.golang.org rerouted to https://127.0.0.1:45337
go test proxy running at GOPROXY=http://127.0.0.1:39807/mod
2023/06/20 01:35:16 http: TLS handshake error from 127.0.0.1:41372: read tcp 127.0.0.1:45337->127.0.0.1:41372: read: connection reset by peer
2023/06/20 01:35:16 http: TLS handshake error from 127.0.0.1:41356: EOF
--- FAIL: TestScript (0.13s)
--- FAIL: TestScript/mod_invalid_version (166.06s)
script_test.go:134: 2023-06-20T01:37:01Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-4016687900/tmpdir2232188829/mod_invalid_version1345041901
script_test.go:154:
...
01:37:38.140532 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
01:37:38.142165 http.c:756 == Info: Trying 173.194.196.82:443...
01:37:38.342624 http.c:756 == Info: Trying 2607:f8b0:4001:c1a::52:443...
01:37:38.342680 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c1a::52: Network is unreachable
01:39:47.003151 http.c:756 == Info: connect to 173.194.196.82 port 443 failed: Connection timed out
01:39:47.003216 http.c:756 == Info: Failed to connect to go.googlesource.com port 443: Connection timed out
GES/libc.mo
01:39:47.003235 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/text/': Failed to connect to go.googlesource.com port 443: Connection timed out
script_test.go:154: FAIL: mod_invalid_version.txt:92: go list -m golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-06-22 15:27 linux-386-longtest go@6b45fb7b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36409
https://vcs-test.golang.org rerouted to https://127.0.0.1:36743
go test proxy running at GOPROXY=http://127.0.0.1:39679/mod
2023/06/22 16:04:28 http: TLS handshake error from 127.0.0.1:57004: EOF
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41102: EOF
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41116: EOF
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41122: EOF
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41142: read tcp 127.0.0.1:36743->127.0.0.1:41142: read: connection reset by peer
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41150: EOF
2023/06/22 16:04:53 http: TLS handshake error from 127.0.0.1:41166: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_sumdb_golang (52.85s)
script_test.go:134: 2023-06-22T16:04:21Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-749880278/tmpdir2730352991/mod_sumdb_golang2567663063
script_test.go:154:
# Test default GOPROXY and GOSUMDB (0.286s)
# Download direct from github. (18.732s)
# 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. (1.924s)
...
16:05:36.126237 http.c:756 == Info: Couldn't find host insecure.go-get-issue-15410.appspot.com in the .netrc file; using defaults
16:05:36.140098 http.c:756 == Info: Trying 74.125.124.153:80...
16:05:36.340784 http.c:756 == Info: Trying 2607:f8b0:4001:c14::99:80...
16:05:36.340843 http.c:756 == Info: Immediate connect fail for 2607:f8b0:4001:c14::99: Network is unreachable
16:07:47.195176 http.c:756 == Info: connect to 74.125.124.153 port 80 failed: Connection timed out
16:07:47.195234 http.c:756 == Info: Failed to connect to insecure.go-get-issue-15410.appspot.com port 80: Connection timed out
�
16:07:47.195253 http.c:756 == Info: Closing connection 0
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': Failed to connect to insecure.go-get-issue-15410.appspot.com port 80: Connection timed out
script_test.go:154: FAIL: get_insecure.txt:37: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-06-29 17:00 linux-amd64-longtest go@499458f7 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36405
https://vcs-test.golang.org rerouted to https://127.0.0.1:42161
go test proxy running at GOPROXY=http://127.0.0.1:44213/mod
2023/06/29 17:28:39 http: TLS handshake error from 127.0.0.1:57746: read tcp 127.0.0.1:42161->127.0.0.1:57746: read: connection reset by peer
2023/06/29 17:28:43 http: TLS handshake error from 127.0.0.1:57810: EOF
2023/06/29 17:28:43 http: TLS handshake error from 127.0.0.1:57892: EOF
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/get_404_meta (32.78s)
script_test.go:132: 2023-06-29T17:26:30Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-268447696/tmpdir2101782927/get_404_meta3306930751
...
--- FAIL: TestScript/mod_sumdb_file_path (31.25s)
script_test.go:132: 2023-06-29T17:27:57Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-268447696/tmpdir2101782927/mod_sumdb_file_path1752451092
script_test.go:156:
> [!net:proxy.golang.org] skip
[condition not met]
> env GO111MODULE=on
> env GOSUMDB=
> env GOPATH=$WORK/gopath1
# With a file-based proxy with an empty checksum directory,
...
# checksum verification should fall through to the next proxy,
# and downloading should succeed. (30.056s)
> [GOOS:windows] env GOPROXY=file:///$WORK/emptyproxy,https://proxy.golang.org
[condition not met]
> [!GOOS:windows] env GOPROXY=file://$WORK/emptyproxy,https://proxy.golang.org
> go get golang.org/x/text@v0.3.2
[stderr]
go: downloading golang.org/x/text v0.3.2
go: golang.org/x/text@v0.3.2: Get "https://proxy.golang.org/golang.org/x/text/@v/v0.3.2.zip": dial tcp 74.125.132.141:443: i/o timeout
script_test.go:156: FAIL: testdata/script/mod_sumdb_file_path.txt:23: go get golang.org/x/text@v0.3.2: exit status 1
2023-06-29 17:00 linux-amd64-longtest-race go@499458f7 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44903
https://vcs-test.golang.org rerouted to https://127.0.0.1:34487
go test proxy running at GOPROXY=http://127.0.0.1:43275/mod
2023/06/29 18:02:42 http: TLS handshake error from 127.0.0.1:35528: read tcp 127.0.0.1:34487->127.0.0.1:35528: read: connection reset by peer
2023/06/29 18:06:15 http: TLS handshake error from 127.0.0.1:37904: EOF
2023/06/29 18:06:15 http: TLS handshake error from 127.0.0.1:37930: EOF
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/get_update_unknown_protocol (129.11s)
script_test.go:132: 2023-06-29T17:58:11Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-628446443/tmpdir3843541641/get_update_unknown_protocol2087227053
...
--- FAIL: TestScript/get_insecure_env (30.36s)
script_test.go:132: 2023-06-29T17:59:54Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-628446443/tmpdir3843541641/get_insecure_env646493216
script_test.go:156:
> [!net:insecure.go-get-issue-15410.appspot.com] skip
[condition not met]
> [!git] skip
[condition not met]
# GOPATH: Set up (0.000s)
# GOPATH: Try go get -d of HTTP-only repo (should fail). (0.133s)
...
18:08:38.608801 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
18:08:38.608826 http.c:756 == Info: Trying 140.82.112.3:443...
18:08:43.867246 http.c:756 == Info: After 5254ms connect time, move on!
18:08:43.867285 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
18:08:43.867318 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
18:08:43.867331 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/nonexist/': Failed to connect to github.com port 443: Connection timed out
[exit status 1]
> stderr 'Confirm the import path was entered correctly.'
script_test.go:156: FAIL: testdata/script/mod_download_private_vcs.txt:9: stderr 'Confirm the import path was entered correctly.': no match for `(?m)Confirm the import path was entered correctly.` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-05-02 19:41 linux-amd64-longtest-race go@a32232cb cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33447
https://vcs-test.golang.org rerouted to https://127.0.0.1:37803
go test proxy running at GOPROXY=http://127.0.0.1:33673/mod
2023/05/02 20:41:09 http: TLS handshake error from 127.0.0.1:49912: EOF
2023/05/02 20:41:18 http: TLS handshake error from 127.0.0.1:42624: read tcp 127.0.0.1:37803->127.0.0.1:42624: read: connection reset by peer
--- FAIL: TestScript (1.14s)
--- FAIL: TestScript/mod_invalid_version (37.84s)
script_test.go:134: 2023-05-02T20:39:30Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2569038435/tmpdir2913778086/mod_invalid_version2017634006
script_test.go:154:
...
20:40:08.045772 http.c:715 <= Recv header: x-frame-options: SAMEORIGIN
20:40:08.045774 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
20:40:08.045778 http.c:715 <= Recv header: x-xss-protection: 0
20:40:08.045781 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
20:40:08.045783 http.c:715 <= Recv header: date: Tue, 02 May 2023 20:40:08 GMT
20:40:08.045786 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
20:40:08.045788 http.c:715 <= Recv header:
20:40:08.045823 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
script_test.go:154: FAIL: mod_invalid_version.txt:24: go list -m golang.org/x/text: exit status 1
2023-05-10 15:11 linux-amd64-longtest-race go@93d9035c cmd/go/internal/modload.TestQueryImport (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34709
https://vcs-test.golang.org rerouted to https://127.0.0.1:44109
go: finding module for package golang.org/x/net/context
go: finding module for package golang.org/x/net
go: finding module for package golang.org/x/text
go: finding module for package github.com/rsc/quote/buggy
go: finding module for package github.com/rsc/quote
go: finding module for package golang.org/x/foo/bar
--- FAIL: TestQueryImport (40.93s)
--- FAIL: TestQueryImport/golang.org_x_text (30.83s)
import_test.go:81: queryImport(_, "golang.org/x/text"): module golang.org/x/text: git ls-remote -q origin in /workdir/tmp/modload-test-4021681135/pkg/mod/cache/vcs/38515699458adac9c8b61a0b44f9ad7a5f6edd7bcc2d7fae95930ec78f71e1b4: exit status 128:
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
2023-05-10 15:11 linux-arm64-longtest go@93d9035c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34951
https://vcs-test.golang.org rerouted to https://127.0.0.1:43969
go test proxy running at GOPROXY=http://127.0.0.1:35661/mod
2023/05/10 15:33:12 http: TLS handshake error from 127.0.0.1:43848: read tcp 127.0.0.1:43969->127.0.0.1:43848: read: connection reset by peer
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34580: EOF
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34620: EOF
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34640: EOF
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34634: EOF
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34676: read tcp 127.0.0.1:43969->127.0.0.1:34676: read: connection reset by peer
2023/05/10 15:33:43 http: TLS handshake error from 127.0.0.1:34680: read tcp 127.0.0.1:43969->127.0.0.1:34680: read: connection reset by peer
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (160.57s)
script_test.go:134: 2023-05-10T15:33:14Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-1569824191/tmpdir45329178/mod_invalid_version3354269359
script_test.go:154:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
...
15:35:54.946943 http.c:715 <= Recv header: x-xss-protection: 0
15:35:54.946946 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
15:35:54.946948 http.c:715 <= Recv header: date: Wed, 10 May 2023 15:35:54 GMT
15:35:54.946950 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
15:35:54.946952 http.c:715 <= Recv header:
15:35:54.946981 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
[exit status 1]
> stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found'
script_test.go:154: FAIL: mod_invalid_version.txt:100: stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found': no match for `(?m)go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found` in stderr
2023-05-10 20:35 linux-386-longtest go@200a01ff cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44495
https://vcs-test.golang.org rerouted to https://127.0.0.1:36651
go test proxy running at GOPROXY=http://127.0.0.1:41617/mod
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35190: read tcp 127.0.0.1:36651->127.0.0.1:35190: read: connection reset by peer
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35192: EOF
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35200: read tcp 127.0.0.1:36651->127.0.0.1:35200: read: connection reset by peer
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35242: EOF
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35214: EOF
2023/05/10 21:09:53 http: TLS handshake error from 127.0.0.1:35230: EOF
2023/05/10 21:09:54 http: TLS handshake error from 127.0.0.1:35286: EOF
...
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_get_hash (72.24s)
script_test.go:134: 2023-05-10T21:09:51Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1700495123/tmpdir3744854209/mod_get_hash3108374947
script_test.go:154:
> env GO111MODULE=on
> env GOPROXY=direct
> env GOSUMDB=off
> [!net:golang.org] skip
[condition not met]
...
21:11:03.341679 http.c:715 <= Recv header: x-frame-options: SAMEORIGIN
21:11:03.341682 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
21:11:03.341686 http.c:715 <= Recv header: x-xss-protection: 0
21:11:03.341691 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
21:11:03.341695 http.c:715 <= Recv header: date: Wed, 10 May 2023 21:11:03 GMT
21:11:03.341699 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
21:11:03.341703 http.c:715 <= Recv header:
21:11:03.341754 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/time/': The requested URL returned error: 502
script_test.go:154: FAIL: mod_get_hash.txt:8: go list -m golang.org/x/time@8be79e1e0910c292df4e79c241bb7e8f7e725959: exit status 1
2023-05-10 20:35 linux-amd64-longtest-race go@200a01ff cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40373
https://vcs-test.golang.org rerouted to https://127.0.0.1:37105
go test proxy running at GOPROXY=http://127.0.0.1:39709/mod
2023/05/10 21:35:46 http: TLS handshake error from 127.0.0.1:58174: EOF
2023/05/10 21:35:46 http: TLS handshake error from 127.0.0.1:58202: EOF
2023/05/10 21:35:46 http: TLS handshake error from 127.0.0.1:58188: EOF
2023/05/10 21:39:02 http: TLS handshake error from 127.0.0.1:44026: EOF
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_invalid_version (200.75s)
script_test.go:134: 2023-05-10T21:38:51Z
...
21:42:12.307369 http.c:715 <= Recv header: x-xss-protection: 0
21:42:12.307373 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
21:42:12.307375 http.c:715 <= Recv header: date: Wed, 10 May 2023 21:42:12 GMT
21:42:12.307378 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
21:42:12.307380 http.c:715 <= Recv header:
21:42:12.307424 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
[exit status 1]
> stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible'
script_test.go:154: FAIL: mod_invalid_version.txt:179: stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible': no match for `(?m)golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible` in stderr
2023-05-12 13:51 linux-arm64-longtest go@c3db9af3 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36277
https://vcs-test.golang.org rerouted to https://127.0.0.1:41775
go test proxy running at GOPROXY=http://127.0.0.1:45241/mod
2023/05/12 14:11:38 http: TLS handshake error from 127.0.0.1:38678: read tcp 127.0.0.1:41775->127.0.0.1:38678: read: connection reset by peer
2023/05/12 14:11:38 http: TLS handshake error from 127.0.0.1:38746: EOF
2023/05/12 14:11:38 http: TLS handshake error from 127.0.0.1:38786: read tcp 127.0.0.1:41775->127.0.0.1:38786: read: connection reset by peer
2023/05/12 14:11:40 http: TLS handshake error from 127.0.0.1:38908: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_test_only (70.13s)
script_test.go:134: 2023-05-12T14:12:36Z
...
--- FAIL: TestScript/get_dash_t (41.19s)
script_test.go:134: 2023-05-12T14:13:05Z
script_test.go:136: $WORK=/tmp/workdir/tmp/cmd-go-test-2697138359/tmpdir1605217320/get_dash_t2924223589
script_test.go:154:
# Tests issue 8181 (41.189s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=off
...
# hash should use the highest such pseudo-version appropriate to the commit. (140.158s)
> env GOPROXY=direct
> go mod download -json golang.org/x/text@a1b916ed6726
[stdout]
{
"Path": "golang.org/x/text",
"Version": "a1b916ed6726",
"Error": "golang.org/x/text@a1b916ed6726: git ls-remote -q origin in /tmp/workdir/tmp/cmd-go-test-2697138359/tmpdir1605217320/mod_pseudo_cache3453137005/gopath/pkg/mod/cache/vcs/38515699458adac9c8b61a0b44f9ad7a5f6edd7bcc2d7fae95930ec78f71e1b4: exit status 128:\n\t14:11:33.552306 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults\n\t14:11:33.556333 http.c:756 == Info: Trying 142.250.136.82:443...\n\t14:11:33.557121 http.c:756 == Info: Connected to go.googlesource.com (142.250.136.82) port 443 (#0)\n\t14:11:33.589673 http.c:756 == Info: found 387 certificates in /etc/ssl/certs\n\t14:11:33.589804 http.c:756 == Info: ALPN, offering h2\n\t14:11:33.589827 http.c:756 == Info: ALPN, offering http/1.1\n\t14:11:33.593303 http.c:756 == Info: SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384\n\t14:11:33.595005 http.c:756 == Info: \t server certificate verification OK\n\t14:11:33.595020 http.c:756 == Info: \t server certificate status verification SKIPPED\n\t14:11:33.595135 http.c:756 == Info: \t common name: *.googlecode.com (matched)\n\t14:11:33.595142 http.c:756 == Info: \t server certificate expiration date OK\n\t14:11:33.595146 http.c:756 == Info: \t server certificate activation date OK\n\t14:11:33.595153 http.c:756 == Info: \t certificate public key: EC/ECDSA\n\t14:11:33.595156 http.c:756 == Info: \t certificate version: #3\n\t14:11:33.595165 http.c:756 == Info: \t subject: CN=*.googlecode.com\n\t14:11:33.595172 http.c:756 == Info: \t start date: Mon, 17 Apr 2023 08:25:00 GMT\n\t14:11:33.595177 http.c:756 == Info: \t expire date: Mon, 10 Jul 2023 08:24:59 GMT\n\t14:11:33.595192 http.c:756 == Info: \t issuer: C=US,O=Google Trust Services LLC,CN=GTS CA 1C3\n\t14:11:33.595204 http.c:756 == Info: ALPN, server accepted to use h2\n\t14:11:33.595242 http.c:756 == Info: Using HTTP2, server supports multi-use\n\t14:11:33.595247 http.c:756 == Info: Connection state changed (HTTP/2 confirmed)\n\t14:11:33.595251 http.c:756 == Info: Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n\t14:11:33.595342 http.c:756 == Info: Using Stream ID: 1 (easy handle 0xacb52f777520)\n\t14:11:33.595411 http.c:703 =\u003e Send header, 0000000197 bytes (0x000000c5)\n\t14:11:33.595436 http.c:715 =\u003e Send header: GET /text/info/refs?service=git-upload-pack HTTP/2\n\t14:11:33.595457 http.c:715 =\u003e Send header: Host: go.googlesource.com\n\t14:11:33.595475 http.c:715 =\u003e Send header: user-agent: git/2.30.2\n\t14:11:33.595543 http.c:715 =\u003e Send header: accept: */*\n\t14:11:33.595550 http.c:715 =\u003e Send header: accept-encoding: deflate, gzip, br\n\t14:11:33.595553 http.c:715 =\u003e Send header: pragma: no-cache\n\t14:11:33.595554 http.c:715 =\u003e Send header: git-protocol: version=2\n\t14:11:33.595556 http.c:715 =\u003e Send header:\n\t14:11:33.595577 http.c:756 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 100)!\n\t14:13:53.361261 http.c:703 \u003c= Recv header, 0000000013 bytes (0x0000000d)\n\t14:13:53.361276 http.c:715 \u003c= Recv header: HTTP/2 500\n\t14:13:53.361279 http.c:703 \u003c= Recv header, 0000000022 bytes (0x00000016)\n\t14:13:53.361282 http.c:715 \u003c= Recv header: content-length: 1461\n\t14:13:53.361284 http.c:703 \u003c= Recv header, 0000000040 bytes (0x00000028)\n\t14:13:53.361286 http.c:715 \u003c= Recv header: content-type: text/html; charset=utf-8\n\t14:13:53.361287 http.c:703 \u003c= Recv header, 0000000033 bytes (0x00000021)\n\t14:13:53.361289 http.c:715 \u003c= Recv header: x-content-type-options: nosniff\n\t14:13:53.361290 http.c:703 \u003c= Recv header, 0000000029 bytes (0x0000001d)\n\t14:13:53.361292 http.c:715 \u003c= Recv header: x-frame-options: SAMEORIGIN\n\t14:13:53.361293 http.c:703 \u003c= Recv header, 0000000021 bytes (0x00000015)\n\t14:13:53.361294 http.c:715 \u003c= Recv header: x-xss-protection: 0\n\t14:13:53.361296 http.c:703 \u003c= Recv header, 0000000037 bytes (0x00000025)\n\t14:13:53.361297 http.c:715 \u003c= Recv header: date: Fri, 12 May 2023 14:13:53 GMT\n\t14:13:53.361299 http.c:703 \u003c= Recv header, 0000000002 bytes (0x00000002)\n\t14:13:53.361300 http.c:715 \u003c= Recv header:\n\t14:13:53.361326 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact\n\tfatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 500"
}
script_test.go:154: FAIL: mod_pseudo_cache.txt:23: go mod download -json golang.org/x/text@a1b916ed6726: exit status 1
2023-05-17 13:57 linux-amd64-longtest go@54031132 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36963
https://vcs-test.golang.org rerouted to https://127.0.0.1:42065
go test proxy running at GOPROXY=http://127.0.0.1:37249/mod
2023/05/17 14:26:14 http: TLS handshake error from 127.0.0.1:37616: EOF
2023/05/17 14:26:14 http: TLS handshake error from 127.0.0.1:37634: EOF
2023/05/17 14:26:14 http: TLS handshake error from 127.0.0.1:37650: EOF
2023/05/17 14:26:15 http: TLS handshake error from 127.0.0.1:37654: read tcp 127.0.0.1:42065->127.0.0.1:37654: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_sumdb_golang (27.72s)
script_test.go:134: 2023-05-17T14:24:46Z
...
14:25:14.066359 http.c:715 <= Recv header: x-frame-options: SAMEORIGIN
14:25:14.066365 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
14:25:14.066370 http.c:715 <= Recv header: x-xss-protection: 0
14:25:14.066376 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
14:25:14.066382 http.c:715 <= Recv header: date: Wed, 17 May 2023 14:25:14 GMT
14:25:14.066391 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
14:25:14.066397 http.c:715 <= Recv header:
14:25:14.066469 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
script_test.go:154: FAIL: mod_sumdb_golang.txt:20: go get rsc.io/quote@v1.5.2: exit status 1
2023-05-19 17:41 linux-amd64-longtest go@dc4993e7 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39905
https://vcs-test.golang.org rerouted to https://127.0.0.1:34233
go test proxy running at GOPROXY=http://127.0.0.1:43985/mod
2023/05/19 18:14:01 http: TLS handshake error from 127.0.0.1:57166: read tcp 127.0.0.1:34233->127.0.0.1:57166: read: connection reset by peer
2023/05/19 18:14:01 http: TLS handshake error from 127.0.0.1:57176: read tcp 127.0.0.1:34233->127.0.0.1:57176: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_sumdb_golang (39.00s)
script_test.go:134: 2023-05-19T18:13:31Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-3579343650/tmpdir4087203479/mod_sumdb_golang1509028640
script_test.go:154:
...
18:14:09.833763 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
18:14:09.833766 http.c:715 <= Recv header: x-xss-protection: 0
18:14:09.833770 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:14:09.833772 http.c:715 <= Recv header:
18:14:09.874473 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
remote: UNAVAILABLE: The service is currently unavailable
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "24b034ad0b7c4982a24cece7dc5195e7"
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 503
script_test.go:154: FAIL: mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
2023-05-22 21:48 linux-386-longtest go@65cc8e6a cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:33915/mod
--- FAIL: TestScript (0.01s)
--- FAIL: TestScript/mod_invalid_version (37.10s)
script_test.go:270:
# (2023-05-22T22:26:17Z)
# Regression test for golang.org/issue/27173: if the user (or go.mod file)
# requests a pseudo-version that does not match both the module path and commit
# metadata, reject it with a helpful error message.
#
# TODO(bcmills): Replace the github.com/pierrec/lz4 examples with something
...
22:26:54.017178 http.c:715 <= Recv header: x-xss-protection: 0
22:26:54.017182 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
22:26:54.017185 http.c:715 <= Recv header: date: Mon, 22 May 2023 22:26:54 GMT
22:26:54.017190 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
22:26:54.017193 http.c:715 <= Recv header:
22:26:54.017255 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
[exit status 1]
> stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v0.2.1-0.20170915032832-14c0d48ead0c: invalid pseudo-version: revision 14c0d48ead0c is not a descendent of preceding tag \(v0.2.0\)'
FAIL: testdata/script/mod_invalid_version.txt:156: no match for `(?m)go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v0.2.1-0.20170915032832-14c0d48ead0c: invalid pseudo-version: revision 14c0d48ead0c is not a descendent of preceding tag \(v0.2.0\)` found in stderr
2023-05-24 00:49 linux-386-longtest go@0c301519 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36813
https://vcs-test.golang.org rerouted to https://127.0.0.1:44507
go test proxy running at GOPROXY=http://127.0.0.1:36053/mod
2023/05/24 01:31:37 http: TLS handshake error from 127.0.0.1:55346: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:50016: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:49990: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:50000: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:50038: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:50032: EOF
2023/05/24 01:32:09 http: TLS handshake error from 127.0.0.1:50042: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_sumdb_golang (41.68s)
script_test.go:134: 2023-05-24T01:31:34Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-2824260025/tmpdir602832143/mod_sumdb_golang3112110293
script_test.go:154:
# Test default GOPROXY and GOSUMDB (0.112s)
# Download direct from github. (16.850s)
# 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. (1.940s)
...
01:32:15.026465 http.c:715 <= Recv header: x-frame-options: SAMEORIGIN
01:32:15.026470 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
01:32:15.026474 http.c:715 <= Recv header: x-xss-protection: 0
01:32:15.026479 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
01:32:15.026570 http.c:715 <= Recv header: date: Wed, 24 May 2023 01:32:15 GMT
01:32:15.026581 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
01:32:15.026585 http.c:715 <= Recv header:
01:32:15.026655 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
script_test.go:154: FAIL: mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
2023-05-24 21:17 linux-amd64-longtest go@85e84a49 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44379
https://vcs-test.golang.org rerouted to https://127.0.0.1:35369
go test proxy running at GOPROXY=http://127.0.0.1:36559/mod
2023/05/24 21:36:17 http: TLS handshake error from 127.0.0.1:54946: EOF
2023/05/24 21:36:17 http: TLS handshake error from 127.0.0.1:54954: EOF
--- FAIL: TestScript (0.03s)
--- FAIL: TestScript/mod_pseudo_cache (28.22s)
script_test.go:134: 2023-05-24T21:35:55Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-1923987016/tmpdir2667342929/mod_pseudo_cache3738835145
script_test.go:154:
...
# hash should use the highest such pseudo-version appropriate to the commit. (20.679s)
> env GOPROXY=direct
> go mod download -json golang.org/x/text@a1b916ed6726
[stdout]
{
"Path": "golang.org/x/text",
"Version": "a1b916ed6726",
"Error": "golang.org/x/text@a1b916ed6726: git ls-remote -q origin in /workdir/tmp/cmd-go-test-1923987016/tmpdir2667342929/mod_pseudo_cache3738835145/gopath/pkg/mod/cache/vcs/38515699458adac9c8b61a0b44f9ad7a5f6edd7bcc2d7fae95930ec78f71e1b4: exit status 128:\n\t21:36:02.900023 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults\n\t21:36:02.910278 http.c:756 == Info: Trying 74.125.202.82:443...\n\t21:36:02.911043 http.c:756 == Info: Connected to go.googlesource.com (74.125.202.82) port 443 (#0)\n\t21:36:02.964035 http.c:756 == Info: found 387 certificates in /etc/ssl/certs\n\t21:36:02.964117 http.c:756 == Info: ALPN, offering h2\n\t21:36:02.964120 http.c:756 == Info: ALPN, offering http/1.1\n\t21:36:02.973527 http.c:756 == Info: SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384\n\t21:36:02.975179 http.c:756 == Info: \t server certificate verification OK\n\t21:36:02.975198 http.c:756 == Info: \t server certificate status verification SKIPPED\n\t21:36:02.975338 http.c:756 == Info: \t common name: *.googlecode.com (matched)\n\t21:36:02.975351 http.c:756 == Info: \t server certificate expiration date OK\n\t21:36:02.975355 http.c:756 == Info: \t server certificate activation date OK\n\t21:36:02.975364 http.c:756 == Info: \t certificate public key: EC/ECDSA\n\t21:36:02.975367 http.c:756 == Info: \t certificate version: #3\n\t21:36:02.975377 http.c:756 == Info: \t subject: CN=*.googlecode.com\n\t21:36:02.975391 http.c:756 == Info: \t start date: Mon, 24 Apr 2023 12:00:31 GMT\n\t21:36:02.975395 http.c:756 == Info: \t expire date: Mon, 17 Jul 2023 12:00:30 GMT\n\t21:36:02.975418 http.c:756 == Info: \t issuer: C=US,O=Google Trust Services LLC,CN=GTS CA 1C3\n\t21:36:02.975436 http.c:756 == Info: ALPN, server accepted to use h2\n\t21:36:02.975470 http.c:756 == Info: Using HTTP2, server supports multi-use\n\t21:36:02.975488 http.c:756 == Info: Connection state changed (HTTP/2 confirmed)\n\t21:36:02.975494 http.c:756 == Info: Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0\n\t21:36:02.975552 http.c:756 == Info: Using Stream ID: 1 (easy handle 0x55a1b5540400)\n\t21:36:02.975584 http.c:703 =\u003e Send header, 0000000197 bytes (0x000000c5)\n\t21:36:02.975593 http.c:715 =\u003e Send header: GET /text/info/refs?service=git-upload-pack HTTP/2\n\t21:36:02.975596 http.c:715 =\u003e Send header: Host: go.googlesource.com\n\t21:36:02.975598 http.c:715 =\u003e Send header: user-agent: git/2.30.2\n\t21:36:02.975600 http.c:715 =\u003e Send header: accept: */*\n\t21:36:02.975602 http.c:715 =\u003e Send header: accept-encoding: deflate, gzip, br\n\t21:36:02.975605 http.c:715 =\u003e Send header: pragma: no-cache\n\t21:36:02.975607 http.c:715 =\u003e Send header: git-protocol: version=2\n\t21:36:02.975608 http.c:715 =\u003e Send header:\n\t21:36:02.975628 http.c:756 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 100)!\n\t21:36:23.102169 http.c:703 \u003c= Recv header, 0000000013 bytes (0x0000000d)\n\t21:36:23.102184 http.c:715 \u003c= Recv header: HTTP/2 502\n\t21:36:23.102188 http.c:703 \u003c= Recv header, 0000000022 bytes (0x00000016)\n\t21:36:23.102191 http.c:715 \u003c= Recv header: content-length: 1451\n\t21:36:23.102193 http.c:703 \u003c= Recv header, 0000000040 bytes (0x00000028)\n\t21:36:23.102195 http.c:715 \u003c= Recv header: content-type: text/html; charset=utf-8\n\t21:36:23.102198 http.c:703 \u003c= Recv header, 0000000033 bytes (0x00000021)\n\t21:36:23.102199 http.c:715 \u003c= Recv header: x-content-type-options: nosniff\n\t21:36:23.102201 http.c:703 \u003c= Recv header, 0000000029 bytes (0x0000001d)\n\t21:36:23.102203 http.c:715 \u003c= Recv header: x-frame-options: SAMEORIGIN\n\t21:36:23.102205 http.c:703 \u003c= Recv header, 0000000021 bytes (0x00000015)\n\t21:36:23.102207 http.c:715 \u003c= Recv header: x-xss-protection: 0\n\t21:36:23.102209 http.c:703 \u003c= Recv header, 0000000037 bytes (0x00000025)\n\t21:36:23.102210 http.c:715 \u003c= Recv header: date: Wed, 24 May 2023 21:36:23 GMT\n\t21:36:23.102213 http.c:703 \u003c= Recv header, 0000000002 bytes (0x00000002)\n\t21:36:23.102214 http.c:715 \u003c= Recv header:\n\t21:36:23.102246 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact\n\tfatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502"
}
script_test.go:154: FAIL: mod_pseudo_cache.txt:23: go mod download -json golang.org/x/text@a1b916ed6726: exit status 1
2023-05-24 22:39 linux-amd64-longtest go@79a8997a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40907
https://vcs-test.golang.org rerouted to https://127.0.0.1:40383
go test proxy running at GOPROXY=http://127.0.0.1:45843/mod
2023/05/24 23:00:38 http: TLS handshake error from 127.0.0.1:57262: EOF
2023/05/24 23:00:38 http: TLS handshake error from 127.0.0.1:57278: EOF
--- FAIL: TestScript (0.03s)
--- FAIL: TestScript/get_with_git_trace (47.32s)
script_test.go:134: 2023-05-24T23:00:45Z
script_test.go:136: $WORK=/workdir/tmp/cmd-go-test-982827170/tmpdir29936474/get_with_git_trace1731373262
script_test.go:154:
...
23:01:33.044781 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
23:01:33.044783 http.c:715 <= Recv header: x-xss-protection: 0
23:01:33.044785 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
23:01:33.044787 http.c:715 <= Recv header: date: Wed, 24 May 2023 23:01:33 GMT
23:01:33.044790 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:01:33.044791 http.c:715 <= Recv header:
23:01:33.044829 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
package golang.org/x/text: exit status 128
script_test.go:154: FAIL: get_with_git_trace.txt:9: go get golang.org/x/text: exit status 1
2023-05-25 17:51 linux-amd64-longtest go@ff07c540 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:42051
https://vcs-test.golang.org rerouted to https://127.0.0.1:36285
go test proxy running at GOPROXY=http://127.0.0.1:43577/mod
2023/05/25 18:19:33 http: TLS handshake error from 127.0.0.1:58574: EOF
2023/05/25 18:19:33 http: TLS handshake error from 127.0.0.1:58610: read tcp 127.0.0.1:36285->127.0.0.1:58610: read: connection reset by peer
2023/05/25 18:19:33 http: TLS handshake error from 127.0.0.1:58634: read tcp 127.0.0.1:36285->127.0.0.1:58634: read: connection reset by peer
2023/05/25 18:19:33 http: TLS handshake error from 127.0.0.1:58614: read tcp 127.0.0.1:36285->127.0.0.1:58614: read: connection reset by peer
2023/05/25 18:19:33 http: TLS handshake error from 127.0.0.1:58620: read tcp 127.0.0.1:36285->127.0.0.1:58620: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (39.72s)
...
18:19:57.066631 http.c:715 <= Recv header: x-xss-protection: 0
18:19:57.066635 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
18:19:57.066639 http.c:715 <= Recv header: date: Thu, 25 May 2023 18:19:57 GMT
18:19:57.066659 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:19:57.066662 http.c:715 <= Recv header:
18:19:57.066714 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 502
[exit status 1]
> stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible'
script_test.go:154: FAIL: mod_invalid_version.txt:179: stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible': no match for `(?m)golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0c\+incompatible: invalid version: \+incompatible suffix not allowed: major version v0 is compatible` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-07-20 23:09 linux-amd64-longtest-race go@a04a665a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33369
https://vcs-test.golang.org rerouted to https://127.0.0.1:35219
go test proxy running at GOPROXY=http://127.0.0.1:42207/mod
2023/07/20 23:57:26 http: TLS handshake error from 127.0.0.1:60220: EOF
2023/07/20 23:57:26 http: TLS handshake error from 127.0.0.1:60206: EOF
2023/07/20 23:57:26 http: TLS handshake error from 127.0.0.1:60230: EOF
--- FAIL: TestScript (1.10s)
--- FAIL: TestScript/mod_invalid_version (57.27s)
script_test.go:132: 2023-07-20T23:54:55Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2664021906/tmpdir4164476777/mod_invalid_version4218640591
...
23:55:52.403970 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:55:52.403971 http.c:715 <= Recv header:
23:55:52.426283 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
remote: UNAVAILABLE: The service is currently unavailable
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "ecfa9aa481a94192ba48ecd247081dc1"
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 503
[exit status 1]
> stderr 'golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:103: stderr 'golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found': no match for `(?m)golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-07-31 03:58 linux-386-longtest go@5f8a2fdf cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34943
https://vcs-test.golang.org rerouted to https://127.0.0.1:36997
go test proxy running at GOPROXY=http://127.0.0.1:45767/mod
2023/07/31 05:17:03 http: TLS handshake error from 127.0.0.1:50592: EOF
2023/07/31 05:17:50 http: TLS handshake error from 127.0.0.1:32850: EOF
2023/07/31 05:17:50 http: TLS handshake error from 127.0.0.1:32898: EOF
2023/07/31 05:18:01 http: TLS handshake error from 127.0.0.1:37318: EOF
2023/07/31 05:18:01 http: TLS handshake error from 127.0.0.1:37350: EOF
2023/07/31 05:18:01 http: TLS handshake error from 127.0.0.1:37382: EOF
2023/07/31 05:18:01 http: TLS handshake error from 127.0.0.1:37356: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/get_legacy (145.86s)
script_test.go:132: 2023-07-31T05:17:43Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-1177741453/tmpdir2327972449/get_legacy4093423316
script_test.go:156:
# This test was converted from a test in vendor_test.go (which no longer exists).
# That seems to imply that it's about vendoring semantics, but the test doesn't
# use 'go -mod=vendor' (and none of the fetched repos have vendor folders).
# The test still seems to be useful as a test of direct-mode go get. (145.848s)
> [short] skip
...
# cd /workdir/tmp/cmd-go-test-1177741453/tmpdir2327972449/get_legacy4093423316/tmp/d2/src/github.com/rsc; git clone -- https://github.com/rsc/vgotest5 /workdir/tmp/cmd-go-test-1177741453/tmpdir2327972449/get_legacy4093423316/tmp/d2/src/github.com/rsc/vgotest5
Cloning into '/workdir/tmp/cmd-go-test-1177741453/tmpdir2327972449/get_legacy4093423316/tmp/d2/src/github.com/rsc/vgotest5'...
05:17:58.878734 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
05:17:58.892679 http.c:756 == Info: Trying 140.82.114.3:443...
05:20:08.051781 http.c:756 == Info: connect to 140.82.114.3 port 443 failed: Connection timed out
05:20:08.051837 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
05:20:08.051856 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/vgotest5/': Failed to connect to github.com port 443: Connection timed out
package github.com/rsc/vgotest5: exit status 128
script_test.go:156: FAIL: testdata/script/get_legacy.txt:35: go get github.com/rsc/vgotest5 github.com/rsc/vgotest4: exit status 1
2023-07-31 03:58 linux-amd64-longtest go@5f8a2fdf cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45979
https://vcs-test.golang.org rerouted to https://127.0.0.1:34237
go test proxy running at GOPROXY=http://127.0.0.1:39505/mod
2023/07/31 05:11:17 http: TLS handshake error from 127.0.0.1:36448: EOF
2023/07/31 05:11:17 http: TLS handshake error from 127.0.0.1:36540: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (39.59s)
script_test.go:132: 2023-07-31T05:11:07Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-3772698598/tmpdir2708628340/mod_invalid_version540474986
script_test.go:156:
...
matched: go: example.com@v0.0.0 requires
golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0: invalid pseudo-version: revision is shorter than canonical (expected 14c0d48ead0c)
> cd ..
> ! go list -m golang.org/x/text
[stderr]
go: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 142.250.103.141:443: i/o timeout
go: golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 142.250.103.141:443: i/o timeout
[exit status 1]
> stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0: invalid pseudo-version: revision is shorter than canonical \(expected 14c0d48ead0c\)'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:63: stderr 'golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0: invalid pseudo-version: revision is shorter than canonical \(expected 14c0d48ead0c\)': no match for `(?m)golang.org/x/text@v0.1.1-0.20170915032832-14c0d48ead0: invalid pseudo-version: revision is shorter than canonical \(expected 14c0d48ead0c\)` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-08-03 15:55 linux-arm64-longtest go@86576037 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43271
https://vcs-test.golang.org rerouted to https://127.0.0.1:41633
go test proxy running at GOPROXY=http://127.0.0.1:34275/mod
2023/08/03 16:20:05 http: TLS handshake error from 127.0.0.1:38230: EOF
2023/08/03 16:20:14 http: TLS handshake error from 127.0.0.1:53682: EOF
2023/08/03 16:20:20 http: TLS handshake error from 127.0.0.1:34130: read tcp 127.0.0.1:41633->127.0.0.1:34130: read: connection reset by peer
2023/08/03 16:20:20 http: TLS handshake error from 127.0.0.1:34108: read tcp 127.0.0.1:41633->127.0.0.1:34108: read: connection reset by peer
2023/08/03 16:20:21 http: TLS handshake error from 127.0.0.1:34144: read tcp 127.0.0.1:41633->127.0.0.1:34144: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_download_hash (132.02s)
...
--- FAIL: TestScript/mod_get_pseudo (142.62s)
script_test.go:132: 2023-08-03T16:20:05Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-2079151249/tmpdir1859465625/mod_get_pseudo3269739799
script_test.go:156:
> env GO111MODULE=on
# Testing git->module converter's generation of +incompatible tags; turn off proxy. (0.000s)
# We can resolve the @master branch without unshallowing the local repository
# (even with older gits), so try that before we do anything else.
# (This replicates https://golang.org/issue/26713 with git 2.7.4.) (5.661s)
# get should include incompatible tags in "latest" calculation. (0.381s)
...
# cd /tmp/workdir/tmp/cmd-go-test-2079151249/tmpdir1859465625/vendor_test_issue118643406267237/gopath/src/github.com/rsc; git clone -- https://github.com/rsc/go-get-issue-11864 /tmp/workdir/tmp/cmd-go-test-2079151249/tmpdir1859465625/vendor_test_issue118643406267237/gopath/src/github.com/rsc/go-get-issue-11864
Cloning into '/tmp/workdir/tmp/cmd-go-test-2079151249/tmpdir1859465625/vendor_test_issue118643406267237/gopath/src/github.com/rsc/go-get-issue-11864'...
16:20:46.739605 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:20:46.751090 http.c:756 == Info: Trying 140.82.114.4:443...
16:22:56.219106 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection timed out
16:22:56.219160 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
16:22:56.219174 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/go-get-issue-11864/': Failed to connect to github.com port 443: Connection timed out
package github.com/rsc/go-get-issue-11864: exit status 128
script_test.go:156: FAIL: testdata/script/vendor_test_issue11864.txt:5: go get github.com/rsc/go-get-issue-11864: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-08-03 15:43 linux-386-longtest go@3ca90ed8 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37387
https://vcs-test.golang.org rerouted to https://127.0.0.1:35251
go test proxy running at GOPROXY=http://127.0.0.1:39849/mod
2023/08/03 16:18:09 http: TLS handshake error from 127.0.0.1:45764: EOF
2023/08/03 16:18:09 http: TLS handshake error from 127.0.0.1:45836: EOF
2023/08/03 16:18:09 http: TLS handshake error from 127.0.0.1:45872: EOF
2023/08/03 16:18:09 http: TLS handshake error from 127.0.0.1:45854: EOF
2023/08/03 16:18:09 http: TLS handshake error from 127.0.0.1:45850: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/gopath_moved_repo (134.21s)
...
--- FAIL: TestScript/get_domain_root (135.26s)
script_test.go:132: 2023-08-03T16:19:43Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-4124404089/tmpdir2247935811/get_domain_root2302414150
script_test.go:156:
# Tests issue #9357
# go get foo.io (not foo.io/subdir) was not working consistently. (0.000s)
# go-get-issue-9357.appspot.com is running
# the code at github.com/rsc/go-get-issue-9357,
# a trivial Go on App Engine app that serves a
# tag for the domain root. (135.262s)
...
[stderr]
# cd /workdir/tmp/cmd-go-test-4124404089/tmpdir2247935811/get_insecure_update2338765681/gopath/src/github.com/golang/example; git pull --ff-only
16:20:46.648946 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:20:46.652612 http.c:756 == Info: Trying 140.82.114.4:80...
16:22:55.755615 http.c:756 == Info: connect to 140.82.114.4 port 80 failed: Connection timed out
16:22:55.755672 http.c:756 == Info: Failed to connect to github.com port 80: Connection timed out
16:22:55.755686 http.c:756 == Info: Closing connection 0
fatal: unable to access 'http://github.com/golang/example/': Failed to connect to github.com port 80: Connection timed out
package github.com/golang/example/hello: exit status 1
script_test.go:156: FAIL: testdata/script/get_insecure_update.txt:14: go get -d -u -f github.com/golang/example/hello: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-08-15 14:52 linux-amd64-longtest-race go@b51a4dd6 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41617
https://vcs-test.golang.org rerouted to https://127.0.0.1:45489
go test proxy running at GOPROXY=http://127.0.0.1:39395/mod
2023/08/15 16:02:23 http: TLS handshake error from 127.0.0.1:46836: EOF
2023/08/15 16:03:01 http: TLS handshake error from 127.0.0.1:38702: EOF
2023/08/15 16:04:20 http: TLS handshake error from 127.0.0.1:37682: EOF
2023/08/15 16:04:20 http: TLS handshake error from 127.0.0.1:37722: EOF
--- FAIL: TestScript (1.16s)
--- FAIL: TestScript/get_test_only (3.41s)
script_test.go:132: 2023-08-15T16:04:14Z
...
16:04:17.800458 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
16:04:17.800460 http.c:715 <= Recv header: x-xss-protection: 0
16:04:17.800462 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
16:04:17.800464 http.c:715 <= Recv header: date: Tue, 15 Aug 2023 16:04:17 GMT
16:04:17.800467 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
16:04:17.800470 http.c:715 <= Recv header:
16:04:17.800523 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/tour/': The requested URL returned error: 500
package golang.org/x/tour/content...: exit status 1
script_test.go:156: FAIL: testdata/script/get_test_only.txt:6: go get -t golang.org/x/tour/content...: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-08-29 06:07 linux-386-longtest go@3db23523 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33607
https://vcs-test.golang.org rerouted to https://127.0.0.1:34721
go test proxy running at GOPROXY=http://127.0.0.1:35075/mod
2023/08/29 06:43:12 http: TLS handshake error from 127.0.0.1:48612: EOF
2023/08/29 06:43:12 http: TLS handshake error from 127.0.0.1:48628: EOF
2023/08/29 06:43:12 http: TLS handshake error from 127.0.0.1:48608: EOF
2023/08/29 06:43:17 http: TLS handshake error from 127.0.0.1:48782: read tcp 127.0.0.1:34721->127.0.0.1:48782: read: connection reset by peer
2023/08/29 06:43:17 http: TLS handshake error from 127.0.0.1:48766: EOF
2023/08/29 06:43:17 http: TLS handshake error from 127.0.0.1:48842: read tcp 127.0.0.1:34721->127.0.0.1:48842: read: connection reset by peer
2023/08/29 06:43:17 http: TLS handshake error from 127.0.0.1:48832: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_sumdb_golang (20.42s)
script_test.go:132: 2023-08-29T06:42:54Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-3868690998/tmpdir982705726/mod_sumdb_golang3979082168
script_test.go:156:
# Test default GOPROXY and GOSUMDB (0.045s)
# Download direct from github. (14.699s)
# 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. (1.637s)
...
06:43:13.827547 http.c:756 == Info: Failed receiving HTTP2 data
�
06:43:13.827558 http.c:756 == Info: Failed sending HTTP2 data
06:43:13.827569 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 40822 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
script_test.go:156: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-09-06 19:37 linux-amd64-longtest-race go@729f214e cmd/go/internal/modfetch.TestLatest (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44979
https://vcs-test.golang.org rerouted to https://127.0.0.1:33161
--- FAIL: TestLatest (0.00s)
--- FAIL: TestLatest/github.com_rsc_empty (0.36s)
coderepo_test.go:909: Latest(): git ls-remote -q origin in /workdir/tmp/gitrepo-test-3914823054/modcache/cache/vcs/19b8656a1b6d51ac45d91ca82807c1833db797652420a583d971c912ad8fe7d1: exit status 128:
fatal: unable to access 'https://github.com/rsc/empty/': Failed to connect to github.com port 443: Connection refused, want "no commits"
2023-09-06 19:37 linux-arm64-longtest go@729f214e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45529
https://vcs-test.golang.org rerouted to https://127.0.0.1:33475
go test proxy running at GOPROXY=http://127.0.0.1:43477/mod
2023/09/06 20:14:15 http: TLS handshake error from 127.0.0.1:50356: read tcp 127.0.0.1:33475->127.0.0.1:50356: read: connection reset by peer
2023/09/06 20:14:15 http: TLS handshake error from 127.0.0.1:50342: read tcp 127.0.0.1:33475->127.0.0.1:50342: read: connection reset by peer
2023/09/06 20:14:15 http: TLS handshake error from 127.0.0.1:50344: read tcp 127.0.0.1:33475->127.0.0.1:50344: read: connection reset by peer
2023/09/06 20:14:29 http: TLS handshake error from 127.0.0.1:44308: read tcp 127.0.0.1:33475->127.0.0.1:44308: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_get_pseudo (15.88s)
script_test.go:132: 2023-09-06T20:13:54Z
...
> go get ...test@52853eb
[stderr]
go: ...test@52853eb: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /tmp/workdir/tmp/cmd-go-test-3724772726/tmpdir30392741/mod_get_pseudo567405761/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
20:14:10.526508 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
20:14:10.536903 http.c:756 == Info: Trying 140.82.113.4:443...
20:14:10.561805 http.c:756 == Info: connect to 140.82.113.4 port 443 failed: Connection refused
20:14:10.561838 http.c:756 == Info: Failed to connect to github.com port 443: Connection refused
20:14:10.561848 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': Failed to connect to github.com port 443: Connection refused
script_test.go:156: FAIL: testdata/script/mod_get_pseudo.txt:74: go get ...test@52853eb: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-09-15 15:33 linux-amd64-longtest go@5f872db5 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43089
https://vcs-test.golang.org rerouted to https://127.0.0.1:45573
go test proxy running at GOPROXY=http://127.0.0.1:43769/mod
2023/09/15 16:45:59 http: TLS handshake error from 127.0.0.1:48048: read tcp 127.0.0.1:45573->127.0.0.1:48048: read: connection reset by peer
2023/09/15 16:46:04 http: TLS handshake error from 127.0.0.1:48234: read tcp 127.0.0.1:45573->127.0.0.1:48234: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (15.81s)
script_test.go:132: 2023-09-15T16:45:52Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2397527174/tmpdir2530710848/mod_invalid_version660945351
script_test.go:156:
...
16:46:08.138700 http.c:715 <= Recv header: x-xss-protection: 0
16:46:08.138704 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
16:46:08.138707 http.c:715 <= Recv header: date: Fri, 15 Sep 2023 16:46:08 GMT
16:46:08.138711 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
16:46:08.138715 http.c:715 <= Recv header:
16:46:08.138779 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 500
[exit status 1]
> stderr 'golang.org/x/text@v0.2.1-0.20170915032832-14c0d48ead0c: invalid pseudo-version: revision 14c0d48ead0c is not a descendent of preceding tag \(v0.2.0\)'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:159: stderr 'golang.org/x/text@v0.2.1-0.20170915032832-14c0d48ead0c: invalid pseudo-version: revision 14c0d48ead0c is not a descendent of preceding tag \(v0.2.0\)': no match for `(?m)golang.org/x/text@v0.2.1-0.20170915032832-14c0d48ead0c: invalid pseudo-version: revision 14c0d48ead0c is not a descendent of preceding tag \(v0.2.0\)` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-09-14 17:25 linux-amd64-longtest mod@5b692803 go@089cc686 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.0.0 (129.38s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.0.0:refs/tags/v1.0.0
16:42:33.034141 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:42:33.040001 http.c:756 == Info: Trying 140.82.114.4:443...
16:44:42.373888 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection timed out
16:44:42.373953 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
16:44:42.373971 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
2023-09-14 17:25 linux-arm64-longtest mod@5b692803 go@089cc686 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.5.1 (128.66s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.5.1:refs/tags/v1.5.1
16:42:26.155523 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:42:26.157471 http.c:756 == Info: Trying 140.82.114.4:443...
16:44:34.669264 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection timed out
16:44:34.669310 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
16:44:34.669319 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-10-31 17:13 linux-386-longtest go@cbc403af cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37967
https://vcs-test.golang.org rerouted to https://127.0.0.1:41433
go test proxy running at GOPROXY=http://127.0.0.1:40557/mod
2023/10/31 17:52:17 http: TLS handshake error from 127.0.0.1:44418: EOF
2023/10/31 17:52:17 http: TLS handshake error from 127.0.0.1:44430: EOF
2023/10/31 17:52:24 http: TLS handshake error from 127.0.0.1:44572: EOF
2023/10/31 17:52:24 http: TLS handshake error from 127.0.0.1:44618: read tcp 127.0.0.1:41433->127.0.0.1:44618: read: connection reset by peer
2023/10/31 17:52:24 http: TLS handshake error from 127.0.0.1:44646: EOF
2023/10/31 17:52:24 http: TLS handshake error from 127.0.0.1:44592: EOF
2023/10/31 17:52:24 http: TLS handshake error from 127.0.0.1:44604: EOF
...
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_prefer_compatible (137.11s)
script_test.go:132: 2023-10-31T17:52:05Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-795819733/tmpdir1644217832/mod_prefer_compatible3512746288
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. (0.308s)
...
> go get bazil.org/fuse/fs/fstestutil
[stderr]
go: module bazil.org/fuse/fs/fstestutil: git ls-remote -q origin in /workdir/tmp/cmd-go-test-795819733/tmpdir1644217832/get_404_meta2765382524/gopath/pkg/mod/cache/vcs/36752b3bb3e2f6b3d15fc39e98a7e9e2dd0c554b29a1203f34cb4a4a48993115: exit status 128:
17:52:34.444430 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:52:34.446902 http.c:756 == Info: Trying 140.82.114.4:443...
17:54:46.176087 http.c:756 == Info: connect to 140.82.114.4 port 443 failed: Connection timed out
17:54:46.176142 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
17:54:46.176156 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/bazil/fuse/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/get_404_meta.txt:9: go get bazil.org/fuse/fs/fstestutil: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out`)
2023-10-31 17:14 linux-amd64-longtest-race go@68e52bc0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46317
https://vcs-test.golang.org rerouted to https://127.0.0.1:43733
go test proxy running at GOPROXY=http://127.0.0.1:33573/mod
2023/10/31 18:04:10 http: TLS handshake error from 127.0.0.1:50138: EOF
2023/10/31 18:04:35 http: TLS handshake error from 127.0.0.1:33264: EOF
2023/10/31 18:04:35 http: TLS handshake error from 127.0.0.1:33254: EOF
2023/10/31 18:04:35 http: TLS handshake error from 127.0.0.1:33274: EOF
--- FAIL: TestScript (1.10s)
--- FAIL: TestScript/mod_get_pseudo (231.99s)
script_test.go:132: 2023-10-31T18:04:57Z
...
> go get ...test@52853eb
[stderr]
go: ...test@52853eb: git ls-remote -q origin in /workdir/tmp/cmd-go-test-3745012920/tmpdir1017757480/mod_get_pseudo2332972102/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
18:06:39.394492 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:06:39.400326 http.c:756 == Info: Trying 140.82.112.4:443...
18:08:48.602628 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
18:08:48.602685 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
18:08:48.602696 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_get_pseudo.txt:74: go get ...test@52853eb: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Empty reply from server`)
2023-10-13 16:12 linux-amd64-longtest-race go@f9a31cda cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40079
https://vcs-test.golang.org rerouted to https://127.0.0.1:37997
go test proxy running at GOPROXY=http://127.0.0.1:36003/mod
2023/10/13 17:17:51 http: TLS handshake error from 127.0.0.1:49370: EOF
2023/10/13 17:19:33 http: TLS handshake error from 127.0.0.1:32788: read tcp 127.0.0.1:37997->127.0.0.1:32788: read: connection reset by peer
2023/10/13 17:19:33 http: TLS handshake error from 127.0.0.1:32786: read tcp 127.0.0.1:37997->127.0.0.1:32786: read: connection reset by peer
2023/10/13 17:19:33 http: TLS handshake error from 127.0.0.1:32772: read tcp 127.0.0.1:37997->127.0.0.1:32772: read: connection reset by peer
2023/10/13 17:20:16 http: TLS handshake error from 127.0.0.1:42650: EOF
2023/10/13 17:20:16 http: TLS handshake error from 127.0.0.1:42654: EOF
2023/10/13 17:20:16 http: TLS handshake error from 127.0.0.1:42632: EOF
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_prefer_compatible (5.89s)
script_test.go:132: 2023-10-13T17:17:31Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2620248176/tmpdir3537533987/mod_prefer_compatible1705255493
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. (1.640s)
...
17:17:36.505948 http.c:715 => Send header: accept-encoding: deflate, gzip, br
17:17:36.505950 http.c:715 => Send header: pragma: no-cache
17:17:36.505953 http.c:715 => Send header: git-protocol: version=2
17:17:36.505954 http.c:715 => Send header:
17:17:36.616150 http.c:756 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
17:17:36.616286 http.c:756 == Info: Empty reply from server
�A
17:17:36.616331 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Empty reply from server
script_test.go:156: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
2023-10-13 17:10 linux-386-longtest go@6dd7462a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41411
https://vcs-test.golang.org rerouted to https://127.0.0.1:41309
go test proxy running at GOPROXY=http://127.0.0.1:44361/mod
2023/10/13 17:46:02 http: TLS handshake error from 127.0.0.1:58602: EOF
2023/10/13 17:46:02 http: TLS handshake error from 127.0.0.1:58610: EOF
2023/10/13 17:46:02 http: TLS handshake error from 127.0.0.1:58586: EOF
2023/10/13 17:46:02 http: TLS handshake error from 127.0.0.1:58652: EOF
2023/10/13 17:46:02 http: TLS handshake error from 127.0.0.1:58648: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (46.38s)
...
17:46:32.910392 http.c:715 => Send header: git-protocol: version=2
17:46:32.910411 http.c:715 => Send header:
17:46:33.020344 http.c:756 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
17:46:33.020537 http.c:756 == Info: Empty reply from server
�A
17:46:33.020579 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Empty reply from server
[exit status 1]
> stderr '^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:202: stderr '^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$': no match for `(?m)^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server`)
2023-11-21 00:17 darwin-amd64-longtest go@cc7b4b3c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49287
https://vcs-test.golang.org rerouted to https://127.0.0.1:49288
go test proxy running at GOPROXY=http://127.0.0.1:49289/mod
2023/11/20 20:50:19 http: TLS handshake error from 127.0.0.1:51188: EOF
--- FAIL: TestScript (0.59s)
--- FAIL: TestScript/get_insecure (82.90s)
script_test.go:132: 2023-11-21T01:20:49Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-835939658/tmpdir369956610/get_insecure960972094
script_test.go:156:
> [!net:insecure.go-get-issue-15410.appspot.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env PATH=$WORK/tmp/bin${:}$PATH
> go build -o $WORK/tmp/bin/ssh ssh.go
# Modules: Set up (0.001s)
# Modules: Try go get -d of HTTP-only repo (should fail). (1.504s)
# Modules: Try again with GOINSECURE (should succeed). (79.171s)
> env GOINSECURE=insecure.go-get-issue-15410.appspot.com
> env GONOSUMDB=insecure.go-get-issue-15410.appspot.com
> go get -d insecure.go-get-issue-15410.appspot.com/pkg/p
[stderr]
go: module insecure.go-get-issue-15410.appspot.com/pkg/p: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-835939658/tmpdir369956610/get_insecure960972094/m/gp/pkg/mod/cache/vcs/5527d6c2c632df80be87b204a63016b7a66699a21c1c78a2b135e8e8a0b5916b: exit status 128:
20:20:56.364854 http.c:678 == Info: Couldn't find host insecure.go-get-issue-15410.appspot.com in the (nil) file; using defaults
20:20:56.834006 http.c:678 == Info: Trying 142.250.191.212:80...
20:22:11.839623 http.c:678 == Info: connect to 142.250.191.212 port 80 failed: Operation timed out
20:22:11.840138 http.c:678 == Info: Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75474 ms: Operation timed out
20:22:11.840160 http.c:678 == Info: Closing connection 0
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75474 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/get_insecure.txt:21: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server`)
2023-11-22 01:59 darwin-amd64-longtest go@29ca9cc4 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49796
https://vcs-test.golang.org rerouted to https://127.0.0.1:49797
go test proxy running at GOPROXY=http://127.0.0.1:49798/mod
2023/11/21 22:10:21 http: TLS handshake error from 127.0.0.1:50034: EOF
2023/11/21 22:12:33 http: TLS handshake error from 127.0.0.1:50908: EOF
2023/11/21 22:12:33 http: TLS handshake error from 127.0.0.1:50910: read tcp 127.0.0.1:49797->127.0.0.1:50910: read: connection reset by peer
--- FAIL: TestScript (1833.33s)
--- FAIL: TestScript/get_insecure (1425.78s)
script_test.go:132: 2023-11-22T03:15:05Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-1624861691/tmpdir760691914/get_insecure3279456972
...
> go get -d insecure.go-get-issue-15410.appspot.com/pkg/p
[stderr]
go: module insecure.go-get-issue-15410.appspot.com/pkg/p: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-1624861691/tmpdir760691914/get_insecure3279456972/m/gp/pkg/mod/cache/vcs/5527d6c2c632df80be87b204a63016b7a66699a21c1c78a2b135e8e8a0b5916b: exit status 128:
22:15:10.859402 http.c:678 == Info: Couldn't find host insecure.go-get-issue-15410.appspot.com in the (nil) file; using defaults
22:15:10.921378 http.c:678 == Info: Trying 142.250.191.212:80...
22:16:25.926508 http.c:678 == Info: connect to 142.250.191.212 port 80 failed: Operation timed out
22:16:25.927052 http.c:678 == Info: Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75067 ms: Operation timed out
22:16:25.927075 http.c:678 == Info: Closing connection 0
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75067 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/get_insecure.txt:21: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server`)
2023-11-22 20:48 darwin-amd64-longtest go@f4cb2ac3 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:64663
https://vcs-test.golang.org rerouted to https://127.0.0.1:64664
go test proxy running at GOPROXY=http://127.0.0.1:64665/mod
--- FAIL: TestScript (1843.87s)
--- FAIL: TestScript/get_insecure (1835.65s)
script_test.go:132: 2023-11-22T21:52:31Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-1940919193/tmpdir2029745215/get_insecure3721568006
script_test.go:156:
> [!net:insecure.go-get-issue-15410.appspot.com] skip
[condition not met]
> [!git] skip
[condition not met]
> env PATH=$WORK/tmp/bin${:}$PATH
> go build -o $WORK/tmp/bin/ssh ssh.go
# Modules: Set up (0.001s)
# Modules: Try go get -d of HTTP-only repo (should fail). (0.961s)
# Modules: Try again with GOINSECURE (should succeed). (78.714s)
> env GOINSECURE=insecure.go-get-issue-15410.appspot.com
> env GONOSUMDB=insecure.go-get-issue-15410.appspot.com
> go get -d insecure.go-get-issue-15410.appspot.com/pkg/p
[stderr]
go: module insecure.go-get-issue-15410.appspot.com/pkg/p: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-1940919193/tmpdir2029745215/get_insecure3721568006/m/gp/pkg/mod/cache/vcs/5527d6c2c632df80be87b204a63016b7a66699a21c1c78a2b135e8e8a0b5916b: exit status 128:
16:52:38.243960 http.c:678 == Info: Couldn't find host insecure.go-get-issue-15410.appspot.com in the (nil) file; using defaults
16:52:38.665697 http.c:678 == Info: Trying 142.250.191.212:80...
16:53:53.672669 http.c:678 == Info: connect to 142.250.191.212 port 80 failed: Operation timed out
16:53:53.672950 http.c:678 == Info: Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75443 ms: Operation timed out
16:53:53.672970 http.c:678 == Info: Closing connection 0
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': Failed to connect to insecure.go-get-issue-15410.appspot.com port 80 after 75443 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/get_insecure.txt:21: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2023-12-05 18:12 linux-amd64-longtest go@6018ad99 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40883
https://vcs-test.golang.org rerouted to https://127.0.0.1:44825
go test proxy running at GOPROXY=http://127.0.0.1:41873/mod
2023/12/05 18:42:53 http: TLS handshake error from 127.0.0.1:57190: read tcp 127.0.0.1:44825->127.0.0.1:57190: read: connection reset by peer
2023/12/05 18:44:13 http: TLS handshake error from 127.0.0.1:48702: read tcp 127.0.0.1:44825->127.0.0.1:48702: read: connection reset by peer
2023/12/05 18:45:35 http: TLS handshake error from 127.0.0.1:55990: EOF
2023/12/05 18:45:35 http: TLS handshake error from 127.0.0.1:55994: read tcp 127.0.0.1:44825->127.0.0.1:55994: read: connection reset by peer
2023/12/05 18:45:36 http: TLS handshake error from 127.0.0.1:56018: read tcp 127.0.0.1:44825->127.0.0.1:56018: read: connection reset by peer
2023/12/05 18:45:36 http: TLS handshake error from 127.0.0.1:56006: read tcp 127.0.0.1:44825->127.0.0.1:56006: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_download_private_vcs (5.58s)
script_test.go:132: 2023-12-05T18:44:48Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-3245763678/tmpdir55037989/mod_download_private_vcs1577476341
script_test.go:156:
> env GO111MODULE=on
# Testing stderr for git ls-remote; turn off proxy. (5.578s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
...
> ! go mod download github.com/golang/nonexist@latest
[stderr]
go: module github.com/golang/nonexist: git ls-remote -q origin in /workdir/tmp/cmd-go-test-3245763678/tmpdir55037989/mod_download_private_vcs1577476341/gopath/pkg/mod/cache/vcs/8d2c21048f53aeb92ae7545ee069a97239e2e64c853cdce0eabdc9a18b23120d: exit status 128:
18:44:48.918652 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:44:53.745807 http.c:756 == Info: Could not resolve host: github.com
18:44:53.745865 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/nonexist/': Could not resolve host: github.com
[exit status 1]
> stderr 'Confirm the import path was entered correctly.'
script_test.go:156: FAIL: testdata/script/mod_download_private_vcs.txt:9: stderr 'Confirm the import path was entered correctly.': no match for `(?m)Confirm the import path was entered correctly.` in stderr
2023-12-05 20:14 linux-arm64-longtest go@c915215a cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46277
https://vcs-test.golang.org rerouted to https://127.0.0.1:39017
go test proxy running at GOPROXY=http://127.0.0.1:34197/mod
2023/12/05 21:19:57 http: TLS handshake error from 127.0.0.1:58570: EOF
2023/12/05 21:19:59 http: TLS handshake error from 127.0.0.1:58734: read tcp 127.0.0.1:39017->127.0.0.1:58734: read: connection reset by peer
2023/12/05 21:19:59 http: TLS handshake error from 127.0.0.1:58702: read tcp 127.0.0.1:39017->127.0.0.1:58702: read: connection reset by peer
2023/12/05 21:19:59 http: TLS handshake error from 127.0.0.1:58720: read tcp 127.0.0.1:39017->127.0.0.1:58720: read: connection reset by peer
2023/12/05 21:20:06 http: TLS handshake error from 127.0.0.1:58872: read tcp 127.0.0.1:39017->127.0.0.1:58872: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (34.61s)
...
fatal: unable to access 'https://github.com/pierrec/lz4/': Could not resolve host: github.com
go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d+incompatible: invalid pseudo-version: git ls-remote -q origin in /tmp/workdir/tmp/cmd-go-test-1802302297/tmpdir4250466611/mod_invalid_version4109557425/gopath/pkg/mod/cache/vcs/036595127a116abca3f2bfd7bedafedb33d890c2b102d96361815966679432e7: exit status 128:
21:20:23.958695 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
21:20:29.768745 http.c:756 == Info: Could not resolve host: github.com
@@
21:20:29.768792 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Could not resolve host: github.com
[exit status 1]
> stderr '^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:202: stderr '^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$': no match for `(?m)^go: github.com/pierrec/lz4@v2.0.9-0.20190209155647-9a39efadad3d\+incompatible: invalid version: module contains a go.mod file, so module path must match major version \("github.com/pierrec/lz4/v2"\)$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2023-12-12 22:10 darwin-amd64-longtest go@dce7f335 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:65302
https://vcs-test.golang.org rerouted to https://127.0.0.1:65303
go test proxy running at GOPROXY=http://127.0.0.1:65304/mod
2023/12/12 18:20:40 http: TLS handshake error from 127.0.0.1:50085: EOF
--- FAIL: TestScript (0.58s)
--- FAIL: TestScript/mod_gonoproxy (57.55s)
script_test.go:132: 2023-12-12T23:20:01Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-2443594950/tmpdir1799468542/mod_gonoproxy3698400140
script_test.go:156:
> env GO111MODULE=on
...
18:20:44.921565 http.c:678 == Info: Connected to go.googlesource.com (142.250.123.82) port 443 (#0)
18:20:44.921788 http.c:678 == Info: ALPN: offers h2
18:20:44.921796 http.c:678 == Info: ALPN: offers http/1.1
18:20:44.932382 http.c:678 == Info: CAfile: /etc/ssl/cert.pem
18:20:44.932552 http.c:678 == Info: CApath: none
18:20:44.933608 http.c:678 == Info: (304) (OUT), TLS handshake, Client hello (1):
18:20:44.962577 http.c:678 == Info: error:02FFF036:system library:func(4095):Connection reset by peer
18:20:44.962842 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://go.googlesource.com/mod/': error:02FFF036:system library:func(4095):Connection reset by peer
script_test.go:156: FAIL: testdata/script/mod_gonoproxy.txt:51: go list -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-01-08 17:02 gotip-linux-386-longtest go@10a66d68 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:132: 2024-01-08T17:13:36Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-491477927/tmpdir1492307074/mod_prefer_compatible4063675480
2024/01/08 17:13:36 serving /auth/oronelongline?go-get=1
2024/01/08 17:13:36 oronelongline.txt:
> handle auth
2024/01/08 17:13:36 serving /go/modauth404?go-get=1
...
[stderr]
go: module github.com/russross/blackfriday: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-491477927/tmpdir1492307074/mod_prefer_compatible4063675480/gopath/pkg/mod/cache/vcs/fb978822a4944776ca42509272a7325dad7bcbd80ced596132267b9bc8b28db8: exit status 128:
17:13:38.911705 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:13:38.962991 http.c:699 == Info: Could not resolve host: github.com
17:13:38.963030 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Could not resolve host: github.com
[exit status 1]
> stderr '^go: module github.com/russross/blackfriday: no matching versions for query "v2\.0\"'
script_test.go:156: FAIL: testdata/script/mod_prefer_compatible.txt:52: stderr '^go: module github.com/russross/blackfriday: no matching versions for query "v2\.0\"': no match for `(?m)^go: module github.com/russross/blackfriday: no matching versions for query "v2\.0\"` in stderr
--- FAIL: TestScript/mod_prefer_compatible (2.91s)
2024-01-08 17:02 gotip-linux-amd64-longtest-race go@10a66d68 cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:132: 2024-01-08T17:18:09Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3131482462/tmpdir246644380/mod_download_private_vcs2231168243
go proxy: no archive example.com v0.1.0: file does not exist
go proxy: no archive example.com/d v0.1.0: file does not exist
go proxy: no archive example.com/b v0.2.0: file does not exist
go proxy: no archive example.com/c v0.2.0: file does not exist
go proxy: no archive example.com/d v0.2.0: file does not exist
...
go: module github.com/golang/nonexist: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-3131482462/tmpdir246644380/mod_download_private_vcs2231168243/gopath/pkg/mod/cache/vcs/8d2c21048f53aeb92ae7545ee069a97239e2e64c853cdce0eabdc9a18b23120d: exit status 128:
17:18:09.906164 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:18:09.923520 http.c:699 == Info: Could not resolve host: github.com
17:18:09.923558 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/nonexist/': Could not resolve host: github.com
[exit status 1]
> stderr 'Confirm the import path was entered correctly.'
script_test.go:156: FAIL: testdata/script/mod_download_private_vcs.txt:17: stderr 'Confirm the import path was entered correctly.': no match for `(?m)Confirm the import path was entered correctly.` in stderr
2024/01/08 17:18:10 serving /insecure/go/insecure?go-get=1
--- FAIL: TestScript/mod_download_private_vcs (0.49s)
2024-01-08 17:02 gotip-linux-amd64-longtest-race go@10a66d68 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:132: 2024-01-08T17:16:46Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3131482462/tmpdir246644380/mod_invalid_version313545231
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.net_deleted_v0.2.0.txt: no such file or directory
go proxy: no archive example.net/deleted v0.2.0: file does not exist
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3131482462/tmpdir246644380/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
...
[stderr]
go: github.com/pierrec/lz4@v1.0.2-0.20190131084431-473cd7ce01a1 requires
github.com/pkg/profile@v1.2.1: reading github.com/pkg/profile/go.mod at revision v1.2.1: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-3131482462/tmpdir246644380/mod_invalid_version313545231/gopath/pkg/mod/cache/vcs/c88da0159ba81c743fd5e98f3020472cc342666b1e9302991c424cbd8591810f: exit status 128:
17:17:54.068953 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:17:54.101734 http.c:699 == Info: Could not resolve host: github.com
17:17:54.101774 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pkg/profile/': Could not resolve host: github.com
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (68.47s)
go proxy: no archive example.com/cmd/a v1.0.0: file does not exist
2024-01-08 18:52 gotip-windows-amd64-longtest go@8eaa7935 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
2024/01/08 11:02:53 serving /auth/or404/vcs-test.golang.org/go/modauth404/@v/list
script_test.go:132: 2024-01-08T19:02:53Z
script_test.go:134: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-1983216577\tmpdir1785138777\mod_prefer_compatible4167811974
script_test.go:156:
PATH=C:\b\s\w\ir\x\t\cmd-go-test-1983216577\tmpdir1785138777\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cipd_bin_packages\cpython3;C:\b\s\w\ir\cipd_bin_packages\cpython3\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
USERPROFILE=/no-home
CCACHE_DISABLE=1
...
go: module github.com/russross/blackfriday: git ls-remote -q origin in C:\b\s\w\ir\x\t\cmd-go-test-1983216577\tmpdir1785138777\mod_prefer_compatible4167811974\gopath\pkg\mod\cache\vcs\fb978822a4944776ca42509272a7325dad7bcbd80ced596132267b9bc8b28db8: exit status 128:
11:02:56.765592 http.c:724 == Info: Couldn't find host github.com in the (nil) file; using defaults
11:02:56.775082 http.c:724 == Info: Could not resolve host: github.com
11:02:56.775511 http.c:724 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Could not resolve host: github.com
script_test.go:156: FAIL: testdata\script\mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
go proxy: no archive example.com/m2 v1.0.0: file does not exist
go proxy: open C:\b\s\w\ir\x\w\goroot\src\cmd\go\testdata\mod\example.com_m2_q_v1.0.0.txt: The system cannot find the file specified.
go proxy: no archive example.com/m2/q v1.0.0: file does not exist
--- FAIL: TestScript/mod_prefer_compatible (3.78s)
2024-01-09 01:36 gotip-linux-386-longtest go@b7c630dc cmd/go/internal/modfetch.TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (log)
=== RUN TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== PAUSE TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== CONT TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
coderepo_test.go:619: repoStat("c4d4236f"): github.com/rsc/quote/buggy@c4d4236f: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3944638613/modcache/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': Could not resolve host: github.com, wanted "missing github.com/rsc/quote/buggy/go.mod at revision c4d4236f9242"
--- FAIL: TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (0.01s)
2024-01-09 01:36 gotip-linux-386-longtest go@b7c630dc cmd/go/internal/modfetch.TestCodeRepo/rsc.io_quote/v1.0.0 (log)
=== RUN TestCodeRepo/rsc.io_quote/v1.0.0
=== PAUSE TestCodeRepo/rsc.io_quote/v1.0.0
=== CONT TestCodeRepo/rsc.io_quote/v1.0.0
coderepo_test.go:623: repo.Stat("v1.0.0"): rsc.io/quote@v1.0.0: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3944638613/modcache/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': Could not resolve host: github.com
--- FAIL: TestCodeRepo/rsc.io_quote/v1.0.0 (0.81s)
2024-01-09 08:50 gotip-linux-amd64-longtest go@821f9410 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:132: 2024-01-09T09:01:16Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-827621224/tmpdir1593191652/mod_prefer_compatible3155357201
2024/01/09 09:01:16 serving /git/tagtests/info/refs?service=git-upload-pack
2024/01/09 09:01:16 serving /git/tagtests/git-upload-pack
2024/01/09 09:01:17 serving /git/tagtests/info/refs?service=git-upload-pack
2024/01/09 09:01:17 serving /git/tagtests/git-upload-pack
2024/01/09 09:01:17 serving /git/tagtests/info/refs?service=git-upload-pack
...
09:01:17.810666 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
09:01:17.853910 http.c:699 == Info: Could not resolve host: github.com
09:01:17.853961 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Could not resolve host: github.com
script_test.go:156: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_cmd_a_v1.0.0-replace.txt: no such file or directory
go proxy: no archive example.com/cmd/a v1.0.0-replace: file does not exist
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_v1.0.0-replace.txt: no such file or directory
go proxy: no archive example.com v1.0.0-replace: file does not exist
--- FAIL: TestScript/mod_prefer_compatible (1.87s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-01-09 18:17 go1.21-linux-amd64-longtest-race release-branch.go1.21@cc85462b cmd/go.TestScript/govcs (log)
=== RUN TestScript/govcs
=== PAUSE TestScript/govcs
=== CONT TestScript/govcs
script_test.go:132: 2024-01-09T18:32:10Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1696543783/tmpdir2678729414/govcs2865860840
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1696543783/tmpdir2678729414/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
CCACHE_DISABLE=1
GOARCH=amd64
...
[stderr]
# cd /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1696543783/tmpdir2678729414/govcs2865860840/gopath/src/rsc.io; git clone -- https://github.com/rsc/sampler /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1696543783/tmpdir2678729414/govcs2865860840/gopath/src/rsc.io/sampler
Cloning into '/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1696543783/tmpdir2678729414/govcs2865860840/gopath/src/rsc.io/sampler'...
18:32:36.970555 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:32:36.989257 http.c:699 == Info: Could not resolve host: github.com
18:32:36.989298 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Could not resolve host: github.com
package rsc.io/sampler: exit status 128
script_test.go:156: FAIL: testdata/script/govcs.txt:153: go get rsc.io/sampler: exit status 1
--- FAIL: TestScript/govcs (26.63s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-01-26 20:57 linux-amd64-wsl mod@fa1ba426 go@d7df7f4f x/mod/zip [build] (log)
zip/zip_test.go:29:2: golang.org/x/tools@v0.13.0: Get "https://goproxy.cn/golang.org/x/tools/@v/v0.13.0.zip": proxyconnect tcp: dial tcp 10.0.0.1:8123: i/o timeout
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-01-08 20:05 darwin-amd64-longtest go@66f8e1e8 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:64542
https://vcs-test.golang.org rerouted to https://127.0.0.1:64543
go test proxy running at GOPROXY=http://127.0.0.1:64544/mod
2024/01/10 18:38:53 http: TLS handshake error from 127.0.0.1:49222: read tcp 127.0.0.1:64543->127.0.0.1:49222: read: connection reset by peer
2024/01/10 18:38:53 http: TLS handshake error from 127.0.0.1:49224: read tcp 127.0.0.1:64543->127.0.0.1:49224: read: connection reset by peer
--- FAIL: TestScript (0.48s)
--- FAIL: TestScript/mod_proxy_https (30.21s)
script_test.go:132: 2024-01-10T23:33:44Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-1031790949/tmpdir282418157/mod_proxy_https2742804353
script_test.go:156:
> env GO111MODULE=on
# GOPROXY file paths must provide the "file://" prefix explicitly. (0.111s)
# GOPROXY HTTPS paths may elide the "https://" prefix.
# (See golang.org/issue/32191.) (30.088s)
> env GOPROXY=proxy.golang.org
> env GOSUMDB=
> go list -versions -m golang.org/x/text
[stderr]
go: module golang.org/x/text: Get "https://proxy.golang.org/golang.org/x/text/@v/list": dial tcp 142.250.191.145:443: i/o timeout
script_test.go:156: FAIL: testdata/script/mod_proxy_https.txt:14: go list -versions -m golang.org/x/text: exit status 1
2024-01-23 17:49 linux-386-longtest go@10e9ab55 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44343
https://vcs-test.golang.org rerouted to https://127.0.0.1:46875
go test proxy running at GOPROXY=http://127.0.0.1:45681/mod
2024/01/23 18:26:40 http: TLS handshake error from 127.0.0.1:58360: EOF
2024/01/23 18:27:07 http: TLS handshake error from 127.0.0.1:52392: EOF
2024/01/23 18:27:07 http: TLS handshake error from 127.0.0.1:52414: read tcp 127.0.0.1:46875->127.0.0.1:52414: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_gonoproxy (4.83s)
script_test.go:132: 2024-01-23T18:26:51Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-3715226736/tmpdir1291239097/mod_gonoproxy4004153625
...
18:26:56.737668 http.c:756 == Info: Failed receiving HTTP2 data
18:26:56.737681 http.c:756 == Info: Failed sending HTTP2 data
18:26:56.737692 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 15560 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
script_test.go:156: FAIL: testdata/script/mod_gonoproxy.txt:50: go get golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-02-07 18:52 linux-amd64-longtest-race mod@766dc5df go@e8038578 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote_v2@v2.0.1 (132.39s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v2.0.1:refs/tags/v2.0.1
23:58:22.523737 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
23:58:22.527210 http.c:756 == Info: Trying 140.82.112.3:443...
00:00:34.895526 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:00:34.895579 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
00:00:34.895589 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
2024-02-07 18:52 linux-arm64-longtest mod@766dc5df go@e8038578 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.2.1 (129.23s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.2.1:refs/tags/v1.2.1
23:58:10.635064 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
23:58:10.636536 http.c:756 == Info: Trying 140.82.112.4:443...
00:00:19.849640 http.c:756 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
00:00:19.849687 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
00:00:19.849696 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-02-23 21:21 linux-amd64-longtest-race go@72030635 cmd/go/internal/modfetch.TestCodeRepo (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39549
https://vcs-test.golang.org rerouted to https://127.0.0.1:42475
--- FAIL: TestCodeRepo (0.01s)
--- FAIL: TestCodeRepo/github.com_pkg_errors/v0.8.0 (131.61s)
coderepo_test.go:623: repo.Stat("v0.8.0"): github.com/pkg/errors@v0.8.0: invalid version: git ls-remote -q origin in /workdir/tmp/gitrepo-test-3666228754/modcache/cache/vcs/6d82bc6342f8104a35e27089637bd09e9cdb9402f044a75aeb6d5a73e50dad6c: exit status 128:
fatal: unable to access 'https://github.com/pkg/errors/': Failed to connect to github.com port 443: Connection timed out
2024-02-23 21:21 linux-amd64-longtest-race go@b899e0b8 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44507
https://vcs-test.golang.org rerouted to https://127.0.0.1:42205
go test proxy running at GOPROXY=http://127.0.0.1:41441/mod
2024/02/23 22:28:24 http: TLS handshake error from 127.0.0.1:43132: read tcp 127.0.0.1:42205->127.0.0.1:43132: read: connection reset by peer
2024/02/23 22:28:24 http: TLS handshake error from 127.0.0.1:43118: read tcp 127.0.0.1:42205->127.0.0.1:43118: read: connection reset by peer
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_git_export_subst (130.93s)
script_test.go:132: 2024-02-23T22:29:11Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2021353668/tmpdir1080934222/mod_git_export_subst698489180
script_test.go:156:
> env GO111MODULE=on
> env GOPROXY=direct
# Testing that git export-subst is disabled (130.931s)
> [!net:github.com] skip
[condition not met]
> [!git] skip
[condition not met]
> go build
[stderr]
go: github.com/jasonkeene/export-subst@v0.0.0-20180927204031-5845945ec626: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /workdir/tmp/cmd-go-test-2021353668/tmpdir1080934222/mod_git_export_subst698489180/gopath/pkg/mod/cache/vcs/1ee8f7fed4d660204df7c497b07367648dd327b83e64131bcd4a33cdd23e429f: exit status 128:
22:29:11.581488 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
22:29:11.583841 http.c:756 == Info: Trying 140.82.112.3:443...
22:31:22.258134 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
22:31:22.258192 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
22:31:22.258208 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/jasonkeene/export-subst/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_git_export_subst.txt:7: go build: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-02-24 00:04 linux-amd64-longtest go@ef84d62c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46517
https://vcs-test.golang.org rerouted to https://127.0.0.1:40457
go test proxy running at GOPROXY=http://127.0.0.1:46761/mod
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_download_hash (131.67s)
script_test.go:132: 2024-02-24T00:37:33Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-1244357332/tmpdir3574126216/mod_download_hash3536194152
script_test.go:156:
> env GO111MODULE=on
# Testing mod download with non semantic versions; turn off proxy. (131.664s)
> [!net:rsc.io] skip
[condition not met]
> [!git] skip
[condition not met]
> env GOPROXY=direct
> env GOSUMDB=off
> go mod download rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7
[stderr]
go: rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /workdir/tmp/cmd-go-test-1244357332/tmpdir3574126216/mod_download_hash3536194152/gopath/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
00:37:33.879820 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:37:33.913194 http.c:756 == Info: Trying 140.82.112.3:443...
00:39:45.186744 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:39:45.186804 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
00:39:45.186822 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_download_hash.txt:9: go mod download rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-02-24 00:04 linux-amd64-longtest-race go@ef84d62c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35509
https://vcs-test.golang.org rerouted to https://127.0.0.1:42733
go test proxy running at GOPROXY=http://127.0.0.1:37403/mod
2024/02/24 01:08:14 http: TLS handshake error from 127.0.0.1:53890: read tcp 127.0.0.1:42733->127.0.0.1:53890: read: connection reset by peer
2024/02/24 01:10:10 http: TLS handshake error from 127.0.0.1:43098: read tcp 127.0.0.1:42733->127.0.0.1:43098: read: connection reset by peer
2024/02/24 01:11:35 http: TLS handshake error from 127.0.0.1:57672: EOF
2024/02/24 01:11:35 http: TLS handshake error from 127.0.0.1:57670: EOF
2024/02/24 01:11:35 http: TLS handshake error from 127.0.0.1:57682: EOF
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_invalid_version (234.18s)
...
[stderr]
go: github.com/pierrec/lz4@v1.0.2-0.20190131084431-473cd7ce01a1 requires
github.com/pkg/profile@v1.2.1: reading github.com/pkg/profile/go.mod at revision v1.2.1: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /workdir/tmp/cmd-go-test-1933114458/tmpdir4265500128/mod_invalid_version3226427571/gopath/pkg/mod/cache/vcs/c88da0159ba81c743fd5e98f3020472cc342666b1e9302991c424cbd8591810f: exit status 128:
01:08:26.648783 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
01:08:26.665048 http.c:756 == Info: Trying 140.82.112.3:443...
01:10:37.947833 http.c:756 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
01:10:37.947875 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
01:10:37.947892 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pkg/profile/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:`)
2024-02-27 18:34 linux-arm64-longtest go@2b72395e cmd/go/internal/modfetch.TestCodeRepo (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33517
https://vcs-test.golang.org rerouted to https://127.0.0.1:43983
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1/v0.0.0 (1.06s)
coderepo_test.go:623: repo.Stat("v0.0.0"): github.com/rsc/vgotest1@v0.0.0: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_v2/v2.0.3 (1.06s)
coderepo_test.go:619: repoStat("v2.0.3"): github.com/rsc/vgotest1/v2@v2.0.3: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "github.com/rsc/vgotest1/v2/go.mod has non-.../v2 module path \"github.com/rsc/vgotest\" at revision v2.0.3"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_v2/v2.0.5 (1.05s)
...
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_submod/v1.0.3 (0.00s)
coderepo_test.go:619: repoStat("v1.0.3"): github.com/rsc/vgotest1/submod@v1.0.3: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "unknown revision submod/v1.0.3"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_submod/v1.0.0 (0.00s)
coderepo_test.go:619: repoStat("v1.0.0"): github.com/rsc/vgotest1/submod@v1.0.0: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "unknown revision submod/v1.0.0"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_v2/v2.0.4 (0.95s)
coderepo_test.go:619: repoStat("v2.0.4"): github.com/rsc/vgotest1/v2@v2.0.4: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "github.com/rsc/vgotest1/go.mod and .../v2/go.mod both have .../v2 module paths at revision v2.0.4"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_v2/45f53230a (0.91s)
...
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "missing github.com/rsc/vgotest1/go.mod and .../v2/go.mod at revision v2.0.0"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1/v1.0.0 (0.00s)
coderepo_test.go:623: repo.Stat("v1.0.0"): github.com/rsc/vgotest1@v1.0.0: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1/v0.0.1-0.20180219231006-80d85c5d4d17 (0.00s)
coderepo_test.go:619: repoStat("v0.0.1-0.20180219231006-80d85c5d4d17"): github.com/rsc/vgotest1@v0.0.1-0.20180219231006-80d85c5d4d17: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, wanted "github.com/rsc/vgotest1@v0.0.1-0.20180219231006-80d85c5d4d17: invalid pseudo-version: tag (v0.0.0) found on revision 80d85c5d4d17 is already canonical, so should not be replaced with a pseudo-version derived from that tag"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1/v0.0.0-20180219231006-80d85c5d4d17 (0.00s)
coderepo_test.go:623: repo.Stat("v0.0.0-20180219231006-80d85c5d4d17"): github.com/rsc/vgotest1@v0.0.0-20180219231006-80d85c5d4d17: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
2024-02-27 18:34 linux-arm64-longtest go@2b72395e cmd/go/internal/modfetch.TestCodeRepoVersions (log)
--- FAIL: TestCodeRepoVersions (0.00s)
--- FAIL: TestCodeRepoVersions/github.com_rsc_vgotest1 (0.00s)
coderepo_test.go:837: Versions(""): module github.com/rsc/vgotest1: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
--- FAIL: TestCodeRepoVersions/github.com_rsc_vgotest1_v2 (0.00s)
coderepo_test.go:837: Versions(""): module github.com/rsc/vgotest1/v2: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
--- FAIL: TestCodeRepoVersions/github.com_rsc_vgotest1#01 (0.00s)
coderepo_test.go:837: Versions("v1.0"): module github.com/rsc/vgotest1: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com
2024-02-27 18:34 linux-arm64-longtest go@2b72395e cmd/go/internal/modfetch.TestLatest (log)
--- FAIL: TestLatest (0.00s)
--- FAIL: TestLatest/github.com_rsc_vgotest1_v2 (0.00s)
coderepo_test.go:909: Latest(): git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, want "github.com/rsc/vgotest1/v2@v2.0.0-20180219223237-a08abb797a67: invalid version: github.com/rsc/vgotest1/go.mod and .../v2/go.mod both have .../v2 module paths at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1_subdir (0.00s)
coderepo_test.go:909: Latest(): git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, want "github.com/rsc/vgotest1/subdir@v0.0.0-20180219223237-a08abb797a67: invalid version: missing github.com/rsc/vgotest1/subdir/go.mod at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1 (0.00s)
coderepo_test.go:909: Latest(): git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-3749597053/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Could not resolve host: github.com, want "github.com/rsc/vgotest1@v0.0.0-20180219223237-a08abb797a67: invalid version: go.mod has post-v0 module path \"github.com/vgotest1/v2\" at revision a08abb797a67"
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port 443: Connection timed out` ||
`Failed to connect to .* port 80.*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server`)
2024-02-23 23:50 gotip-linux-386-longtest go@e8038578 cmd/go.TestScript/govcs (log)
=== RUN TestScript/govcs
=== PAUSE TestScript/govcs
=== CONT TestScript/govcs
script_test.go:132: 2024-02-24T00:04:32Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/govcs791660634
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/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
CCACHE_DISABLE=1
GOARCH=386
...
go: rsc.io/sampler: reading rsc.io/sampler/go.mod at revision v1.99.99: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/govcs791660634/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6: exit status 128:
00:04:33.323729 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:04:33.332931 http.c:699 == Info: Trying 140.82.112.3...
00:04:33.332952 http.c:699 == Info: TCP_NODELAY set
00:06:44.409537 http.c:699 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:06:44.409585 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:06:44.409594 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/govcs.txt:70: go get rsc.io/sampler: exit status 1
--- FAIL: TestScript/govcs (132.20s)
2024-02-23 23:50 gotip-linux-386-longtest go@e8038578 cmd/go.TestScript/mod_get_pseudo (log)
=== RUN TestScript/mod_get_pseudo
=== PAUSE TestScript/mod_get_pseudo
=== CONT TestScript/mod_get_pseudo
script_test.go:132: 2024-02-24T00:04:12Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/mod_get_pseudo2380424681
2024/02/24 00:04:12 serving /git?go-get=1
2024/02/24 00:04:12 open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/git.txt: no such file or directory
2024/02/24 00:04:12 serving /?go-get=1
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/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
...
go: ...test@52853eb: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/mod_get_pseudo2380424681/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
00:04:28.909432 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:04:28.947751 http.c:699 == Info: Trying 140.82.112.3...
00:04:28.947781 http.c:699 == Info: TCP_NODELAY set
00:06:40.313436 http.c:699 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:06:40.313485 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:06:40.313498 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_get_pseudo.txt:74: go get ...test@52853eb: exit status 1
--- FAIL: TestScript/mod_get_pseudo (148.47s)
2024-02-23 23:50 gotip-linux-386-longtest go@e8038578 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
2024/02/24 00:04:06 serving /git/issue61415/git-upload-pack
script_test.go:132: 2024-02-24T00:04:06Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/mod_invalid_version4294618924
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/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
CCACHE_DISABLE=1
...
go.mod:5: require github.com/pierrec/lz4: version "473cd7ce01a1" invalid: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-4029451148/tmpdir1044551306/mod_invalid_version4294618924/gopath/pkg/mod/cache/vcs/036595127a116abca3f2bfd7bedafedb33d890c2b102d96361815966679432e7: exit status 128:
00:04:28.639293 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:04:28.644977 http.c:699 == Info: Trying 140.82.112.3...
00:04:28.644995 http.c:699 == Info: TCP_NODELAY set
00:06:40.313436 http.c:699 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:06:40.313486 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:06:40.313498 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (154.18s)
2024-02-23 23:50 gotip-windows-amd64-longtest go@e8038578 cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:132: 2024-02-24T00:07:22Z
script_test.go:134: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-707332767\tmpdir2435744367\mod_download_private_vcs1319905156
go proxy: open C:\b\s\w\ir\x\w\goroot\src\cmd\go\testdata\mod\rsc.io_quote_v1.999.999.txt: The system cannot find the file specified.
go proxy: no archive rsc.io/quote v1.999.999: file does not exist
script_test.go:156:
PATH=C:\b\s\w\ir\x\t\cmd-go-test-707332767\tmpdir2435744367\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cipd_bin_packages\cpython3;C:\b\s\w\ir\cipd_bin_packages\cpython3\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
USERPROFILE=/no-home
...
16:07:25.161446 http.c:724 == Info: Couldn't find host github.com in the (nil) file; using defaults
16:07:25.171045 http.c:724 == Info: Trying 140.82.112.4:443...
16:07:46.458629 http.c:724 == Info: connect to 140.82.112.4 port 443 failed: Timed out
16:07:46.458763 http.c:724 == Info: Failed to connect to github.com port 443 after 21297 ms: Couldn't connect to server
16:07:46.458799 http.c:724 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/term/': Failed to connect to github.com port 443 after 21297 ms: Couldn't connect to server
[exit status 1]
> stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$'
script_test.go:156: FAIL: testdata\script\mod_download_private_vcs.txt:24: stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$': no match for `(?m)^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$` in stderr
--- FAIL: TestScript/mod_download_private_vcs (24.12s)
2024-02-24 00:04 gotip-linux-386-longtest go@ef84d62c cmd/go.TestScript/mod_download_hash (log)
=== RUN TestScript/mod_download_hash
=== PAUSE TestScript/mod_download_hash
=== CONT TestScript/mod_download_hash
script_test.go:132: 2024-02-24T00:12:37Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/mod_download_hash874107252
2024/02/24 00:12:37 serving /insecure/go/insecure?go-get=1
2024/02/24 00:12:37 serving /go/insecure?go-get=1
2024/02/24 00:12:37 serving /git/insecurerepo/info/refs?service=git-upload-pack
2024/02/24 00:12:37 serving /git/insecurerepo/git-upload-pack
2024/02/24 00:12:37 hello.txt:
...
go: rsc.io/quote@master: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/mod_download_hash874107252/gopath/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
00:12:38.139358 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:12:38.177610 http.c:699 == Info: Trying 140.82.112.4...
00:12:38.177640 http.c:699 == Info: TCP_NODELAY set
00:14:48.667160 http.c:699 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
00:14:48.667206 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:14:48.667217 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_download_hash.txt:14: go mod download rsc.io/quote@master: exit status 1
--- FAIL: TestScript/mod_download_hash (132.27s)
2024-02-24 00:04 gotip-linux-386-longtest go@ef84d62c cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:132: 2024-02-24T00:12:36Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/mod_download_private_vcs1753226861
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/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
CCACHE_DISABLE=1
GOARCH=386
...
00:12:37.988842 http.c:699 == Info: Trying 140.82.112.4...
00:12:37.988868 http.c:699 == Info: TCP_NODELAY set
00:14:48.666504 http.c:699 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
00:14:48.666549 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:14:48.666560 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/nonexist/': Failed to connect to github.com port 443: Connection timed out
[exit status 1]
> stderr '^Confirm the import path was entered correctly.$'
script_test.go:156: FAIL: testdata/script/mod_download_private_vcs.txt:28: stderr '^Confirm the import path was entered correctly.$': no match for `(?m)^Confirm the import path was entered correctly.$` in stderr
--- FAIL: TestScript/mod_download_private_vcs (132.19s)
2024-02-24 00:04 gotip-linux-386-longtest go@ef84d62c cmd/go.TestScript/mod_get_pseudo (log)
=== RUN TestScript/mod_get_pseudo
=== PAUSE TestScript/mod_get_pseudo
=== CONT TestScript/mod_get_pseudo
script_test.go:132: 2024-02-24T00:12:30Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/mod_get_pseudo3240618915
2024/02/24 00:12:30 serving /?go-get=1
2024/02/24 00:12:30 serving /git?go-get=1
2024/02/24 00:12:30 open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/git.txt: no such file or directory
2024/02/24 00:12:30 serving /git/prefixtagtests/info/refs?service=git-upload-pack
2024/02/24 00:12:30 serving /git/prefixtagtests/git-upload-pack
...
go: ...test@7303f77: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1436550706/tmpdir4110299730/mod_get_pseudo3240618915/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
00:12:32.132494 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:12:32.138785 http.c:699 == Info: Trying 140.82.112.4...
00:12:32.138809 http.c:699 == Info: TCP_NODELAY set
00:14:40.473516 http.c:699 == Info: connect to 140.82.112.4 port 443 failed: Connection timed out
00:14:40.473558 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:14:40.473570 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_get_pseudo.txt:24: go get ...test@7303f77: exit status 1
--- FAIL: TestScript/mod_get_pseudo (130.72s)
2024-02-24 00:04 gotip-linux-amd64-longtest go@ef84d62c cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:132: 2024-02-24T00:18:12Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2161345301/tmpdir160646179/mod_invalid_version3052095519
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2161345301/tmpdir160646179/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
CCACHE_DISABLE=1
GOARCH=amd64
...
github.com/pkg/profile@v1.2.1: reading github.com/pkg/profile/go.mod at revision v1.2.1: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-2161345301/tmpdir160646179/mod_invalid_version3052095519/gopath/pkg/mod/cache/vcs/c88da0159ba81c743fd5e98f3020472cc342666b1e9302991c424cbd8591810f: exit status 128:
00:18:34.844760 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:18:34.849239 http.c:699 == Info: Trying 140.82.112.3...
00:18:34.849259 http.c:699 == Info: TCP_NODELAY set
00:20:46.499649 http.c:699 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:20:46.499698 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:20:46.499708 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pkg/profile/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (154.57s)
2024-02-24 00:04 gotip-linux-amd64-longtest-race go@ef84d62c cmd/go.TestScript/mod_get_pseudo (log)
=== RUN TestScript/mod_get_pseudo
=== PAUSE TestScript/mod_get_pseudo
=== CONT TestScript/mod_get_pseudo
script_test.go:132: 2024-02-24T00:20:33Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3392691795/tmpdir1969163811/mod_get_pseudo2451319625
go proxy: no archive example.com v0.1.0: file does not exist
go proxy: no archive example.com/c v0.1.0: file does not exist
go proxy: no archive example.com/b v0.2.0: file does not exist
go proxy: no archive example.com/c v0.2.0: file does not exist
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_v1.0.1.txt: no such file or directory
...
go: ...test@7303f77: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-3392691795/tmpdir1969163811/mod_get_pseudo2451319625/gopath/pkg/mod/cache/vcs/02e2b870e781600b12f669a2429e9f625455accbfc13989fc24e53973cfac1fb: exit status 128:
00:20:40.440635 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
00:20:40.442944 http.c:699 == Info: Trying 140.82.112.3...
00:20:40.442964 http.c:699 == Info: TCP_NODELAY set
00:22:49.047298 http.c:699 == Info: connect to 140.82.112.3 port 443 failed: Connection timed out
00:22:49.047344 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:22:49.047357 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': Failed to connect to github.com port 443: Connection timed out
script_test.go:156: FAIL: testdata/script/mod_get_pseudo.txt:24: go get ...test@7303f77: exit status 1
--- FAIL: TestScript/mod_get_pseudo (136.97s)
2024-02-24 00:04 gotip-linux-amd64-longtest-race go@ef84d62c cmd/go/internal/modfetch.TestCodeRepo/github.com_pkg_errors/v0.8.0 (log)
=== RUN TestCodeRepo/github.com_pkg_errors/v0.8.0
=== PAUSE TestCodeRepo/github.com_pkg_errors/v0.8.0
=== CONT TestCodeRepo/github.com_pkg_errors/v0.8.0
2024/02/24 00:17:52 vgotest1.txt:
> handle hg
> cd git
> env GIT_AUTHOR_NAME='Russ Cox'
> env GIT_AUTHOR_EMAIL='rsc@golang.org'
> env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
> env GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
...
2024/02/24 00:17:53 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
2024/02/24 00:17:53 serving /hg/vgotest1?cmd=batch
2024/02/24 00:17:53 proxying hg request to http://localhost:38517/
2024/02/24 00:17:54 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
2024/02/24 00:17:54 serving /hg/vgotest1?cmd=getbundle
2024/02/24 00:17:54 proxying hg request to http://localhost:34757/
2024/02/24 00:17:54 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
coderepo_test.go:623: repo.Stat("v0.8.0"): github.com/pkg/errors@v0.8.0: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3148155758/modcache/cache/vcs/6d82bc6342f8104a35e27089637bd09e9cdb9402f044a75aeb6d5a73e50dad6c: exit status 128:
fatal: unable to access 'https://github.com/pkg/errors/': Failed to connect to github.com port 443: Connection timed out
--- FAIL: TestCodeRepo/github.com_pkg_errors/v0.8.0 (132.06s)
2024-02-24 00:04 gotip-windows-amd64-longtest go@ef84d62c cmd/go.TestScript/mod_git_export_subst (log)
=== RUN TestScript/mod_git_export_subst
=== PAUSE TestScript/mod_git_export_subst
=== CONT TestScript/mod_git_export_subst
script_test.go:132: 2024-02-24T00:23:21Z
script_test.go:134: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-3883448945\tmpdir2031284383\mod_git_export_subst3204652208
script_test.go:156:
PATH=C:\b\s\w\ir\x\t\cmd-go-test-3883448945\tmpdir2031284383\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cipd_bin_packages\cpython3;C:\b\s\w\ir\cipd_bin_packages\cpython3\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
USERPROFILE=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
[stderr]
go: github.com/jasonkeene/export-subst@v0.0.0-20180927204031-5845945ec626: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in C:\b\s\w\ir\x\t\cmd-go-test-3883448945\tmpdir2031284383\mod_git_export_subst3204652208\gopath\pkg\mod\cache\vcs\1ee8f7fed4d660204df7c497b07367648dd327b83e64131bcd4a33cdd23e429f: exit status 128:
16:23:22.408773 http.c:724 == Info: Couldn't find host github.com in the (nil) file; using defaults
16:23:22.416773 http.c:724 == Info: Trying 140.82.112.3:443...
16:23:43.604115 http.c:724 == Info: connect to 140.82.112.3 port 443 failed: Timed out
16:23:43.604136 http.c:724 == Info: Failed to connect to github.com port 443 after 21195 ms: Couldn't connect to server
16:23:43.604213 http.c:724 == Info: Closing connection 0
fatal: unable to access 'https://github.com/jasonkeene/export-subst/': Failed to connect to github.com port 443 after 21195 ms: Couldn't connect to server
script_test.go:156: FAIL: testdata\script\mod_git_export_subst.txt:7: go build: exit status 1
--- FAIL: TestScript/mod_git_export_subst (22.45s)
2024-02-24 00:04 gotip-windows-amd64-longtest go@ef84d62c cmd/go/internal/modfetch.TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (log)
=== RUN TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== PAUSE TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== CONT TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
2024/02/23 16:18:34 serving /go/v2module/v2?go-get=1
coderepo_test.go:619: repoStat("c4d4236f"): github.com/rsc/quote/buggy@c4d4236f: invalid version: git ls-remote -q origin in C:\b\s\w\ir\x\t\gitrepo-test-4171804354\modcache\cache\vcs\5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443 after 21311 ms: Couldn't connect to server, wanted "missing github.com/rsc/quote/buggy/go.mod at revision c4d4236f9242"
--- FAIL: TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (23.25s)
2024-02-24 00:04 gotip-windows-amd64-longtest go@ef84d62c cmd/go/internal/modfetch.TestCodeRepo/rsc.io_quote/v1.0.0 (log)
=== RUN TestCodeRepo/rsc.io_quote/v1.0.0
=== PAUSE TestCodeRepo/rsc.io_quote/v1.0.0
=== CONT TestCodeRepo/rsc.io_quote/v1.0.0
coderepo_test.go:623: repo.Stat("v1.0.0"): rsc.io/quote@v1.0.0: invalid version: git ls-remote -q origin in C:\b\s\w\ir\x\t\gitrepo-test-4171804354\modcache\cache\vcs\5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443 after 21311 ms: Couldn't connect to server
--- FAIL: TestCodeRepo/rsc.io_quote/v1.0.0 (20.90s)
2024-02-27 16:41 gotip-linux-amd64-longtest-race go@f7777688 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:132: 2024-02-27T17:00:37Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3403841860/tmpdir4131335574/mod_prefer_compatible2503002899
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_m2_q_v1.0.0.txt: no such file or directory
go proxy: no archive example.com/m2/q v1.0.0: file does not exist
go proxy: no archive example.com/m2 v1.0.0: file does not exist
2024/02/27 17:00:38 serving /git?go-get=1
2024/02/27 17:00:38 open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/git.txt: no such file or directory
...
17:00:42.437695 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
17:00:42.437715 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
17:00:42.437746 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (21):
17:00:42.437752 http.c:699 == Info: TLSv1.3 (IN), TLS alert, Client hello (1):
17:00:42.437766 http.c:699 == Info: Closing connection 0
17:00:42.437779 http.c:699 == Info: TLSv1.3 (OUT), TLS Unknown, Unknown (21):
17:00:42.437818 http.c:699 == Info: TLSv1.3 (OUT), TLS alert, Client hello (1):
fatal: unable to access 'https://github.com/russross/blackfriday/': The requested URL returned error: 502
script_test.go:156: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (4.83s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: bcmills**
@mknyszek, @dmitshur: I'm seeing a fair number of these from the LUCI builders. It might be worth auditing the network stack on the LUCI builders to confirm that they have adequate NAT port provisioning (see https://github.com/golang/go/issues/52545#issuecomment-1454157883) — the default configuration for Google's Cloud NAT implementation reserves an inadequate port range, which can result in port exhaustion during `longtest` runs.
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-01-22 21:47 linux-386-longtest go@b7ae16e0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37927
https://vcs-test.golang.org rerouted to https://127.0.0.1:36819
go test proxy running at GOPROXY=http://127.0.0.1:33363/mod
2024/01/22 22:12:02 http: TLS handshake error from 127.0.0.1:58674: read tcp 127.0.0.1:36819->127.0.0.1:58674: read: connection reset by peer
2024/01/22 22:12:02 http: TLS handshake error from 127.0.0.1:58706: EOF
2024/01/22 22:12:04 http: TLS handshake error from 127.0.0.1:33170: read tcp 127.0.0.1:36819->127.0.0.1:33170: read: connection reset by peer
--- FAIL: TestScript (0.04s)
--- FAIL: TestScript/build_pgo (1.62s)
script_test.go:132: 2024-01-22T22:11:14Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639
...
compile: /workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639/gopath/src/prof: PGO error: error opening profile: EOF
# internal/goarch
compile: /workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639/gopath/src/prof: PGO error: error opening profile: EOF
# internal/godebugs
compile: /workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-2094867676/tmpdir1108915116/build_pgo2325832639/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-amd64-longtest go@b7ae16e0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39567
https://vcs-test.golang.org rerouted to https://127.0.0.1:39673
go test proxy running at GOPROXY=http://127.0.0.1:36517/mod
2024/01/22 22:19:27 http: TLS handshake error from 127.0.0.1:51242: read tcp 127.0.0.1:39673->127.0.0.1:51242: read: connection reset by peer
2024/01/22 22:19:27 http: TLS handshake error from 127.0.0.1:51224: read tcp 127.0.0.1:39673->127.0.0.1:51224: read: connection reset by peer
2024/01/22 22:19:32 http: TLS handshake error from 127.0.0.1:59720: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_pgo (1.21s)
script_test.go:132: 2024-01-22T22:16:20Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484
...
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p runtime/internal/syscall -std -buildid WN_v3A1vKT8WDs-U_j3H/WN_v3A1vKT8WDs-U_j3H -pgoprofile=/workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484/gopath/src/prof -symabis $WORK/b016/symabis -c=4 -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /workdir/go/src/runtime/internal/syscall/defs_linux_amd64.go /workdir/go/src/runtime/internal/syscall/syscall_linux.go
echo '# import config' > $WORK/b007/importcfg # internal
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/cpu -std -buildid Mh_sOF8Lr8lUUDv6xypP/Mh_sOF8Lr8lUUDv6xypP -pgoprofile=/workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484/gopath/src/prof -symabis $WORK/b007/symabis -c=4 -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /workdir/go/src/internal/cpu/cpu.go /workdir/go/src/internal/cpu/cpu_x86.go
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/syscall
compile: /workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /workdir/tmp/cmd-go-test-2549283672/tmpdir3448827710/build_pgo3677076484/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-amd64-longtest-race go@b7ae16e0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45297
https://vcs-test.golang.org rerouted to https://127.0.0.1:46599
go test proxy running at GOPROXY=http://127.0.0.1:45141/mod
2024/01/22 22:52:15 http: TLS handshake error from 127.0.0.1:59200: read tcp 127.0.0.1:46599->127.0.0.1:59200: read: connection reset by peer
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/build_pgo (1.85s)
script_test.go:132: 2024-01-22T22:56:31Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749
script_test.go:156:
# Test go build -pgo flag.
...
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/cpu -std -buildid Mh_sOF8Lr8lUUDv6xypP/Mh_sOF8Lr8lUUDv6xypP -pgoprofile=/workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749/gopath/src/prof -symabis $WORK/b007/symabis -c=4 -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /workdir/go/src/internal/cpu/cpu.go /workdir/go/src/internal/cpu/cpu_x86.go
# internal/cpu
compile: /workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749/gopath/src/prof: PGO error: error opening profile: EOF
echo '# import config' > $WORK/b013/importcfg # internal
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p runtime/internal/atomic -std -buildid RxvR4loG3oFazg5D0fwg/RxvR4loG3oFazg5D0fwg -pgoprofile=/workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749/gopath/src/prof -symabis $WORK/b013/symabis -c=4 -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /workdir/go/src/runtime/internal/atomic/atomic_amd64.go /workdir/go/src/runtime/internal/atomic/doc.go /workdir/go/src/runtime/internal/atomic/stubs.go /workdir/go/src/runtime/internal/atomic/types.go /workdir/go/src/runtime/internal/atomic/types_64bit.go /workdir/go/src/runtime/internal/atomic/unaligned.go
# runtime/internal/syscall
compile: /workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-2822332782/tmpdir3754153325/build_pgo177885749/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-arm64-longtest go@b7ae16e0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39741
https://vcs-test.golang.org rerouted to https://127.0.0.1:33617
go test proxy running at GOPROXY=http://127.0.0.1:43347/mod
2024/01/22 22:10:38 http: TLS handshake error from 127.0.0.1:51622: EOF
2024/01/22 22:10:38 http: TLS handshake error from 127.0.0.1:51602: read tcp 127.0.0.1:33617->127.0.0.1:51602: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_pgo (1.32s)
script_test.go:132: 2024-01-22T22:11:52Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540
script_test.go:156:
...
/tmp/workdir/go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/cpu -std -buildid ISOHuOrAg4ofswhasUSG/ISOHuOrAg4ofswhasUSG -pgoprofile=/tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540/gopath/src/prof -symabis $WORK/b007/symabis -c=4 -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /tmp/workdir/go/src/internal/cpu/cpu.go /tmp/workdir/go/src/internal/cpu/cpu_arm64.go /tmp/workdir/go/src/internal/cpu/cpu_arm64_hwcap.go /tmp/workdir/go/src/internal/cpu/cpu_arm64_linux.go /tmp/workdir/go/src/internal/cpu/cpu_no_name.go
echo '# import config' > $WORK/b016/importcfg # internal
/tmp/workdir/go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p runtime/internal/syscall -std -buildid SxN5S_ei4rcQkxBwoQr2/SxN5S_ei4rcQkxBwoQr2 -pgoprofile=/tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540/gopath/src/prof -symabis $WORK/b016/symabis -c=4 -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /tmp/workdir/go/src/runtime/internal/syscall/defs_linux_arm64.go /tmp/workdir/go/src/runtime/internal/syscall/syscall_linux.go
# internal/goarch
compile: /tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/syscall
compile: /tmp/workdir/tmp/cmd-go-test-916852596/tmpdir4247385504/build_pgo841204540/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 darwin-amd64-longtest go@c4696665 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:65531
https://vcs-test.golang.org rerouted to https://127.0.0.1:65532
go test proxy running at GOPROXY=http://127.0.0.1:65533/mod
2024/01/22 18:13:13 http: TLS handshake error from 127.0.0.1:50291: read tcp 127.0.0.1:65532->127.0.0.1:50291: read: connection reset by peer
--- FAIL: TestScript (0.62s)
--- FAIL: TestScript/build_pgo (2.22s)
script_test.go:132: 2024-01-22T23:37:17Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985
script_test.go:156:
# Test go build -pgo flag.
...
/tmp/buildlet/go/pkg/tool/darwin_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p runtime/internal/atomic -std -buildid 4IkMzhyE-lCefF87Qbcz/4IkMzhyE-lCefF87Qbcz -pgoprofile=/tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985/gopath/src/prof -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /tmp/buildlet/go/src/runtime/internal/atomic/atomic_amd64.go /tmp/buildlet/go/src/runtime/internal/atomic/doc.go /tmp/buildlet/go/src/runtime/internal/atomic/stubs.go /tmp/buildlet/go/src/runtime/internal/atomic/types.go /tmp/buildlet/go/src/runtime/internal/atomic/types_64bit.go /tmp/buildlet/go/src/runtime/internal/atomic/unaligned.go
echo '# import config' > $WORK/b007/importcfg # internal
/tmp/buildlet/go/pkg/tool/darwin_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/cpu -std -buildid OKta9_N5fBE6oXngfof9/OKta9_N5fBE6oXngfof9 -pgoprofile=/tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985/gopath/src/prof -symabis $WORK/b007/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /tmp/buildlet/go/src/internal/cpu/cpu.go /tmp/buildlet/go/src/internal/cpu/cpu_x86.go
# runtime/internal/atomic
compile: /tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985/gopath/src/prof: PGO error: error opening profile: EOF
# internal/goexperiment
compile: /tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /tmp/buildlet/tmp/cmd-go-test-887973092/tmpdir2049948607/build_pgo11766985/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-386-longtest go@c4696665 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35709
https://vcs-test.golang.org rerouted to https://127.0.0.1:46161
go test proxy running at GOPROXY=http://127.0.0.1:41209/mod
2024/01/22 22:24:26 http: TLS handshake error from 127.0.0.1:45396: EOF
2024/01/22 22:24:26 http: TLS handshake error from 127.0.0.1:45370: EOF
2024/01/22 22:24:31 http: TLS handshake error from 127.0.0.1:45532: EOF
2024/01/22 22:24:31 http: TLS handshake error from 127.0.0.1:45570: EOF
2024/01/22 22:24:31 http: TLS handshake error from 127.0.0.1:45576: read tcp 127.0.0.1:46161->127.0.0.1:45576: read: connection reset by peer
2024/01/22 22:24:31 http: TLS handshake error from 127.0.0.1:45614: EOF
2024/01/22 22:24:31 http: TLS handshake error from 127.0.0.1:45608: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_pgo (1.35s)
script_test.go:132: 2024-01-22T22:26:22Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584
script_test.go:156:
# Test go build -pgo flag.
# Specifically, the build cache handles profile content correctly. (0.000s)
# build without PGO (0.873s)
# build with PGO, should trigger rebuild
# starting with an empty profile (the compiler accepts it) (0.480s)
...
compile: /workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/syscall
compile: /workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584/gopath/src/prof: PGO error: error opening profile: EOF
# internal/goos
compile: /workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-3520423901/tmpdir3721429823/build_pgo3397433584/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-amd64-longtest go@c4696665 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:41785
https://vcs-test.golang.org rerouted to https://127.0.0.1:37219
go test proxy running at GOPROXY=http://127.0.0.1:40799/mod
2024/01/22 22:18:13 http: TLS handshake error from 127.0.0.1:44844: read tcp 127.0.0.1:37219->127.0.0.1:44844: read: connection reset by peer
2024/01/22 22:18:13 http: TLS handshake error from 127.0.0.1:44830: read tcp 127.0.0.1:37219->127.0.0.1:44830: read: connection reset by peer
2024/01/22 22:18:13 http: TLS handshake error from 127.0.0.1:44818: read tcp 127.0.0.1:37219->127.0.0.1:44818: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_pgo (1.16s)
script_test.go:132: 2024-01-22T22:21:28Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110
...
compile: /workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110/gopath/src/prof: PGO error: error opening profile: EOF
echo '# import config' > $WORK/b016/importcfg # internal
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p runtime/internal/syscall -std -buildid 1YnYhe_evSofKhWLhV1r/1YnYhe_evSofKhWLhV1r -pgoprofile=/workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110/gopath/src/prof -symabis $WORK/b016/symabis -c=4 -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /workdir/go/src/runtime/internal/syscall/defs_linux_amd64.go /workdir/go/src/runtime/internal/syscall/syscall_linux.go
# internal/cpu
compile: /workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/syscall
compile: /workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-760123278/tmpdir2355338799/build_pgo1357737110/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-amd64-longtest-race go@c4696665 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35179
https://vcs-test.golang.org rerouted to https://127.0.0.1:42155
go test proxy running at GOPROXY=http://127.0.0.1:43021/mod
2024/01/22 22:52:59 http: TLS handshake error from 127.0.0.1:50168: read tcp 127.0.0.1:42155->127.0.0.1:50168: read: connection reset by peer
2024/01/22 22:52:59 http: TLS handshake error from 127.0.0.1:50142: read tcp 127.0.0.1:42155->127.0.0.1:50142: read: connection reset by peer
2024/01/22 22:53:19 http: TLS handshake error from 127.0.0.1:52114: read tcp 127.0.0.1:42155->127.0.0.1:52114: read: connection reset by peer
2024/01/22 22:54:13 http: TLS handshake error from 127.0.0.1:59536: read tcp 127.0.0.1:42155->127.0.0.1:59536: read: connection reset by peer
2024/01/22 22:54:13 http: TLS handshake error from 127.0.0.1:59550: read tcp 127.0.0.1:42155->127.0.0.1:59550: read: connection reset by peer
2024/01/22 22:54:13 http: TLS handshake error from 127.0.0.1:59520: read tcp 127.0.0.1:42155->127.0.0.1:59520: read: connection reset by peer
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/build_pgo (1.99s)
script_test.go:132: 2024-01-22T22:56:14Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263
script_test.go:156:
# Test go build -pgo flag.
# Specifically, the build cache handles profile content correctly. (0.000s)
# build without PGO (1.534s)
# build with PGO, should trigger rebuild
# starting with an empty profile (the compiler accepts it) (0.457s)
> go build -x -pgo=prof -o triv.exe triv.go
...
compile: /workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263/gopath/src/prof: PGO error: error opening profile: EOF
echo '# import config' > $WORK/b013/importcfg # internal
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p runtime/internal/atomic -std -buildid HGIgWOsDGXgeLUTjxodM/HGIgWOsDGXgeLUTjxodM -pgoprofile=/workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263/gopath/src/prof -symabis $WORK/b013/symabis -c=4 -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /workdir/go/src/runtime/internal/atomic/atomic_amd64.go /workdir/go/src/runtime/internal/atomic/doc.go /workdir/go/src/runtime/internal/atomic/stubs.go /workdir/go/src/runtime/internal/atomic/types.go /workdir/go/src/runtime/internal/atomic/types_64bit.go /workdir/go/src/runtime/internal/atomic/unaligned.go
# runtime/internal/syscall
compile: /workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263/gopath/src/prof: PGO error: error opening profile: EOF
# internal/cpu
compile: /workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/atomic
compile: /workdir/tmp/cmd-go-test-845380017/tmpdir3081029700/build_pgo2759200263/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-22 21:47 linux-arm64-longtest go@c4696665 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:42059
https://vcs-test.golang.org rerouted to https://127.0.0.1:37895
go test proxy running at GOPROXY=http://127.0.0.1:40457/mod
2024/01/22 22:11:14 http: TLS handshake error from 127.0.0.1:57316: read tcp 127.0.0.1:37895->127.0.0.1:57316: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_pgo (1.00s)
script_test.go:132: 2024-01-22T22:12:54Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527
script_test.go:156:
# Test go build -pgo flag.
...
echo '# import config' > $WORK/b007/importcfg # internal
cd /tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527/gopath/src
/tmp/workdir/go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -p internal/cpu -std -buildid uQ9CrTKk_I-ffdJjMJe9/uQ9CrTKk_I-ffdJjMJe9 -pgoprofile=/tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527/gopath/src/prof -symabis $WORK/b007/symabis -c=4 -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h /tmp/workdir/go/src/internal/cpu/cpu.go /tmp/workdir/go/src/internal/cpu/cpu_arm64.go /tmp/workdir/go/src/internal/cpu/cpu_arm64_hwcap.go /tmp/workdir/go/src/internal/cpu/cpu_arm64_linux.go /tmp/workdir/go/src/internal/cpu/cpu_no_name.go
echo '# import config' > $WORK/b016/importcfg # internal
/tmp/workdir/go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p runtime/internal/syscall -std -buildid 3byQATz8UTWfQXsPs-Ed/3byQATz8UTWfQXsPs-Ed -pgoprofile=/tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527/gopath/src/prof -symabis $WORK/b016/symabis -c=4 -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /tmp/workdir/go/src/runtime/internal/syscall/defs_linux_arm64.go /tmp/workdir/go/src/runtime/internal/syscall/syscall_linux.go
# internal/cpu
compile: /tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527/gopath/src/prof: PGO error: error opening profile: EOF
# runtime/internal/syscall
compile: /tmp/workdir/tmp/cmd-go-test-3108384418/tmpdir128087702/build_pgo2991896527/gopath/src/prof: PGO error: error opening profile: EOF
script_test.go:156: FAIL: testdata/script/build_pgo.txt:11: go build -x -pgo=prof -o triv.exe triv.go: exit status 1
2024-01-30 23:37 linux-386-longtest go@ae457e81 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35019
https://vcs-test.golang.org rerouted to https://127.0.0.1:46587
go test proxy running at GOPROXY=http://127.0.0.1:41979/mod
2024/01/31 00:15:29 http: TLS handshake error from 127.0.0.1:60670: read tcp 127.0.0.1:46587->127.0.0.1:60670: read: connection reset by peer
2024/01/31 00:15:37 http: TLS handshake error from 127.0.0.1:60762: EOF
2024/01/31 00:15:37 http: TLS handshake error from 127.0.0.1:60788: EOF
2024/01/31 00:15:37 http: TLS handshake error from 127.0.0.1:60844: EOF
2024/01/31 00:15:37 http: TLS handshake error from 127.0.0.1:60830: EOF
--- FAIL: TestScript (0.08s)
--- FAIL: TestScript/gotoolchain_path (0.69s)
script_test.go:132: 2024-01-31T00:15:41Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-276288946/tmpdir1015281503/gotoolchain_path3802128465
script_test.go:156:
# This test only checks that basic PATH lookups work.
# The full test of toolchain version selection is in gotoolchain.txt. (0.000s)
# Compile a fake toolchain to put in the path under various names. (0.676s)
# GOTOOLCHAIN=go1.50.0 (0.012s)
> env GOTOOLCHAIN=go1.50.0
> ! go version
[stderr]
go: exec go1.50.0: text file busy
[exit status 1]
> stderr 'running go1.50.0 from PATH'
script_test.go:156: FAIL: testdata/script/gotoolchain_path.txt:23: stderr 'running go1.50.0 from PATH': no match for `(?m)running go1.50.0 from PATH` in stderr
2024-02-02 15:13 linux-amd64-longtest-race go@244ccf47 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38655
https://vcs-test.golang.org rerouted to https://127.0.0.1:36249
go test proxy running at GOPROXY=http://127.0.0.1:33443/mod
2024/02/02 16:03:19 http: TLS handshake error from 127.0.0.1:34554: read tcp 127.0.0.1:36249->127.0.0.1:34554: read: connection reset by peer
2024/02/02 16:03:19 http: TLS handshake error from 127.0.0.1:34548: EOF
2024/02/02 16:03:19 http: TLS handshake error from 127.0.0.1:34528: EOF
--- FAIL: TestScript (1.11s)
--- FAIL: TestScript/mod_get_fallback (66.99s)
script_test.go:132: 2024-02-02T16:03:51Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-687207055/tmpdir1040938466/mod_get_fallback3961943255
...
# get https://proxy.golang.org/golang.org/x/mod/@v/list: 200 OK (0.010s)
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.14.0.info
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.14.0.info: 200 OK (0.003s)
go: added golang.org/x/mod v0.14.0
go: added golang.org/x/tools v0.17.0
> stderr '# get https://proxy.golang.org/golang.org/x/tools/@v/list'
matched: # get https://proxy.golang.org/golang.org/x/tools/@v/list
> ! stderr '# get https://golang.org'
matched: # get https://golang.org/x?go-get=1
script_test.go:156: FAIL: testdata/script/mod_get_fallback.txt:11: stderr '# get https://golang.org': unexpected success
2024-02-16 18:13 linux-amd64-longtest go@a0226c56 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33985
https://vcs-test.golang.org rerouted to https://127.0.0.1:41223
go test proxy running at GOPROXY=http://127.0.0.1:44833/mod
2024/02/16 18:53:46 http: TLS handshake error from 127.0.0.1:59108: read tcp 127.0.0.1:41223->127.0.0.1:59108: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_gonoproxy (52.51s)
script_test.go:132: 2024-02-16T18:52:48Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-1446527427/tmpdir1572046907/mod_gonoproxy3569550938
script_test.go:156:
> env GO111MODULE=on
...
18:53:36.898922 http.c:703 <= Recv header, 0000000037 bytes (0x00000025)
18:53:36.898925 http.c:715 <= Recv header: date: Fri, 16 Feb 2024 18:53:36 GMT
18:53:36.898930 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:53:36.898933 http.c:715 <= Recv header:
18:53:40.592452 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: 26608 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
script_test.go:156: FAIL: testdata/script/mod_gonoproxy.txt:51: go list -m all: exit status 1
2024-02-20 14:56 darwin-amd64-longtest go@0a046418 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49615
https://vcs-test.golang.org rerouted to https://127.0.0.1:49616
go test proxy running at GOPROXY=http://127.0.0.1:49617/mod
2024/02/20 10:52:14 http: TLS handshake error from 127.0.0.1:51233: read tcp 127.0.0.1:49616->127.0.0.1:51233: read: connection reset by peer
--- FAIL: TestScript (0.69s)
--- FAIL: TestScript/mod_sumdb_golang (90.23s)
script_test.go:132: 2024-02-20T15:48:02Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832
script_test.go:156:
# Test default GOPROXY and GOSUMDB (0.608s)
...
0.094s # cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a; git cat-file blob c4d4236f92427c64bfbcf1cc3f8142ab18f30b22:go.mod
# get https://proxy.golang.org/rsc.io/sampler/@v/v1.3.0.info: 404 testing (0.000s)
cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 732a3c400797d8835f2af34a9561f155bef85435 --
0.106s # cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 732a3c400797d8835f2af34a9561f155bef85435 --
cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git cat-file blob 732a3c400797d8835f2af34a9561f155bef85435:go.mod
0.116s # cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git cat-file blob 732a3c400797d8835f2af34a9561f155bef85435:go.mod
cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git cat-file blob 0cc034b51e57ed7832d4c67d526f75a900996e5c:go.mod
0.082s # cd /tmp/buildlet/tmp/cmd-go-test-3595390788/tmpdir2535072232/mod_sumdb_golang3689484832/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6; git cat-file blob 0cc034b51e57ed7832d4c67d526f75a900996e5c:go.mod
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#22947223: Get "https://sum.golang.org/tile/8/3/000.p/1": read tcp 192.168.64.102:50136->142.251.32.17:443: read: connection reset by peer
script_test.go:156: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
2024-02-23 21:21 darwin-amd64-longtest go@b899e0b8 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:52695
https://vcs-test.golang.org rerouted to https://127.0.0.1:52696
go test proxy running at GOPROXY=http://127.0.0.1:52697/mod
--- FAIL: TestScript (0.60s)
--- FAIL: TestScript/mod_get_pseudo (115.65s)
script_test.go:132: 2024-02-23T22:35:45Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-578563480/tmpdir2826331690/mod_get_pseudo882116030
script_test.go:156:
> env GO111MODULE=on
# Testing git->module converter's generation of +incompatible tags; turn off proxy. (0.000s)
...
--- FAIL: TestScript/mod_invalid_version (165.99s)
script_test.go:132: 2024-02-23T22:35:05Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-578563480/tmpdir2826331690/mod_invalid_version1891801437
script_test.go:156:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
fatal: unable to access 'https://github.com/pierrec/lz4/': Failed to connect to github.com port 443 after 75082 ms: Operation timed out
go: example.com@v0.0.0 requires
github.com/pierrec/lz4@v2.0.4-0.20180826165652-dbe9298ce099+incompatible: invalid pseudo-version: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-578563480/tmpdir2826331690/mod_invalid_version1891801437/gopath/pkg/mod/cache/vcs/036595127a116abca3f2bfd7bedafedb33d890c2b102d96361815966679432e7: exit status 128:
17:36:34.157864 http.c:678 == Info: Couldn't find host github.com in the (nil) file; using defaults
17:36:34.234180 http.c:678 == Info: Trying 140.82.112.3:443...
17:37:49.240058 http.c:678 == Info: connect to 140.82.112.3 port 443 failed: Operation timed out
17:37:49.241441 http.c:678 == Info: Failed to connect to github.com port 443 after 75082 ms: Operation timed out
17:37:49.241464 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Failed to connect to github.com port 443 after 75082 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:209: go list -m github.com/pierrec/lz4: exit status 1
2024-02-23 23:50 darwin-amd64-longtest go@e8038578 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:65515
https://vcs-test.golang.org rerouted to https://127.0.0.1:65516
go test proxy running at GOPROXY=http://127.0.0.1:65517/mod
--- FAIL: TestScript (0.73s)
--- FAIL: TestScript/govcs (11.05s)
script_test.go:132: 2024-02-24T01:09:45Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-3783764776/tmpdir841420385/govcs2897214284
script_test.go:156:
> env GO111MODULE=on
> env proxy=$GOPROXY
...
> [net:rsc.io] [git] [!short] go get rsc.io/sampler
[stderr]
go: module rsc.io/sampler: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-3783764776/tmpdir841420385/govcs2897214284/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6: exit status 128:
20:09:48.310173 http.c:678 == Info: Couldn't find host github.com in the (nil) file; using defaults
20:09:48.484316 http.c:678 == Info: Trying 140.82.112.4:443...
20:09:56.283822 http.c:678 == Info: connect to 140.82.112.4 port 443 failed: Operation timed out
20:09:56.284124 http.c:678 == Info: Failed to connect to github.com port 443 after 7974 ms: Operation timed out
20:09:56.284142 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443 after 7974 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/govcs.txt:70: go get rsc.io/sampler: exit status 1
2024-02-24 00:04 darwin-amd64-longtest go@ef84d62c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50160
https://vcs-test.golang.org rerouted to https://127.0.0.1:50161
go test proxy running at GOPROXY=http://127.0.0.1:50162/mod
--- FAIL: TestScript (0.71s)
--- FAIL: TestScript/mod_sumdb_golang (133.08s)
script_test.go:132: 2024-02-24T01:11:36Z
script_test.go:134: $WORK=/tmp/buildlet/tmp/cmd-go-test-2616618027/tmpdir2886380711/mod_sumdb_golang2438007415
script_test.go:156:
# Test default GOPROXY and GOSUMDB (0.408s)
# Download direct from github. (41.959s)
...
20:13:47.498977 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443 after 75200 ms: Operation timed out
go: rsc.io/sampler@v1.3.0: reading rsc.io/sampler/go.mod at revision v1.3.0: git ls-remote -q origin in /tmp/buildlet/tmp/cmd-go-test-2616618027/tmpdir2886380711/mod_sumdb_golang2438007415/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6: exit status 128:
20:12:32.298328 http.c:678 == Info: Couldn't find host github.com in the (nil) file; using defaults
20:12:32.495679 http.c:678 == Info: Trying 140.82.112.3:443...
20:13:47.498736 http.c:678 == Info: connect to 140.82.112.3 port 443 failed: Operation timed out
20:13:47.498961 http.c:678 == Info: Failed to connect to github.com port 443 after 75200 ms: Operation timed out
20:13:47.498977 http.c:678 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443 after 75200 ms: Operation timed out
script_test.go:156: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
2024-02-26 16:36 netbsd-386-9_3 go@7b583fd1 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54041
https://vcs-test.golang.org rerouted to https://127.0.0.1:54040
go test proxy running at GOPROXY=http://127.0.0.1:54039/mod
2024/02/26 16:54:35 http: TLS handshake error from 127.0.0.1:53296: EOF
2024/02/26 16:54:35 http: TLS handshake error from 127.0.0.1:53295: EOF
2024/02/26 16:54:35 http: TLS handshake error from 127.0.0.1:53297: read tcp 127.0.0.1:54040->127.0.0.1:53297: read: connection reset by peer
--- FAIL: TestScript (0.05s)
--- FAIL: TestScript/test_chatty_parallel_fail (0.08s)
script_test.go:132: 2024-02-26T16:54:41Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-376508427/tmpdir2877612341/test_chatty_parallel_fail1014977861
script_test.go:156:
# Run parallel chatty tests.
# Check that multiple parallel outputs continue running. (0.075s)
> ! go test -parallel 3 chatty_parallel_test.go -v
[stderr]
assertion "key >= 0 && key < pthread_keys_max" failed: file "/usr/src/lib/libpthread/pthread_tsd.c", line 174, function "pthread__add_specific"
[exit status 1]
> stdout -count=1 '^=== CONT TestChattyParallel/sub-0'
script_test.go:156: FAIL: testdata/script/test_chatty_parallel_fail.txt:5: stdout -count=1 '^=== CONT TestChattyParallel/sub-0': found 0 matches for `(?m)^=== CONT TestChattyParallel/sub-0` in stdout
2024-02-28 16:43 linux-386-longtest go@0728e2b1 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40779
https://vcs-test.golang.org rerouted to https://127.0.0.1:37163
go test proxy running at GOPROXY=http://127.0.0.1:32879/mod
2024/02/28 17:48:44 http: TLS handshake error from 127.0.0.1:36290: EOF
2024/02/28 17:49:49 http: TLS handshake error from 127.0.0.1:41628: read tcp 127.0.0.1:37163->127.0.0.1:41628: read: connection reset by peer
2024/02/28 17:49:49 http: TLS handshake error from 127.0.0.1:41656: read tcp 127.0.0.1:37163->127.0.0.1:41656: read: connection reset by peer
2024/02/28 17:49:49 http: TLS handshake error from 127.0.0.1:41642: EOF
2024/02/28 17:50:08 http: TLS handshake error from 127.0.0.1:53106: EOF
2024/02/28 17:50:08 http: TLS handshake error from 127.0.0.1:53086: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_pseudo_cache (1.28s)
script_test.go:132: 2024-02-28T17:48:56Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-1691882499/tmpdir656139085/mod_pseudo_cache2563208934
script_test.go:156:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
> stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c'
matched: go: example.com@v0.0.0 requires
golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c
> cd ..
> ! go list -m golang.org/x/text
[stderr]
go: golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: unrecognized import path "golang.org/x/text/unicode": reading https://golang.org/x/text/unicode?go-get=1: 500 Internal Server Error
[exit status 1]
> stderr 'golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c'
script_test.go:156: FAIL: testdata/script/mod_invalid_version.txt:36: stderr 'golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c': no match for `(?m)golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c` in stderr
2024-02-28 16:43 linux-386-longtest go@8a493a66 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46159
https://vcs-test.golang.org rerouted to https://127.0.0.1:39081
go test proxy running at GOPROXY=http://127.0.0.1:38453/mod
2024/02/28 17:49:31 http: TLS handshake error from 127.0.0.1:58712: read tcp 127.0.0.1:39081->127.0.0.1:58712: read: connection reset by peer
2024/02/28 17:49:31 http: TLS handshake error from 127.0.0.1:58698: EOF
2024/02/28 17:49:31 http: TLS handshake error from 127.0.0.1:58694: EOF
2024/02/28 17:49:40 http: TLS handshake error from 127.0.0.1:58924: read tcp 127.0.0.1:39081->127.0.0.1:58924: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_sumdb_golang (10.20s)
script_test.go:132: 2024-02-28T17:49:06Z
...
--- FAIL: TestScript/mod_get_hash (0.11s)
script_test.go:132: 2024-02-28T17:49:32Z
script_test.go:134: $WORK=/workdir/tmp/cmd-go-test-2003687992/tmpdir3748007610/mod_get_hash3258889421
script_test.go:156:
> env GO111MODULE=on
> env GOPROXY=direct
> env GOSUMDB=off
> [!net:golang.org] skip
[condition not met]
> [!git] skip
...
# hash should use the highest such pseudo-version appropriate to the commit. (14.499s)
> env GOPROXY=direct
> go mod download -json golang.org/x/text@a1b916ed6726
[stdout]
{
"Path": "golang.org/x/text",
"Version": "a1b916ed6726",
"Error": "golang.org/x/text@a1b916ed6726: unrecognized import path \"golang.org/x/text\": reading https://golang.org/x/text?go-get=1: 500 Internal Server Error"
}
script_test.go:156: FAIL: testdata/script/mod_pseudo_cache.txt:23: go mod download -json golang.org/x/text@a1b916ed6726: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-04 20:01 gotip-darwin-amd64-longtest go@f1722e9a cmd/go/internal/modload.TestQueryImport/golang.org_x_text (log)
=== RUN TestQueryImport/golang.org_x_text
go: finding module for package golang.org/x/text
import_test.go:81: queryImport(_, "golang.org/x/text"): cannot find module providing package golang.org/x/text: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": read tcp [2001:4860:1002:21:2caa:81ef:77a6:a328]:55097->[2607:f8b0:4004:c09::8d]:443: read: connection reset by peer
--- FAIL: TestQueryImport/golang.org_x_text (0.02s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-05 18:28 gotip-linux-386-longtest go@afb10505 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:136: 2024-03-05T18:40:45Z
script_test.go:138: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1661142580/tmpdir1928940761/mod_prefer_compatible1656083222
script_test.go:160:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1661142580/tmpdir1928940761/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
CCACHE_DISABLE=1
GOARCH=386
...
go: module github.com/russross/blackfriday: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1661142580/tmpdir1928940761/mod_prefer_compatible1656083222/gopath/pkg/mod/cache/vcs/fb978822a4944776ca42509272a7325dad7bcbd80ced596132267b9bc8b28db8: exit status 128:
18:40:46.865430 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:40:46.872347 http.c:699 == Info: Trying 140.82.113.3...
18:40:46.872367 http.c:699 == Info: TCP_NODELAY set
18:42:55.360422 http.c:699 == Info: connect to 140.82.113.3 port 443 failed: Connection timed out
18:42:55.360469 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
18:42:55.360480 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Failed to connect to github.com port 443: Connection timed out
script_test.go:160: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (130.28s)
2024-03-07 19:08 gotip-linux-386-longtest go@ef4f2a05 cmd/go.TestScript/mod_get_fallback (log)
=== RUN TestScript/mod_get_fallback
=== PAUSE TestScript/mod_get_fallback
=== CONT TestScript/mod_get_fallback
2024/03/07 19:24:14 serving /git/issue47650/info/refs?service=git-upload-pack
script_test.go:136: 2024-03-07T19:24:14Z
script_test.go:138: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3267919694/tmpdir811562681/mod_get_fallback4125128741
go proxy: no archive example.net/a v0.2.0: file does not exist
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.net_a_p_v0.2.0.txt: no such file or directory
go proxy: no archive example.net/a/p v0.2.0: file does not exist
go proxy: no archive example.net v0.2.0: file does not exist
...
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": read tcp 172.17.0.2:40000->74.125.201.141:443: read: connection reset by peer
go: golang.org/x/tools/cmd/goimports imports
golang.org/x/tools/internal/gocommand imports
golang.org/x/mod/semver: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": read tcp 172.17.0.2:40000->74.125.201.141:443: read: connection reset by peer
go: golang.org/x/tools/cmd/goimports imports
golang.org/x/tools/internal/imports imports
golang.org/x/mod/module: golang.org/x/mod@v0.16.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.16.0.zip": read tcp 172.17.0.2:40000->74.125.201.141:443: read: connection reset by peer
script_test.go:160: FAIL: testdata/script/mod_get_fallback.txt:9: go get -x -v golang.org/x/tools/cmd/goimports: exit status 1
--- FAIL: TestScript/mod_get_fallback (2.03s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 17:08 darwin-amd64-12_0 go@b40dc30d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55875
https://vcs-test.golang.org rerouted to https://127.0.0.1:55876
go test proxy running at GOPROXY=http://127.0.0.1:55877/mod
2024/03/18 10:39:28 http: TLS handshake error from 127.0.0.1:56675: read tcp 127.0.0.1:55876->127.0.0.1:56675: read: connection reset by peer
--- FAIL: TestScript (0.47s)
--- FAIL: TestScript/gotoolchain_modcmds (0.91s)
script_test.go:136: 2024-03-18T17:40:18Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-1083166052/tmpdir1436123041/gotoolchain_modcmds1670905570
script_test.go:160:
> env TESTGO_VERSION=go1.21.0
> env TESTGO_VERSION_SWITCH=switch
# If the main module's go.mod file lists a version lower than the version
# required by its dependencies, the commands that fetch and diagnose the module
# graph (such as 'go mod graph' and 'go mod verify') should fail explicitly:
# they can't interpret the graph themselves, and they aren't allowed to update
# the go.mod file to record a specific, stable toolchain version that can. (0.310s)
# TODO(#64008): 'go mod download' without arguments should fail too.
# 'go get' should update the main module's go.mod file to a version compatible with the
# go version required for rsc.io/future, not fail. (0.246s)
> go get .
[stderr]
go: module rsc.io/future@v1.0.0 requires go >= 1.999; switching to go1.999testmod
script_test.go:160: FAIL: testdata/script/gotoolchain_modcmds.txt:21: go get .: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 17:08 darwin-amd64-longtest go@b40dc30d cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:51296
https://vcs-test.golang.org rerouted to https://127.0.0.1:51297
go test proxy running at GOPROXY=http://127.0.0.1:51298/mod
2024/03/18 14:33:40 http: TLS handshake error from 127.0.0.1:51839: read tcp 127.0.0.1:51297->127.0.0.1:51839: read: connection reset by peer
2024/03/18 14:38:18 http: TLS handshake error from 127.0.0.1:53186: EOF
--- FAIL: TestScript (0.56s)
--- FAIL: TestScript/gotoolchain_net (0.49s)
script_test.go:136: 2024-03-18T18:39:31Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-3634564484/tmpdir2258374493/gotoolchain_net3960237650
script_test.go:160:
# This test only checks that basic network lookups work.
# The full test of toolchain version selection is in gotoolchain.txt.
# This test is sensitive to "new" Go experiments, so
# update the environment to remove any existing GOEXPERIMENT
# setting, see #62016 for more on this. (0.000s)
# GOTOOLCHAIN from network, does not exist (0.143s)
# GOTOOLCHAIN from network (0.325s)
> [!exec:/bin/sh] stop 'the fake proxy serves shell scripts instead of binaries'
[condition not met]
> env GOTOOLCHAIN=go1.999testmod
> go version
[stderr]
go: downloading go1.999testmod (darwin/amd64)
script_test.go:160: FAIL: testdata/script/gotoolchain_net.txt:19: go version: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 19:33 linux-amd64-longtest go@0d7afc2e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34323
https://vcs-test.golang.org rerouted to https://127.0.0.1:37909
go test proxy running at GOPROXY=http://127.0.0.1:34189/mod
2024/03/18 20:03:45 http: TLS handshake error from 127.0.0.1:33450: read tcp 127.0.0.1:37909->127.0.0.1:33450: read: connection reset by peer
2024/03/18 20:03:45 http: TLS handshake error from 127.0.0.1:33458: read tcp 127.0.0.1:37909->127.0.0.1:33458: read: connection reset by peer
2024/03/18 20:03:51 http: TLS handshake error from 127.0.0.1:33616: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_vendor_goversion (0.43s)
script_test.go:136: 2024-03-18T20:03:09Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-889474666/tmpdir449528088/mod_vendor_goversion3932154562
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.424s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
2024-03-18 19:33 linux-arm64-longtest go@0d7afc2e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35267
https://vcs-test.golang.org rerouted to https://127.0.0.1:33727
go test proxy running at GOPROXY=http://127.0.0.1:40971/mod
2024/03/18 19:57:19 http: TLS handshake error from 127.0.0.1:46086: read tcp 127.0.0.1:33727->127.0.0.1:46086: read: connection reset by peer
2024/03/18 19:57:24 http: TLS handshake error from 127.0.0.1:45154: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_vendor_goversion (0.12s)
script_test.go:136: 2024-03-18T19:57:05Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1630895790/tmpdir3486617269/mod_vendor_goversion2255575890
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.107s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
2024-03-18 19:36 linux-amd64-longtest go@3c78ace2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43045
https://vcs-test.golang.org rerouted to https://127.0.0.1:33927
go test proxy running at GOPROXY=http://127.0.0.1:34763/mod
2024/03/18 20:08:23 http: TLS handshake error from 127.0.0.1:40152: read tcp 127.0.0.1:33927->127.0.0.1:40152: read: connection reset by peer
2024/03/18 20:08:30 http: TLS handshake error from 127.0.0.1:48962: read tcp 127.0.0.1:33927->127.0.0.1:48962: read: connection reset by peer
2024/03/18 20:08:30 http: TLS handshake error from 127.0.0.1:48936: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_vendor_goversion (0.39s)
script_test.go:136: 2024-03-18T20:07:55Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-3256321219/tmpdir3870757099/mod_vendor_goversion3481377078
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.386s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 18:59 linux-386-longtest go@dc6a5cfc cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45875
https://vcs-test.golang.org rerouted to https://127.0.0.1:35177
go test proxy running at GOPROXY=http://127.0.0.1:33289/mod
2024/03/18 19:36:19 http: TLS handshake error from 127.0.0.1:48872: EOF
2024/03/18 19:36:36 http: TLS handshake error from 127.0.0.1:52844: EOF
2024/03/18 19:36:36 http: TLS handshake error from 127.0.0.1:52824: EOF
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59172: read tcp 127.0.0.1:35177->127.0.0.1:59172: read: connection reset by peer
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59142: EOF
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59156: EOF
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59240: EOF
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59226: EOF
2024/03/18 19:36:42 http: TLS handshake error from 127.0.0.1:59208: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_vendor_goversion (0.11s)
script_test.go:136: 2024-03-18T19:36:12Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-2859678628/tmpdir1326051790/mod_vendor_goversion2872224820
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.110s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
2024-03-18 19:33 linux-386-longtest go@0d7afc2e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34297
https://vcs-test.golang.org rerouted to https://127.0.0.1:45289
go test proxy running at GOPROXY=http://127.0.0.1:41963/mod
2024/03/18 20:13:43 http: TLS handshake error from 127.0.0.1:58904: EOF
2024/03/18 20:14:01 http: TLS handshake error from 127.0.0.1:50580: EOF
2024/03/18 20:14:01 http: TLS handshake error from 127.0.0.1:50576: EOF
2024/03/18 20:14:01 http: TLS handshake error from 127.0.0.1:50584: read tcp 127.0.0.1:45289->127.0.0.1:50584: read: connection reset by peer
2024/03/18 20:14:01 http: TLS handshake error from 127.0.0.1:50618: EOF
2024/03/18 20:14:01 http: TLS handshake error from 127.0.0.1:50622: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_vendor_goversion (0.43s)
script_test.go:136: 2024-03-18T20:13:07Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-4151670814/tmpdir4048884486/mod_vendor_goversion1760478340
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.427s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
2024-03-18 19:36 linux-386-longtest go@3c78ace2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37269
https://vcs-test.golang.org rerouted to https://127.0.0.1:46697
go test proxy running at GOPROXY=http://127.0.0.1:44535/mod
2024/03/18 20:11:15 http: TLS handshake error from 127.0.0.1:45138: EOF
2024/03/18 20:11:33 http: TLS handshake error from 127.0.0.1:39710: EOF
2024/03/18 20:11:33 http: TLS handshake error from 127.0.0.1:39678: EOF
2024/03/18 20:11:33 http: TLS handshake error from 127.0.0.1:39776: EOF
2024/03/18 20:11:33 http: TLS handshake error from 127.0.0.1:39772: EOF
2024/03/18 20:11:33 http: TLS handshake error from 127.0.0.1:39766: EOF
2024/03/18 20:11:48 http: TLS handshake error from 127.0.0.1:60010: read tcp 127.0.0.1:46697->127.0.0.1:60010: read: connection reset by peer
2024/03/18 20:11:48 http: TLS handshake error from 127.0.0.1:60018: EOF
2024/03/18 20:11:48 http: TLS handshake error from 127.0.0.1:60032: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_vendor_goversion (0.15s)
script_test.go:136: 2024-03-18T20:10:57Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-1870813778/tmpdir900626785/mod_vendor_goversion1295371764
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.149s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 18:59 linux-amd64-longtest-race go@dc6a5cfc cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40933
https://vcs-test.golang.org rerouted to https://127.0.0.1:34799
go test proxy running at GOPROXY=http://127.0.0.1:34073/mod
2024/03/18 20:04:46 http: TLS handshake error from 127.0.0.1:47896: EOF
2024/03/18 20:06:42 http: TLS handshake error from 127.0.0.1:37716: read tcp 127.0.0.1:34799->127.0.0.1:37716: read: connection reset by peer
2024/03/18 20:06:42 http: TLS handshake error from 127.0.0.1:37710: read tcp 127.0.0.1:34799->127.0.0.1:37710: read: connection reset by peer
2024/03/18 20:06:42 http: TLS handshake error from 127.0.0.1:37708: read tcp 127.0.0.1:34799->127.0.0.1:37708: read: connection reset by peer
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_vendor_goversion (1.18s)
script_test.go:136: 2024-03-18T20:04:08Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-4212859223/tmpdir1006234728/mod_vendor_goversion1956317213
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (1.177s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
2024-03-18 19:36 linux-amd64-longtest-race go@3c78ace2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35197
https://vcs-test.golang.org rerouted to https://127.0.0.1:40353
go test proxy running at GOPROXY=http://127.0.0.1:43967/mod
2024/03/18 20:45:04 http: TLS handshake error from 127.0.0.1:38452: read tcp 127.0.0.1:40353->127.0.0.1:38452: read: connection reset by peer
--- FAIL: TestScript (1.15s)
--- FAIL: TestScript/mod_vendor_goversion (1.26s)
script_test.go:136: 2024-03-18T20:42:18Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-1617800480/tmpdir4244778855/mod_vendor_goversion1700696269
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (1.255s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 23:57 darwin-amd64-11_0 go@1e9875ca cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53584
https://vcs-test.golang.org rerouted to https://127.0.0.1:53585
go test proxy running at GOPROXY=http://127.0.0.1:53586/mod
2024/03/18 20:29:48 http: TLS handshake error from 127.0.0.1:54428: read tcp 127.0.0.1:53585->127.0.0.1:54428: read: connection reset by peer
--- FAIL: TestScript (1.25s)
--- FAIL: TestScript/mod_import_toolchain (1.01s)
script_test.go:136: 2024-03-19T00:29:23Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-2180313977/tmpdir1697348932/mod_import_toolchain3942392337
script_test.go:160:
# This test verifies that 'go get' and 'go mod tidy' switch to a newer toolchain
...
go: example.net/b@v0.1.0: module ./b1 requires go >= 1.22.0 (running go 1.21.0; GOTOOLCHAIN=local)
[exit status 1]
> stderr '^go: example.net/b@v0.1.0: module ./b1 requires go >= 1.22.0 \(running go 1.21.0; GOTOOLCHAIN=local\)$'
matched: go: example.net/b@v0.1.0: module ./b1 requires go >= 1.22.0 (running go 1.21.0; GOTOOLCHAIN=local)
> env GOTOOLCHAIN=auto
> go get -v .
[stderr]
go: trying upgrade to example.net/b@v0.1.0
go: module ./b1 requires go >= 1.22.0; switching to go1.22.9
script_test.go:160: FAIL: testdata/script/mod_import_toolchain.txt:24: go get -v .: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-19 11:34 darwin-amd64-longtest go@207511a0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50274
https://vcs-test.golang.org rerouted to https://127.0.0.1:50275
go test proxy running at GOPROXY=http://127.0.0.1:50276/mod
2024/03/19 09:14:39 http: TLS handshake error from 127.0.0.1:50955: read tcp 127.0.0.1:50275->127.0.0.1:50955: read: connection reset by peer
--- FAIL: TestScript (0.84s)
--- FAIL: TestScript/mod_get_direct (105.93s)
script_test.go:136: 2024-03-19T13:15:04Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-645823445/tmpdir1039459990/mod_get_direct2282966876
script_test.go:160:
# Regression test for golang.org/issue/34092: with an empty module cache,
...
09:16:49.774704 http.c:678 == Info: Failed sending HTTP2 data
09:16:49.774728 http.c:678 == Info: LibreSSL SSL_write: error:02FFF020:system library:func(4095):Broken pipe, errno 32
09:16:49.774732 http.c:678 == Info: Failed sending HTTP2 data
09:16:49.774754 http.c:678 == Info: Closing connection 0
error: RPC failed; curl 55 LibreSSL SSL_write: error:02FFF020:system library:func(4095):Broken pipe, errno 32
error: 4075 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
script_test.go:160: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-21 11:49 darwin-amd64-longtest go@cff7267e cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49929
https://vcs-test.golang.org rerouted to https://127.0.0.1:49930
go test proxy running at GOPROXY=http://127.0.0.1:49931/mod
2024/03/21 09:00:12 http: TLS handshake error from 127.0.0.1:51164: read tcp 127.0.0.1:49930->127.0.0.1:51164: read: connection reset by peer
2024/03/21 09:00:12 http: TLS handshake error from 127.0.0.1:51165: read tcp 127.0.0.1:49930->127.0.0.1:51165: read: connection reset by peer
--- FAIL: TestScript (0.78s)
--- FAIL: TestScript/mod_get_direct (122.50s)
script_test.go:136: 2024-03-21T13:00:28Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-1288209356/tmpdir3608272145/mod_get_direct920031510
script_test.go:160:
...
09:02:30.827983 http.c:678 == Info: Failed sending HTTP2 data
09:02:30.828011 http.c:678 == Info: LibreSSL SSL_write: error:02FFF020:system library:func(4095):Broken pipe, errno 32
09:02:30.828015 http.c:678 == Info: Failed sending HTTP2 data
09:02:30.828037 http.c:678 == Info: Closing connection 0
error: RPC failed; curl 55 LibreSSL SSL_write: error:02FFF020:system library:func(4095):Broken pipe, errno 32
error: 3586 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
script_test.go:160: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
2024-03-22 04:42 darwin-amd64-longtest go@a6ecdf29 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50572
https://vcs-test.golang.org rerouted to https://127.0.0.1:50573
go test proxy running at GOPROXY=http://127.0.0.1:50574/mod
2024/03/22 01:53:56 http: TLS handshake error from 127.0.0.1:51901: read tcp 127.0.0.1:50573->127.0.0.1:51901: read: connection reset by peer
--- FAIL: TestScript (0.99s)
--- FAIL: TestScript/work_get_toolchain (0.36s)
script_test.go:136: 2024-03-22T06:01:05Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-530243575/tmpdir1646556073/work_get_toolchain3359269626
script_test.go:160:
# go get should update the go and toolchain lines in go.work (0.294s)
> env TESTGO_VERSION=go1.21
> env TESTGO_VERSION_SWITCH=switch
> env GOTOOLCHAIN=auto
> cp go.mod.new go.mod
> cp go.work.new go.work
> go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall
[stderr]
go: downloading rsc.io/needgo121 v0.0.1
go: downloading rsc.io/needgo122 v0.0.1
go: downloading rsc.io/needall v0.0.1
go: downloading rsc.io/needgo123 v0.0.1
go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9
script_test.go:160: FAIL: testdata/script/work_get_toolchain.txt:7: go get rsc.io/needgo121 rsc.io/needgo122 rsc.io/needgo123 rsc.io/needall: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-25 19:53 linux-arm64-longtest go@4c2b1e0f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37059
https://vcs-test.golang.org rerouted to https://127.0.0.1:43927
go test proxy running at GOPROXY=http://127.0.0.1:36155/mod
2024/03/25 20:18:01 http: TLS handshake error from 127.0.0.1:47524: read tcp 127.0.0.1:43927->127.0.0.1:47524: read: connection reset by peer
2024/03/25 20:18:01 http: TLS handshake error from 127.0.0.1:47516: read tcp 127.0.0.1:43927->127.0.0.1:47516: read: connection reset by peer
2024/03/25 20:18:01 http: TLS handshake error from 127.0.0.1:47510: read tcp 127.0.0.1:43927->127.0.0.1:47510: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/build_runtime_gcflags (1.16s)
script_test.go:136: 2024-03-25T20:18:29Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1729272622/tmpdir4108791620/build_runtime_gcflags3986906805
...
--- FAIL: TestScript/cover_sync_atomic_import (7.88s)
script_test.go:136: 2024-03-25T20:18:32Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1729272622/tmpdir4108791620/cover_sync_atomic_import3902982449
script_test.go:160:
> [short] skip
[condition not met]
> [compiler:gccgo] skip # gccgo has no cover tool
[condition not met]
> [!GOEXPERIMENT:coverageredesign] skip
[condition not met]
...
# sync/atomic itself (see #57445). Just a short test run is needed
# since we're mainly interested in making sure the test builds and can
# execute at least one test. (7.070s)
> go test -short -covermode=atomic -run=TestStoreInt64 sync/atomic
[stdout]
ok sync/atomic 0.044s coverage: 28.6% of statements
> go test -short -covermode=atomic -run=TestAnd8 runtime/internal/atomic
[stderr]
package runtime/internal/atomic is not in std (/tmp/workdir/go/src/runtime/internal/atomic)
script_test.go:160: FAIL: testdata/script/cover_sync_atomic_import.txt:14: go test -short -covermode=atomic -run=TestAnd8 runtime/internal/atomic: exit status 1
2024-03-25 21:01 linux-amd64-longtest go@e7bdc881 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37491
https://vcs-test.golang.org rerouted to https://127.0.0.1:33657
go test proxy running at GOPROXY=http://127.0.0.1:40671/mod
2024/03/25 21:32:56 http: TLS handshake error from 127.0.0.1:46334: read tcp 127.0.0.1:33657->127.0.0.1:46334: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/cover_sync_atomic_import (13.59s)
script_test.go:136: 2024-03-25T21:33:20Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-3075570232/tmpdir1259385850/cover_sync_atomic_import1083932859
script_test.go:160:
> [short] skip
...
--- FAIL: TestScript/build_runtime_gcflags (2.88s)
script_test.go:136: 2024-03-25T21:34:27Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-3075570232/tmpdir1259385850/build_runtime_gcflags1962529911
script_test.go:160:
> env GO111MODULE=off
> [short] skip # rebuilds all of std
[condition not met]
# Set up fresh GOCACHE. (0.000s)
# Verify the standard library (specifically runtime/internal/atomic) can be
# built with -gcflags when -n is given. See golang.org/issue/29346. (2.856s)
...
packagefile strings=$WORK/b053/_pkg_.a
packagefile sync=$WORK/b022/_pkg_.a
packagefile syscall=$WORK/b040/_pkg_.a
packagefile testing=$WORK/b236/_pkg_.a
packagefile time=$WORK/b044/_pkg_.a
EOF
/workdir/go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "$WORK/b289=>" -p vendor/golang.org/x/net/nettest -std -complete -buildid EPHvlSFWLc77FsPKZU8K/EPHvlSFWLc77FsPKZU8K -c=4 -l -nolocalimports -importcfg $WORK/b289/importcfg -pack /workdir/go/src/vendor/golang.org/x/net/nettest/conntest.go /workdir/go/src/vendor/golang.org/x/net/nettest/nettest.go /workdir/go/src/vendor/golang.org/x/net/nettest/nettest_unix.go
/workdir/go/pkg/tool/linux_amd64/buildid -w $WORK/b289/_pkg_.a # internal
> stderr 'compile.* runtime/internal/atomic .* -l'
script_test.go:160: FAIL: testdata/script/build_runtime_gcflags.txt:11: stderr 'compile.* runtime/internal/atomic .* -l': no match for `(?m)compile.* runtime/internal/atomic .* -l` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-25 19:53 linux-386-longtest go@4c2b1e0f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44461
https://vcs-test.golang.org rerouted to https://127.0.0.1:40645
go test proxy running at GOPROXY=http://127.0.0.1:33931/mod
2024/03/25 20:32:22 http: TLS handshake error from 127.0.0.1:52940: EOF
2024/03/25 20:32:22 http: TLS handshake error from 127.0.0.1:52974: EOF
2024/03/25 20:32:41 http: TLS handshake error from 127.0.0.1:36808: read tcp 127.0.0.1:40645->127.0.0.1:36808: read: connection reset by peer
2024/03/25 20:32:41 http: TLS handshake error from 127.0.0.1:36788: EOF
2024/03/25 20:32:41 http: TLS handshake error from 127.0.0.1:36862: EOF
2024/03/25 20:32:41 http: TLS handshake error from 127.0.0.1:36824: EOF
2024/03/25 20:32:41 http: TLS handshake error from 127.0.0.1:36840: EOF
--- FAIL: TestScript (0.08s)
--- FAIL: TestScript/cover_sync_atomic_import (15.86s)
script_test.go:136: 2024-03-25T20:33:00Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-402457389/tmpdir3531437485/cover_sync_atomic_import1025144181
script_test.go:160:
> [short] skip
[condition not met]
> [compiler:gccgo] skip # gccgo has no cover tool
[condition not met]
> [!GOEXPERIMENT:coverageredesign] skip
...
packagefile strings=$WORK/b053/_pkg_.a
EOF
cd /workdir/tmp/cmd-go-test-402457389/tmpdir3531437485/build_runtime_gcflags3517440807/gopath/src
/workdir/go/pkg/tool/linux_386/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -p vendor/golang.org/x/sys/cpu -std -buildid LZFJchlfp1qLgTnIlmeo/LZFJchlfp1qLgTnIlmeo -symabis $WORK/b287/symabis -c=4 -l -nolocalimports -importcfg $WORK/b287/importcfg -pack -asmhdr $WORK/b287/go_asm.h /workdir/go/src/vendor/golang.org/x/sys/cpu/byteorder.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /workdir/go/src/vendor/golang.org/x/sys/cpu/endian_little.go /workdir/go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /workdir/go/src/vendor/golang.org/x/sys/cpu/parse.go /workdir/go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /workdir/go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
cd /workdir/go/src/vendor/golang.org/x/sys/cpu
/workdir/go/pkg/tool/linux_386/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b287=>" -I $WORK/b287/ -I /workdir/go/pkg/include -D GOOS_linux -D GOARCH_386 -D GO386_sse2 -o $WORK/b287/cpu_x86.o ./cpu_x86.s
/workdir/go/pkg/tool/linux_386/pack r $WORK/b287/_pkg_.a $WORK/b287/cpu_x86.o # internal
/workdir/go/pkg/tool/linux_386/buildid -w $WORK/b287/_pkg_.a # internal
> stderr 'compile.* runtime/internal/atomic .* -l'
script_test.go:160: FAIL: testdata/script/build_runtime_gcflags.txt:11: stderr 'compile.* runtime/internal/atomic .* -l': no match for `(?m)compile.* runtime/internal/atomic .* -l` in stderr
2024-03-25 21:01 linux-386-longtest go@e7bdc881 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:36201
https://vcs-test.golang.org rerouted to https://127.0.0.1:38129
go test proxy running at GOPROXY=http://127.0.0.1:35061/mod
2024/03/25 21:38:36 http: TLS handshake error from 127.0.0.1:48086: EOF
2024/03/25 21:39:31 http: TLS handshake error from 127.0.0.1:56662: read tcp 127.0.0.1:38129->127.0.0.1:56662: read: connection reset by peer
2024/03/25 21:39:31 http: TLS handshake error from 127.0.0.1:56658: read tcp 127.0.0.1:38129->127.0.0.1:56658: read: connection reset by peer
2024/03/25 21:39:31 http: TLS handshake error from 127.0.0.1:56712: read tcp 127.0.0.1:38129->127.0.0.1:56712: read: connection reset by peer
2024/03/25 21:39:31 http: TLS handshake error from 127.0.0.1:56688: EOF
2024/03/25 21:39:31 http: TLS handshake error from 127.0.0.1:56718: EOF
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/cover_sync_atomic_import (13.45s)
script_test.go:136: 2024-03-25T21:38:13Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-3612757799/tmpdir2539044159/cover_sync_atomic_import885058915
script_test.go:160:
> [short] skip
[condition not met]
> [compiler:gccgo] skip # gccgo has no cover tool
[condition not met]
> [!GOEXPERIMENT:coverageredesign] skip
[condition not met]
...
packagefile strings=$WORK/b053/_pkg_.a
EOF
cd /workdir/tmp/cmd-go-test-3612757799/tmpdir2539044159/build_runtime_gcflags50672350/gopath/src
/workdir/go/pkg/tool/linux_386/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -p vendor/golang.org/x/sys/cpu -std -buildid AM-MF7JLZ2Ku5D_nKHcy/AM-MF7JLZ2Ku5D_nKHcy -symabis $WORK/b287/symabis -c=4 -l -nolocalimports -importcfg $WORK/b287/importcfg -pack -asmhdr $WORK/b287/go_asm.h /workdir/go/src/vendor/golang.org/x/sys/cpu/byteorder.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /workdir/go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /workdir/go/src/vendor/golang.org/x/sys/cpu/endian_little.go /workdir/go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /workdir/go/src/vendor/golang.org/x/sys/cpu/parse.go /workdir/go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /workdir/go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
cd /workdir/go/src/vendor/golang.org/x/sys/cpu
/workdir/go/pkg/tool/linux_386/asm -p vendor/golang.org/x/sys/cpu -trimpath "$WORK/b287=>" -I $WORK/b287/ -I /workdir/go/pkg/include -D GOOS_linux -D GOARCH_386 -D GO386_sse2 -o $WORK/b287/cpu_x86.o ./cpu_x86.s
/workdir/go/pkg/tool/linux_386/pack r $WORK/b287/_pkg_.a $WORK/b287/cpu_x86.o # internal
/workdir/go/pkg/tool/linux_386/buildid -w $WORK/b287/_pkg_.a # internal
> stderr 'compile.* runtime/internal/atomic .* -l'
script_test.go:160: FAIL: testdata/script/build_runtime_gcflags.txt:11: stderr 'compile.* runtime/internal/atomic .* -l': no match for `(?m)compile.* runtime/internal/atomic .* -l` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-25 19:53 linux-amd64-longtest-race go@4c2b1e0f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39571
https://vcs-test.golang.org rerouted to https://127.0.0.1:45075
go test proxy running at GOPROXY=http://127.0.0.1:45993/mod
2024/03/25 21:03:03 http: TLS handshake error from 127.0.0.1:42944: read tcp 127.0.0.1:45075->127.0.0.1:42944: read: connection reset by peer
2024/03/25 21:03:03 http: TLS handshake error from 127.0.0.1:42958: EOF
2024/03/25 21:03:03 http: TLS handshake error from 127.0.0.1:42952: EOF
2024/03/25 21:04:47 http: TLS handshake error from 127.0.0.1:43720: read tcp 127.0.0.1:45075->127.0.0.1:43720: read: connection reset by peer
2024/03/25 21:04:47 http: TLS handshake error from 127.0.0.1:43730: read tcp 127.0.0.1:45075->127.0.0.1:43730: read: connection reset by peer
--- FAIL: TestScript (1.19s)
--- FAIL: TestScript/build_runtime_gcflags (5.47s)
...
--- FAIL: TestScript/cover_sync_atomic_import (12.95s)
script_test.go:136: 2024-03-25T21:05:16Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-692193662/tmpdir1607412898/cover_sync_atomic_import147928467
script_test.go:160:
> [short] skip
[condition not met]
> [compiler:gccgo] skip # gccgo has no cover tool
[condition not met]
> [!GOEXPERIMENT:coverageredesign] skip
[condition not met]
...
# sync/atomic itself (see #57445). Just a short test run is needed
# since we're mainly interested in making sure the test builds and can
# execute at least one test. (11.208s)
> go test -short -covermode=atomic -run=TestStoreInt64 sync/atomic
[stdout]
ok sync/atomic 0.034s coverage: 28.6% of statements
> go test -short -covermode=atomic -run=TestAnd8 runtime/internal/atomic
[stderr]
package runtime/internal/atomic is not in std (/workdir/go/src/runtime/internal/atomic)
script_test.go:160: FAIL: testdata/script/cover_sync_atomic_import.txt:14: go test -short -covermode=atomic -run=TestAnd8 runtime/internal/atomic: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-25 21:01 darwin-amd64-longtest go@e7bdc881 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50074
https://vcs-test.golang.org rerouted to https://127.0.0.1:50075
go test proxy running at GOPROXY=http://127.0.0.1:50076/mod
2024/03/25 18:23:24 http: TLS handshake error from 127.0.0.1:51726: read tcp 127.0.0.1:50075->127.0.0.1:51726: read: connection reset by peer
--- FAIL: TestScript (0.85s)
--- FAIL: TestScript/cover_sync_atomic_import (34.97s)
script_test.go:136: 2024-03-25T22:26:32Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-2442378649/tmpdir1794799054/cover_sync_atomic_import137589321
script_test.go:160:
> [short] skip
...
--- FAIL: TestScript/build_runtime_gcflags (14.18s)
script_test.go:136: 2024-03-25T22:31:23Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-2442378649/tmpdir1794799054/build_runtime_gcflags3231781514
script_test.go:160:
> env GO111MODULE=off
> [short] skip # rebuilds all of std
[condition not met]
# Set up fresh GOCACHE. (0.000s)
# Verify the standard library (specifically runtime/internal/atomic) can be
# built with -gcflags when -n is given. See golang.org/issue/29346. (12.808s)
...
packagefile strings=$WORK/b052/_pkg_.a
packagefile sync=$WORK/b021/_pkg_.a
packagefile syscall=$WORK/b039/_pkg_.a
packagefile testing=$WORK/b236/_pkg_.a
packagefile time=$WORK/b043/_pkg_.a
EOF
/tmp/buildlet/go/pkg/tool/darwin_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "$WORK/b291=>" -p vendor/golang.org/x/net/nettest -std -complete -buildid Ds3abpxveh6OGsUIUtdo/Ds3abpxveh6OGsUIUtdo -c=4 -shared -l -nolocalimports -importcfg $WORK/b291/importcfg -pack /tmp/buildlet/go/src/vendor/golang.org/x/net/nettest/conntest.go /tmp/buildlet/go/src/vendor/golang.org/x/net/nettest/nettest.go /tmp/buildlet/go/src/vendor/golang.org/x/net/nettest/nettest_unix.go
/tmp/buildlet/go/pkg/tool/darwin_amd64/buildid -w $WORK/b291/_pkg_.a # internal
> stderr 'compile.* runtime/internal/atomic .* -l'
script_test.go:160: FAIL: testdata/script/build_runtime_gcflags.txt:11: stderr 'compile.* runtime/internal/atomic .* -l': no match for `(?m)compile.* runtime/internal/atomic .* -l` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-26 21:33 darwin-amd64-nocgo go@b47f2feb cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55228
https://vcs-test.golang.org rerouted to https://127.0.0.1:55229
go test proxy running at GOPROXY=http://127.0.0.1:55230/mod
2024/03/26 15:09:12 http: TLS handshake error from 127.0.0.1:56020: read tcp 127.0.0.1:55229->127.0.0.1:56020: read: connection reset by peer
2024/03/26 15:09:12 http: TLS handshake error from 127.0.0.1:56022: EOF
2024/03/26 15:09:12 http: TLS handshake error from 127.0.0.1:56021: EOF
--- FAIL: TestScript (0.56s)
--- FAIL: TestScript/goline_order (0.89s)
script_test.go:136: 2024-03-26T22:11:12Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-1798684122/tmpdir2735627967/goline_order3679948296
script_test.go:160:
# Check that go lines are always >= go lines of dependencies.
# Using too old a release cannot even complete module load. (0.145s)
# If the offending module is not imported, it's not detected. (0.280s)
# Adding the import produces the error.
# Maybe this should auto-switch, but it requires more plumbing to get this error through,
# and it's a misconfigured system that should not arise in practice, so not switching is fine. (0.109s)
# go get go@1.21.2 fixes the error. (0.222s)
> cp go.mod.orig go.mod
> go get go@1.21.2
[stderr]
go: module ./m1 requires go >= 1.21.2; switching to go1.22.9
script_test.go:160: FAIL: testdata/script/goline_order.txt:21: go get go@1.21.2: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@979b34b3 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/golang.org_x_blog@v0.0.0-20191017104857-0cd0cdff05c2 (2.55s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://go.googlesource.com/blog
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin 0cd0cdff05c251ad0c796cc94d7059e013311fc6:refs/dummy
17:59:41.705624 http.c:756 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults
17:59:41.709876 http.c:756 == Info: Trying 142.251.180.82:443...
17:59:41.710325 http.c:756 == Info: Connected to go.googlesource.com (142.251.180.82) port 443 (#0)
17:59:41.743020 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:59:41.743085 http.c:756 == Info: ALPN, offering h2
...
17:59:44.072752 http.c:756 == Info: Failed receiving HTTP2 data
i�
17:59:44.072760 http.c:756 == Info: Failed sending HTTP2 data
17:59:44.072767 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 12580 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-27 21:58 darwin-amd64-race go@2e1003e2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55147
https://vcs-test.golang.org rerouted to https://127.0.0.1:55148
go test proxy running at GOPROXY=http://127.0.0.1:55149/mod
2024/03/27 17:25:07 http: TLS handshake error from 127.0.0.1:55708: read tcp 127.0.0.1:55148->127.0.0.1:55708: read: connection reset by peer
2024/03/27 17:25:07 http: TLS handshake error from 127.0.0.1:55711: EOF
2024/03/27 17:25:07 http: TLS handshake error from 127.0.0.1:55709: read tcp 127.0.0.1:55148->127.0.0.1:55709: read: connection reset by peer
--- FAIL: TestScript (1.37s)
--- FAIL: TestScript/gotoolchain_loop (7.14s)
script_test.go:136: 2024-03-28T00:28:46Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-3050038191/tmpdir2583567063/gotoolchain_loop98293826
script_test.go:160:
> env GOTOOLCHAIN=auto
> env TESTGO_VERSION=go1.21.1
# Basic switch should work. (1.362s)
# Toolchain target mismatch should be detected. (0.305s)
# Toolchain loop should be detected. (5.411s)
> env TESTGO_VERSION_SWITCH=loop
> ! go version
[signal: illegal instruction]
> stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$'
script_test.go:160: FAIL: testdata/script/gotoolchain_loop.txt:17: stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$': found 0 matches for `(?m)^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-28 21:32 darwin-amd64-longtest go@3f90ba7f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50561
https://vcs-test.golang.org rerouted to https://127.0.0.1:50562
go test proxy running at GOPROXY=http://127.0.0.1:50563/mod
2024/03/28 18:49:44 http: TLS handshake error from 127.0.0.1:51821: read tcp 127.0.0.1:50562->127.0.0.1:51821: read: connection reset by peer
2024/03/28 18:49:44 http: TLS handshake error from 127.0.0.1:51822: read tcp 127.0.0.1:50562->127.0.0.1:51822: read: connection reset by peer
2024/03/28 18:49:44 http: TLS handshake error from 127.0.0.1:51819: EOF
--- FAIL: TestScript (0.76s)
--- FAIL: TestScript/gotoolchain_loop (8.53s)
script_test.go:136: 2024-03-28T22:52:44Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-1211634446/tmpdir2345568503/gotoolchain_loop3205631825
script_test.go:160:
> env GOTOOLCHAIN=auto
> env TESTGO_VERSION=go1.21.1
# Basic switch should work. (0.411s)
# Toolchain target mismatch should be detected. (0.217s)
# Toolchain loop should be detected. (7.803s)
> env TESTGO_VERSION_SWITCH=loop
> ! go version
[signal: illegal instruction]
> stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$'
script_test.go:160: FAIL: testdata/script/gotoolchain_loop.txt:17: stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$': found 0 matches for `(?m)^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-01 17:19 darwin-arm64-12 go@a4995244 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:52378
https://vcs-test.golang.org rerouted to https://127.0.0.1:52379
go test proxy running at GOPROXY=http://127.0.0.1:52380/mod
2024/04/01 13:27:05 http: TLS handshake error from 127.0.0.1:53272: EOF
2024/04/01 13:27:05 http: TLS handshake error from 127.0.0.1:53273: read tcp 127.0.0.1:52379->127.0.0.1:53273: read: connection reset by peer
--- FAIL: TestScript (0.24s)
--- FAIL: TestScript/mod_download_exec_toolchain (0.24s)
script_test.go:136: 2024-04-01T17:27:05Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-442850283/tmpdir4183590926/mod_download_exec_toolchain577504249
script_test.go:160:
> env TESTGO_VERSION=go1.21
> env TESTGO_VERSION_SWITCH=switch
# First, test 'go mod download' outside of a module.
#
# There is no go.mod file into which we can record the selected toolchain,
# so unfortunately these version switches won't be as reproducible as other
# go commands, but that's still preferable to failing entirely or downloading
# a module zip that we don't understand.
# GOTOOLCHAIN=auto should run the newer toolchain (0.125s)
# GOTOOLCHAIN=min+auto should run the newer toolchain (0.055s)
# GOTOOLCHAIN=go1.21 should NOT run the newer toolchain (0.022s)
# JSON output should be emitted exactly once,
# and non-JSON output should go to stderr instead of stdout. (0.025s)
> env GOTOOLCHAIN=auto
> go mod download -json rsc.io/needgo121@latest rsc.io/needgo122@latest rsc.io/needgo123@latest rsc.io/needall@latest
[stderr]
go: rsc.io/needall@v0.0.1 requires go >= 1.23; switching to go1.23.9
script_test.go:160: FAIL: testdata/script/mod_download_exec_toolchain.txt:37: go mod download -json rsc.io/needgo121@latest rsc.io/needgo122@latest rsc.io/needgo123@latest rsc.io/needall@latest: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-03 21:36 darwin-amd64-longtest go@885fdfc0 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:50099
https://vcs-test.golang.org rerouted to https://127.0.0.1:50100
go test proxy running at GOPROXY=http://127.0.0.1:50101/mod
2024/04/03 18:48:15 http: TLS handshake error from 127.0.0.1:51089: EOF
2024/04/03 18:48:15 http: TLS handshake error from 127.0.0.1:51092: read tcp 127.0.0.1:50100->127.0.0.1:51092: read: connection reset by peer
--- FAIL: TestScript (0.70s)
--- FAIL: TestScript/work_use_toolchain (2.56s)
script_test.go:136: 2024-04-03T22:52:21Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-3985155678/tmpdir1827076922/work_use_toolchain2727918633
script_test.go:160:
# Create basic modules and work space. (0.959s)
# work use with older modules should leave go 1.50 in the go.work. (0.177s)
# work use with newer modules should bump go and toolchain,
# including updating to a newer toolchain as needed. (0.416s)
# work use with an even newer module should bump go again. (0.310s)
# work use with an even newer module should bump go and toolchain again. (0.674s)
> env GOTOOLCHAIN=go1.22.9
> ! go work use ./m1_24_rc0
[stderr]
go: m1_24_rc0/go.mod requires go >= 1.24rc0 (running go 1.22.9; GOTOOLCHAIN=go1.22.9)
[exit status 1]
> stderr '^go: m1_24_rc0'${/}'go.mod requires go >= 1.24rc0 \(running go 1.22.9; GOTOOLCHAIN=go1.22.9\)$'
matched: go: m1_24_rc0/go.mod requires go >= 1.24rc0 (running go 1.22.9; GOTOOLCHAIN=go1.22.9)
> env GOTOOLCHAIN=auto
> go work use ./m1_24_rc0
[stderr]
go: m1_24_rc0/go.mod requires go >= 1.24rc0; switching to go1.24rc1
script_test.go:160: FAIL: testdata/script/work_use_toolchain.txt:48: go work use ./m1_24_rc0: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-04 22:54 darwin-amd64-11_0 go@99b65ae9 cmd/go (log)
vcs-test.golang.org rerouted to http://127.0.0.1:54145
https://vcs-test.golang.org rerouted to https://127.0.0.1:54146
go test proxy running at GOPROXY=http://127.0.0.1:54147/mod
2024/04/04 23:50:08 http: TLS handshake error from 127.0.0.1:54960: read tcp 127.0.0.1:54146->127.0.0.1:54960: read: connection reset by peer
2024/04/04 23:50:08 http: TLS handshake error from 127.0.0.1:54962: EOF
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0xd438e66]
goroutine 3 gp=0xc000006c40 m=13 mp=0xc0004e8408 [running]:
runtime.throw({0xdb123ae?, 0xc000063720?})
...
os/exec.(*Cmd).writerDescriptor.func1()
/tmp/buildlet/go/src/os/exec/exec.go:577 +0x34 fp=0xc0002bcf60 sp=0xc0002bcf00 pc=0xd5adbd4
os/exec.(*Cmd).Start.func2(0xc0000355e0?)
/tmp/buildlet/go/src/os/exec/exec.go:724 +0x2c fp=0xc0002bcfc8 sp=0xc0002bcf60 pc=0xd5ae86c
os/exec.(*Cmd).Start.gowrap1()
/tmp/buildlet/go/src/os/exec/exec.go:736 +0x24 fp=0xc0002bcfe0 sp=0xc0002bcfc8 pc=0xd5ae804
runtime.goexit({})
/tmp/buildlet/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0002bcfe8 sp=0xc0002bcfe0 pc=0xd4a17c1
created by os/exec.(*Cmd).Start in goroutine 903
/tmp/buildlet/go/src/os/exec/exec.go:723 +0x9ab
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@ddc6e165 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.5.3-pre1 (5.25s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.5.3-pre1:refs/tags/v1.5.3-pre1
15:15:14.851407 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
15:15:14.853471 http.c:756 == Info: Trying 140.82.112.3:443...
15:15:14.877653 http.c:756 == Info: Connected to github.com (140.82.112.3) port 443 (#0)
15:15:14.911416 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
15:15:14.911494 http.c:756 == Info: ALPN, offering h2
...
15:15:14.940851 http.c:715 => Send header: accept: */*
15:15:14.940853 http.c:715 => Send header: accept-encoding: deflate, gzip, br
15:15:14.940855 http.c:715 => Send header: pragma: no-cache
15:15:14.940857 http.c:715 => Send header: git-protocol: version=2
15:15:14.940858 http.c:715 => Send header:
15:15:19.962562 http.c:756 == Info: Empty reply from server
�zh���
15:15:19.962597 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/rsc/quote/': Empty reply from server
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-10 19:41 linux-arm64-longtest go@5b5d6f87 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44089
https://vcs-test.golang.org rerouted to https://127.0.0.1:45717
go test proxy running at GOPROXY=http://127.0.0.1:37125/mod
2024/04/10 20:05:40 http: TLS handshake error from 127.0.0.1:51802: read tcp 127.0.0.1:45717->127.0.0.1:51802: read: connection reset by peer
2024/04/10 20:05:40 http: TLS handshake error from 127.0.0.1:51796: read tcp 127.0.0.1:45717->127.0.0.1:51796: read: connection reset by peer
2024/04/10 20:05:40 http: TLS handshake error from 127.0.0.1:51800: read tcp 127.0.0.1:45717->127.0.0.1:51800: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_get_pseudo (22.96s)
script_test.go:136: 2024-04-10T20:05:36Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1893926595/tmpdir678896585/mod_get_pseudo1828026196
...
--- FAIL: TestScript/mod_invalid_version (25.66s)
script_test.go:136: 2024-04-10T20:05:34Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1893926595/tmpdir678896585/mod_invalid_version1371317204
script_test.go:160:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
20:05:49.070488 http.c:756 == Info: Trying 140.82.112.4:443...
20:05:49.095223 http.c:756 == Info: Connected to github.com (140.82.112.4) port 443 (#0)
20:05:49.150232 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
20:05:49.150311 http.c:756 == Info: ALPN, offering h2
20:05:49.150320 http.c:756 == Info: ALPN, offering http/1.1
20:06:00.147075 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
]k�
20:06:00.147100 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
script_test.go:160: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-11 17:09 linux-arm64-longtest go@890179d9 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:38925
https://vcs-test.golang.org rerouted to https://127.0.0.1:39189
go test proxy running at GOPROXY=http://127.0.0.1:42881/mod
2024/04/11 17:32:27 http: TLS handshake error from 127.0.0.1:57716: read tcp 127.0.0.1:39189->127.0.0.1:57716: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_get_direct (6.55s)
script_test.go:136: 2024-04-11T17:32:23Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1226179993/tmpdir2737374725/mod_get_direct1307838989
script_test.go:160:
# Regression test for golang.org/issue/34092: with an empty module cache,
...
--- FAIL: TestScript/mod_sumdb_golang (11.75s)
script_test.go:136: 2024-04-11T17:32:21Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1226179993/tmpdir2737374725/mod_sumdb_golang2768280506
script_test.go:160:
# Test default GOPROXY and GOSUMDB (0.033s)
# Download direct from github. (11.714s)
> [!net:proxy.golang.org] skip
[condition not met]
> [!net:sum.golang.org] skip
[condition not met]
...
17:32:33.586925 http.c:756 == Info: Trying 140.82.114.4:443...
17:32:33.611282 http.c:756 == Info: Connected to github.com (140.82.114.4) port 443 (#0)
17:32:33.656078 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:32:33.656167 http.c:756 == Info: ALPN, offering h2
17:32:33.656173 http.c:756 == Info: ALPN, offering http/1.1
17:32:44.642816 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
]�
17:32:44.642849 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
script_test.go:160: FAIL: testdata/script/govcs.txt:70: go get rsc.io/sampler: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-11 22:45 linux-arm64-longtest go@e14aad1f cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37255
https://vcs-test.golang.org rerouted to https://127.0.0.1:39113
go test proxy running at GOPROXY=http://127.0.0.1:37473/mod
2024/04/11 23:09:20 http: TLS handshake error from 127.0.0.1:59148: read tcp 127.0.0.1:39113->127.0.0.1:59148: read: connection reset by peer
2024/04/11 23:09:20 http: TLS handshake error from 127.0.0.1:59138: EOF
2024/04/11 23:09:20 http: TLS handshake error from 127.0.0.1:59174: EOF
2024/04/11 23:09:31 http: TLS handshake error from 127.0.0.1:39674: read tcp 127.0.0.1:39113->127.0.0.1:39674: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_404_meta (0.14s)
script_test.go:136: 2024-04-11T23:09:29Z
...
--- FAIL: TestScript/mod_download_private_vcs (5.39s)
script_test.go:136: 2024-04-11T23:09:28Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-4261290786/tmpdir721933563/mod_download_private_vcs1160645461
script_test.go:160:
> env GO111MODULE=on
# Testing stderr for git ls-remote; turn off proxy. (0.000s)
# Redirect git to a test-specific .gitconfig.
# GIT_CONFIG_GLOBAL suffices for git 2.32.0 and newer.
# For older git versions we also set $HOME. (5.388s)
> env GIT_CONFIG_GLOBAL=$WORK${/}home${/}gopher${/}.gitconfig
...
23:10:33.136249 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
23:10:33.136250 http.c:715 <= Recv header: x-xss-protection: 0
23:10:33.136252 http.c:703 <= Recv header, 0000000072 bytes (0x00000048)
23:10:33.136254 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
23:10:33.136257 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:10:33.136259 http.c:715 <= Recv header:
23:10:33.136281 http.c:756 == Info: Connection #0 to host github.com left intact
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: error reading section header 'shallow-info'
script_test.go:160: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@b107d95b x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.1.0 (10.18s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.1.0:refs/tags/v1.1.0
17:50:11.400874 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:50:11.402548 http.c:756 == Info: Trying 140.82.112.4:443...
17:50:11.428043 http.c:756 == Info: Connected to github.com (140.82.112.4) port 443 (#0)
17:50:11.460243 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:50:11.460314 http.c:756 == Info: ALPN, offering h2
...
--- FAIL: TestVCS/rsc.io_quote@v1.5.3-pre1 (11.20s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.5.3-pre1:refs/tags/v1.5.3-pre1
17:50:11.100318 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:50:11.101843 http.c:756 == Info: Trying 140.82.113.4:443...
17:50:11.132978 http.c:756 == Info: Connected to github.com (140.82.113.4) port 443 (#0)
17:50:11.167210 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:50:11.167289 http.c:756 == Info: ALPN, offering h2
17:50:11.167293 http.c:756 == Info: ALPN, offering http/1.1
17:50:22.174129 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
*��
17:50:22.174163 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-15 17:44 darwin-amd64-13 go@b107d95b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53026
https://vcs-test.golang.org rerouted to https://127.0.0.1:53027
go test proxy running at GOPROXY=http://127.0.0.1:53028/mod
2024/04/15 14:27:34 http: TLS handshake error from 127.0.0.1:53814: read tcp 127.0.0.1:53027->127.0.0.1:53814: read: connection reset by peer
--- FAIL: TestScript (0.74s)
--- FAIL: TestScript/gotoolchain_local (8.81s)
script_test.go:136: 2024-04-15T18:28:19Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-1888273493/tmpdir1927689527/gotoolchain_local2075944486
script_test.go:160:
# This test uses the fake toolchain switch support in cmd/go/internal/toolchain.Switch
...
> go mod edit -go=1.300 -toolchain=default
> go version
[stdout]
go version go1.400 (TESTGO_VERSION) darwin/amd64
> stdout 1.400 # not 1.500 local toolchain
matched: go version go1.400 (TESTGO_VERSION) darwin/amd64
> env GOTOOLCHAIN=go1.600+auto
> go mod edit -go=1.300 -toolchain=default
> go version
script_test.go:160: FAIL: testdata/script/gotoolchain_local.txt:110: go version: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@330bc950 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.1.0 (11.13s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.1.0:refs/tags/v1.1.0
18:08:50.804945 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:08:50.806641 http.c:756 == Info: Trying 140.82.113.3:443...
18:08:50.830802 http.c:756 == Info: Connected to github.com (140.82.113.3) port 443 (#0)
18:08:50.861735 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
18:08:50.861806 http.c:756 == Info: ALPN, offering h2
18:08:50.861815 http.c:756 == Info: ALPN, offering http/1.1
18:09:01.858164 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
`]�
18:09:01.858216 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-18 19:36 darwin-amd64-longtest go@3c78ace2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:49802
https://vcs-test.golang.org rerouted to https://127.0.0.1:49803
go test proxy running at GOPROXY=http://127.0.0.1:49804/mod
2024/03/18 17:10:04 http: TLS handshake error from 127.0.0.1:50705: read tcp 127.0.0.1:49803->127.0.0.1:50705: read: connection reset by peer
--- FAIL: TestScript (0.75s)
--- FAIL: TestScript/mod_vendor_goversion (0.53s)
script_test.go:136: 2024-03-18T21:11:23Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-550403493/tmpdir2531637912/mod_vendor_goversion614519783
script_test.go:160:
# https://golang.org/issue/36876: As of Go 1.17, vendor/modules.txt should
# indicate the language version used by each dependency. (0.000s)
# Control case: without a vendor directory, need117 builds and bad114 doesn't. (0.512s)
> go build example.net/need117
> ! go build example.net/bad114
[stderr]
# example.net/bad114
bad114/bad114.go:15:2: duplicate method `Y'
bad114/bad114.go:14:2: other declaration of `Y'
[exit status 1]
> stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$'
script_test.go:160: FAIL: testdata/script/mod_vendor_goversion.txt:10: stderr '^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$': no match for `(?m)^bad114[/\\]bad114.go:15:2: duplicate method Y( .*)?$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@2b82a4f4 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote_v2@v2.0.1 (11.22s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v2.0.1:refs/tags/v2.0.1
17:35:04.569923 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:35:04.573776 http.c:756 == Info: Trying 140.82.112.4:443...
17:35:04.597953 http.c:756 == Info: Connected to github.com (140.82.112.4) port 443 (#0)
17:35:04.629464 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:35:04.629558 http.c:756 == Info: ALPN, offering h2
17:35:04.629566 http.c:756 == Info: ALPN, offering http/1.1
17:35:15.656638 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
�d�
17:35:15.656678 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
2024-04-19 16:08 linux-arm64-longtest go@d428a638 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:43417
https://vcs-test.golang.org rerouted to https://127.0.0.1:38587
go test proxy running at GOPROXY=http://127.0.0.1:33301/mod
2024/04/19 17:10:48 http: TLS handshake error from 127.0.0.1:38882: read tcp 127.0.0.1:38587->127.0.0.1:38882: read: connection reset by peer
2024/04/19 17:10:59 http: TLS handshake error from 127.0.0.1:60394: EOF
2024/04/19 17:10:59 http: TLS handshake error from 127.0.0.1:60410: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_download_hash (5.39s)
script_test.go:136: 2024-04-19T17:10:58Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-53170155/tmpdir2865499495/mod_download_hash1058708403
...
--- FAIL: TestScript/mod_get_pseudo (19.13s)
script_test.go:136: 2024-04-19T17:10:54Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-53170155/tmpdir2865499495/mod_get_pseudo3994115030
script_test.go:160:
> env GO111MODULE=on
# Testing git->module converter's generation of +incompatible tags; turn off proxy. (0.000s)
# We can resolve the @master branch without unshallowing the local repository
# (even with older gits), so try that before we do anything else.
# (This replicates https://golang.org/issue/26713 with git 2.7.4.) (13.091s)
# get should include incompatible tags in "latest" calculation. (0.305s)
...
17:12:04.184585 http.c:756 == Info: Trying 140.82.114.4:443...
17:12:04.208859 http.c:756 == Info: Connected to github.com (140.82.114.4) port 443 (#0)
17:12:04.294814 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
17:12:04.343519 http.c:756 == Info: ALPN, offering h2
17:12:04.343674 http.c:756 == Info: ALPN, offering http/1.1
17:12:15.240721 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
5N�
17:12:15.240748 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
script_test.go:160: FAIL: testdata/script/mod_prefer_compatible.txt:76: go list -m github.com/rsc/legacytest@7303f7796364: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-19 16:55 darwin-amd64-longtest go@f0d6ddfa cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:51775
https://vcs-test.golang.org rerouted to https://127.0.0.1:51776
go test proxy running at GOPROXY=http://127.0.0.1:51777/mod
2024/04/19 22:17:39 http: TLS handshake error from 127.0.0.1:52642: read tcp 127.0.0.1:51776->127.0.0.1:52642: read: connection reset by peer
2024/04/19 22:17:39 http: TLS handshake error from 127.0.0.1:52645: read tcp 127.0.0.1:51776->127.0.0.1:52645: read: connection reset by peer
--- FAIL: TestScript (0.68s)
--- FAIL: TestScript/goline_order (1.63s)
script_test.go:136: 2024-04-20T02:19:58Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-2717497062/tmpdir2614646124/goline_order925824287
script_test.go:160:
# Check that go lines are always >= go lines of dependencies.
# Using too old a release cannot even complete module load. (0.001s)
# If the offending module is not imported, it's not detected. (0.140s)
# Adding the import produces the error.
# Maybe this should auto-switch, but it requires more plumbing to get this error through,
# and it's a misconfigured system that should not arise in practice, so not switching is fine. (0.083s)
# go get go@1.21.2 fixes the error. (0.573s)
# go get -tags usem1 fixes the error. (0.629s)
# go get fixes the error. (0.166s)
> cp go.mod.orig go.mod
> go get
[stderr]
go: module ./m1 requires go >= 1.21.2; switching to go1.22.9
script_test.go:160: FAIL: testdata/script/goline_order.txt:31: go get: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-22 15:29 linux-amd64-longtest go@734fd7a9 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:44879
https://vcs-test.golang.org rerouted to https://127.0.0.1:41365
go test proxy running at GOPROXY=http://127.0.0.1:40735/mod
2024/04/22 16:02:53 http: TLS handshake error from 127.0.0.1:58274: read tcp 127.0.0.1:41365->127.0.0.1:58274: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_download_hash (11.77s)
script_test.go:136: 2024-04-22T16:02:56Z
script_test.go:138: $WORK=/workdir/tmp/cmd-go-test-3965951896/tmpdir277771288/mod_download_hash1287333040
script_test.go:160:
> env GO111MODULE=on
# Testing mod download with non semantic versions; turn off proxy. (11.764s)
> [!net:rsc.io] skip
[condition not met]
> [!git] skip
[condition not met]
> env GOPROXY=direct
> env GOSUMDB=off
> go mod download rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7
> exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.3-0.20180709162918-a91498bed0a7.info
> exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.3-0.20180709162918-a91498bed0a7.mod
> exists $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/v1.5.3-0.20180709162918-a91498bed0a7.zip
> go mod download rsc.io/quote@master
[stderr]
go: rsc.io/quote@master: unrecognized import path "rsc.io/quote": reading https://rsc.io/quote?go-get=1: 500 Internal Server Error
script_test.go:160: FAIL: testdata/script/mod_download_hash.txt:14: go mod download rsc.io/quote@master: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-386-longtest mod@aa51b25a go@654c3368 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.1.0 (129.19s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.1.0:refs/tags/v1.1.0
18:06:36.736344 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:06:36.738301 http.c:756 == Info: Trying 140.82.114.3:443...
18:08:45.892728 http.c:756 == Info: connect to 140.82.114.3 port 443 failed: Connection timed out
18:08:45.892792 http.c:756 == Info: Failed to connect to github.com port 443: Connection timed out
18:08:45.892806 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': Failed to connect to github.com port 443: Connection timed out
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-22 20:48 darwin-amd64-longtest go@aa63ef4b cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:51490
https://vcs-test.golang.org rerouted to https://127.0.0.1:51491
go test proxy running at GOPROXY=http://127.0.0.1:51492/mod
2024/04/22 18:13:20 http: TLS handshake error from 127.0.0.1:52812: read tcp 127.0.0.1:51491->127.0.0.1:52812: read: connection reset by peer
--- FAIL: TestScript (0.61s)
--- FAIL: TestScript/work_use_toolchain (2.09s)
script_test.go:136: 2024-04-22T22:21:53Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-3578010913/tmpdir1317802524/work_use_toolchain1077226970
script_test.go:160:
# Create basic modules and work space. (1.275s)
# work use with older modules should leave go 1.50 in the go.work. (0.138s)
# work use with newer modules should bump go and toolchain,
# including updating to a newer toolchain as needed. (0.635s)
> env TESTGO_VERSION=go1.21
> env TESTGO_VERSION_SWITCH=switch
> rm go.work
> go work init
> env GOTOOLCHAIN=local
> ! go work use ./m1_22_0
[stderr]
go: m1_22_0/go.mod requires go >= 1.22.0 (running go 1.21; GOTOOLCHAIN=local)
[exit status 1]
> stderr '^go: m1_22_0'${/}'go.mod requires go >= 1.22.0 \(running go 1.21; GOTOOLCHAIN=local\)$'
matched: go: m1_22_0/go.mod requires go >= 1.22.0 (running go 1.21; GOTOOLCHAIN=local)
> env GOTOOLCHAIN=auto
> go work use ./m1_22_0
[stderr]
go: m1_22_0/go.mod requires go >= 1.22.0; switching to go1.22.9
script_test.go:160: FAIL: testdata/script/work_use_toolchain.txt:32: go work use ./m1_22_0: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@0304d035 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.2.1 (11.22s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.2.1:refs/tags/v1.2.1
03:00:09.853909 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
03:00:09.867476 http.c:756 == Info: Trying 140.82.113.4:443...
03:00:09.891113 http.c:756 == Info: Connected to github.com (140.82.113.4) port 443 (#0)
03:00:09.922066 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
03:00:09.922139 http.c:756 == Info: ALPN, offering h2
...
--- FAIL: TestVCS/rsc.io_quote@v1.3.0 (11.09s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.3.0:refs/tags/v1.3.0
03:00:10.034036 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
03:00:10.035800 http.c:756 == Info: Trying 140.82.113.4:443...
03:00:10.059782 http.c:756 == Info: Connected to github.com (140.82.113.4) port 443 (#0)
03:00:10.091251 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
03:00:10.091327 http.c:756 == Info: ALPN, offering h2
03:00:10.091336 http.c:756 == Info: ALPN, offering http/1.1
03:00:21.111070 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
���
03:00:21.111101 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-23 02:53 linux-arm64-longtest go@0304d035 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39127
https://vcs-test.golang.org rerouted to https://127.0.0.1:38513
go test proxy running at GOPROXY=http://127.0.0.1:43387/mod
2024/04/23 03:17:21 http: TLS handshake error from 127.0.0.1:44454: EOF
2024/04/23 03:17:21 http: TLS handshake error from 127.0.0.1:44466: EOF
2024/04/23 03:17:21 http: TLS handshake error from 127.0.0.1:44430: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_prefer_compatible (10.72s)
script_test.go:136: 2024-04-23T03:16:53Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1322709208/tmpdir3282002218/mod_prefer_compatible3527930425
...
--- FAIL: TestScript/mod_download_private_vcs (5.32s)
script_test.go:136: 2024-04-23T03:17:20Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1322709208/tmpdir3282002218/mod_download_private_vcs1605112230
script_test.go:160:
> env GO111MODULE=on
# Testing stderr for git ls-remote; turn off proxy. (0.000s)
# Redirect git to a test-specific .gitconfig.
# GIT_CONFIG_GLOBAL suffices for git 2.32.0 and newer.
# For older git versions we also set $HOME. (5.322s)
> env GIT_CONFIG_GLOBAL=$WORK${/}home${/}gopher${/}.gitconfig
...
03:18:19.119772 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
03:18:19.119776 http.c:715 <= Recv header: x-xss-protection: 0
03:18:19.119780 http.c:703 <= Recv header, 0000000072 bytes (0x00000048)
03:18:19.119788 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
03:18:19.119792 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
03:18:19.119798 http.c:715 <= Recv header:
03:18:19.119833 http.c:756 == Info: Connection #0 to host github.com left intact
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: error reading section header 'shallow-info'
script_test.go:160: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-24 13:36 darwin-amd64-11_0 go@62dfa431 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:60743
https://vcs-test.golang.org rerouted to https://127.0.0.1:60744
go test proxy running at GOPROXY=http://127.0.0.1:60745/mod
2024/04/24 10:12:12 http: TLS handshake error from 127.0.0.1:61541: read tcp 127.0.0.1:60744->127.0.0.1:61541: read: connection reset by peer
--- FAIL: TestScript (1.02s)
--- FAIL: TestScript/gotoolchain_net (0.48s)
script_test.go:136: 2024-04-24T14:12:54Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-2764587413/tmpdir1928774317/gotoolchain_net1217901688
script_test.go:160:
# This test only checks that basic network lookups work.
# The full test of toolchain version selection is in gotoolchain.txt.
# This test is sensitive to "new" Go experiments, so
# update the environment to remove any existing GOEXPERIMENT
# setting, see #62016 for more on this. (0.000s)
# GOTOOLCHAIN from network, does not exist (0.164s)
# GOTOOLCHAIN from network (0.198s)
> [!exec:/bin/sh] stop 'the fake proxy serves shell scripts instead of binaries'
[condition not met]
> env GOTOOLCHAIN=go1.999testmod
> go version
[stderr]
go: downloading go1.999testmod (darwin/amd64)
script_test.go:160: FAIL: testdata/script/gotoolchain_net.txt:19: go version: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-25 17:41 linux-arm64-longtest go@a4031ea1 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:39361
https://vcs-test.golang.org rerouted to https://127.0.0.1:46661
go test proxy running at GOPROXY=http://127.0.0.1:42807/mod
2024/04/25 18:13:37 http: TLS handshake error from 127.0.0.1:47210: EOF
2024/04/25 18:13:37 http: TLS handshake error from 127.0.0.1:47222: EOF
2024/04/25 18:13:39 http: TLS handshake error from 127.0.0.1:53632: read tcp 127.0.0.1:46661->127.0.0.1:53632: read: connection reset by peer
2024/04/25 18:13:39 http: TLS handshake error from 127.0.0.1:53658: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_insecure (12.18s)
script_test.go:136: 2024-04-25T18:12:22Z
...
--- FAIL: TestScript/mod_prefer_compatible (13.62s)
script_test.go:136: 2024-04-25T18:13:13Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-3507634467/tmpdir4032226069/mod_prefer_compatible1639065355
script_test.go:160:
# 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. (0.745s)
# blackfriday v1.5.2 has a go.mod file, so v1.5.2 should be preferred over
...
18:13:49.160896 http.c:756 == Info: Trying 140.82.113.4:443...
18:13:49.185265 http.c:756 == Info: Connected to github.com (140.82.113.4) port 443 (#0)
18:13:49.286317 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
18:13:49.287296 http.c:756 == Info: ALPN, offering h2
18:13:49.287338 http.c:756 == Info: ALPN, offering http/1.1
18:14:00.239503 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
�0�
18:14:00.239531 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
script_test.go:160: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@2dd82d97 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.3.0 (11.07s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.3.0:refs/tags/v1.3.0
13:39:32.342829 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
13:39:32.344506 http.c:756 == Info: Trying 140.82.114.4:443...
13:39:32.369327 http.c:756 == Info: Connected to github.com (140.82.114.4) port 443 (#0)
13:39:32.401401 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
13:39:32.401477 http.c:756 == Info: ALPN, offering h2
13:39:32.401484 http.c:756 == Info: ALPN, offering http/1.1
13:39:43.398619 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
i��
13:39:43.398650 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@ad22356e x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.5.0 (5.25s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.5.0:refs/tags/v1.5.0
23:13:34.245676 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
23:13:34.247076 http.c:756 == Info: Trying 140.82.113.3:443...
23:13:34.271387 http.c:756 == Info: Connected to github.com (140.82.113.3) port 443 (#0)
23:13:34.303454 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
23:13:34.303538 http.c:756 == Info: ALPN, offering h2
...
23:13:34.332886 http.c:715 => Send header: accept-encoding: deflate, gzip, br
23:13:34.332887 http.c:715 => Send header: pragma: no-cache
23:13:34.332889 http.c:715 => Send header: git-protocol: version=2
23:13:34.332890 http.c:715 => Send header:
23:13:39.355298 http.c:756 == Info: Empty reply from server
�
z�(�
23:13:39.355324 http.c:756 == Info: Connection #0 to host github.com left intact
fatal: unable to access 'https://github.com/rsc/quote/': Empty reply from server
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-27 19:42 gotip-linux-amd64-longtest go@644a4ff3 cmd/go.TestScript/mod_get_fallback (log)
=== RUN TestScript/mod_get_fallback
=== PAUSE TestScript/mod_get_fallback
=== CONT TestScript/mod_get_fallback
script_test.go:136: 2024-04-27T19:55:54Z
script_test.go:138: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3499964645/tmpdir1060110072/mod_get_fallback2662442541
script_test.go:160:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3499964645/tmpdir1060110072/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
CCACHE_DISABLE=1
GOARCH=amd64
...
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.17.0.zip
# get https://proxy.golang.org/golang.org/x/mod/@v/v0.17.0.zip: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.17.0.zip": read tcp 172.17.0.2:39686->108.177.98.141:443: read: connection reset by peer
go: golang.org/x/tools/cmd/goimports imports
golang.org/x/tools/internal/gocommand imports
golang.org/x/mod/semver: golang.org/x/mod@v0.17.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.17.0.zip": read tcp 172.17.0.2:39686->108.177.98.141:443: read: connection reset by peer
go: golang.org/x/tools/cmd/goimports imports
golang.org/x/tools/internal/imports imports
golang.org/x/mod/module: golang.org/x/mod@v0.17.0: Get "https://proxy.golang.org/golang.org/x/mod/@v/v0.17.0.zip": read tcp 172.17.0.2:39686->108.177.98.141:443: read: connection reset by peer
script_test.go:160: FAIL: testdata/script/mod_get_fallback.txt:9: go get -x -v golang.org/x/tools/cmd/goimports: exit status 1
--- FAIL: TestScript/mod_get_fallback (1.72s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-04-30 15:38 darwin-amd64-12_0 go@8509f693 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55081
https://vcs-test.golang.org rerouted to https://127.0.0.1:55082
go test proxy running at GOPROXY=http://127.0.0.1:55083/mod
2024/04/30 12:07:00 http: TLS handshake error from 127.0.0.1:55921: read tcp 127.0.0.1:55082->127.0.0.1:55921: read: connection reset by peer
2024/04/30 12:07:00 http: TLS handshake error from 127.0.0.1:55920: EOF
--- FAIL: TestScript (0.83s)
--- FAIL: TestScript/gotoolchain_loop (6.69s)
script_test.go:136: 2024-04-30T19:07:46Z
script_test.go:138: $WORK=/tmp/buildlet/tmp/cmd-go-test-526907161/tmpdir2418308499/gotoolchain_loop3092592891
script_test.go:160:
> env GOTOOLCHAIN=auto
> env TESTGO_VERSION=go1.21.1
# Basic switch should work. (0.598s)
# Toolchain target mismatch should be detected. (0.308s)
# Toolchain loop should be detected. (5.415s)
> env TESTGO_VERSION_SWITCH=loop
> ! go version
[signal: illegal instruction]
> stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$'
script_test.go:160: FAIL: testdata/script/gotoolchain_loop.txt:17: stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$': found 0 matches for `(?m)^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-01 03:56 linux-arm64-longtest go@c5698e31 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40073
https://vcs-test.golang.org rerouted to https://127.0.0.1:42251
go test proxy running at GOPROXY=http://127.0.0.1:41091/mod
2024/05/01 04:21:22 http: TLS handshake error from 127.0.0.1:46070: read tcp 127.0.0.1:42251->127.0.0.1:46070: read: connection reset by peer
2024/05/01 04:21:27 http: TLS handshake error from 127.0.0.1:46178: EOF
2024/05/01 04:21:27 http: TLS handshake error from 127.0.0.1:46190: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_404_meta (0.15s)
script_test.go:136: 2024-05-01T04:19:27Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1576449593/tmpdir3109624386/get_404_meta1859600759
...
--- FAIL: TestScript/mod_prefer_compatible (8.17s)
script_test.go:136: 2024-05-01T04:20:57Z
script_test.go:138: $WORK=/tmp/workdir/tmp/cmd-go-test-1576449593/tmpdir3109624386/mod_prefer_compatible2660474477
script_test.go:160:
# 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. (0.286s)
# blackfriday v1.5.2 has a go.mod file, so v1.5.2 should be preferred over
...
04:22:19.761133 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
04:22:19.761134 http.c:715 <= Recv header: x-xss-protection: 0
04:22:19.761136 http.c:703 <= Recv header, 0000000072 bytes (0x00000048)
04:22:19.761138 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
04:22:19.761140 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
04:22:19.761142 http.c:715 <= Recv header:
04:22:19.761167 http.c:756 == Info: Connection #0 to host github.com left intact
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: error reading section header 'acknowledgments'
script_test.go:160: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-03-15 15:59 linux-arm64-longtest mod@aa51b25a go@44b54b99 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.5.0 (11.22s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.5.0:refs/tags/v1.5.0
13:03:36.326029 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
13:03:36.329198 http.c:756 == Info: Trying 140.82.114.3:443...
13:03:36.354940 http.c:756 == Info: Connected to github.com (140.82.114.3) port 443 (#0)
13:03:36.386661 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
13:03:36.386733 http.c:756 == Info: ALPN, offering h2
...
--- FAIL: TestVCS/rsc.io_quote@v1.3.0 (11.08s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.3.0:refs/tags/v1.3.0
13:03:36.482506 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
13:03:36.484969 http.c:756 == Info: Trying 140.82.113.3:443...
13:03:36.509345 http.c:756 == Info: Connected to github.com (140.82.113.3) port 443 (#0)
13:03:36.539512 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
13:03:36.539587 http.c:756 == Info: ALPN, offering h2
13:03:36.539594 http.c:756 == Info: ALPN, offering http/1.1
13:03:47.551707 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
���
13:03:47.551751 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-06 12:09 linux-arm64-longtest go@ac174400 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:34007
https://vcs-test.golang.org rerouted to https://127.0.0.1:41633
go test proxy running at GOPROXY=http://127.0.0.1:42901/mod
2024/05/06 12:33:53 http: TLS handshake error from 127.0.0.1:48600: read tcp 127.0.0.1:41633->127.0.0.1:48600: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/get_404_meta (0.29s)
script_test.go:135: 2024-05-06T12:34:32Z
script_test.go:137: $WORK=/tmp/workdir/tmp/cmd-go-test-411374488/tmpdir3283736186/get_404_meta3024787139
script_test.go:159:
# golang.org/issue/13037: 'go get' was not parsing tags in 404 served over HTTPS. (0.285s)
> [!net:bazil.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GONOSUMDB=bazil.org,github.com,golang.org
> env GO111MODULE=on
> env GOPROXY=direct
> go get bazil.org/fuse/fs/fstestutil
[stderr]
go: unrecognized import path "bazil.org/fuse/fs/fstestutil": https fetch: Get "https://bazil.org/fuse/fs/fstestutil?go-get=1": remote error: tls: bad record MAC
script_test.go:159: FAIL: testdata/script/get_404_meta.txt:9: go get bazil.org/fuse/fs/fstestutil: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-06 15:27 linux-arm64-longtest go@cc165991 cmd/go/internal/modfetch.TestCodeRepo (log)
vcs-test.golang.org rerouted to http://127.0.0.1:37937
https://vcs-test.golang.org rerouted to https://127.0.0.1:35979
--- FAIL: TestCodeRepo (0.00s)
--- FAIL: TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (11.59s)
coderepo_test.go:619: repoStat("c4d4236f"): github.com/rsc/quote/buggy@c4d4236f: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-2278932442/modcache/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated., wanted "missing github.com/rsc/quote/buggy/go.mod at revision c4d4236f9242"
--- FAIL: TestCodeRepo/rsc.io_quote/v1.0.0 (11.59s)
coderepo_test.go:623: repo.Stat("v1.0.0"): rsc.io/quote@v1.0.0: invalid version: git ls-remote -q origin in /tmp/workdir/tmp/gitrepo-test-2278932442/modcache/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-06 18:11 linux-arm64-longtest go@9d2e2850 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:35977
https://vcs-test.golang.org rerouted to https://127.0.0.1:43697
go test proxy running at GOPROXY=http://127.0.0.1:44947/mod
2024/05/06 18:37:13 http: TLS handshake error from 127.0.0.1:36960: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_git_export_subst (5.85s)
script_test.go:132: 2024-05-06T18:37:03Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-2402558867/tmpdir4117138530/mod_git_export_subst4156844295
script_test.go:156:
> env GO111MODULE=on
...
--- FAIL: TestScript/mod_invalid_version (27.62s)
script_test.go:132: 2024-05-06T18:36:55Z
script_test.go:134: $WORK=/tmp/workdir/tmp/cmd-go-test-2402558867/tmpdir4117138530/mod_invalid_version328313504
script_test.go:156:
> [!net:golang.org] skip
[condition not met]
> [!git] skip
[condition not met]
> env GO111MODULE=on
> env GOPROXY=direct
...
18:37:31.499825 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
18:37:31.499826 http.c:715 <= Recv header: x-xss-protection: 0
18:37:31.499828 http.c:703 <= Recv header, 0000000072 bytes (0x00000048)
18:37:31.499830 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
18:37:31.499832 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
18:37:31.499833 http.c:715 <= Recv header:
18:37:31.499857 http.c:756 == Info: Connection #0 to host github.com left intact
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: expected flush after ref listing
script_test.go:156: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-06 22:40 linux-arm64-longtest go@ad10fbd3 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:40021
https://vcs-test.golang.org rerouted to https://127.0.0.1:38551
go test proxy running at GOPROXY=http://127.0.0.1:39733/mod
2024/05/06 23:02:27 http: TLS handshake error from 127.0.0.1:40630: read tcp 127.0.0.1:38551->127.0.0.1:40630: read: connection reset by peer
2024/05/06 23:02:27 http: TLS handshake error from 127.0.0.1:40614: read tcp 127.0.0.1:38551->127.0.0.1:40614: read: connection reset by peer
2024/05/06 23:02:54 http: TLS handshake error from 127.0.0.1:47010: read tcp 127.0.0.1:38551->127.0.0.1:47010: read: connection reset by peer
2024/05/06 23:02:54 http: TLS handshake error from 127.0.0.1:46990: read tcp 127.0.0.1:38551->127.0.0.1:46990: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_prefer_compatible (17.71s)
script_test.go:135: 2024-05-06T23:02:01Z
...
--- FAIL: TestScript/mod_get_pseudo (14.24s)
script_test.go:135: 2024-05-06T23:02:25Z
script_test.go:137: $WORK=/tmp/workdir/tmp/cmd-go-test-1486448623/tmpdir2712154932/mod_get_pseudo814030013
script_test.go:159:
> env GO111MODULE=on
# Testing git->module converter's generation of +incompatible tags; turn off proxy. (0.000s)
# We can resolve the @master branch without unshallowing the local repository
# (even with older gits), so try that before we do anything else.
# (This replicates https://golang.org/issue/26713 with git 2.7.4.) (14.234s)
> go get github.com/rsc/legacytest@master
...
23:03:29.403566 http.c:703 <= Recv header, 0000000021 bytes (0x00000015)
23:03:29.403567 http.c:715 <= Recv header: x-xss-protection: 0
23:03:29.403569 http.c:703 <= Recv header, 0000000072 bytes (0x00000048)
23:03:29.403571 http.c:715 <= Recv header: content-security-policy: default-src 'none'; style-src 'unsafe-inline'
23:03:29.403573 http.c:703 <= Recv header, 0000000002 bytes (0x00000002)
23:03:29.403575 http.c:715 <= Recv header:
23:03:29.403598 http.c:756 == Info: Connection #0 to host github.com left intact
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: error reading section header 'acknowledgments'
script_test.go:159: FAIL: testdata/script/mod_get_direct.txt:12: go list -m cloud.google.com/go@main: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-07 19:58 darwin-amd64-longtest go@9c5269c2 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:53555
https://vcs-test.golang.org rerouted to https://127.0.0.1:53556
go test proxy running at GOPROXY=http://127.0.0.1:53557/mod
2024/05/07 17:03:53 http: TLS handshake error from 127.0.0.1:54381: read tcp 127.0.0.1:53556->127.0.0.1:54381: read: connection reset by peer
--- FAIL: TestScript (0.74s)
--- FAIL: TestScript/gotoolchain_local (13.89s)
script_test.go:135: 2024-05-07T21:04:24Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-2956321942/tmpdir3920142382/gotoolchain_local3683222082
script_test.go:159:
# This test uses the fake toolchain switch support in cmd/go/internal/toolchain.Switch
...
# go run can handle unknown flag with argument. (0.199s)
# go install m@v should handle queries (0.167s)
> ! go install rsc.io/fortune/nonexist@v0.0
[stderr]
go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
[signal: illegal instruction]
> stderr '^go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9$'
matched: go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
> stderr '^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist'
script_test.go:159: FAIL: testdata/script/gotoolchain_local.txt:238: stderr '^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist': no match for `(?m)^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-07 15:28 go1.22-linux-386-longtest release-branch.go1.22@fa0292d2 cmd/go.TestScript/get_insecure (log)
=== RUN TestScript/get_insecure
=== PAUSE TestScript/get_insecure
=== CONT TestScript/get_insecure
script_test.go:132: 2024-05-07T15:39:33Z
script_test.go:134: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2466071220/tmpdir183829698/get_insecure4104470291
script_test.go:156:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2466071220/tmpdir183829698/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
CCACHE_DISABLE=1
GOARCH=386
...
15:39:34.344599 http.c:646 <= Recv header, 0000000025 bytes (0x00000019)
15:39:34.344602 http.c:658 <= Recv header: Server: Google Frontend
15:39:34.344607 http.c:646 <= Recv header, 0000000019 bytes (0x00000013)
15:39:34.344610 http.c:658 <= Recv header: Content-Length: 0
15:39:34.344614 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
15:39:34.344618 http.c:658 <= Recv header:
15:39:34.344629 http.c:699 == Info: Connection #0 to host insecure.go-get-issue-15410.appspot.com left intact
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': The requested URL returned error: 502
script_test.go:156: FAIL: testdata/script/get_insecure.txt:21: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
--- FAIL: TestScript/get_insecure (1.27s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-07 20:35 linux-arm64-longtest mod@6686f416 go@4ed358b5 x/mod/zip.TestVCS (log)
--- FAIL: TestVCS (0.00s)
--- FAIL: TestVCS/rsc.io_quote@v1.4.0 (11.08s)
zip_test.go:1328: /usr/bin/git init --bare
zip_test.go:1345: /usr/bin/git remote add origin -- https://github.com/rsc/quote
zip_test.go:1354: exit status 128: /usr/bin/git fetch -f --depth=1 origin refs/tags/v1.4.0:refs/tags/v1.4.0
20:37:19.390154 http.c:756 == Info: Couldn't find host github.com in the .netrc file; using defaults
20:37:19.392149 http.c:756 == Info: Trying 140.82.113.3:443...
20:37:19.416158 http.c:756 == Info: Connected to github.com (140.82.113.3) port 443 (#0)
20:37:19.448464 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
20:37:19.448536 http.c:756 == Info: ALPN, offering h2
20:37:19.448543 http.c:756 == Info: ALPN, offering http/1.1
20:37:30.451932 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
d��
20:37:30.451965 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/quote/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
zip_test.go:1223: failed to download zip from repository (repeated failure): exit status 128
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-08 16:12 darwin-arm64-11 go@5be95e09 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:56064
https://vcs-test.golang.org rerouted to https://127.0.0.1:56065
go test proxy running at GOPROXY=http://127.0.0.1:56066/mod
2024/05/08 12:21:23 http: TLS handshake error from 127.0.0.1:56912: read tcp 127.0.0.1:56065->127.0.0.1:56912: read: connection reset by peer
2024/05/08 12:21:23 http: TLS handshake error from 127.0.0.1:56913: read tcp 127.0.0.1:56065->127.0.0.1:56913: read: connection reset by peer
--- FAIL: TestScript (0.15s)
--- FAIL: TestScript/gotoolchain_local (2.91s)
script_test.go:135: 2024-05-08T16:21:24Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-452408435/tmpdir1525626513/gotoolchain_local1725985595
script_test.go:159:
...
# go run can handle unknown flag with argument. (0.038s)
# go install m@v should handle queries (0.026s)
> ! go install rsc.io/fortune/nonexist@v0.0
[stderr]
go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
[signal: illegal instruction]
> stderr '^go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9$'
matched: go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
> stderr '^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist'
script_test.go:159: FAIL: testdata/script/gotoolchain_local.txt:238: stderr '^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist': no match for `(?m)^go: rsc.io/fortune/nonexist@v0.0: module rsc.io/fortune@v0.0 found \(v0.0.1\), but does not contain package rsc.io/fortune/nonexist` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-08 16:13 darwin-amd64-nocgo go@328aa9e3 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:56168
https://vcs-test.golang.org rerouted to https://127.0.0.1:56169
go test proxy running at GOPROXY=http://127.0.0.1:56170/mod
2024/05/08 09:40:25 http: TLS handshake error from 127.0.0.1:56759: read tcp 127.0.0.1:56169->127.0.0.1:56759: read: connection reset by peer
--- FAIL: TestScript (0.57s)
--- FAIL: TestScript/gotoolchain_loop (16.82s)
script_test.go:135: 2024-05-08T16:41:05Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-1848985388/tmpdir2646624089/gotoolchain_loop1515636124
script_test.go:159:
> env GOTOOLCHAIN=auto
> env TESTGO_VERSION=go1.21.1
# Basic switch should work. (0.404s)
# Toolchain target mismatch should be detected. (0.596s)
# Toolchain loop should be detected. (15.777s)
> env TESTGO_VERSION_SWITCH=loop
> ! go version
[signal: illegal instruction]
> stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$'
script_test.go:159: FAIL: testdata/script/gotoolchain_loop.txt:17: stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$': found 0 matches for `(?m)^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-09 22:43 linux-amd64-longtest go@e0aab32c cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:45971
https://vcs-test.golang.org rerouted to https://127.0.0.1:35847
go test proxy running at GOPROXY=http://127.0.0.1:39009/mod
2024/05/09 23:11:04 http: TLS handshake error from 127.0.0.1:56580: read tcp 127.0.0.1:35847->127.0.0.1:56580: read: connection reset by peer
2024/05/09 23:11:04 http: TLS handshake error from 127.0.0.1:56554: EOF
2024/05/09 23:11:20 http: TLS handshake error from 127.0.0.1:43026: EOF
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_invalid_version (3.43s)
script_test.go:135: 2024-05-09T23:10:43Z
script_test.go:137: $WORK=/workdir/tmp/cmd-go-test-2360837432/tmpdir1246506034/mod_invalid_version758432839
...
23:10:46.928947 http.c:756 == Info: Failed receiving HTTP2 data
23:10:46.928958 http.c:756 == Info: Failed sending HTTP2 data
23:10:46.928968 http.c:756 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
error: 55334 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
script_test.go:159: FAIL: testdata/script/mod_invalid_version.txt:24: go list -m golang.org/x/text: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-10 20:31 linux-arm64-longtest go@f3a74398 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:33765
https://vcs-test.golang.org rerouted to https://127.0.0.1:44365
go test proxy running at GOPROXY=http://127.0.0.1:35427/mod
2024/05/10 20:57:47 http: TLS handshake error from 127.0.0.1:35062: read tcp 127.0.0.1:44365->127.0.0.1:35062: read: connection reset by peer
--- FAIL: TestScript (0.06s)
--- FAIL: TestScript/mod_sumdb_golang (17.78s)
script_test.go:135: 2024-05-10T20:57:29Z
script_test.go:137: $WORK=/tmp/workdir/tmp/cmd-go-test-1920830004/tmpdir848947314/mod_sumdb_golang449923478
script_test.go:159:
# Test default GOPROXY and GOSUMDB (0.033s)
...
--- FAIL: TestScript/govcs (5.82s)
script_test.go:135: 2024-05-10T20:57:44Z
script_test.go:137: $WORK=/tmp/workdir/tmp/cmd-go-test-1920830004/tmpdir848947314/govcs749010275
script_test.go:159:
> env GO111MODULE=on
> env proxy=$GOPROXY
> env GOPROXY=direct
# GOVCS stops go get (0.030s)
# public pattern works (0.007s)
# private pattern works (0.013s)
...
20:57:52.193257 http.c:756 == Info: Trying 140.82.113.3:443...
20:57:52.218738 http.c:756 == Info: Connected to github.com (140.82.113.3) port 443 (#1)
20:57:52.264378 http.c:756 == Info: found 387 certificates in /etc/ssl/certs
20:57:52.264462 http.c:756 == Info: ALPN, offering h2
20:57:52.264469 http.c:756 == Info: ALPN, offering http/1.1
20:58:03.248463 http.c:756 == Info: gnutls_handshake() failed: The TLS connection was non-properly terminated.
�R�
20:58:03.248496 http.c:756 == Info: Closing connection 1
fatal: unable to access 'http://insecure.go-get-issue-15410.appspot.com/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
script_test.go:159: FAIL: testdata/script/get_insecure.txt:21: go get -d insecure.go-get-issue-15410.appspot.com/pkg/p: exit status 1
2024-05-10 21:16 linux-arm64-longtest go@cf6124f8 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:46855
https://vcs-test.golang.org rerouted to https://127.0.0.1:43705
go test proxy running at GOPROXY=http://127.0.0.1:33473/mod
2024/05/10 21:38:56 http: TLS handshake error from 127.0.0.1:41868: read tcp 127.0.0.1:43705->127.0.0.1:41868: read: connection reset by peer
2024/05/10 21:39:10 http: TLS handshake error from 127.0.0.1:49454: EOF
2024/05/10 21:39:25 http: TLS handshake error from 127.0.0.1:34360: read tcp 127.0.0.1:43705->127.0.0.1:34360: read: connection reset by peer
2024/05/10 21:39:25 http: TLS handshake error from 127.0.0.1:34344: read tcp 127.0.0.1:43705->127.0.0.1:34344: read: connection reset by peer
--- FAIL: TestScript (0.07s)
--- FAIL: TestScript/mod_sumdb_golang (11.90s)
script_test.go:135: 2024-05-10T21:38:53Z
...
--- FAIL: TestScript/mod_get_direct (20.38s)
script_test.go:135: 2024-05-10T21:39:13Z
script_test.go:137: $WORK=/tmp/workdir/tmp/cmd-go-test-813791323/tmpdir2296492190/mod_get_direct1832311057
script_test.go:159:
# Regression test for golang.org/issue/34092: with an empty module cache,
# 'GOPROXY=direct go get golang.org/x/tools/gopls@master' did not correctly
# resolve the pseudo-version for its dependency on golang.org/x/tools. (20.369s)
> [!net:cloud.google.com] skip
[condition not met]
> [!git] skip
...
21:40:39.209178 http.c:715 => Send header: accept-encoding: deflate, gzip, br
21:40:39.209190 http.c:715 => Send header: pragma: no-cache
21:40:39.209215 http.c:715 => Send header: git-protocol: version=2
21:40:39.209231 http.c:715 => Send header:
21:40:39.237762 http.c:756 == Info: Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
21:40:44.225049 http.c:756 == Info: Empty reply from server
�ztl��
21:40:44.225082 http.c:756 == Info: Closing connection 0
fatal: unable to access 'https://github.com/bazil/fuse/': Empty reply from server
script_test.go:159: FAIL: testdata/script/get_404_meta.txt:9: go get bazil.org/fuse/fs/fstestutil: exit status 1
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-11 20:38 darwin-amd64-13 go@7f9edb42 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55069
https://vcs-test.golang.org rerouted to https://127.0.0.1:55070
go test proxy running at GOPROXY=http://127.0.0.1:55071/mod
2024/05/11 17:07:12 http: TLS handshake error from 127.0.0.1:56188: read tcp 127.0.0.1:55070->127.0.0.1:56188: read: connection reset by peer
--- FAIL: TestScript (0.70s)
--- FAIL: TestScript/gotoolchain_loop (15.97s)
script_test.go:135: 2024-05-11T21:07:59Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-381021590/tmpdir4166907083/gotoolchain_loop3679308031
script_test.go:159:
> env GOTOOLCHAIN=auto
> env TESTGO_VERSION=go1.21.1
# Basic switch should work. (0.272s)
# Toolchain target mismatch should be detected. (0.487s)
# Toolchain loop should be detected. (15.188s)
> env TESTGO_VERSION_SWITCH=loop
> ! go version
[signal: illegal instruction]
> stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$'
script_test.go:159: FAIL: testdata/script/gotoolchain_loop.txt:17: stderr -count=10 '^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$': found 0 matches for `(?m)^go: switching from go1.21.1 to go1.21.99 \[depth 9[0-9]\]$` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-13 21:43 darwin-arm64-12 go@9f9afbf3 cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:52947
https://vcs-test.golang.org rerouted to https://127.0.0.1:52948
go test proxy running at GOPROXY=http://127.0.0.1:52949/mod
2024/05/13 18:10:14 http: TLS handshake error from 127.0.0.1:54116: read tcp 127.0.0.1:52948->127.0.0.1:54116: read: connection reset by peer
--- FAIL: TestScript (0.14s)
--- FAIL: TestScript/gotoolchain_local (1.40s)
script_test.go:135: 2024-05-13T22:10:18Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-2376405730/tmpdir560727324/gotoolchain_local4242350055
script_test.go:159:
# This test uses the fake toolchain switch support in cmd/go/internal/toolchain.Switch
...
> go mod edit -go=1.999 -toolchain=go1.998
> ! go install rsc.io/fortune/nonexist@v0.0.1
[stderr]
go: downloading rsc.io/fortune v0.0.1
go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
[signal: illegal instruction]
> stderr '^go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9$'
matched: go: rsc.io/fortune@v0.0.1 requires go >= 1.21rc999; switching to go1.22.9
> stderr '^go: rsc.io/fortune/nonexist@v0.0.1: module rsc.io/fortune@v0.0.1 found, but does not contain package rsc.io/fortune/nonexist'
script_test.go:159: FAIL: testdata/script/gotoolchain_local.txt:206: stderr '^go: rsc.io/fortune/nonexist@v0.0.1: module rsc.io/fortune@v0.0.1 found, but does not contain package rsc.io/fortune/nonexist': no match for `(?m)^go: rsc.io/fortune/nonexist@v0.0.1: module rsc.io/fortune@v0.0.1 found, but does not contain package rsc.io/fortune/nonexist` in stderr
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-14 17:18 darwin-amd64-nocgo go@0767ffdf cmd/go.TestScript (log)
vcs-test.golang.org rerouted to http://127.0.0.1:55322
https://vcs-test.golang.org rerouted to https://127.0.0.1:55323
go test proxy running at GOPROXY=http://127.0.0.1:55324/mod
2024/05/14 11:01:21 http: TLS handshake error from 127.0.0.1:56309: read tcp 127.0.0.1:55323->127.0.0.1:56309: read: connection reset by peer
--- FAIL: TestScript (0.65s)
--- FAIL: TestScript/mod_get_exec_toolchain (9.56s)
script_test.go:135: 2024-05-14T18:01:22Z
script_test.go:137: $WORK=/tmp/buildlet/tmp/cmd-go-test-1548439035/tmpdir46696997/mod_get_exec_toolchain4051572303
script_test.go:159:
> env TESTGO_VERSION=go1.21
...
go: rsc.io/needgo124@v0.0.1 requires go >= 1.24 (running go 1.21; GOTOOLCHAIN=local)
[exit status 1]
> stderr '^go: rsc.io/needgo124@v0.0.1 requires go >= 1.24 \(running go 1.21; GOTOOLCHAIN=local\)'
matched: go: rsc.io/needgo124@v0.0.1 requires go >= 1.24 (running go 1.21; GOTOOLCHAIN=local)
> env GOTOOLCHAIN=auto
> cp go.mod.new go.mod
> go get rsc.io/needgo124
[stderr]
go: rsc.io/needgo124@v0.0.1 requires go >= 1.24; switching to go1.24rc1
script_test.go:159: FAIL: testdata/script/mod_get_exec_toolchain.txt:120: go get rsc.io/needgo124: signal: illegal instruction
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-20 20:44 gotip-windows-amd64-longtest go@b8a410c4 cmd/go.TestScript/govcs (log)
=== RUN TestScript/govcs
=== PAUSE TestScript/govcs
=== CONT TestScript/govcs
script_test.go:135: 2024-05-20T21:00:25Z
script_test.go:137: $WORK=C:\b\s\w\ir\x\t\cmd-go-test-4032418660\tmpdir794361982\govcs1285480142
script_test.go:159:
PATH=C:\b\s\w\ir\x\t\cmd-go-test-4032418660\tmpdir794361982\testbin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\x\w\goroot\bin;C:\b\s\w\ir\cache\tools\bin;C:\b\s\w\ir\bbagent_utility_packages;C:\b\s\w\ir\bbagent_utility_packages\bin;C:\b\s\w\ir\cipd_bin_packages;C:\b\s\w\ir\cipd_bin_packages\bin;C:\b\s\w\ir\cipd_bin_packages\cpython3;C:\b\s\w\ir\cipd_bin_packages\cpython3\bin;C:\b\s\w\ir\cache\cipd_client;C:\b\s\w\ir\cache\cipd_client\bin;C:\b\s\cipd_cache\bin;C:\Program Files\OpenSSH\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Puppet Labs\Puppet\bin;C:\b\s\w\ir\cache\tools\cc\windows\gcc64\bin
USERPROFILE=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
[stderr]
go: module rsc.io/sampler: git ls-remote -q origin in C:\b\s\w\ir\x\t\cmd-go-test-4032418660\tmpdir794361982\govcs1285480142\gopath\pkg\mod\cache\vcs\35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6: exit status 128:
14:00:28.909738 http.c:724 == Info: Couldn't find host github.com in the (nil) file; using defaults
14:00:28.920109 http.c:724 == Info: Trying 140.82.116.3:443...
14:00:50.383288 http.c:724 == Info: connect to 140.82.116.3 port 443 failed: Timed out
14:00:50.383355 http.c:724 == Info: Failed to connect to github.com port 443 after 21474 ms: Couldn't connect to server
14:00:50.383433 http.c:724 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443 after 21474 ms: Couldn't connect to server
script_test.go:159: FAIL: testdata\script\govcs.txt:70: go get rsc.io/sampler: exit status 1
--- FAIL: TestScript/govcs (26.35s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-06-04 16:19 gotip-darwin-amd64-longtest go@b5a86178 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:135: 2024-06-04T17:09:11Z
script_test.go:137: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2602126851/tmpdir639144590/mod_invalid_version3746517842
script_test.go:159:
PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2602126851/tmpdir639144590/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag (v0.2.0) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag
> cd ..
> ! go list -m golang.org/x/text
[stderr]
go: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 172.253.122.141:443: i/o timeout
go: golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: unrecognized import path "golang.org/x/text": https fetch: Get "https://golang.org/x/text?go-get=1": dial tcp 172.253.122.141:443: i/o timeout
[exit status 1]
> stderr 'golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag'
script_test.go:159: FAIL: testdata/script/mod_invalid_version.txt:169: stderr 'golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag': no match for `(?m)golang.org/x/text@v0.2.1-0.20171213102548-c4d099d611ac: invalid pseudo-version: tag \(v0.2.0\) found on revision c4d099d611ac is already canonical, so should not be replaced with a pseudo-version derived from that tag` in stderr
--- FAIL: TestScript/mod_invalid_version (100.24s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-05-24 20:52 go1.21-windows-arm64 release-branch.go1.21@54c4745d cmd/go/internal/modfetch/codehost.TestTags/gitrepo1/xxx (log)
=== RUN TestTags/gitrepo1/xxx
=== PAUSE TestTags/gitrepo1/xxx
=== CONT TestTags/gitrepo1/xxx
git_test.go:166: mkdir -p C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs # git3 http://127.0.0.1:56264/git/gitrepo1
git_test.go:166: # lock C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047.lock
git_test.go:166: mkdir -p C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047 # git3 http://127.0.0.1:56264/git/gitrepo1
git_test.go:166: cd C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047; git init --bare
git_test.go:166: 0.156s # cd C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047; git init --bare
git_test.go:166: cd C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047; git remote add origin -- http://127.0.0.1:56264/git/gitrepo1
git_test.go:166: 0.179s # cd C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047; git remote add origin -- http://127.0.0.1:56264/git/gitrepo1
...
fatal: not enough memory for initialization2024/05/24 23:22:11 cgi: no headers
2024/05/24 23:22:11 serving /git/gitrepo1/git-upload-pack
git_test.go:166: 4.796s # cd C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047; git ls-remote -q origin
# get http://127.0.0.1:56264/git/gitrepo1
2024/05/24 23:22:11 serving /git/gitrepo1
fatal: GIT_PROJECT_ROOT is set but PATH_INFO is not
# get http://127.0.0.1:56264/git/gitrepo1: 500 Internal Server Error (0.161s)
git_test.go:212: git ls-remote -q origin in C:\Users\swarming\.swarming\w\ir\x\t\gitrepo-test-339349433\modcache\cache\vcs\0af2ff64ee45a45242afd83a36997dee15aae5df8a298e1415a6747a1c779047: exit status 128:
fatal: unable to access 'http://127.0.0.1:56264/git/gitrepo1/': The requested URL returned error: 500
--- FAIL: TestTags/gitrepo1/xxx (5.43s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-07-09 15:52 gotip-linux-amd64-longtest-race go@73186ba0 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:135: 2024-07-09T16:08:05Z
script_test.go:137: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-128466734/tmpdir4171180324/mod_invalid_version3750911085
go proxy: no archive example.net/ambiguous/nested/pkg v0.1.0: file does not exist
go proxy: no archive example.net v0.1.0: file does not exist
script_test.go:159:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-128466734/tmpdir4171180324/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
...
go.mod:5: require github.com/pierrec/lz4: version "473cd7ce01a1" invalid: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-128466734/tmpdir4171180324/mod_invalid_version3750911085/gopath/pkg/mod/cache/vcs/036595127a116abca3f2bfd7bedafedb33d890c2b102d96361815966679432e7: exit status 128:
16:09:20.485683 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:09:20.490192 http.c:699 == Info: Trying 140.82.116.3...
16:09:20.490213 http.c:699 == Info: TCP_NODELAY set
16:09:20.497113 http.c:699 == Info: connect to 140.82.116.3 port 443 failed: Connection refused
16:09:20.497146 http.c:699 == Info: Failed to connect to github.com port 443: Connection refused
16:09:20.497155 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Failed to connect to github.com port 443: Connection refused
script_test.go:159: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (75.18s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-07-29 15:38 gotip-darwin-amd64-longtest go@5feca455 cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:135: 2024-07-30T13:55:25Z
script_test.go:137: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-785744633/tmpdir2402760608/mod_download_private_vcs490550872
go proxy: open /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/golang.org_x_text_foo_14c0d48.txt: no such file or directory
go proxy: no archive golang.org/x/text/foo 14c0d48: file does not exist
go proxy: no archive golang.org/x 14c0d48: file does not exist
go proxy: no archive golang.org 14c0d48: file does not exist
go proxy: open /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/rsc.io_v0.0.0-20180214005840-23179ee8a569.txt: no such file or directory
...
06:56:40.491037 http.c:699 == Info: connect to 64:ff9b::8c52:7004 port 443 failed: Operation timed out
06:56:40.741053 http.c:699 == Info: Connection failed
06:56:40.741076 http.c:699 == Info: connect to 140.82.112.4 port 443 failed: Operation timed out
06:56:40.741095 http.c:699 == Info: Failed to connect to github.com port 443: Operation timed out
06:56:40.741125 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/nonexist/': Failed to connect to github.com port 443: Operation timed out
[exit status 1]
> stderr 'Confirm the import path was entered correctly.'
script_test.go:159: FAIL: testdata/script/mod_download_private_vcs.txt:17: stderr 'Confirm the import path was entered correctly.': no match for `(?m)Confirm the import path was entered correctly.` in stderr
--- FAIL: TestScript/mod_download_private_vcs (75.69s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-01 02:53 gotip-openbsd-amd64 go@bd85a3b1 cmd/go/internal/modfetch/codehost.TestTags/gitrepo1/xxx (log)
=== RUN TestTags/gitrepo1/xxx
=== PAUSE TestTags/gitrepo1/xxx
=== CONT TestTags/gitrepo1/xxx
git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs # git3 http://127.0.0.1:28373/git/gitrepo1
git_test.go:166: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f.lock
git_test.go:166: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f # git3 http://127.0.0.1:28373/git/gitrepo1
git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f; git init --bare
git_test.go:166: 0.680s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f; git init --bare
git_test.go:166: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f; git remote add origin -- http://127.0.0.1:28373/git/gitrepo1
git_test.go:166: 0.099s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-4191828687/modcache/cache/vcs/8ab55349b8d07fde87826a37edbe335cb59c732d9cc63431a35ae86afe48b96f; git remote add origin -- http://127.0.0.1:28373/git/gitrepo1
...
#2 go.chromium.org/luci/common/retry/retry.go:100 - retry.Retry()
#3 git/git.go:264 - main.(*gitRunner).runWithRetries()
#4 git/git.go:184 - main.(*GitCommand).Run()
#5 git/main.go:154 - main.mainImpl()
reason: failed to run Git
#6 git/main.go:181 - main.main()
#7 runtime/proc.go:271 - runtime.main()
#8 runtime/asm_amd64.s:1695 - runtime.goexit()
--- FAIL: TestTags/gitrepo1/xxx (52.09s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-13 14:45 go1.23-darwin-amd64-longtest release-branch.go1.23@ec7d6094 cmd/go.TestScript/mod_get_hash (log)
=== RUN TestScript/mod_get_hash
=== PAUSE TestScript/mod_get_hash
=== CONT TestScript/mod_get_hash
script_test.go:135: 2024-08-13T15:20:50Z
script_test.go:137: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2574127868/tmpdir3106214774/mod_get_hash4183453868
2024/08/13 08:20:50 serving /git/issue47650/git-upload-pack
2024/08/13 08:20:50 serving /git/issue47650/git-upload-pack
2024/08/13 08:20:52 serving /?go-get=1
2024/08/13 08:20:52 serving /git?go-get=1
2024/08/13 08:20:52 open /Users/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/git.txt: no such file or directory
...
08:21:22.977600 http.c:658 <= Recv header: X-Xss-Protection: 0
08:21:22.977609 http.c:646 <= Recv header, 0000000057 bytes (0x00000039)
08:21:22.977617 http.c:658 <= Recv header: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
08:21:22.977625 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
08:21:22.977634 http.c:658 <= Recv header:
08:21:22.977694 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected 'packfile'
script_test.go:159: FAIL: testdata/script/mod_get_hash.txt:8: go list -m golang.org/x/time@8be79e1e0910c292df4e79c241bb7e8f7e725959: exit status 1
--- FAIL: TestScript/mod_get_hash (32.33s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-13 16:25 gotip-darwin-amd64-longtest go@85d2eadc cmd/go.TestScript/mod_get_hash (log)
=== RUN TestScript/mod_get_hash
=== PAUSE TestScript/mod_get_hash
=== CONT TestScript/mod_get_hash
script_test.go:135: 2024-08-13T17:58:07Z
script_test.go:137: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2281682647/tmpdir1328229488/mod_get_hash3415506149
2024/08/13 10:58:08 serving /git/issue47650/info/refs?service=git-upload-pack
2024/08/13 10:58:08 serving /git/issue47650/git-upload-pack
2024/08/13 10:58:09 serving /git/issue47650/git-upload-pack
script_test.go:159:
PATH=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-2281682647/tmpdir1328229488/testbin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/cache/tools/bin:/Users/swarming/.swarming/w/ir/bbagent_utility_packages:/Users/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages:/Users/swarming/.swarming/w/ir/cipd_bin_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/Users/swarming/.swarming/w/ir/cache/cipd_client:/Users/swarming/.swarming/w/ir/cache/cipd_client/bin:/Users/swarming/.swarming/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
...
10:58:45.411051 http.c:658 <= Recv header: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
10:58:45.411096 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
10:58:45.411138 http.c:658 <= Recv header:
10:58:45.411541 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected flush after ref listing
[exit status 1]
> stderr 'unknown revision'
script_test.go:159: FAIL: testdata/script/mod_get_hash.txt:14: stderr 'unknown revision': no match for `(?m)unknown revision` in stderr
--- FAIL: TestScript/mod_get_hash (68.69s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-14 14:45 gotip-darwin-amd64-longtest go@6d7760cb cmd/go.TestScript/mod_sumdb_file_path (log)
=== RUN TestScript/mod_sumdb_file_path
=== PAUSE TestScript/mod_sumdb_file_path
=== CONT TestScript/mod_sumdb_file_path
script_test.go:135: 2024-08-14T15:23:06Z
script_test.go:137: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2619086675/tmpdir485347471/mod_sumdb_file_path796411934
script_test.go:159:
PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2619086675/tmpdir485347471/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
# and downloading should succeed. (32.757s)
> [GOOS:windows] env GOPROXY=file:///$WORK/emptyproxy,https://proxy.golang.org
[condition not met]
> [!GOOS:windows] env GOPROXY=file://$WORK/emptyproxy,https://proxy.golang.org
> go get golang.org/x/text@v0.3.2
[stderr]
go: downloading golang.org/x/text v0.3.2
go: golang.org/x/text@v0.3.2: verifying module: golang.org/x/text@v0.3.2: Get "https://sum.golang.org/lookup/golang.org/x/text@v0.3.2": dial tcp 142.251.167.141:443: i/o timeout
script_test.go:159: FAIL: testdata/script/mod_sumdb_file_path.txt:25: go get golang.org/x/text@v0.3.2: exit status 1
--- FAIL: TestScript/mod_sumdb_file_path (34.57s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-14 20:56 gotip-darwin-amd64-longtest go@370a6959 cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:135: 2024-08-14T23:02:37Z
script_test.go:137: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-3767211502/tmpdir855344180/mod_download_private_vcs789324368
2024/08/14 16:02:37 serving /git/issue47650/info/refs?service=git-upload-pack
2024/08/14 16:02:38 issue47650.txt:
> handle git
> env GIT_AUTHOR_NAME='Bryan C. Mills'
> env GIT_AUTHOR_EMAIL='bcmills@google.com'
...
16:02:54.603139 http.c:658 <= Recv header: X-Frame-Options: DENY
16:02:54.603184 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
16:02:54.603225 http.c:658 <= Recv header:
16:02:54.603311 http.c:699 == Info: Connection #0 to host github.com left intact
remote: Internal Server Error
fatal: unable to access 'https://github.com/golang/term/': The requested URL returned error: 500
[exit status 1]
> stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$'
script_test.go:159: FAIL: testdata/script/mod_download_private_vcs.txt:24: stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$': no match for `(?m)^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$` in stderr
--- FAIL: TestScript/mod_download_private_vcs (21.57s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-20 16:09 gotip-darwin-amd64-longtest go@60e9cf0f cmd/go.TestScript/mod_get_hash (log)
=== RUN TestScript/mod_get_hash
=== PAUSE TestScript/mod_get_hash
=== CONT TestScript/mod_get_hash
script_test.go:135: 2024-08-21T15:58:57Z
script_test.go:137: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2935845088/tmpdir3606123985/mod_get_hash329815486
2024/08/21 08:58:57 serving /git/prefixtagtests/info/refs?service=git-upload-pack
2024/08/21 08:58:57 serving /git/tagtests/info/refs?service=git-upload-pack
2024/08/21 08:58:57 serving /git/prefixtagtests/git-upload-pack
2024/08/21 08:58:57 serving /git/tagtests/git-upload-pack
2024/08/21 08:58:57 serving /git/prefixtagtests/git-upload-pack
...
[exit status 1]
> stderr 'unknown revision'
matched: go: golang.org/x/time@334d83c35137ac2b376c1dc3e4c7733791855a3a: invalid version: unknown revision 334d83c35137ac2b376c1dc3e4c7733791855a3a
> ! go list -m golang.org/x/time@v0.0.0-20170424233410-334d83c35137
[stderr]
go: golang.org/x/time@v0.0.0-20170424233410-334d83c35137: unrecognized import path "golang.org/x/time": https fetch: Get "https://golang.org/x/time?go-get=1": dial tcp 172.253.63.141:443: i/o timeout
[exit status 1]
> stderr 'unknown revision'
script_test.go:159: FAIL: testdata/script/mod_get_hash.txt:14: stderr 'unknown revision': no match for `(?m)unknown revision` in stderr
--- FAIL: TestScript/mod_get_hash (39.15s)
2024-08-20 16:09 gotip-darwin-amd64-longtest go@60e9cf0f cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:135: 2024-08-21T15:58:45Z
script_test.go:137: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2935845088/tmpdir3606123985/mod_invalid_version52276872
script_test.go:159:
PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-2935845088/tmpdir3606123985/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3:/Volumes/Work/s/w/ir/cipd_bin_packages/cpython3/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
[exit status 1]
> stderr 'golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c'
matched: go: golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: invalid version: missing golang.org/x/text/unicode/go.mod at revision 14c0d48ead0c
# However, arguments to 'go get' can name packages above the root. (30.039s)
> cp go.mod.orig go.mod
> go get golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c
[stderr]
go: golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: unrecognized import path "golang.org/x/text/unicode": https fetch: Get "https://golang.org/x/text/unicode?go-get=1": dial tcp 172.253.63.141:443: i/o timeout
script_test.go:159: FAIL: testdata/script/mod_invalid_version.txt:40: go get golang.org/x/text/unicode@v0.0.0-20170915032832-14c0d48ead0c: exit status 1
--- FAIL: TestScript/mod_invalid_version (49.43s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-29 09:15 gotip-linux-amd64-longtest-swissmap go@0f003f9d cmd/go/internal/modfetch.TestCodeRepo/github.com_pkg_errors/v0.8.0 (log)
=== RUN TestCodeRepo/github.com_pkg_errors/v0.8.0
=== PAUSE TestCodeRepo/github.com_pkg_errors/v0.8.0
=== CONT TestCodeRepo/github.com_pkg_errors/v0.8.0
coderepo_test.go:623: repo.Stat("v0.8.0"): github.com/pkg/errors@v0.8.0: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-3523591305/modcache/cache/vcs/6d82bc6342f8104a35e27089637bd09e9cdb9402f044a75aeb6d5a73e50dad6c: exit status 128:
fatal: unable to access 'https://github.com/pkg/errors/': Empty reply from server
--- FAIL: TestCodeRepo/github.com_pkg_errors/v0.8.0 (1.05s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-29 17:38 gotip-linux-arm64-longtest go@f84dea3a cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:135: 2024-08-29T17:52:55Z
script_test.go:137: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1907762756/tmpdir1720966080/mod_prefer_compatible148286397
script_test.go:159:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1907762756/tmpdir1720966080/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
CCACHE_DISABLE=1
GOARCH=arm64
...
go: module github.com/russross/blackfriday: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1907762756/tmpdir1720966080/mod_prefer_compatible148286397/gopath/pkg/mod/cache/vcs/fb978822a4944776ca42509272a7325dad7bcbd80ced596132267b9bc8b28db8: exit status 128:
17:52:55.625471 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
17:52:55.627713 http.c:699 == Info: Trying 140.82.114.3...
17:52:55.627731 http.c:699 == Info: TCP_NODELAY set
17:52:55.666560 http.c:699 == Info: connect to 140.82.114.3 port 443 failed: Connection refused
17:52:55.666589 http.c:699 == Info: Failed to connect to github.com port 443: Connection refused
17:52:55.666595 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/russross/blackfriday/': Failed to connect to github.com port 443: Connection refused
script_test.go:159: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (0.96s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-08-29 18:03 gotip-linux-amd64-longtest go@00c48ad6 cmd/go.TestScript/govcs (log)
=== RUN TestScript/govcs
=== PAUSE TestScript/govcs
=== CONT TestScript/govcs
script_test.go:135: 2024-08-29T18:18:23Z
script_test.go:137: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3029182713/tmpdir1211678715/govcs899348975
script_test.go:159:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3029182713/tmpdir1211678715/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
CCACHE_DISABLE=1
GOARCH=amd64
...
go: module rsc.io/sampler: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-3029182713/tmpdir1211678715/govcs899348975/gopath/pkg/mod/cache/vcs/35640be4a3d2ccf2debb48dd7a3972a84907e5170b0209b4f963f3c8d00f8cd6: exit status 128:
18:18:24.662691 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:18:24.679207 http.c:699 == Info: Trying 140.82.114.4...
18:18:24.679226 http.c:699 == Info: TCP_NODELAY set
18:18:24.713576 http.c:699 == Info: connect to 140.82.114.4 port 443 failed: Connection refused
18:18:24.713622 http.c:699 == Info: Failed to connect to github.com port 443: Connection refused
18:18:24.713633 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/sampler/': Failed to connect to github.com port 443: Connection refused
script_test.go:159: FAIL: testdata/script/govcs.txt:70: go get rsc.io/sampler: exit status 1
--- FAIL: TestScript/govcs (1.33s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-09-05 16:42 gotip-linux-386-longtest go@dd201952 cmd/go/internal/modfetch.TestCodeRepo/github.com_rsc_vgotest1_v54321/80d85c5 (log)
=== RUN TestCodeRepo/github.com_rsc_vgotest1_v54321/80d85c5
=== PAUSE TestCodeRepo/github.com_rsc_vgotest1_v54321/80d85c5
=== CONT TestCodeRepo/github.com_rsc_vgotest1_v54321/80d85c5
coderepo_test.go:619: repoStat("80d85c5"): git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-2280287255/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Empty reply from server, wanted "missing github.com/rsc/vgotest1/go.mod and .../v54321/go.mod at revision 80d85c5d4d17"
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1_v54321/80d85c5 (0.25s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-09-25 16:22 gotip-linux-386-longtest go@4a1167df cmd/go/internal/modfetch.TestCodeRepo/github.com_rsc_vgotest1/80d85c5 (log)
=== RUN TestCodeRepo/github.com_rsc_vgotest1/80d85c5
=== PAUSE TestCodeRepo/github.com_rsc_vgotest1/80d85c5
=== CONT TestCodeRepo/github.com_rsc_vgotest1/80d85c5
2024/09/25 16:29:56 serving /hg/vgotest1?cmd=capabilities
2024/09/25 16:30:27 vgotest1.txt:
> handle hg
> cd git
> env GIT_AUTHOR_NAME='Russ Cox'
> env GIT_AUTHOR_EMAIL='rsc@golang.org'
> env GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
...
2024/09/25 16:30:29 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
2024/09/25 16:30:29 serving /hg/vgotest1?cmd=batch
2024/09/25 16:30:30 proxying hg request to http://localhost:39685/
2024/09/25 16:30:31 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
2024/09/25 16:30:31 serving /hg/vgotest1?cmd=getbundle
2024/09/25 16:30:33 proxying hg request to http://localhost:34319/
2024/09/25 16:30:34 /usr/bin/hg serve --port 0 --address localhost --accesslog /dev/null --name vcweb --print-url
coderepo_test.go:623: repo.Stat("80d85c5"): github.com/rsc/vgotest1@80d85c5: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1939398730/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Failed to connect to github.com port 443: Connection timed out
--- FAIL: TestCodeRepo/github.com_rsc_vgotest1/80d85c5 (130.08s)
2024-09-25 16:22 gotip-linux-386-longtest go@4a1167df cmd/go/internal/modfetch.TestCodeRepoVersions/github.com_rsc_vgotest1#01 (log)
=== RUN TestCodeRepoVersions/github.com_rsc_vgotest1#01
=== PAUSE TestCodeRepoVersions/github.com_rsc_vgotest1#01
=== CONT TestCodeRepoVersions/github.com_rsc_vgotest1#01
coderepo_test.go:837: Versions("v1.0"): module github.com/rsc/vgotest1: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1939398730/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Failed to connect to github.com port 443: Connection timed out
--- FAIL: TestCodeRepoVersions/github.com_rsc_vgotest1#01 (0.00s)
2024-09-25 16:22 gotip-linux-386-longtest go@4a1167df cmd/go/internal/modfetch.TestLatest/github.com_rsc_vgotest1_subdir (log)
=== RUN TestLatest/github.com_rsc_vgotest1_subdir
=== PAUSE TestLatest/github.com_rsc_vgotest1_subdir
=== CONT TestLatest/github.com_rsc_vgotest1_subdir
coderepo_test.go:909: Latest(): git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1939398730/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': Failed to connect to github.com port 443: Connection timed out, want "github.com/rsc/vgotest1/subdir@v0.0.0-20180219223237-a08abb797a67: invalid version: missing github.com/rsc/vgotest1/subdir/go.mod at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1_subdir (0.00s)
2024/09/25 16:32:06 serving /git/commit-after-tag/info/refs?service=git-upload-pack
2024/09/25 16:32:06 serving /git/no-tags/info/refs?service=git-upload-pack
2024/09/25 16:32:06 no-tags.txt:
> handle git
...
8da67e0 (tag: v1.0.0) all: add go.mod and main.go
> cmp stdout .git-log
2024/09/25 16:32:06 serving /git/commit-after-tag/git-upload-pack
2024/09/25 16:32:06 serving /git/no-tags/info/refs?service=git-upload-pack
2024/09/25 16:32:06 serving /git/no-tags/git-upload-pack
2024/09/25 16:32:06 serving /git/commit-after-tag/info/refs?service=git-upload-pack
2024/09/25 16:32:06 serving /git/no-tags/git-upload-pack
2024/09/25 16:32:06 serving /git/commit-after-tag/git-upload-pack
2024/09/25 16:32:06 serving /git/commit-after-tag/git-upload-pack
2024-09-25 20:04 gotip-linux-386-longtest go@8ed18d2c cmd/go/internal/modfetch.TestCodeRepo/github.com_pkg_errors/v0.8.0 (log)
=== RUN TestCodeRepo/github.com_pkg_errors/v0.8.0
=== PAUSE TestCodeRepo/github.com_pkg_errors/v0.8.0
=== CONT TestCodeRepo/github.com_pkg_errors/v0.8.0
coderepo_test.go:623: repo.Stat("v0.8.0"): github.com/pkg/errors@v0.8.0: invalid version: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-142797501/modcache/cache/vcs/6d82bc6342f8104a35e27089637bd09e9cdb9402f044a75aeb6d5a73e50dad6c: exit status 128:
fatal: unable to access 'https://github.com/pkg/errors/': Failed to connect to github.com port 443: Connection timed out
--- FAIL: TestCodeRepo/github.com_pkg_errors/v0.8.0 (131.67s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-10-09 18:20 gotip-linux-amd64-longtest-swissmap go@5428570a cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:139: 2024-10-09T18:31:12Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-879314970/tmpdir269928122/mod_invalid_version3300259354
go proxy: no archive example.com/b v0.3.0: file does not exist
go proxy: no archive example.com/a v0.1.0: file does not exist
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-879314970/tmpdir269928122/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
...
> go list -m github.com/pierrec/lz4
[stderr]
go: errors parsing go.mod:
go.mod:5: git fetch --unshallow -f origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-879314970/tmpdir269928122/mod_invalid_version3300259354/gopath/pkg/mod/cache/vcs/036595127a116abca3f2bfd7bedafedb33d890c2b102d96361815966679432e7: exit status 128:
18:31:45.043727 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
18:31:49.905961 http.c:699 == Info: Could not resolve host: github.com
18:31:49.905995 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pierrec/lz4/': Could not resolve host: github.com
script_test.go:163: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (37.92s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-10-18 23:13 gotip-darwin-amd64-longtest go@488e2d18 cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:139: 2024-10-19T00:49:18Z
script_test.go:141: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-1856612282/tmpdir3483568853/mod_prefer_compatible3691641966
script_test.go:163:
PATH=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-1856612282/tmpdir3483568853/testbin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/cache/tools/bin:/Users/swarming/.swarming/w/ir/bbagent_utility_packages:/Users/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages:/Users/swarming/.swarming/w/ir/cipd_bin_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/Users/swarming/.swarming/w/ir/cache/cipd_client:/Users/swarming/.swarming/w/ir/cache/cipd_client/bin:/Users/swarming/.swarming/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
17:59:29.133792 http.c:646 <= Recv header, 0000000088 bytes (0x00000058)
17:59:29.133847 http.c:658 <= Recv header: Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
17:59:29.133894 http.c:646 <= Recv header, 0000000019 bytes (0x00000013)
17:59:29.133936 http.c:658 <= Recv header: connection: close
17:59:29.133982 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
17:59:29.134025 http.c:658 <= Recv header:
17:59:29.167517 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/rsc/legacytest/': The requested URL returned error: 504
script_test.go:163: FAIL: testdata/script/mod_prefer_compatible.txt:76: go list -m github.com/rsc/legacytest@7303f7796364: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (611.41s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-10-22 01:48 gotip-openbsd-amd64 go@4bfc81a7 cmd/go/internal/modfetch/codehost.TestReadZip/vgotest1/submod/v1.0.4/submod (log)
=== RUN TestReadZip/vgotest1/submod/v1.0.4/submod
=== PAUSE TestReadZip/vgotest1/submod/v1.0.4/submod
=== CONT TestReadZip/vgotest1/submod/v1.0.4/submod
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs # git3 http://127.0.0.1:4788/git/vgotest1
git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594.lock
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594 # git3 http://127.0.0.1:4788/git/vgotest1
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594; git init --bare
git_test.go:167: 0.768s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594; git init --bare
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594; git remote add origin -- http://127.0.0.1:4788/git/vgotest1
git_test.go:167: 0.081s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-867716492/modcache/cache/vcs/94aaed37d7a9615598c73da6acd1e23704b718d6a7c50ecd7705a62add9b0594; git remote add origin -- http://127.0.0.1:4788/git/vgotest1
...
#2 go.chromium.org/luci/common/retry/retry.go:100 - retry.Retry()
#3 git/git.go:264 - main.(*gitRunner).runWithRetries()
#4 git/git.go:184 - main.(*GitCommand).Run()
#5 git/main.go:154 - main.mainImpl()
reason: failed to run Git
#6 git/main.go:181 - main.main()
#7 runtime/proc.go:271 - runtime.main()
#8 runtime/asm_amd64.s:1695 - runtime.goexit()
--- FAIL: TestReadZip/vgotest1/submod/v1.0.4/submod (56.29s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-10-24 17:32 gotip-openbsd-amd64 go@1846dd5a cmd/go/internal/modfetch/codehost.TestTags/gitrepo1/xxx (log)
=== RUN TestTags/gitrepo1/xxx
=== PAUSE TestTags/gitrepo1/xxx
=== CONT TestTags/gitrepo1/xxx
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs # git3 http://127.0.0.1:39375/git/gitrepo1
git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a.lock
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a # git3 http://127.0.0.1:39375/git/gitrepo1
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a; git init --bare
git_test.go:167: 0.677s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a; git init --bare
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a; git remote add origin -- http://127.0.0.1:39375/git/gitrepo1
git_test.go:167: 0.139s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a; git remote add origin -- http://127.0.0.1:39375/git/gitrepo1
...
2024/10/24 10:51:24 cgi: no headers
git_test.go:167: 44.453s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a; git ls-remote -q origin
# get http://127.0.0.1:39375/git/gitrepo1
git_test.go:213: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-340640059/modcache/cache/vcs/d6272442fe40ca18c634ad517339e68a05ff5d5717cb74dd7dd414fe9514475a: exit status 255:
fatal: unable to access 'http://127.0.0.1:39375/git/gitrepo1/': The requested URL returned error: 500
[W git.go:289] Transient error string identified in STDERR: "fatal: unable to access 'http://127.0.0.1:39375/git/gitrepo1/': The requested URL returned error: 500\n"
[W git.go:300] Retrying after 2s (rc=128): transient error string encountered
error: cannot fork() for remote-http: Resource temporarily unavailable
[W git.go:323] Command completed with rc 255 after 1 transient failure(s).
--- FAIL: TestTags/gitrepo1/xxx (45.78s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-11-04 14:39 gotip-openbsd-amd64 go@9c5f5bd6 cmd/go/internal/modfetch/codehost.TestReadZip/vgotest1/submod/v1.0.4/submod (log)
=== RUN TestReadZip/vgotest1/submod/v1.0.4/submod
=== PAUSE TestReadZip/vgotest1/submod/v1.0.4/submod
=== CONT TestReadZip/vgotest1/submod/v1.0.4/submod
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs # git3 http://127.0.0.1:21502/git/vgotest1
git_test.go:167: # lock /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e.lock
git_test.go:167: mkdir -p /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e # git3 http://127.0.0.1:21502/git/vgotest1
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e; git init --bare
git_test.go:167: 0.570s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e; git init --bare
git_test.go:167: cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e; git remote add origin -- http://127.0.0.1:21502/git/vgotest1
git_test.go:167: 0.104s # cd /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e; git remote add origin -- http://127.0.0.1:21502/git/vgotest1
...
2024/11/04 06:57:18 vgotest1.txt:58: git tag v2.0.4: exit status 250
# get http://127.0.0.1:21502/git/vgotest1: 500 Internal Server Error (0.019s)
git_test.go:431: ReadZip: unexpected error git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/gitrepo-test-1670256196/modcache/cache/vcs/d6614a75ba17c1690b5d4d67abdcc9972b9c1d916fc355bc4235e5097727252e: exit status 128:
remote: vgotest1.txt:58: git tag v2.0.4: exit status 250
fatal: unable to access 'http://127.0.0.1:21502/git/vgotest1/': The requested URL returned error: 500
[W git.go:289] Transient error string identified in STDERR: "fatal: unable to access 'http://127.0.0.1:21502/git/vgotest1/': The requested URL returned error: 500\n"
[W git.go:300] Retrying after 2s (rc=128): transient error string encountered
error: cannot fork() for git-remote-http: Resource temporarily unavailable
[W git.go:323] Command completed with rc 128 after 1 transient failure(s).
--- FAIL: TestReadZip/vgotest1/submod/v1.0.4/submod (53.56s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-11-21 14:52 gotip-linux-arm64-longtest go@3ff868f2 cmd/go.TestScript/mod_download_hash (log)
=== RUN TestScript/mod_download_hash
=== PAUSE TestScript/mod_download_hash
=== CONT TestScript/mod_download_hash
script_test.go:139: 2024-11-21T15:05:46Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3713836830/tmpdir2357132624/mod_download_hash2517342507
2024/11/21 15:05:46 serving /git/insecurerepo/info/refs?service=git-upload-pack
2024/11/21 15:05:46 serving /git/insecurerepo/git-upload-pack
2024/11/21 15:05:46 serving /git/insecurerepo/info/refs?service=git-upload-pack
2024/11/21 15:05:46 serving /git/insecurerepo/git-upload-pack
2024/11/21 15:05:46 serving /git/insecurerepo/git-upload-pack
...
15:15:47.144566 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
15:15:47.144577 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
15:15:47.144586 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (21):
15:15:47.144590 http.c:699 == Info: TLSv1.3 (IN), TLS alert, Client hello (1):
15:15:47.144598 http.c:699 == Info: Closing connection 0
15:15:47.144608 http.c:699 == Info: TLSv1.3 (OUT), TLS Unknown, Unknown (21):
15:15:47.144650 http.c:699 == Info: TLSv1.3 (OUT), TLS alert, Client hello (1):
fatal: unable to access 'https://github.com/rsc/quote/': The requested URL returned error: 504
script_test.go:163: FAIL: testdata/script/mod_download_hash.txt:9: go mod download rsc.io/quote@a91498bed0a73d4bb9c1fb2597925f7883bc40a7: exit status 1
--- FAIL: TestScript/mod_download_hash (600.79s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-11-21 16:10 gotip-linux-amd64-longtest-noswissmap go@f7b15264 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:139: 2024-11-21T16:23:24Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3013277395/tmpdir3746550703/mod_invalid_version2564037794
go proxy: no archive example.com/c v0.1.0: file does not exist
go proxy: no archive example.com v0.1.0: file does not exist
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/example.com_b_v0.1.0.txt: no such file or directory
go proxy: no archive example.com/b v0.1.0: file does not exist
go proxy: no archive example.com/c v0.2.0: file does not exist
...
> go list -m github.com/pierrec/lz4
[stderr]
go: github.com/pierrec/lz4@v1.0.2-0.20190131084431-473cd7ce01a1 requires
github.com/pkg/profile@v1.2.1: reading github.com/pkg/profile/go.mod at revision v1.2.1: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-3013277395/tmpdir3746550703/mod_invalid_version2564037794/gopath/pkg/mod/cache/vcs/c88da0159ba81c743fd5e98f3020472cc342666b1e9302991c424cbd8591810f: exit status 128:
16:24:11.603254 http.c:699 == Info: Couldn't find host github.com in the .netrc file; using defaults
16:24:16.446886 http.c:699 == Info: Could not resolve host: github.com
16:24:16.446924 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/pkg/profile/': Could not resolve host: github.com
script_test.go:163: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (52.34s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-12-17 19:35 gotip-darwin-amd64-longtest go@b9e2ffdc cmd/go/internal/modfetch.TestLatest/github.com_rsc_vgotest1 (log)
=== RUN TestLatest/github.com_rsc_vgotest1
=== PAUSE TestLatest/github.com_rsc_vgotest1
=== CONT TestLatest/github.com_rsc_vgotest1
coderepo_test.go:909: Latest(): git ls-remote -q origin in /Users/swarming/.swarming/w/ir/x/t/gitrepo-test-4125796339/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': The requested URL returned error: 502, want "github.com/rsc/vgotest1@v0.0.0-20180219223237-a08abb797a67: invalid version: go.mod has post-v0 module path \"github.com/vgotest1/v2\" at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1 (0.00s)
2024/12/17 17:39:19 serving /git/no-tags/info/refs?service=git-upload-pack
2024/12/17 17:39:19 serving /git/commit-after-tag/info/refs?service=git-upload-pack
2024/12/17 17:39:19 no-tags.txt:
> handle git
...
8da67e0 (tag: v1.0.0) all: add go.mod and main.go
> cmp stdout .git-log
2024/12/17 17:39:20 serving /git/commit-after-tag/git-upload-pack
2024/12/17 17:39:20 serving /git/no-tags/info/refs?service=git-upload-pack
2024/12/17 17:39:20 serving /git/no-tags/git-upload-pack
2024/12/17 17:39:20 serving /git/no-tags/git-upload-pack
2024/12/17 17:39:20 serving /git/commit-after-tag/info/refs?service=git-upload-pack
2024/12/17 17:39:20 serving /git/commit-after-tag/git-upload-pack
2024/12/17 17:39:20 serving /git/commit-after-tag/git-upload-pack
2024-12-17 19:35 gotip-darwin-amd64-longtest go@b9e2ffdc cmd/go/internal/modload.TestQueryImport/github.com_rsc_quote (log)
=== RUN TestQueryImport/github.com_rsc_quote
go: finding module for package github.com/rsc/quote
import_test.go:81: queryImport(_, "github.com/rsc/quote"): github.com/rsc/quote@v1.5.2: invalid version: git fetch --unshallow -f origin in /Users/swarming/.swarming/w/ir/x/t/modload-test-2625225398/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected flush after ref listing
--- FAIL: TestQueryImport/github.com_rsc_quote (0.00s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2024-12-17 19:19 gotip-darwin-amd64-longtest go@8790372a cmd/go/internal/modfetch.TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (log)
=== RUN TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== PAUSE TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
=== CONT TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f
2024/12/17 18:50:15 serving /git/gitrepo1/git-upload-pack
2024/12/17 18:50:15 serving /git/gitrepo1/git-upload-pack
2024/12/17 18:50:15 serving /git/gitrepo1/info/refs?service=git-upload-pack
2024/12/17 18:50:15 serving /git/gitrepo1/git-upload-pack
2024/12/17 18:50:16 serving /git/gitrepo1/git-upload-pack
2024/12/17 18:50:17 serving /git/gitrepo1/info/refs?service=git-upload-pack
2024/12/17 18:50:17 serving /git/gitrepo1/git-upload-pack
2024/12/17 18:50:17 serving /git/gitrepo1/git-upload-pack
coderepo_test.go:619: repoStat("c4d4236f"): github.com/rsc/quote/buggy@c4d4236f: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /Users/swarming/.swarming/w/ir/x/t/gitrepo-test-296850925/modcache/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': The requested URL returned error: 503, wanted "missing github.com/rsc/quote/buggy/go.mod at revision c4d4236f9242"
--- FAIL: TestCodeRepo/github.com_rsc_quote_buggy/c4d4236f (38.67s)
2024-12-17 19:19 gotip-darwin-amd64-longtest go@8790372a cmd/go/internal/modfetch.TestLatest/github.com_rsc_vgotest1 (log)
=== RUN TestLatest/github.com_rsc_vgotest1
=== PAUSE TestLatest/github.com_rsc_vgotest1
=== CONT TestLatest/github.com_rsc_vgotest1
coderepo_test.go:909: Latest(): git fetch --unshallow -f origin in /Users/swarming/.swarming/w/ir/x/t/gitrepo-test-296850925/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
fatal: unable to access 'https://github.com/rsc/vgotest1/': The requested URL returned error: 503, want "github.com/rsc/vgotest1@v0.0.0-20180219223237-a08abb797a67: invalid version: go.mod has post-v0 module path \"github.com/vgotest1/v2\" at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1 (27.58s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-01-03 22:12 go1.24-darwin-amd64-longtest release-branch.go1.24@5da02635 cmd/go.TestScript/mod_sumdb_golang (log)
=== RUN TestScript/mod_sumdb_golang
=== PAUSE TestScript/mod_sumdb_golang
=== CONT TestScript/mod_sumdb_golang
script_test.go:139: 2025-01-10T18:47:00Z
script_test.go:141: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-3867639036/tmpdir292227593/mod_sumdb_golang3128756733
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
go proxy: no archive rsc.io v1.0.0: file does not exist
script_test.go:163:
...
11:47:09.038572 http.c:658 <= Recv header: Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
11:47:09.038577 http.c:646 <= Recv header, 0000000019 bytes (0x00000013)
11:47:09.038580 http.c:658 <= Recv header: Connection: close
11:47:09.038585 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
11:47:09.038588 http.c:658 <= Recv header:
11:47:09.038629 http.c:699 == Info: Closing connection 0
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
script_test.go:163: FAIL: testdata/script/mod_sumdb_golang.txt:20: go get rsc.io/quote@v1.5.2: exit status 1
--- FAIL: TestScript/mod_sumdb_golang (3608.28s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-01-13 19:11 gotip-darwin-amd64-longtest go@de9fdc7b cmd/go.TestScript/mod_prefer_compatible (log)
=== RUN TestScript/mod_prefer_compatible
=== PAUSE TestScript/mod_prefer_compatible
=== CONT TestScript/mod_prefer_compatible
script_test.go:139: 2025-01-14T00:18:08Z
script_test.go:141: $WORK=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-49170312/tmpdir450454051/mod_prefer_compatible2404418817
script_test.go:163:
PATH=/Users/swarming/.swarming/w/ir/x/t/cmd-go-test-49170312/tmpdir450454051/testbin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/x/w/goroot/bin:/Users/swarming/.swarming/w/ir/cache/tools/bin:/Users/swarming/.swarming/w/ir/bbagent_utility_packages:/Users/swarming/.swarming/w/ir/bbagent_utility_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages:/Users/swarming/.swarming/w/ir/cipd_bin_packages/bin:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3:/Users/swarming/.swarming/w/ir/cipd_bin_packages/cpython3/bin:/Users/swarming/.swarming/w/ir/cache/cipd_client:/Users/swarming/.swarming/w/ir/cache/cipd_client/bin:/Users/swarming/.swarming/cipd_cache/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
16:18:29.524758 http.c:658 <= Recv header: X-GitHub-Request-Id: E18C:3757BC:DBC8:15B14:6785AD43
16:18:29.524774 http.c:646 <= Recv header, 0000000023 bytes (0x00000017)
16:18:29.524790 http.c:658 <= Recv header: X-Frame-Options: DENY
16:18:29.524877 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
16:18:29.524895 http.c:658 <= Recv header:
16:18:29.524922 http.c:699 == Info: Connection #0 to host github.com left intact
remote: Internal Server Error
fatal: unable to access 'https://github.com/russross/blackfriday/': The requested URL returned error: 500
script_test.go:163: FAIL: testdata/script/mod_prefer_compatible.txt:42: go list -versions -m github.com/russross/blackfriday: exit status 1
--- FAIL: TestScript/mod_prefer_compatible (22.38s)
2025-01-13 19:11 gotip-darwin-amd64-longtest go@de9fdc7b cmd/go/internal/modfetch.TestLatest/github.com_rsc_vgotest1 (log)
=== RUN TestLatest/github.com_rsc_vgotest1
=== PAUSE TestLatest/github.com_rsc_vgotest1
=== CONT TestLatest/github.com_rsc_vgotest1
coderepo_test.go:909: Latest(): git ls-remote -q origin in /Users/swarming/.swarming/w/ir/x/t/gitrepo-test-2207262766/modcache/cache/vcs/4a5198d614ab1a6ef5a42101e7276bebd49f61fe11c77b35a3eeaaa999be6485: exit status 128:
remote: Internal Server Error
fatal: unable to access 'https://github.com/rsc/vgotest1/': The requested URL returned error: 500, want "github.com/rsc/vgotest1@v0.0.0-20180219223237-a08abb797a67: invalid version: go.mod has post-v0 module path \"github.com/vgotest1/v2\" at revision a08abb797a67"
--- FAIL: TestLatest/github.com_rsc_vgotest1 (0.00s)
2025/01/13 15:57:31 no-tags.txt:
> handle git
> env GIT_AUTHOR_NAME='Bryan C. Mills'
...
8da67e0 (tag: v1.0.0) all: add go.mod and main.go
> cmp stdout .git-log
2025/01/13 15:57:32 serving /git/commit-after-tag/git-upload-pack
2025/01/13 15:57:32 serving /git/no-tags/info/refs?service=git-upload-pack
2025/01/13 15:57:32 serving /git/no-tags/git-upload-pack
2025/01/13 15:57:32 serving /git/commit-after-tag/info/refs?service=git-upload-pack
2025/01/13 15:57:32 serving /git/no-tags/git-upload-pack
2025/01/13 15:57:33 serving /git/commit-after-tag/git-upload-pack
2025/01/13 15:57:33 serving /git/commit-after-tag/git-upload-pack
2025-01-13 19:11 gotip-darwin-amd64-longtest go@de9fdc7b cmd/go/internal/modload.TestQueryImport/github.com_rsc_quote_buggy (log)
=== RUN TestQueryImport/github.com_rsc_quote_buggy
go: finding module for package github.com/rsc/quote/buggy
import_test.go:81: queryImport(_, "github.com/rsc/quote/buggy"): module github.com/rsc/quote/buggy: git ls-remote -q origin in /Users/swarming/.swarming/w/ir/x/t/modload-test-450417572/pkg/mod/cache/vcs/5673a25ea375597bb7799aed271d658fc11bcb2aced1a8a5011c001d4c2ead3a: exit status 128:
fatal: unable to access 'https://github.com/rsc/quote/': The requested URL returned error: 503
--- FAIL: TestQueryImport/github.com_rsc_quote_buggy (41.16s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-03 20:11 gotip-linux-amd64-longtest go@c1a5889e cmd/go.TestScript/cover_coverprofile_nocoverpkg (log)
=== RUN TestScript/cover_coverprofile_nocoverpkg
=== PAUSE TestScript/cover_coverprofile_nocoverpkg
=== CONT TestScript/cover_coverprofile_nocoverpkg
script_test.go:139: 2025-02-03T20:29:53Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3714740081/tmpdir51510459/cover_coverprofile_nocoverpkg121896374
2025/02/03 20:29:53 serving /auth/or401?go-get=1
2025/02/03 20:29:53 serving /auth?go-get=1
2025/02/03 20:29:53 open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/auth.txt: no such file or directory
2025/02/03 20:29:53 serving /auth/or401?go-get=1
2025/02/03 20:29:53 serving /?go-get=1
...
> go tool cover -func=cov.p
[stdout]
cov/pkg1/file.go:3: DoSomething 0.0%
cov/pkg2/file.go:3: DoSomething 100.0%
total: (statements) 50.0%
# Prior to GOEXPERIMENT=coverageredesign we should see no output at all for
# pkg1 (since it has no tests). (0.000s)
> [!GOEXPERIMENT:coverageredesign] ! stdout 'pkg1'
script_test.go:163: FAIL: testdata/script/cover_coverprofile_nocoverpkg.txt:18: evaluating condition "GOEXPERIMENT:coverageredesign": unrecognized GOEXPERIMENT "coverageredesign"
--- FAIL: TestScript/cover_coverprofile_nocoverpkg (1.01s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-06 23:59 gotip-linux-amd64-longtest-race go@5c9b13d9 cmd/go.TestScript/cgo_undef (log)
=== RUN TestScript/cgo_undef
=== PAUSE TestScript/cgo_undef
=== CONT TestScript/cgo_undef
script_test.go:139: 2025-02-07T00:16:34Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-1453271348/tmpdir1470456469/cgo_undef220324567
2025/02/07 00:16:34 serving /auth?go-get=1
2025/02/07 00:16:34 open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/vcstest/auth.txt: no such file or directory
2025/02/07 00:16:34 serving /auth/or401?go-get=1
2025/02/07 00:16:34 serving /?go-get=1
2025/02/07 00:16:35 serving /auth?go-get=1
...
EOF
/home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -p m/d -lang=go1.16 -buildid uiNTfWyVCb758zW3053T/uiNTfWyVCb758zW3053T -c=4 -nolocalimports -importcfg $WORK/b001/importcfg -pack $WORK/b001/_cgo_gotypes.go $WORK/b001/d.cgo1.go
cd /home/swarming/.swarming/w/ir/x/t/cmd-go-test-1453271348/tmpdir1470456469/cgo_undef220324567/gopath/src/d
/home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_amd64/pack r $WORK/b001/_pkg_.a $WORK/b001/_x001.o $WORK/b001/_x002.o $WORK/b001/dynimportfail # internal
/home/swarming/.swarming/w/ir/x/w/goroot/pkg/tool/linux_amd64/buildid -w $WORK/b001/_pkg_.a # internal
cp $WORK/b001/_pkg_.a /home/swarming/.swarming/w/ir/x/w/gocache/ea/eab5de76d8cd2198fd5d740efcd9c272364f585155353e6a581dd376b1e685f3-d # internal
> ! stderr 'undefined reference'
matched: b.c:(.text+0x11): undefined reference to `LibFn'
script_test.go:163: FAIL: testdata/script/cgo_undef.txt:35: stderr 'undefined reference': unexpected success
--- FAIL: TestScript/cgo_undef (4.86s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-12 16:19 gotip-linux-386-longtest go@58834c3e cmd/go.TestScript/get_404_meta (log)
=== RUN TestScript/get_404_meta
=== PAUSE TestScript/get_404_meta
=== CONT TestScript/get_404_meta
2025/02/12 16:32:30 serving /auth/or401?go-get=1
script_test.go:139: 2025-02-12T16:32:30Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-937733302/tmpdir580909711/get_404_meta1751298202
2025/02/12 16:32:30 serving /
2025/02/12 16:32:30 serving /auth/or401/vcs-test.golang.org/auth/or401/@v/list
2025/02/12 16:32:30 serving /auth/or401/vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.info
2025/02/12 16:32:30 serving /auth/or401/vcs-test.golang.org/auth/or401/@latest
...
> env GOPROXY=direct
> go get bazil.org/fuse/fs/fstestutil
[stderr]
go: downloading bazil.org/fuse v0.0.0-20230120002735-62a210ff1fd5
go: downloading golang.org/x/sys v0.4.0
go: bazil.org/fuse/fs/fstestutil imports
bazil.org/fuse imports
golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys": reading https://golang.org/x/sys?go-get=1: 500 Internal Server Error
script_test.go:163: FAIL: testdata/script/get_404_meta.txt:9: go get bazil.org/fuse/fs/fstestutil: exit status 1
--- FAIL: TestScript/get_404_meta (18.82s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-12 19:18 gotip-linux-386-longtest go@6519aa95 cmd/go.TestScript/mod_gonoproxy (log)
=== RUN TestScript/mod_gonoproxy
=== PAUSE TestScript/mod_gonoproxy
=== CONT TestScript/mod_gonoproxy
script_test.go:139: 2025-02-12T19:34:28Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2098633127/tmpdir3798461533/mod_gonoproxy1054860247
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2098633127/tmpdir3798461533/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/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
CCACHE_DISABLE=1
GOARCH=386
...
19:34:49.287148 http.c:646 <= Recv header, 0000000037 bytes (0x00000025)
19:34:49.287151 http.c:658 <= Recv header: Date: Wed, 12 Feb 2025 19:34:49 GMT
19:34:49.287155 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
19:34:49.287158 http.c:658 <= Recv header:
19:34:49.287188 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
19:34:49.287201 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/tools/': The requested URL returned error: 503
script_test.go:163: FAIL: testdata/script/mod_gonoproxy.txt:51: go list -m all: exit status 1
2025/02/12 19:34:56 serving /git/insecurerepo/git-upload-pack
--- FAIL: TestScript/mod_gonoproxy (28.29s)
2025-02-12 19:18 gotip-linux-386-longtest go@6519aa95 cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:139: 2025-02-12T19:35:27Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2098633127/tmpdir3798461533/mod_invalid_version3078465843
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2098633127/tmpdir3798461533/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/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
CCACHE_DISABLE=1
GOARCH=386
...
19:35:27.564373 http.c:658 <= Recv header: X-Xss-Protection: 0
19:35:27.564377 http.c:646 <= Recv header, 0000000037 bytes (0x00000025)
19:35:27.564380 http.c:658 <= Recv header: Date: Wed, 12 Feb 2025 19:35:27 GMT
19:35:27.564384 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
19:35:27.564387 http.c:658 <= Recv header:
19:35:27.564414 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
19:35:27.564426 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 503
script_test.go:163: FAIL: testdata/script/mod_invalid_version.txt:24: go list -m golang.org/x/text: exit status 1
--- FAIL: TestScript/mod_invalid_version (0.52s)
2025-02-12 19:18 gotip-linux-amd64-longtest-noswissmap go@6519aa95 cmd/go.TestScript/mod_sumdb_golang (log)
=== RUN TestScript/mod_sumdb_golang
=== PAUSE TestScript/mod_sumdb_golang
=== CONT TestScript/mod_sumdb_golang
script_test.go:139: 2025-02-12T19:34:46Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3255354017/tmpdir2074760521/mod_sumdb_golang2480024548
go proxy: no archive rsc.io v1.0.0: file does not exist
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-3255354017/tmpdir2074760521/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/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
CCACHE_DISABLE=1
...
19:35:17.369114 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
19:35:17.369117 http.c:658 <= Recv header:
19:35:17.369151 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
19:35:17.369165 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: expected flush after ref listing
script_test.go:163: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
go proxy: open /home/swarming/.swarming/w/ir/x/w/goroot/src/cmd/go/testdata/mod/rsc.io_v0.0.0-20180214005840-23179ee8a569.txt: no such file or directory
go proxy: no archive rsc.io v0.0.0-20180214005840-23179ee8a569: file does not exist
--- FAIL: TestScript/mod_sumdb_golang (32.03s)
2025-02-12 19:18 gotip-linux-amd64-longtest-race go@6519aa95 cmd/go.TestScript/mod_pseudo_cache (log)
=== RUN TestScript/mod_pseudo_cache
=== PAUSE TestScript/mod_pseudo_cache
=== CONT TestScript/mod_pseudo_cache
script_test.go:139: 2025-02-12T19:33:49Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-951860432/tmpdir1715181999/mod_pseudo_cache2267669618
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-951860432/tmpdir1715181999/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/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
CCACHE_DISABLE=1
GOARCH=amd64
...
> env GOPROXY=direct
> go mod download -json golang.org/x/text@a1b916ed6726
[stdout]
{
"Path": "golang.org/x/text",
"Version": "a1b916ed6726",
"Error": "golang.org/x/text@a1b916ed6726: git ls-remote -q origin in /home/swarming/.swarming/w/ir/x/t/cmd-go-test-951860432/tmpdir1715181999/mod_pseudo_cache2267669618/gopath/pkg/mod/cache/vcs/38515699458adac9c8b61a0b44f9ad7a5f6edd7bcc2d7fae95930ec78f71e1b4: exit status 128:\n\t19:35:17.586391 http.c:699 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults\n\t19:35:17.592323 http.c:699 == Info: Trying 209.85.145.82...\n\t19:35:17.592470 http.c:699 == Info: TCP_NODELAY set\n\t19:35:17.593527 http.c:699 == Info: Connected to go.googlesource.com (209.85.145.82) port 443 (#0)\n\t19:35:17.594547 http.c:699 == Info: ALPN, offering http/1.1\n\t19:35:17.605421 http.c:699 == Info: successfully set certificate verify locations:\n\t CAfile: /etc/ssl/certs/ca-certificates.crt\n\t CApath: /usr/share/ca-certificates\n\t19:35:17.605855 http.c:699 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1):\n\t19:35:17.607939 http.c:699 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2):\n\t19:35:17.608270 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Certificate Status (22):\n\t19:35:17.608321 http.c:699 == Info: TLSv1.3 (IN), TLS handshake, Unknown (8):\n\t19:35:17.608366 http.c:699 == Info: TLSv1.3 (IN), TLS handshake, Certificate (11):\n\t19:35:17.609272 http.c:699 == Info: TLSv1.3 (IN), TLS handshake, CERT verify (15):\n\t19:35:17.609601 http.c:699 == Info: TLSv1.3 (IN), TLS handshake, Finished (20):\n\t19:35:17.609718 http.c:699 == Info: TLSv1.3 (OUT), TLS change cipher, Client hello (1):\n\t19:35:17.609817 http.c:699 == Info: TLSv1.3 (OUT), TLS Unknown, Certificate Status (22):\n\t19:35:17.609845 http.c:699 == Info: TLSv1.3 (OUT), TLS handshake, Finished (20):\n\t19:35:17.610025 http.c:699 == Info: SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n\t19:35:17.610068 http.c:699 == Info: ALPN, server accepted to use http/1.1\n\t19:35:17.610103 http.c:699 == Info: Server certificate:\n\t19:35:17.610135 http.c:699 == Info: subject: CN=*.googlecode.com\n\t19:35:17.610174 http.c:699 == Info: start date: Jan 20 08:37:01 2025 GMT\n\t19:35:17.610204 http.c:699 == Info: expire date: Apr 14 08:37:00 2025 GMT\n\t19:35:17.610247 http.c:699 == Info: subjectAltName: host \"go.googlesource.com\" matched cert's \"*.googlesource.com\"\n\t19:35:17.610291 http.c:699 == Info: issuer: C=US; O=Google Trust Services; CN=WR2\n\t19:35:17.610313 http.c:699 == Info: SSL certificate verify ok.\n\t19:35:17.610363 http.c:699 == Info: TLSv1.3 (OUT), TLS Unknown, Unknown (23):\n\t19:35:17.610427 http.c:646 =\u003e Send header, 0000000207 bytes (0x000000cf)\n\t19:35:17.610454 http.c:658 =\u003e Send header: GET /text/info/refs?service=git-upload-pack HTTP/1.1\n\t19:35:17.610480 http.c:658 =\u003e Send header: Host: go.googlesource.com\n\t19:35:17.610510 http.c:658 =\u003e Send header: User-Agent: git/2.39.2.chromium.11\n\t19:35:17.610531 http.c:658 =\u003e Send header: Accept: */*\n\t19:35:17.610551 http.c:658 =\u003e Send header: Accept-Encoding: deflate, gzip\n\t19:35:17.610571 http.c:658 =\u003e Send header: Pragma: no-cache\n\t19:35:17.610590 http.c:658 =\u003e Send header: Git-Protocol: version=2\n\t19:35:17.610610 http.c:658 =\u003e Send header:\n\t19:35:20.448339 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):\n\t19:35:20.448380 http.c:646 \u003c= Recv header, 0000000017 bytes (0x00000011)\n\t19:35:20.448387 http.c:658 \u003c= Recv header: HTTP/1.1 200 OK\n\t19:35:20.448392 http.c:646 \u003c= Recv header, 0000000053 bytes (0x00000035)\n\t19:35:20.448395 http.c:658 \u003c= Recv header: Cache-Control: no-cache, max-age=0, must-revalidate\n\t19:35:20.448400 http.c:646 \u003c= Recv header, 0000000021 bytes (0x00000015)\n\t19:35:20.448403 http.c:658 \u003c= Recv header: Content-Length: 174\n\t19:35:20.448407 http.c:646 \u003c= Recv header, 0000000059 bytes (0x0000003b)\n\t19:35:20.448411 http.c:658 \u003c= Recv header: Content-Type: application/x-git-upload-pack-advertisement\n\t19:35:20.448415 http.c:646 \u003c= Recv header, 0000000040 bytes (0x00000028)\n\t19:35:20.448419 http.c:658 \u003c= Recv header: Expires: Fri, 01 Jan 1980 00:00:00 GMT\n\t19:35:20.448422 http.c:646 \u003c= Recv header, 0000000018 bytes (0x00000012)\n\t19:35:20.448425 http.c:658 \u003c= Recv header: Pragma: no-cache\n\t19:35:20.448429 http.c:646 \u003c= Recv header, 0000000073 bytes (0x00000049)\n\t19:35:20.448433 http.c:658 \u003c= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload\n\t19:35:20.448437 http.c:646 \u003c= Recv header, 0000000033 bytes (0x00000021)\n\t19:35:20.448440 http.c:658 \u003c= Recv header: X-Content-Type-Options: nosniff\n\t19:35:20.448444 http.c:646 \u003c= Recv header, 0000000029 bytes (0x0000001d)\n\t19:35:20.448448 http.c:658 \u003c= Recv header: X-Frame-Options: SAMEORIGIN\n\t19:35:20.448451 http.c:646 \u003c= Recv header, 0000000021 bytes (0x00000015)\n\t19:35:20.448454 http.c:658 \u003c= Recv header: X-Xss-Protection: 0\n\t19:35:20.448458 http.c:646 \u003c= Recv header, 0000000037 bytes (0x00000025)\n\t19:35:20.448461 http.c:658 \u003c= Recv header: Date: Wed, 12 Feb 2025 19:35:20 GMT\n\t19:35:20.448465 http.c:646 \u003c= Recv header, 0000000002 bytes (0x00000002)\n\t19:35:20.448468 http.c:658 \u003c= Recv header:\n\t19:35:20.448483 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact\n\t19:35:20.448776 http.c:699 == Info: Couldn't find host go.googlesource.com in the .netrc file; using defaults\n\t19:35:20.448813 http.c:699 == Info: Found bundle for host go.googlesource.com: 0x36159760 [can pipeline]\n\t19:35:20.448825 http.c:699 == Info: Re-using existing connection! (#0) with host go.googlesource.com\n\t19:35:20.448836 http.c:699 == Info: Connected to go.googlesource.com (209.85.145.82) port 443 (#0)\n\t19:35:20.448900 http.c:699 == Info: TLSv1.3 (OUT), TLS Unknown, Unknown (23):\n\t19:35:20.448994 http.c:646 =\u003e Send header, 0000000278 bytes (0x00000116)\n\t19:35:20.449005 http.c:658 =\u003e Send header: POST /text/git-upload-pack HTTP/1.1\n\t19:35:20.449009 http.c:658 =\u003e Send header: Host: go.googlesource.com\n\t19:35:20.449012 http.c:658 =\u003e Send header: User-Agent: git/2.39.2.chromium.11\n\t19:35:20.449015 http.c:658 =\u003e Send header: Accept-Encoding: deflate, gzip\n\t19:35:20.449019 http.c:658 =\u003e Send header: Content-Type: application/x-git-upload-pack-request\n\t19:35:20.449022 http.c:658 =\u003e Send header: Accept: application/x-git-upload-pack-result\n\t19:35:20.449026 http.c:658 =\u003e Send header: Git-Protocol: version=2\n\t19:35:20.449030 http.c:658 =\u003e Send header: Content-Length: 81\n\t19:35:20.449033 http.c:658 =\u003e Send header:\n\t19:35:20.449047 http.c:699 == Info: upload completely sent off: 81 out of 81 bytes\n\t19:35:22.866110 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):\n\t19:35:22.866154 http.c:646 \u003c= Recv header, 0000000034 bytes (0x00000022)\n\t19:35:22.866161 http.c:658 \u003c= Recv header: HTTP/1.1 503 Service Unavailable\n\t19:35:22.866167 http.c:646 \u003c= Recv header, 0000000022 bytes (0x00000016)\n\t19:35:22.866171 http.c:658 \u003c= Recv header: Content-Length: 1459\n\t19:35:22.866175 http.c:646 \u003c= Recv header, 0000000040 bytes (0x00000028)\n\t19:35:22.866178 http.c:658 \u003c= Recv header: Content-Type: text/html; charset=utf-8\n\t19:35:22.866182 http.c:646 \u003c= Recv header, 0000000033 bytes (0x00000021)\n\t19:35:22.866186 http.c:658 \u003c= Recv header: X-Content-Type-Options: nosniff\n\t19:35:22.866190 http.c:646 \u003c= Recv header, 0000000029 bytes (0x0000001d)\n\t19:35:22.866193 http.c:658 \u003c= Recv header: X-Frame-Options: SAMEORIGIN\n\t19:35:22.866196 http.c:646 \u003c= Recv header, 0000000021 bytes (0x00000015)\n\t19:35:22.866199 http.c:658 \u003c= Recv header: X-Xss-Protection: 0\n\t19:35:22.866203 http.c:646 \u003c= Recv header, 0000000037 bytes (0x00000025)\n\t19:35:22.866206 http.c:658 \u003c= Recv header: Date: Wed, 12 Feb 2025 19:35:22 GMT\n\t19:35:22.866210 http.c:646 \u003c= Recv header, 0000000002 bytes (0x00000002)\n\t19:35:22.866213 http.c:658 \u003c= Recv header:\n\t19:35:22.866261 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):\n\t19:35:22.866276 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact\n\terror: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503\n\tfatal: expected flush after ref listing"
}
script_test.go:163: FAIL: testdata/script/mod_pseudo_cache.txt:23: go mod download -json golang.org/x/text@a1b916ed6726: exit status 1
--- FAIL: TestScript/mod_pseudo_cache (93.26s)
2025-02-12 19:18 gotip-linux-amd64-longtest-race go@6519aa95 cmd/go.TestScript/mod_sumdb_golang (log)
=== RUN TestScript/mod_sumdb_golang
=== PAUSE TestScript/mod_sumdb_golang
=== CONT TestScript/mod_sumdb_golang
script_test.go:139: 2025-02-12T19:33:58Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-951860432/tmpdir1715181999/mod_sumdb_golang2909006199
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-951860432/tmpdir1715181999/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/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
CCACHE_DISABLE=1
GOARCH=amd64
...
19:35:30.914151 http.c:658 <= Recv header: X-Xss-Protection: 0
19:35:30.914155 http.c:646 <= Recv header, 0000000037 bytes (0x00000025)
19:35:30.914158 http.c:658 <= Recv header: Date: Wed, 12 Feb 2025 19:35:30 GMT
19:35:30.914162 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
19:35:30.914166 http.c:658 <= Recv header:
19:35:30.914196 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
19:35:30.914211 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 503
script_test.go:163: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
--- FAIL: TestScript/mod_sumdb_golang (93.05s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-12 19:16 go1.24-linux-amd64-longtest-race release-branch.go1.24@80e2e474 cmd/go.TestScript/mod_sumdb_golang (log)
=== RUN TestScript/mod_sumdb_golang
=== PAUSE TestScript/mod_sumdb_golang
=== CONT TestScript/mod_sumdb_golang
script_test.go:139: 2025-02-12T19:34:19Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-409669739/tmpdir3410983126/mod_sumdb_golang412463909
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-409669739/tmpdir3410983126/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/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
CCACHE_DISABLE=1
GOARCH=amd64
...
19:35:04.760482 http.c:658 <= Recv header: X-Xss-Protection: 0
19:35:04.760485 http.c:646 <= Recv header, 0000000037 bytes (0x00000025)
19:35:04.760487 http.c:658 <= Recv header: Date: Wed, 12 Feb 2025 19:35:04 GMT
19:35:04.760490 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
19:35:04.760492 http.c:658 <= Recv header:
19:35:04.760514 http.c:699 == Info: TLSv1.3 (IN), TLS Unknown, Unknown (23):
19:35:04.760524 http.c:699 == Info: Connection #0 to host go.googlesource.com left intact
fatal: unable to access 'https://go.googlesource.com/text/': The requested URL returned error: 503
script_test.go:163: FAIL: testdata/script/mod_sumdb_golang.txt:71: go list -mod=mod -x -m all: exit status 1
--- FAIL: TestScript/mod_sumdb_golang (46.55s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-02-26 20:15 go1.24-darwin-amd64-longtest release-branch.go1.24@949eae84 cmd/go/internal/modfetch.TestCodeRepoVersions/swtch.com_testmod (log)
=== RUN TestCodeRepoVersions/swtch.com_testmod
=== PAUSE TestCodeRepoVersions/swtch.com_testmod
=== CONT TestCodeRepoVersions/swtch.com_testmod
coderepo_test.go:837: Versions(""): module swtch.com/testmod: Get "https://swtch.com/testmodproxy/swtch.com/testmod/@v/list": read tcp [2001:4860:1002:21:602c:1ca7:456f:8c66]:54539->[2001:4860:4802:34::15]:443: read: connection reset by peer
--- FAIL: TestCodeRepoVersions/swtch.com_testmod (0.01s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-03-10 21:20 gotip-darwin-amd64-longtest go@5b4209fe cmd/go.TestScript/mod_invalid_version (log)
=== RUN TestScript/mod_invalid_version
=== PAUSE TestScript/mod_invalid_version
=== CONT TestScript/mod_invalid_version
script_test.go:139: 2025-03-11T08:05:45Z
script_test.go:141: $WORK=/Volumes/Work/s/w/ir/x/t/cmd-go-test-1748449164/tmpdir3841338716/mod_invalid_version4284352801
script_test.go:163:
PATH=/Volumes/Work/s/w/ir/x/t/cmd-go-test-1748449164/tmpdir3841338716/testbin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/x/w/goroot/bin:/Volumes/Work/s/w/ir/cache/tools/bin:/Volumes/Work/s/w/ir/bbagent_utility_packages:/Volumes/Work/s/w/ir/bbagent_utility_packages/bin:/Volumes/Work/s/w/ir/cipd_bin_packages:/Volumes/Work/s/w/ir/cipd_bin_packages/bin:/Volumes/Work/s/w/ir/cache/cipd_client:/Volumes/Work/s/w/ir/cache/cipd_client/bin:/Volumes/Work/s/cipd_cache/bin:/opt/infra-tools:/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/git/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOME=/no-home
CCACHE_DISABLE=1
GOARCH=amd64
...
01:17:20.852215 http.c:658 <= Recv header: Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; img-src data:;
01:17:20.852218 http.c:646 <= Recv header, 0000000019 bytes (0x00000013)
01:17:20.852220 http.c:658 <= Recv header: connection: close
01:17:20.852225 http.c:646 <= Recv header, 0000000002 bytes (0x00000002)
01:17:20.852228 http.c:658 <= Recv header:
01:17:20.855112 http.c:699 == Info: Closing connection 0
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: expected 'packfile'
script_test.go:163: FAIL: testdata/script/mod_invalid_version.txt:187: go list -m github.com/pierrec/lz4: exit status 1
--- FAIL: TestScript/mod_invalid_version (695.60s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-03-11 21:11 gotip-darwin-amd64-longtest go@c18ff21c cmd/go/internal/modload.TestQueryImport/golang.org_x_text (log)
=== RUN TestQueryImport/golang.org_x_text
go: finding module for package golang.org/x/text
go: downloading golang.org/x/text v0.23.0
import_test.go:81: queryImport(_, "golang.org/x/text"): golang.org/x/text@v0.23.0: verifying module: golang.org/x/text@v0.23.0: Get "https://sum.golang.org/lookup/golang.org/x/text@v0.23.0": read tcp [2001:4860:1002:114:91ef:253f:663c:7415]:54580->[2607:f8b0:4002:c02::8d]:443: read: connection reset by peer
--- FAIL: TestQueryImport/golang.org_x_text (57.95s)
— [watchflakes](https://go.dev/wiki/Watchflakes)
**Comment From: gopherbot**
Found new dashboard test flakes for:
#!watchflakes
post <- (pkg ~ `^cmd/go` || pkg ~ `^golang.org/x/mod`) && (
`Failed to connect to github.com port 443: Connection refused` ||
`remote: Internal Server Error.` ||
`error: RPC failed; HTTP 500` ||
`GnuTLS recv error` ||
`The TLS connection was non-properly terminated` ||
`connect: network is unreachable` ||
`502 Bad Gateway` ||
`remote: Repository not found.` ||
`The requested URL returned error: 50\d` ||
`system library:.*:Connection reset by peer` ||
`dial tcp .*: i/o timeout` ||
`Failed to connect to .* port .*: Connection timed out` ||
`Failed to connect to .* port .*: Operation timed out` ||
`Empty reply from server` ||
`Could not resolve host:` ||
`Failed to connect to .* port 443 .*: Couldn't connect to server` ||
`read: connection reset by peer`)
2025-03-25 00:15 gotip-linux-amd64-longtest-aliastypeparams go@9c88db5f cmd/go.TestScript/mod_download_private_vcs (log)
=== RUN TestScript/mod_download_private_vcs
=== PAUSE TestScript/mod_download_private_vcs
=== CONT TestScript/mod_download_private_vcs
script_test.go:139: 2025-03-25T00:28:53Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2555665551/tmpdir1540592110/mod_download_private_vcs3581979103
script_test.go:163:
PATH=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2555665551/tmpdir1540592110/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/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
CCACHE_DISABLE=1
GOARCH=amd64
...
00:28:54.442227 http.c:699 == Info: Trying 140.82.114.4...
00:28:54.442247 http.c:699 == Info: TCP_NODELAY set
00:31:06.590976 http.c:699 == Info: connect to 140.82.114.4 port 443 failed: Connection timed out
00:31:06.591027 http.c:699 == Info: Failed to connect to github.com port 443: Connection timed out
00:31:06.591038 http.c:699 == Info: Closing connection 0
fatal: unable to access 'https://github.com/golang/term/': Failed to connect to github.com port 443: Connection timed out
[exit status 1]
> stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$'
script_test.go:163: FAIL: testdata/script/mod_download_private_vcs.txt:24: stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$': no match for `(?m)^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$` in stderr
--- FAIL: TestScript/mod_download_private_vcs (133.43s)
— [watchflakes](https://go.dev/wiki/Watchflakes)