rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

[Bazel CI] Build failed with errors: no native function or rule 'aar_import'

Open sgowroji opened this issue 1 year ago • 1 comments

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3858#018f7a6e-1b58-4ec1-a31d-6067bf5a3da1

Platform: Ubuntu

Logs:

ERROR: [0mTraceback (most recent call last):
Error: no native function or rule 'aar_import'
ERROR: [0mSkipping '//tests/integration/override_targets:override_targets': Error evaluating '//tests/integration/override_targets:override_targets': error loading package 'tests/integration/override_targets': Package 'tests/integration/override_targets' contains errors
ERROR: [0mError evaluating '//tests/integration/override_targets:override_targets': error loading package 'tests/integration/override_targets': Package 'tests/integration/override_targets' contains errors

Culprit: bazelbuild/bazel@947c72d

Steps:

 git clone https://github.com/bazelbuild/rules_jvm_external
git reset 0dfbe26a16f78d4669c8c11b2f0d79da8c086062  --hard
export USE_BAZEL_VERSION=88a230f4cf28deec1455cb2caed4dc9f81e108c9
bazel test //tests/integration/override_targets:override_targets 

CC Greenteam @fweikert

sgowroji avatar May 15 '24 15:05 sgowroji