-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows, Bazel at HEAD: non-fatal java.nio.file.NoSuchFileException in --batch mode #5442
Comments
Bisected, culprit is 7c49bd9. |
/cc @buchgr , this week's sheriff |
The culprit commit seems completely unrelated. I think it just surfaced a latent bug. |
Thank you for debugging this! |
@laszlocsomor I wonder why this test is not failing at HEAD on CI. See https://buildkite.com/bazel/bazel-bazel |
@meteorcloudy : It only happens in |
I see! |
Since |
/cc @cvcal |
Can confirm that this happen on every command outside of server usage. It's confusing to see the message right after downloading a new bazel version and just running |
Running bazel outside a workspace does not create a server, so it's |
@cvcal Thanks for explaining, I think we should fix this issue |
This one is resolved. |
Description of the problem / feature request:
Bazel built from HEAD (5a9befc) reports a (non-fatal) java.nio.file.NoSuchFileException at startup.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Build Bazel at 5a9befc (I used
bazel build -c opt src:bazel.exe
)Run that Bazel:
What operating system are you running Bazel on?
Windows 10, 1709
The text was updated successfully, but these errors were encountered: