Skip to content

bazel: Update to 5.1.1#20741

Merged
keith merged 1 commit intoenvoyproxy:mainfrom
keith:ks/bazel-update-to-5.1.1
Apr 11, 2022
Merged

bazel: Update to 5.1.1#20741
keith merged 1 commit intoenvoyproxy:mainfrom
keith:ks/bazel-update-to-5.1.1

Conversation

@keith
Copy link
Copy Markdown
Member

@keith keith commented Apr 8, 2022

We tried updating to 5.1.0 which fixed some remote cache issues, but
that had a regression where all action failures would appear to be
remote cache flakes instead, this was fixed in 5.1.1

https://github.com/bazelbuild/bazel/releases/tag/5.1.1

Fixes: #20599

Signed-off-by: Keith Smiley keithbsmiley@gmail.com

We tried updating to 5.1.0 which fixed some remote cache issues, but
that had a regression where all action failures would appear to be
remote cache flakes instead, this was fixed in 5.1.1

https://github.com/bazelbuild/bazel/releases/tag/5.1.1

Fixes: envoyproxy#20599

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
@keith keith force-pushed the ks/bazel-update-to-5.1.1 branch from 8725709 to 7a2621a Compare April 9, 2022 21:47
@keith
Copy link
Copy Markdown
Member Author

keith commented Apr 11, 2022

2022-04-09T23:00:52.3563394Z [2022-04-09 22:56:09.871][20396][critical][backtrace] [./source/server/backtrace.h:104] Caught Aborted, suspect faulting address 0x3e900004fac
2022-04-09T23:00:52.3564366Z #0 Envoy::SignalAction::sigHandler() [0x7f26f9f2fe50]
2022-04-09T23:00:52.3565098Z #1 __restore_rt [0x7f26e40d5980]
2022-04-09T23:00:52.3565948Z #2 Envoy::HttpIntegrationTest::waitForNextUpstreamRequest() [0x7f279b4bb43b]
2022-04-09T23:00:52.3566879Z #3 Envoy::HttpIntegrationTest::waitForNextUpstreamRequest() [0x7f279b4bde23]
2022-04-09T23:00:52.3567628Z #4 [0xa70b12]
2022-04-09T23:00:52.3568365Z #5 testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x7f26e5169d5d]
2022-04-09T23:00:52.3569289Z #6 testing::internal::HandleExceptionsInMethodIfSupported<>() [0x7f26e515074e]
2022-04-09T23:00:52.3570081Z #7 testing::Test::Run() [0x7f26e5137c3d]
2022-04-09T23:00:52.3570612Z #8 testing::TestInfo::Run() [0x7f26e513878e]
2022-04-09T23:00:52.3571067Z #9 testing::TestSuite::Run() [0x7f26e5138fd1]
2022-04-09T23:00:52.3571556Z #10 testing::internal::UnitTestImpl::RunAllTests() [0x7f26e514723e]
2022-04-09T23:00:52.3572096Z #11 testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x7f26e517098d]
2022-04-09T23:00:52.3572835Z #12 testing::internal::HandleExceptionsInMethodIfSupported<>() [0x7f26e515375e]
2022-04-09T23:00:52.3573338Z #13 testing::UnitTest::Run() [0x7f26e5146c82]
2022-04-09T23:00:52.3573772Z #14 RUN_ALL_TESTS() [0x7f27101f5423]
2022-04-09T23:00:52.3574205Z #15 Envoy::TestRunner::RunTests() [0x7f27101f45c4]
2022-04-09T23:00:52.3574621Z #16 main [0x7f2710179e5d]
2022-04-09T23:00:52.3575009Z #17 __libc_start_main [0x7f26e3cf3c87]
2022-04-09T23:00:52.3575532Z external/bazel_tools/tools/test/collect_coverage.sh: line 161: 20396 Aborted                 (core dumped) "$@"
2022-04-09T23:00:52.3576268Z --
2022-04-09T23:00:52.3576676Z Coverage runner: Not collecting coverage for failed test.
2022-04-09T23:00:52.3577114Z The following commands failed with status 134
2022-04-09T23:00:52.3578686Z /tmp/sandbox_base/bazel-sandbox.506fa982d9679d3c6eeab1b1d124a688b61c231e37f3485140dfb23bf122cc4f/processwrapper-sandbox/10894/execroot/envoy/bazel-out/k8-fastbuild/bin/test/integration/multiplexed_upstream_integration_test.runfiles/envoy/test/integration/multiplexed_upstream_integration_test --gmock_default_mock_behavior=2 -l trace

🤔

@keith
Copy link
Copy Markdown
Member Author

keith commented Apr 11, 2022

/retest

@repokitteh-read-only
Copy link
Copy Markdown

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #20741 (comment) was created by @keith.

see: more, trace.

@keith keith enabled auto-merge (rebase) April 11, 2022 17:02
@keith keith merged commit 0cb4ec8 into envoyproxy:main Apr 11, 2022
@keith keith deleted the ks/bazel-update-to-5.1.1 branch April 11, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI test builds failing with "invalid action cache entry"

2 participants