You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: /home/bazel/.cache/bazel/_bazel_bazel/5d706025d280d5fdbb05fa8927483c8f/external/io_bazel_rules_scala/third_party/dependency_analyzer/src/main/BUILD:5:1: in scala_library_for_plugin_bootstrapping rule @io_bazel_rules_scala//third_party/dependency_analyzer/src/main:dependency_analyzer:
--
| Traceback (most recent call last):
| File "/home/bazel/.cache/bazel/_bazel_bazel/5d706025d280d5fdbb05fa8927483c8f/external/io_bazel_rules_scala/third_party/dependency_analyzer/src/main/BUILD", line 5
| scala_library_for_plugin_bootstrapping(name = 'dependency_analyzer')
| File "/home/bazel/.cache/bazel/_bazel_bazel/5d706025d280d5fdbb05fa8927483c8f/external/io_bazel_rules_scala/scala/private/rule_impls.bzl", line 753, in scala_library_for_plugin_bootstrapping_impl
| _lib(ctx, scalac_provider.default_class..., <3 more arguments>)
| File "/home/bazel/.cache/bazel/_bazel_bazel/5d706025d280d5fdbb05fa8927483c8f/external/io_bazel_rules_scala/scala/private/rule_impls.bzl", line 676, in _lib
| _compile_or_empty(ctx, ctx.outputs.manifest, cjars, srcj..., <6 more arguments>)
| File "/home/bazel/.cache/bazel/_bazel_bazel/5d706025d280d5fdbb05fa8927483c8f/external/io_bazel_rules_scala/scala/private/rule_impls.bzl", line 461, in _compile_or_empty
| java_common.run_ijar(ctx.actions, jar = ctx.outputs.jar, <2 more arguments>)
| ConfiguredTarget(@bazel_tools//tools/jdk:current_java_toolchain, a9bf8afaa53ba87d4539f7a4ad4bf485) pass a java_common.JavaToolchainInfo instead of a configured target; see https://github.com/bazelbuild/bazel/issues/7186.
The text was updated successfully, but these errors were encountered:
Looks like --incompatible_use_toolchain_providers_in_java_common should not be flipped at this time, because 0.23.0 is the migration window for it. We should not flip a flag until downstream has migrated. I'm rolling back the CL.
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/825#_
The text was updated successfully, but these errors were encountered: