-
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
//src/test/shell/bazel:jdeps_test failing on RBE #20288
Labels
breakage
P0
This is an emergency and more important than other current work. (Assignee required)
team-Rules-Java
Issues for Java rules
type: bug
untriaged
Comments
I'm disabling this test on RBE to unblock presubmit. |
copybara-service bot
pushed a commit
that referenced
this issue
Nov 22, 2023
Related #20288 PiperOrigin-RevId: 584584636 Change-Id: Iea064efe8d6caf9e60daf32e5408c325524685ca
Wyverald
pushed a commit
that referenced
this issue
Jan 3, 2024
Related #20288 PiperOrigin-RevId: 584584636 Change-Id: Iea064efe8d6caf9e60daf32e5408c325524685ca
Wyverald
pushed a commit
that referenced
this issue
Jan 3, 2024
*** Reason for rollback *** Fix jdeps_test RBE failure The culprit change added a new class that presumably pushed us over the xargs arg limit. Unfortunately, jdeps does not support @argfile, so this change updates the command buffer size to twice the default on RBE. Fixes #20288 *** Original change description *** Disable //src/test/shell/bazel:jdeps_test on RBE build to fix presubmit Related #20288 PiperOrigin-RevId: 584820138 Change-Id: I6f5157d7e72c539a5fdc81841a35543df473aa4a
@bazel-io fork 7.2.1 |
@bazel-io fork 7.3.0 |
This was referenced Jun 20, 2024
Nvm, this has already been cherry-picked. We may need to bump the limit again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breakage
P0
This is an emergency and more important than other current work. (Assignee required)
team-Rules-Java
Issues for Java rules
type: bug
untriaged
The following error is only happening on RBE Linux platform.
First broken RBE build in postsubmit: https://buildkite.com/bazel/bazel-bazel/builds/25696#018bf414-616b-4833-ba41-7b21d22f62ee
Suspected culprit: 91ad91d
This is currently blocking Bazel presubmit: https://buildkite.com/bazel/google-bazel-presubmit/builds/74116
The text was updated successfully, but these errors were encountered: