-
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
java_tools release broken #10023
Labels
Comments
meisterT
added
release blocker
P1
I'll work on this now. (Assignee required)
team-Rules-Java
Issues for Java rules
labels
Oct 14, 2019
cc @hlopko who created the release |
It looks related to the error prone upgrade in #9372, I'm rebuilding the tools and update this thread when I confirm the culprit. |
@meisterT I can confirm the error prone upgrade to 2.3.3 is the culprit. The new error prone release introduced new error prone checks. This should have been an incompatible change. @cushon FYI Next steps:
|
This was referenced Oct 15, 2019
This should be fixed by 0a8071a. |
davido
added a commit
to davido/rules_kotlin
that referenced
this issue
May 1, 2020
…nerated code This is a reproducer to the error reported by new error prone version 2.3.4. Note that due to this breakage the last attempt to upgrade Error Prone in Bazel was reverted: [1], [2]. Test Plan: On Linux run: $ bazel build \ --java_toolchain=@remote_java_tools_linux//:toolchain --host_java_toolchain=@remote_java_tools_linux//:toolchain src/main/kotlin/... Note, that this should be executed on Linux platform, because I have not built custom java_tool with this CL included: [3] on Mac Os X yet. [1] bazelbuild/bazel#10023 [2] bazelbuild/bazel@d990746 [3] bazelbuild/bazel#11271
This was referenced May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description of the problem:
java_tools release probably broke a couple of Java projects (with Dagger?)
See for a full list of breakages in downstream:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1234#a822417e-f2f7-4927-abe7-b01289011f67
(Note that it includes more problems than this particular issue.)
One example:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1234#83e0dae2-b545-413c-9311-56b79320a2b6
Example error:
What's the output of
bazel info release
?This is with the 1.1.0rc1
The text was updated successfully, but these errors were encountered: