bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
107 stars 42 forks source link

[Bazel CI] Error "android_common' value has no field or method 'create_device_broker_info'" #218

Closed sgowroji closed 5 months ago

sgowroji commented 5 months ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3828#018f377a-6966-468b-bb93-306ab8e8e2e8

Platform: Multiple

Logs:


Error: 'android_common' value has no field or method 'create_device_broker_info'
ERROR: /Users/buildkite/builds/bk-imacpro-14/bazel-org-repo-root/stardoc/test/BUILD:78:13: in src attribute of starlark_doc_extract rule //test:regenerate_android_basic_test_golden.extract: initialization of module 'test/testdata/android_basic_test/input.bzl' failed. Since this rule was created by the macro 'stardoc_test', the error might have been caused by the macro implementation
ERROR: /Users/buildkite/builds/bk-imacpro-14/bazel-org-repo-root/stardoc/test/BUILD:78:13: Analysis of target '//test:regenerate_android_basic_test_golden.extract' failed
ERROR: Analysis of target '//test:regenerate_android_basic_test_golden' 

Culprit:

Steps:

 git clone https://github.com/bazelbuild/stardoc
git reset 6bbe896253cf446a3a3fca5a61d021e2ef88f21b  --hard
export USE_BAZEL_VERSION=5cf60bdd4c94f8078736e064f531082d72be57fe
bazel build //... 

CC Greenteam @salmasamy