There's a recent failure on the linux/amd64 longtest-aliastypes builder that does not seem related to the commit appended in that build — I suspect it could be a flaky test:

--- FAIL: TestScript (0.19s)
vcs-test.golang.org rerouted to http://127.0.0.1:36369/
https://vcs-test.golang.org/ rerouted to https://127.0.0.1:36743/
go test proxy running at GOPROXY=http://127.0.0.1:46575/mod
--- FAIL: TestScript/mod_invalid_version (166.83s)
    script_test.go:139: 2025-07-30T21:19:41Z
    script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-94143057/tmpdir772596210/mod_invalid_version1703560507
go proxy: no archive example.net/b v0.1.0: file does not exist

Failure is first seen at a4d9977 (AFAICT).

Comment From: gabyhelp

Related Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

Comment From: matloob

This is one of the tests that connects to the internet so it's inherently flaky. We should try to see if we can get it to use the local vcstest server instead.