envoy icon indicating copy to clipboard operation
envoy copied to clipboard

@envoy//test/integration:extension_discovery_integration_test is flaky under TSAN

Open RyanTheOptimist opened this issue 10 months ago • 1 comments

Failed twice recently:

https://dev.azure.com/cncf/envoy/_build/results?buildId=167499&view=logs&j=e969334a-0e55-5c18-ac96-8b546753391e&t=4122df52-7ea9-5745-8c7d-f6b6f2c73149

[ RUN      ] IpVersionsClientType/ExtensionDiscoveryIntegrationTest.BasicSuccessWithTtl/0
[2024-04-10 13:49:34.405][41][error][envoy_bug] [external/envoy/source/common/event/timer_impl.h:33] envoy bug failure: false. Details: Negative duration passed to durationToTimeval(): -2
[2024-04-10 13:49:34.405][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:38] stacktrace for envoy bug
[2024-04-10 13:49:34.432][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #0 Envoy::Event::TimerUtils::durationToTimeval<>() [0x57ff30e]
[2024-04-10 13:49:34.460][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #1 Envoy::Event::TimerImpl::enableTimer() [0x57fe509]
[2024-04-10 13:49:34.485][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #2 Envoy::Config::TtlManager::refreshTimer() [0x3dc0fae]
[2024-04-10 13:49:34.513][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #3 Envoy::Config::TtlManager::ScopedTtlUpdate::~ScopedTtlUpdate() [0x2ba29d7]
[2024-04-10 13:49:34.538][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #4 Envoy::Config::TtlManager::TtlManager()::$_0::operator()() [0x3dc26cf]
[2024-04-10 13:49:34.565][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #5 _ZNSt3__18__invokeIRZN5Envoy6Config10TtlManagerC1ENS_8functionIFvRKNS_6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS9_ISB_EEEEEEERNS1_5Event10DispatcherERNS1_10TimeSourceEE3$_0JEEEDTclscT_fp_spscT0_fp0_EEOSP_DpOSQ_ [0x3dc2425]
[2024-04-10 13:49:34.590][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #6 std::__1::__invoke_void_return_wrapper<>::__call<>() [0x3dc23dd]
[2024-04-10 13:49:34.617][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #7 std::__1::__function::__alloc_func<>::operator()() [0x3dc23ad]
[2024-04-10 13:49:34.643][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #8 std::__1::__function::__func<>::operator()() [0x3dc1519]
[2024-04-10 13:49:34.670][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #9 std::__1::__function::__value_func<>::operator()() [0x2a62b82]
[2024-04-10 13:49:34.695][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #10 std::__1::function<>::operator()() [0x2a623d5]
[2024-04-10 13:49:34.722][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #11 Envoy::Event::DispatcherImpl::createTimerInternal()::$_7::operator()() [0x53c3149]
[2024-04-10 13:49:34.749][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #12 _ZNSt3__18__invokeIRZN5Envoy5Event14DispatcherImpl19createTimerInternalENS_8functionIFvvEEEE3$_7JEEEDTclscT_fp_spscT0_fp0_EEOS9_DpOSA_ [0x53c3105]
[2024-04-10 13:49:34.774][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #13 std::__1::__invoke_void_return_wrapper<>::__call<>() [0x53c30bd]
[2024-04-10 13:49:34.801][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #14 std::__1::__function::__alloc_func<>::operator()() [0x53c308d]
[2024-04-10 13:49:34.826][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #15 std::__1::__function::__func<>::operator()() [0x53c2299]

and

https://dev.azure.com/cncf/envoy/_build/results?buildId=167508&view=logs&j=e969334a-0e55-5c18-ac96-8b546753391e&t=4122df52-7ea9-5745-8c7d-f6b6f2c73149

[ RUN      ] IpVersionsClientType/ExtensionDiscoveryIntegrationTest.BasicSuccessWithTtl/0
[2024-04-10 13:49:34.405][41][error][envoy_bug] [external/envoy/source/common/event/timer_impl.h:33] envoy bug failure: false. Details: Negative duration passed to durationToTimeval(): -2
[2024-04-10 13:49:34.405][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:38] stacktrace for envoy bug
[2024-04-10 13:49:34.432][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #0 Envoy::Event::TimerUtils::durationToTimeval<>() [0x57ff30e]
[2024-04-10 13:49:34.460][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #1 Envoy::Event::TimerImpl::enableTimer() [0x57fe509]
[2024-04-10 13:49:34.485][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #2 Envoy::Config::TtlManager::refreshTimer() [0x3dc0fae]
[2024-04-10 13:49:34.513][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #3 Envoy::Config::TtlManager::ScopedTtlUpdate::~ScopedTtlUpdate() [0x2ba29d7]
[2024-04-10 13:49:34.538][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #4 Envoy::Config::TtlManager::TtlManager()::$_0::operator()() [0x3dc26cf]
[2024-04-10 13:49:34.565][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #5 _ZNSt3__18__invokeIRZN5Envoy6Config10TtlManagerC1ENS_8functionIFvRKNS_6vectorINS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS9_ISB_EEEEEEERNS1_5Event10DispatcherERNS1_10TimeSourceEE3$_0JEEEDTclscT_fp_spscT0_fp0_EEOSP_DpOSQ_ [0x3dc2425]
[2024-04-10 13:49:34.590][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #6 std::__1::__invoke_void_return_wrapper<>::__call<>() [0x3dc23dd]
[2024-04-10 13:49:34.617][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #7 std::__1::__function::__alloc_func<>::operator()() [0x3dc23ad]
[2024-04-10 13:49:34.643][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #8 std::__1::__function::__func<>::operator()() [0x3dc1519]
[2024-04-10 13:49:34.670][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #9 std::__1::__function::__value_func<>::operator()() [0x2a62b82]
[2024-04-10 13:49:34.695][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #10 std::__1::function<>::operator()() [0x2a623d5]
[2024-04-10 13:49:34.722][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #11 Envoy::Event::DispatcherImpl::createTimerInternal()::$_7::operator()() [0x53c3149]
[2024-04-10 13:49:34.749][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #12 _ZNSt3__18__invokeIRZN5Envoy5Event14DispatcherImpl19createTimerInternalENS_8functionIFvvEEEE3$_7JEEEDTclscT_fp_spscT0_fp0_EEOS9_DpOSA_ [0x53c3105]
[2024-04-10 13:49:34.774][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #13 std::__1::__invoke_void_return_wrapper<>::__call<>() [0x53c30bd]
[2024-04-10 13:49:34.801][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #14 std::__1::__function::__alloc_func<>::operator()() [0x53c308d]
[2024-04-10 13:49:34.826][41][error][envoy_bug] [external/envoy/source/common/common/assert.h:43] #15 std::__1::__function::__func<>::operator()() [0x53c2299]

RyanTheOptimist avatar Apr 10 '24 19:04 RyanTheOptimist

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.

github-actions[bot] avatar May 10 '24 20:05 github-actions[bot]

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.

github-actions[bot] avatar May 17 '24 20:05 github-actions[bot]