#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/mod_get_changes"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestScript/mod_get_changes
=== PAUSE TestScript/mod_get_changes
=== CONT TestScript/mod_get_changes
script_test.go:139: 2025-06-14T11:40:27Z
script_test.go:141: $WORK=/home/swarming/.swarming/w/ir/x/t/cmd-go-test-2077417317/tmpdir2945615368/mod_get_changes1608715511
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: no archive example.com/d v0.1.0: file does not exist
go proxy: no archive example.com/a v0.1.0: file does not exist
go proxy: no archive example.com v0.1.0: file does not exist
...
> stderr '^go: removed rsc.io/sampler v1.3.0$'
matched: go: removed rsc.io/sampler v1.3.0
> ! stderr '^go get.*golang.org/x/text'
> cmp go.mod go.mod.downgrade
# When removing or downgrading a requirement, 'go get' also prints a message
# for explicit dependencies removed as a consequence. (0.022s)
> cp go.mod.usequote go.mod
> go get rsc.io/quote@v1.5.1
script_test.go:163: FAIL: testdata/script/mod_get_changes.txt:26: go get rsc.io/quote@v1.5.1: fork/exec /home/swarming/.swarming/w/ir/x/t/cmd-go-test-2077417317/tmpdir2945615368/testbin/go: resource temporarily unavailable
--- FAIL: TestScript/mod_get_changes (5.61s)
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "cmd/go" && test == "TestScript/mod_get_changes"