bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
800 stars 497 forks source link

[Bazel CI] Rules Java error: Cannot load '@bazel_skylib~//lib:modules.bzl' #456

Open sgowroji opened 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3869#018f942c-8e44-4269-95a6-541739629b05

Platform: MacOS

Logs:

ERROR: Analysis of target '//:main' failed; build aborted: Error loading '@@rules_java~//java:extensions.bzl' for module extensions, requested by @@bazel_tools//:MODULE.bazel:25:32: at /private/var/tmp/_bazel_buildkite/19380aa54925c2b3b84dbb6f2e26fc8e/external/rules_java~/java/extensions.bzl:16:6: cannot load '@@bazel_skylib~//lib:modules.bzl': no such file: at /private/var/tmp/_bazel_buildkite/19380aa54925c2b3b84dbb6f2e26fc8e/external/rules_java~/java/extensions.bzl:16:6: cannot load '@@bazel_skylib~//lib:modules.bzl': no such file

Culprit:

Steps:

 git clone https://github.com/bazelbuild/examples
git reset 4679b3915ebdec89b319c4da376b339484c7bf81  --hard
export USE_BAZEL_VERSION=f4cfc846dbdf5f6c19d0a716fccd2ddcdae0d609
bazel build //:main 

CC Greenteam @meteorcloudy