-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: Downstream projects broken #10425
Comments
Sorry about that. I have a partial rollback of 934c4fd that should fix this. |
I confirmed that this fixes at least the rules_jvm_external test examples/scala_akka. |
It would help if Buildkite generated repro instructions as part of the culprit finder. It took me a while to figure out what to check out and how to run the tests. I tried building rules_scala and rules_jvm_external directly, and I get a ton of errors. |
@ulfjack Thanks for the fix! I agree we should generate easy commands for reproducing failures. Currently, we do print all the bazel command we execute in a job. As well as the git clone command to get a repo sources at a certain commit.
and
But we should simplify this and make reproducing CI failure only a copy&paste step. |
rules_jvm_external, rules_scala, rules_webtesting, IntelliJ Plugin Aspect are all broken with above error.
Suspected culprit is 934c4fd
Culprit finder result:
https://buildkite.com/bazel/culprit-finder/builds/246#d3d639cf-fd0c-4bf8-bb57-a1e497a7673b
https://buildkite.com/bazel/culprit-finder/builds/247#6b6bab51-60a3-43ff-858c-a9cc1b4663fa
/cc @ulfjack
The text was updated successfully, but these errors were encountered: