-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bazel CI]Error in glob: glob pattern '*.jar' didn't match anything #109
Comments
I can't repro. The error looks like it comes from stardoc. I think this was fixed by mattrobmattrob/stardoc@5f92c74 I'd close this issue, but it looks like I don't have that permission anymore 🤷 |
Hi @rickeylev, Missed adding the test flag = "--enable_bzlmod". Updated now. please take a look. Am able to reproduce this issue in local adding below logs for your reference.
|
The reported error is in stardoc, so I tried updating from 0.6.2 to 0.7.1. Though the empty_glob error is gone, a different error occurs:
Which is pretty weird error. I get the impression autoloading might have something to do with it. In any case, sounds like, at the least, we need bump the stardoc version in MODULE.bazel |
This is consistent with |
Yeah, I'm increasing convinced there is some sort of bug with autoloading or an upstream dependency (protobuf, I think) isn't ready yet. Another oddity is rules_python is able to run under bazel 8, and it should have a superset of dependencies of rules_testing. Yet I can't get a working bazel 8 build for rules_testing. |
After some internal discussion, I'm pretty certain the issue here is in
upstream. While autoloading is supposed to fix things, it is disabled in
specific repos (eg protobuf), which is where I see some of the errors
coming from.
I think we're stuck on waiting for a release of at least protobuf.
…On Mon, Oct 28, 2024, 3:21 PM Richard Levasseur ***@***.***> wrote:
Yeah, I'm increasing convinced there is some sort of bug with autoloading
or an upstream dependency (protobuf, I think) isn't ready yet.
Another oddity is rules_python is able to run under bazel 8, and it should
have a superset of dependencies of rules_testing. Yet I can't get a working
bazel 8 build for rules_testing.
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIEXQ6QGNEV76D7VBQ4D3JDZ522F5AVCNFSM6AAAAABPWY2XJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSG44DGMJQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4189#019274a0-a4f7-4c6a-985e-2429371cae1f
Platform: Ubuntu
Logs:
Culprit: bazelbuild/bazel#8195
Steps:
CC Greenteam @fweikert
The text was updated successfully, but these errors were encountered: