-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Migration needed for automatic exec groups #19313
Comments
Is it possible to reproduce this issue using a command against the protobuf repo directly? btw are you really testing against 27.0-rc2? If so, could you try 29.0-rc3 instead? |
I also tried rc3; same error. It looks like this might have been fixed in 80a5a51 That commit says "first step", so not sure if that's all that's needed or not. That commit doesn't say it's part of any released tags, so unless it was cherry picked somewhere, I'm assuming its unreleased.
here's a copy/paste of what BCR ran to see a failure:
Basically just looks like test ... with This is from this run: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/45#01932622-abd4-4a94-8bb7-32bba363f13e (the error is a bit hidden, expand the Running Bazel with --incompatible_auto_exec_groups section) |
@rickeylev yes, 80a5a51 fixes this error inside
and this error is coming from Note that rules_kotlin 2.0.0 is a pre-release and it could cause unrelated failures (?) to AEGs. |
What version of protobuf and what language are you using?
Version: 27.0-rc2
Language: Python
What operating system (Linux, Windows, ...) and version? Linux/Mac/Windows
What runtime / compiler are you using (e.g., python version or gcc version)
n/a
What did you do?
Build with bazel with
--incompatible_auto_exec_groups
set. bazelbuild/bazel#24373 has some examples. In rules_python:What did you expect to see
Successful build.
What did you see instead?
Anything else we should know about your project / environment
This is for Bazel 9 support, see bazelbuild/bazel#24373
The text was updated successfully, but these errors were encountered: