-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Envoy is failing on Bazel CI #16542
Comments
What compiler and tools/library versions are used by the bazel CI? It seems like the intent was to use the 2 iterator vector constructor, but it seems to me that this code should at the very least look something like:
|
With the following environment :
Tests succeeded
Nonetheless, if required, I can submit a PR with the following patch:
|
Great to hear. Feel free to send me a PR with the diff above. |
The environment for the coverage build on Bazel CI is specified here: https://github.com/envoyproxy/envoy/blob/main/.bazelci/presubmit.yml#L19 It specifies that settings from https://github.com/envoyproxy/envoy/blob/main/bazel/setup_clang.sh should be used for the coverage run. I'm not completely sure what in there is tripping up the build, but someone with more knowledge of the setup could maybe tell? |
@Wyverald: fix is merged, let us know if it fixed the bazel build. |
Thanks! That fixed the coverage test, but now fuzz_coverage is failing: https://buildkite.com/bazel/envoy/builds/1553#72726748-2aab-47ec-94ea-d90a382768dc
Now this looks like a real toolchain problem. I think we could, in the meantime, just disable the fuzz_coverage build and get a green commit (the last one is still in February). |
https://buildkite.com/bazel/envoy/builds/1572#193bb419-dcd3-4556-be76-7c76af5d69fb @antoniovicente @rialg Can you help fix the fuzz_coverage failure on Bazel CI? |
Ping! |
envoyproxy#16542 has been keep Envoy red on Bazel CI for a long time, it doesn't make sense to keep a failing test if it's not going to be fixed. Signed-off-by: Yun Peng <pcloudy@google.com>
#16542 has been keep Envoy red on Bazel CI for a long time, it doesn't make sense to keep a failing test if it's not going to be fixed. Signed-off-by: Yun Peng <pcloudy@google.com>
This is now fixed, thanks! |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
Envoy is green again after disabling the tests: https://buildkite.com/bazel/envoy/builds?branch=main |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
envoyproxy#16542 has been keep Envoy red on Bazel CI for a long time, it doesn't make sense to keep a failing test if it's not going to be fixed. Signed-off-by: Yun Peng <pcloudy@google.com>
this test is still disabled, we should probably fix at some point |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
https://buildkite.com/bazel/envoy/builds/1550#aee9a8a9-d127-466b-9dff-3e6b21bda840
The logs are extremely long but the error seems to originate from this:
More info can be found by following the link above and Ctrl+F'ing the excerpt above.
The text was updated successfully, but these errors were encountered: