#!watchflakes
default <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/vgotest1.txt"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestScripts/git/vgotest1.txt
=== PAUSE TestScripts/git/vgotest1.txt
=== CONT TestScripts/git/vgotest1.txt
vcstest_test.go:155: 2025/07/09 16:10:30 vgotest1.txt:
> handle 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
> git init
...
> git add go.mod
> git commit -m 'add go.mod'
[stderr]
error: unable to create temporary file: No space left on device
error: Error building trees
vcstest_test.go:168: vgotest1.txt:118: git commit -m 'add go.mod': exit status 1
--- FAIL: TestScripts/git/vgotest1.txt (0.78s)
2025/07/09 16:10:30 serving /
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "cmd/go/internal/vcweb/vcstest" && test == "TestScripts/git/vgotest1.txt"