cmd/go: misleading error message when build cache runs out of disk space #60076
Labels
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Running
make.bash
on linux/amd64 using current go source produced weird error messages:Eventually I realised the disk partition containing
~/.cache/go-build
was full, and aftergo clean -cache
I was able to re-run the build successfully.It appears something in the build cache maintenance code might not be reporting write errors. The error being reported is very wide of the mark.
The text was updated successfully, but these errors were encountered: