``` #!watchflakes post <- pkg == "cmd/go" && `go clean --fuzzcache: exit status` ``` Pulled out from https://github.com/golang/go/issues/55311#issuecomment-1469087280. I think the fix is to set `env GOCACHE=$WORK/cache` or similar explicitly in script tests that need a clean fuzzcache.