You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The non-Windows TryBots are failing on CL 399834 due to the winfsnotify package, which is build-constrained to only exist on Windows.
The package has always been build-constrained to only exist on WIndows, but up until that CL it was not the only package in its module. Once it is carved out, go test ./... within that module fails with the message no packages to test (added in CL 5495055).
Since the package and module are being deleted entirely in a subsequent CL, for now we can probably just accept and ignore one CL of builder failures. (It's not ideal, but I can filter out a single broken commit during builder triage pretty easily.)
In the longer term, this might be good to fix alongside #51455 (CC @golang/release).