Skip to content
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

RBE is broken on Bazel@HEAD #12705

Closed
davido opened this issue Dec 15, 2020 · 2 comments
Closed

RBE is broken on Bazel@HEAD #12705

davido opened this issue Dec 15, 2020 · 2 comments
Assignees
Labels
area-java-toolchains javabase, java_toolchain flags, JDK selection, java_toolchain rules, java_tools repository P1 I'll work on this now. (Assignee required) team-Rules-Java Issues for Java rules

Comments

@davido
Copy link
Contributor

davido commented Dec 15, 2020

On Bazel@HEAD (7428006) RBE is failing on Gerrit Code Review project:

  $ bazel test --config=remote --remote_instance_name=<project-name> javatests/...
  [...]
ERROR: While resolving toolchains for target @bazel_tools//tools/jdk:jdk_8: no matching toolchains found for types @bazel_tools//tools/jdk:runtime_toolchain_type
ERROR: Analysis of target '//javatests/com/google/gerrit/acceptance/rest/project:TagsIT' failed; build aborted: no matching toolchains found for types @bazel_tools//tools/jdk:runtime_toolchain_type
INFO: Elapsed time: 21.711s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (259 packages loaded, 3541 targets configured)

Java version used:

  $ java -fullversion
openjdk full version "11.0.9.1+1-suse-1.1-x8664"

Bisecting the problem:

  $ git bisect good fa0b8abf04
d14fcf4b70c4c7b33d1b27f70b1bd73a615187d2 is the first bad commit

//CC @comius @cushon

@meisterT
Copy link
Member

Is this also an issue with the current RC for 4.0.0?

@davido
Copy link
Contributor Author

davido commented Dec 15, 2020

@meisterT

Nope, I've just confirmed, that RC 4.0.0rc7 is not affected.

@comius comius self-assigned this Dec 15, 2020
@comius comius added area-java-toolchains javabase, java_toolchain flags, JDK selection, java_toolchain rules, java_tools repository P1 I'll work on this now. (Assignee required) team-Rules-Java Issues for Java rules labels Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-java-toolchains javabase, java_toolchain flags, JDK selection, java_toolchain rules, java_tools repository P1 I'll work on this now. (Assignee required) team-Rules-Java Issues for Java rules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants