-
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
[6.0.0rc1] cc_proto_library
analysis failure
#16577
Comments
@bazel-io flag |
|
Will take a look |
Seems to be missing the toolchain: #16585 |
f571117 |
@bazel-io fork 6.0.0 |
@buildbreaker2021 @Yannic I think that neither of your changes fix this issue:
@buildbreaker2021 You can use the integration test @Yannic added in https://github.com/bazelbuild/bazel/pull/16585/files#diff-6991d88c914706dc4238fc5d870e151d40411e1c9f2163d5b9da6cce9488132e to verify the fix. |
I believe the test failure in #16585 is exactly the integration test that reproduces this error, which we want to fix. You can patch that test based on HEAD and check if it passes. If not, we probably need further fix. |
Rebasing #16585 to master and removing my fix still reproduces the issue: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/12978#01841fd2-6d67-4003-b75a-c6e1d6c2f289 |
To fix this issue, should we cherry-pick 6c1e4b7 only, or f571117 is also needed? FYI @kshyanashree |
@Yannic Thanks! @kshyanashree please cherry pick 6c1e4b7 for #16600 |
Sure @meteorcloudy, I will do it. Thanks! |
Fixes bazelbuild#16577 Closes bazelbuild#16585. PiperOrigin-RevId: 485600476 Change-Id: I3c2985731ff800a2c6136f401ed3c7e5e89518ad
Description of the bug:
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
Linux, macOS
What is the output of
bazel info release
?6.0.0rc1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
Relevant commits: c8b7ed3
The text was updated successfully, but these errors were encountered: