Unexpected IO Error (Not a directory) on macOS #10618
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem / feature request:
Bazel server crashing with
IOException
when building a descriptor set with--remote_download_outputs=toplevel
et al. enabled.Feature requests: what underlying problem are you trying to solve with this feature?
IOException
crash.Stack trace:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This happens flakily.
Flags: remote cache +
--remote_download_outputs=toplevel --experimental_inmemory_jdeps_files --experimental_inmemory_dotd_files --nobuild_runfile_links
The
proto_library
target has direct and transitive dependencies which all use thestrip_prefix
parameter.What operating system are you running Bazel on?
macOS 10.14.6
What's the output of
bazel info release
?release 2.0.0
Have you found anything relevant by searching the web?
Likely related: #4751, but the stack trace looks very different.
The text was updated successfully, but these errors were encountered: