-
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
Bazel crashes on macos with "failed to delete output files before executing action" #8963
Comments
@juliexxia @gregestren |
I can confirm I ran into this bug into 0.28.1. |
This bug should have existed ever since transitions were available. 7749781 is an upgrade over the original logic. So this shouldn't be a regression and I'm not sure a patch release is necessary as it should have never been possible to rely on this working correctly in the first place. @johnedmonds what kind of impact are you facing from this? |
@gregestren That all sounds correct. Impact is that we need to use a pre-release version of bazel to build bazelbuild/rules_rust#240. |
It doesn't seem to qualify for a patch release. |
I also encountered this problem, can you help me, look forward your reply @laurentlb OS: Ubuntu 16.04 Error: |
Hey @chenmy0917 . While this is the same error ( |
okay, thanks for your suggestion |
Description of the problem / feature request:
On macos, Bazel crashes with the error "failed to delete output files before executing action." Underlying cause is an IOException because the filename is too long. This is fixed by 7749781 (see the change in FunctionTransitionUtil.java) but not released.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Add a transition to a rule. The bug triggers when the chain of dependencies with transitions becomes too long.
What operating system are you running Bazel on?
Mac
What's the output of
bazel info release
?release 0.28.0
If
bazel info release
returns "development version" or "(@non-git)", tell us how you built Bazel.What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: