-
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
ci: track bazel remote cache related flakiness #4407
Comments
Seems a pretty clear cut case that these failures are cache related. |
Looking at bazelbuild/bazel#4558, it seems to imply that using the same flags with different compilers or versions of compilers might cause this problem. That said in #4404 I experimented with printing compiler package info and it seems that we only ever use different compilers with different combinations of bazel flags (e.g. release is gcc/-c opt, ipv6 and api are clang/-c fastbuild, asan is clang/-c dbg/--config=clang-asan, tsan is clang/-c dbg/--config=clang-tsan). The gcc/clang version always comes from our build image, so it's stable. (Unless someone's writing to the build cache from outside CI.) |
Remote caching issue is being tracked in envoyproxy#4407. Signed-off-by: Andres Guedez <[email protected]>
@lizan I posted this in the maintainers slack channel, but is it possible that when the build completes the bazel server process is killed abruptly while still writing cache? And if so, would using |
@zuercher OK let's try |
Description: Seems it causing problem frequently, disable it to see if it helps. Risk Level: Low Testing: CI Docs Changes: Release Notes: Fixes #4407 Signed-off-by: Lizan Zhou <[email protected]>
Description: Seems it causing problem frequently, disable it to see if it helps. Risk Level: Low Testing: CI Docs Changes: Release Notes: Fixes envoyproxy#4407 Signed-off-by: Lizan Zhou <[email protected]> Signed-off-by: Aaltan Ahmad <[email protected]>
Description:
bazelbuild/bazel#5908
Seems happened a couple times, recent failure:
https://circleci.com/gh/envoyproxy/envoy/94262
This manifests as an
ar
link error, e.g.The text was updated successfully, but these errors were encountered: