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: Traceback (most recent call last):
File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/d4ff19de6e746f1679fe4bc1387beb8f/external/stardoc+/stardoc/BUILD", line 72, column 16, in <toplevel>
srcs = glob(["*.jar"]),
Error in glob: glob pattern '*.jar' didn't match anything, but allow_empty is set to False (the default value of allow_empty can be set with --incompatible_disallow_empty_glob).
(04:21:52) ERROR: /var/lib/buildkite-agent/builds/bk-docker-8rpq/bazel-org-repo-root/rules_apple/doc/BUILD.bazel:27:12: Target '@@stardoc+//stardoc:templates/markdown_tables/repository_rule.vm' contains an error and its package is in error and referenced by '//doc:visionos.doc_doc'
(04:21:52) ERROR: Analysis of target '//doc:check_visionos.doc' failed; build aborted: Analysis failed
(04:21:52) INFO: Elapsed time: 2.420s, Critical Path: 0.03s
(04:21:52) INFO: 1 process: 1 internal.
(04:21:52) ERROR: Build did NOT complete successfully
(04:21:52) ERROR: No test targets were found, yet testing was requested
For a ruleset like rules_apple that still supports Bazel 6, fix support on pre-`0.7.0` releases by strictly allowing an empty glob on the `//stardoc:distro_bins` to fix an issue like bazelbuild/rules_apple#2555.
Signed-off-by: Matt Robinson <[email protected]>
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4189#019274a0-a407-4de1-9306-84ef2daf9eb2
Platform: Ubuntu
Logs:
Culprit: bazelbuild/bazel#8195
Steps:
CC Greenteam @fweikert
The text was updated successfully, but these errors were encountered: