"failed to delete output files before executing action" with tree artifacts and --remote_download_minimal #12678
Labels
P1
I'll work on this now. (Assignee required)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
Description of the problem / feature request:
Getting this error when doing an incremental build with --remote_download_minimal.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
Ubuntu 18.04.3 LTS
What's the output of
bazel info release
?release 4.0.0rc4
Have you found anything relevant by searching the web?
No.
Any other information, logs, or outputs that you want to share?
Looks like the exception is thrown from this branch in src/main/java/com/google/devtools/build/lib/actions/AbstractAction.java:deleteOutput
Reverting 4009b17 seems to fix this.
The text was updated successfully, but these errors were encountered: