cmd/vet: stderr spam during testing #23146
Comments
I can't reproduce it in windows 10. C:\Users\rajender\go-contrib\go\src>go test -short -run="Cancel|Race" -count=100 os/exec C:\Users\rajender\go-contrib\go\src>go version C:\Users\rajender\go-contrib\go\src>go env C:\Users\rajender\go-contrib\go\src> |
I believe this error means that cmd/go has found some packages in the cache. It has told vet that those packages can be found in the cache. When vet goes to open them, it gets an error. Looking at the file name, it's weird that it's a relative path. The relevant code is in cmd/go/internal/cache/default.go. On Windows, if |
Change https://golang.org/cl/85996 mentions this issue: |
I'm seeing stderr spam on Windows running tests at master (at 9d5f8ea):
This is in my Windows XP VM, if that matters.
/cc @rsc @ianlancetaylor
The text was updated successfully, but these errors were encountered: