-
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
Could not move output artifacts from sandboxed execution #22260
Comments
FYI, @alexeagle . I don't know if this should be fixed in rules_js or in Bazel (or in both, the error message is pretty unhelpful). |
Could you check whether |
Unfortunately, no.
|
@AustinSchuh Were you able to find a workaround for this ? I'm encountering the same |
I applied the following diff to |
@bazel-io fork 7.3.0 |
…m out of the sandbox. Similar to bazelbuild@547f0c6, but also includes the r and x bits. Fixes bazelbuild#22260. PiperOrigin-RevId: 644705156 Change-Id: I5354db76dd2c375a6e686fb4808649053b24c500
@bazel-io fork 7.2.1 |
…m out of the sandbox. Similar to bazelbuild@547f0c6, but also includes the r and x bits. Fixes bazelbuild#22260. PiperOrigin-RevId: 644705156 Change-Id: I5354db76dd2c375a6e686fb4808649053b24c500
…move them out of the sandbox. (#22802) Similar to 547f0c6, but also includes the r and x bits. Fixes #22260. PiperOrigin-RevId: 644705156 Change-Id: I5354db76dd2c375a6e686fb4808649053b24c500 Commit fb05e91 Co-authored-by: Googler <[email protected]>
…move them out of the sandbox. (#22806) Similar to 547f0c6, but also includes the r and x bits. Fixes #22260. PiperOrigin-RevId: 644705156 Change-Id: I5354db76dd2c375a6e686fb4808649053b24c500 Commit fb05e91 Co-authored-by: Googler <[email protected]>
A fix for this issue has been included in Bazel 7.2.1 RC2. Please test out the release candidate and report any issues as soon as possible. |
Description of the bug:
I'm getting the following error:
The command which is failing is:
Digging in:
A simple reproducer is:
with
foo_gen.sh
being:Which category does this issue belong to?
Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
See above
Which operating system are you running Bazel on?
Debian Bookworm
What is the output of
bazel info release
?release 7.1.2rc1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
I don't know. With bazel 6, the Aspect javascript rules worked, and I'm unable to use them in bazel 7.
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: