Component Requirements Statistics#
Overview#
In Detail#
No needs passed the filters
Failed Tests
Hint: This table should be empty. Before a PR can be merged all tests have to be successful.
No needs passed the filters
Skipped / Disabled Tests
No needs passed the filters
All passed Tests#
No needs passed the filters
Details About Testcases#
No needs passed the filters
No needs passed the filters
Test Log Files#
tests-report/src/health_monitoring_lib/loom_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:loom_tests
-----------------------------------------------------------------------------
running 3 tests
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_early ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::loom_tests::heartbeat_monitor_heartbeat_evaluate_too_late ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
tests-report/src/health_monitoring_lib/cpp_tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:cpp_tests
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HealthMonitorTest
[ RUN ] HealthMonitorTest.TestName
[2026/05/19 12:48:06.8865254][src/health_monitoring_lib/rust/deadline/deadline_monitor.rs:217][6514][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/05/19 12:48:06.8889145][src/health_monitoring_lib/rust/worker.rs:121][6514][HMON][INFO] Monitoring thread started.
[2026/05/19 12:48:06.8889359][src/health_monitoring_lib/rust/worker.rs:139][6514][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.TestName (2 ms)
[----------] 1 test from HealthMonitorTest (2 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (6 ms total)
[ PASSED ] 1 test.
tests-report/src/health_monitoring_lib/tests/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/health_monitoring_lib:tests
-----------------------------------------------------------------------------
running 232 tests
test common::tests::duration_to_int_valid ... ok
test common::tests::time_offset_diff_too_large - should panic ... ok
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::time_range_from_interval_valid ... ok
test common::tests::time_range_new_valid ... ok
test common::tests::time_range_new_wrong_order - should panic ... ok
test common::tests::time_offset_wrong_order ... ok
test deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test deadline::deadline_monitor::tests::get_deadline_unknown_tag ... ok
test deadline::deadline_monitor::tests::deadline_failed_on_first_run_and_then_restarted_is_evaluated_as_error ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_error_when_dropped_before_evaluate ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... ok
test deadline::common::tests::concurrent_acquire ... ok
test deadline::deadline_state::tests::as_u64_and_new ... ok
test deadline::deadline_state::tests::deadline_state_default_and_snapshot ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... ok
test deadline::deadline_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::set_and_get_timestamp_ms ... ok
test deadline::deadline_state::tests::set_running ... ok
test deadline::deadline_state::tests::default_state ... ok
test deadline::deadline_state::tests::set_underrun ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_invalid_range ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_builder ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_builder_add_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_builder_create_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_builder_destroy_null_builder ... ok
test deadline::ffi::tests::deadline_monitor_destroy_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_handle ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_deadline_tag ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_null_monitor ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_succeeds ... ok
test deadline::ffi::tests::deadline_monitor_get_deadline_unknown_deadline ... ok
test deadline::ffi::tests::deadline_start_null_deadline ... ok
test deadline::ffi::tests::deadline_start_succeeds ... ok
test deadline::ffi::tests::deadline_stop_null_deadline ... ok
test deadline::ffi::tests::deadline_stop_succeeds ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_deadline_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_hmon_builder ... ok
test deadline::ffi::tests::deadline_start_already_started ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_logic_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_handle ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_succeeds ... ok
test ffi::tests::health_monitor_builder_build_thread_parameters ... ok
test ffi::tests::health_monitor_builder_build_valid_cycle_intervals_succeeds ... ok
test ffi::tests::health_monitor_builder_create_null_handle ... ok
test ffi::tests::health_monitor_builder_create_succeeds ... ok
test ffi::tests::health_monitor_builder_destroy_null_handle ... ok
test ffi::tests::health_monitor_get_deadline_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_deadline_monitor ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_hmon ... ok
test ffi::tests::health_monitor_destroy_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_heartbeat_monitor ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_heartbeat_monitor_succeeds ... ok
test ffi::tests::health_monitor_get_logic_monitor_already_taken ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_hmon ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_logic_monitor ... ok
test ffi::tests::health_monitor_get_logic_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_get_logic_monitor_succeeds ... ok
test ffi::tests::health_monitor_start_monitor_not_taken ... ok
test ffi::tests::health_monitor_start_null_hmon ... ok
test ffi::tests::health_monitor_get_deadline_monitor_null_monitor_tag ... ok
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
[2026/05/19 12:48:07.0040364][6535][HMON][INFO] Monitoring thread started.
[2026/05/19 12:48:07.0040695][6535][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_builder_build_succeeds ... ok
test health_monitor::tests::health_monitor_builder_new_succeeds ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_available ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_deadline_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_heartbeat_monitor_unknown ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_invalid_state ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_taken ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_unknown ... ok
test health_monitor::tests::health_monitor_start_monitors_not_taken - should panic ... ok
[2026/05/19 12:48:07.0109524][6535][HMON][INFO] Monitoring thread started.
[2026/05/19 12:48:07.0109689][6535][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_get_heartbeat_monitor_available ... ok
test health_monitor::tests::health_monitor_start_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_succeeds ... ok
test heartbeat::ffi::tests::heartbeat_monitor_builder_destroy_null_builder ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_heartbeat_succeeds ... ok
test deadline::deadline_monitor::tests::monitor_with_multiple_running_deadlines ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_invalid_internal_processing_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_builder_build_ok ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_beat_late_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_early ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_in_range ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_late_evaluate_late ... ok
test heartbeat::heartbeat_state::tests::snapshot_counter_increment ... ok
test heartbeat::heartbeat_state::tests::snapshot_default ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_max ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_valid ... ok
test heartbeat::heartbeat_state::tests::snapshot_from_u64_zero ... ok
test heartbeat::heartbeat_state::tests::snapshot_new_succeeds ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test heartbeat::heartbeat_state::tests::snapshot_set_heartbeat_timestamp_valid ... ok
test heartbeat::heartbeat_state::tests::state_default ... ok
test heartbeat::heartbeat_state::tests::state_new ... ok
test heartbeat::heartbeat_state::tests::state_reset ... ok
test heartbeat::heartbeat_state::tests::state_snapshot ... ok
test heartbeat::heartbeat_state::tests::state_update_none ... ok
test heartbeat::heartbeat_state::tests::state_update_some ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_many_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_allowed_states_zero_elements ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_null_tag ... ok
test logic::ffi::tests::logic_monitor_builder_add_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_builder ... ok
test logic::ffi::tests::logic_monitor_builder_create_null_initial_state ... ok
test logic::ffi::tests::logic_monitor_builder_create_succeeds ... ok
test logic::ffi::tests::logic_monitor_builder_destroy_null_builder ... ok
test logic::ffi::tests::logic_monitor_destroy_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_fails ... ok
test logic::ffi::tests::logic_monitor_state_null_monitor ... ok
test logic::ffi::tests::logic_monitor_state_null_state ... ok
test logic::ffi::tests::logic_monitor_state_succeeds ... ok
test logic::ffi::tests::logic_monitor_transition_fails ... ok
test logic::ffi::tests::logic_monitor_transition_null_monitor ... ok
test logic::ffi::tests::logic_monitor_transition_null_target_state ... ok
test logic::ffi::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_no_states ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_initial_state ... ok
test logic::logic_monitor::tests::logic_monitor_builder_build_undefined_target ... ok
test logic::logic_monitor::tests::logic_monitor_builder_new_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_state ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_evaluate_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_state_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_state_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_indeterminate_current_state ... ok
test logic::logic_monitor::tests::logic_monitor_transition_invalid_transition ... ok
test logic::logic_monitor::tests::logic_monitor_transition_succeeds ... ok
test logic::logic_monitor::tests::logic_monitor_transition_unknown_node ... ok
test logic::logic_state::tests::snapshot_from_u64_max ... ok
test logic::logic_state::tests::snapshot_from_u64_valid ... ok
test logic::logic_state::tests::snapshot_from_u64_zero ... ok
test logic::logic_state::tests::snapshot_new_succeeds ... ok
test logic::logic_state::tests::snapshot_set_current_state_index_valid ... ok
test logic::logic_state::tests::snapshot_set_heartbeat_timestamp_out_of_range - should panic ... ok
test logic::logic_state::tests::snapshot_set_monitor_status_valid ... ok
test logic::logic_state::tests::state_new ... ok
test logic::logic_state::tests::state_snapshot ... ok
test logic::logic_state::tests::state_swap ... ok
test tag::tests::deadline_tag_debug ... ok
test tag::tests::deadline_tag_from_str ... ok
test tag::tests::deadline_tag_from_string ... ok
test tag::tests::deadline_tag_new ... ok
test tag::tests::deadline_tag_score_debug ... ok
test tag::tests::monitor_tag_debug ... ok
test tag::tests::monitor_tag_from_str ... ok
test tag::tests::monitor_tag_from_string ... ok
test tag::tests::monitor_tag_new ... ok
test tag::tests::monitor_tag_score_debug ... ok
test tag::tests::state_tag_debug ... ok
test tag::tests::state_tag_from_str ... ok
test tag::tests::state_tag_from_string ... ok
test tag::tests::state_tag_new ... ok
test tag::tests::state_tag_score_debug ... ok
test tag::tests::tag_debug ... ok
test tag::tests::tag_hash_is_eq ... ok
test tag::tests::tag_hash_is_ne ... ok
test tag::tests::tag_new ... ok
test tag::tests::tag_partial_eq_is_eq ... ok
test tag::tests::tag_partial_eq_is_ne ... ok
test tag::tests::tag_score_debug ... ok
test tag::tests::test_from_str ... ok
test tag::tests::test_from_string ... ok
test thread_ffi::tests::scheduler_policy_priority_max_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_max_succeeds ... ok
test thread_ffi::tests::scheduler_policy_priority_min_null_priority ... ok
test thread_ffi::tests::scheduler_policy_priority_min_succeeds ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_many_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_affinity_zero_elements ... ok
test thread_ffi::tests::thread_parameters_affinity_null_handle ... ok
test thread_ffi::tests::thread_parameters_affinity_succeeds ... ok
test thread_ffi::tests::thread_parameters_create_succeeds ... ok
test thread_ffi::tests::thread_parameters_destroy_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_invalid_priority ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_null_handle ... ok
test thread_ffi::tests::thread_parameters_scheduler_parameters_succeeds ... ok
test thread_ffi::tests::thread_parameters_stack_size_null_handle ... ok
test thread_ffi::tests::thread_parameters_stack_size_succeeds ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/05/19 12:48:07.9739130][6535][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/05/19 12:48:08.0243183][6535][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 52
[2026/05/19 12:48:08.0243505][6535][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/05/19 12:48:08.0243615][6535][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/05/19 12:48:08.0243683][6535][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/05/19 12:48:08.0243759][6535][HMON][INFO] Monitoring thread exiting.
test worker::tests::unique_thread_runner_monitoring_works ... ok
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_timestamp_offset ... ok
test result: ok. 232 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
tests-report/src/launch_manager_daemon/health_monitor_lib/Notification_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/health_monitor_lib:Notification_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from NotificationWithConfigTest
[ RUN ] NotificationWithConfigTest.CanGetNotificationName
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[ OK ] NotificationWithConfigTest.CanGetNotificationName (2 ms)
[ RUN ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
[ OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
2026/05/19 12:48:08.4888396 2964878 000 ECU1 NONE Rcvy log error verbose 2 Notification (TestNotification) Failed to enqueue recovery request (ring buffer full)
[ OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (0 ms)
[ RUN ] NotificationWithConfigTest.ProxyInitializationFails
2026/05/19 12:48:08.4888396 2964881 000 ECU1 NONE Rcvy log error verbose 3 Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier
[ OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (3 ms total)
[----------] 1 test from NotificationWithoutConfigTest
[ RUN ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout
[ OK ] NotificationWithoutConfigTest.WatchdogNotificationGoesDirectlyToTimeout (0 ms)
[----------] 1 test from NotificationWithoutConfigTest (0 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 2 test suites ran. (4 ms total)
[ PASSED ] 5 tests.
tests-report/src/launch_manager_daemon/config/flatbuffer_config_loader_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/config:flatbuffer_config_loader_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 22 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 22 tests from FlatbufferConfigLoaderTest
[ RUN ] FlatbufferConfigLoaderTest.LoadMinimalConfig
[ OK ] FlatbufferConfigLoaderTest.LoadMinimalConfig (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadSingleComponent
[ OK ] FlatbufferConfigLoaderTest.LoadSingleComponent (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadRunTargets
[ OK ] FlatbufferConfigLoaderTest.LoadRunTargets (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadFallbackRunTarget
[ OK ] FlatbufferConfigLoaderTest.LoadFallbackRunTarget (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadAliveSupervision
[ OK ] FlatbufferConfigLoaderTest.LoadAliveSupervision (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadWatchdog
[ OK ] FlatbufferConfigLoaderTest.LoadWatchdog (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadRestartRecoveryAction
[ OK ] FlatbufferConfigLoaderTest.LoadRestartRecoveryAction (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadSwitchRunTargetAction
[ OK ] FlatbufferConfigLoaderTest.LoadSwitchRunTargetAction (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadSandbox
[ OK ] FlatbufferConfigLoaderTest.LoadSandbox (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadComponentAliveSupervision
[ OK ] FlatbufferConfigLoaderTest.LoadComponentAliveSupervision (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadEnvironmentalVariables
[ OK ] FlatbufferConfigLoaderTest.LoadEnvironmentalVariables (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadMultipleComponents
[ OK ] FlatbufferConfigLoaderTest.LoadMultipleComponents (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.OptionalWatchdogAbsent
[ OK ] FlatbufferConfigLoaderTest.OptionalWatchdogAbsent (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.OptionalSandboxAbsent
[ OK ] FlatbufferConfigLoaderTest.OptionalSandboxAbsent (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.MapNativeApplicationType
[ OK ] FlatbufferConfigLoaderTest.MapNativeApplicationType (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.MapReportingAndSupervisedType
[ OK ] FlatbufferConfigLoaderTest.MapReportingAndSupervisedType (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.MapTerminatedProcessState
[ OK ] FlatbufferConfigLoaderTest.MapTerminatedProcessState (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadBufferFailsWithNoSuchFileReturnsFileNotFound
[ OK ] FlatbufferConfigLoaderTest.LoadBufferFailsWithNoSuchFileReturnsFileNotFound (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadBufferFailsWithPermissionDeniedReturnsInsufficientPermission
[ OK ] FlatbufferConfigLoaderTest.LoadBufferFailsWithPermissionDeniedReturnsInsufficientPermission (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.LoadBufferFailsWithGenericErrorReturnsGeneralError
[ OK ] FlatbufferConfigLoaderTest.LoadBufferFailsWithGenericErrorReturnsGeneralError (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.CorruptedBufferReturnsInvalidFormat
[ OK ] FlatbufferConfigLoaderTest.CorruptedBufferReturnsInvalidFormat (0 ms)
[ RUN ] FlatbufferConfigLoaderTest.WrongSchemaVersionReturnsUnsupportedVersion
[ OK ] FlatbufferConfigLoaderTest.WrongSchemaVersionReturnsUnsupportedVersion (0 ms)
[----------] 22 tests from FlatbufferConfigLoaderTest (1 ms total)
[----------] Global test environment tear-down
[==========] 22 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 22 tests.
tests-report/src/launch_manager_daemon/process_state_client_lib/processstateclient_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/process_state_client_lib:processstateclient_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ProcessStateClient_UT
[ RUN ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_ConstructReceiver_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcess_Succeeds (0 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueMaxNumberOfProcesses_Succeeds (26 ms)
[ RUN ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
2026/05/19 12:48:06.4886771 2948625 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process
2026/05/19 12:48:06.4886771 2948628 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (16 ms)
[----------] 4 tests from ProcessStateClient_UT (43 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (43 ms total)
[ PASSED ] 4 tests.
tests-report/src/launch_manager_daemon/common/identifier_hash_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/common:identifier_hash_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 7 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 7 tests from IdentifierHashTest
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_view_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_view_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_with_string_created
[ OK ] IdentifierHashTest.IdentifierHash_with_string_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_default_created
[ OK ] IdentifierHashTest.IdentifierHash_default_created (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation
[ OK ] IdentifierHashTest.IdentifierHash_invalid_hash_no_string_representation (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies
[ OK ] IdentifierHashTest.IdentifierHash_no_dangling_pointer_after_source_string_dies (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_EqualityOperators
[ OK ] IdentifierHashTest.IdentifierHash_EqualityOperators (0 ms)
[ RUN ] IdentifierHashTest.IdentifierHash_LessThanOperator
[ OK ] IdentifierHashTest.IdentifierHash_LessThanOperator (0 ms)
[----------] 7 tests from IdentifierHashTest (0 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 7 tests.
tests-report/src/launch_manager_daemon/common/concurrency/mpmc_concurrent_queue_tsan_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/common/concurrency:mpmc_concurrent_queue_tsan_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (24 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (24 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (20 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (21 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (2 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (3 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (2 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (2 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (53 ms total)
[ PASSED ] 15 tests.
tests-report/src/launch_manager_daemon/common/concurrency/mpmc_concurrent_queue_test/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/common/concurrency:mpmc_concurrent_queue_test
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 15 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from MPMCConcurrentQueueTest_Basic
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopSingleItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder
[ OK ] MPMCConcurrentQueueTest_Basic.PushAndPopPreservesOrder (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem
[ OK ] MPMCConcurrentQueueTest_Basic.LvaluePushCopiesItem (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType
[ OK ] MPMCConcurrentQueueTest_Basic.RvaluePushWorksWithMoveOnlyType (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure
[ OK ] MPMCConcurrentQueueTest_Basic.PopReturnsNulloptOnSemaphoreWaitFailure (20 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (21 ms total)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutSucceedsWhenSlotAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull
[ OK ] MPMCConcurrentQueueTest_Timeout.PushWithTimeoutReturnsFalseWhenFull (21 ms)
[----------] 2 tests from MPMCConcurrentQueueTest_Timeout (21 ms total)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop
[ RUN ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.PushReturnsFalseAfterStop (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty
[ OK ] MPMCConcurrentQueueTest_Stop.PopReturnsNulloptWhenStoppedAndEmpty (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop
[ OK ] MPMCConcurrentQueueTest_Stop.ItemsAreDroppedAfterStop (0 ms)
[----------] 3 tests from MPMCConcurrentQueueTest_Stop (0 ms total)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking
[ RUN ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable
[ OK ] MPMCConcurrentQueueTest_Blocking.PopBlocksUntilItemAvailable (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull
[ OK ] MPMCConcurrentQueueTest_Blocking.PushBlocksWhenFull (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedConsumer (0 ms)
[ RUN ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer
[ OK ] MPMCConcurrentQueueTest_Blocking.StopUnblocksBlockedProducer (0 ms)
[----------] 4 tests from MPMCConcurrentQueueTest_Blocking (0 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (0 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (0 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (43 ms total)
[ PASSED ] 15 tests.
tests-report/src/launch_manager_daemon/recovery_client_lib/recovery_client_UT/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //src/launch_manager_daemon/recovery_client_lib:recovery_client_UT
-----------------------------------------------------------------------------
Running main() from gmock_main.cc
[==========] Running 5 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 5 tests from RecoveryClientTest
[ RUN ] RecoveryClientTest.SendSingleRequest
[ OK ] RecoveryClientTest.SendSingleRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequest
[ OK ] RecoveryClientTest.GetNextRequest (0 ms)
[ RUN ] RecoveryClientTest.GetNextRequestEmpty
[ OK ] RecoveryClientTest.GetNextRequestEmpty (0 ms)
[ RUN ] RecoveryClientTest.RingBufferFull
[ OK ] RecoveryClientTest.RingBufferFull (0 ms)
[ RUN ] RecoveryClientTest.FIFOOrdering
[ OK ] RecoveryClientTest.FIFOOrdering (0 ms)
[----------] 5 tests from RecoveryClientTest (0 ms total)
[----------] Global test environment tear-down
[==========] 5 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 5 tests.
tests-report/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/incorrect_config_non_reporting:incorrect_config_non_reporting
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/850/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_incorrect_config_non_reporting
-------------------------------- live log setup --------------------------------
[2026-05-19 12:48:13.925] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-19 12:48:15.389] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-19 12:48:15.389] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-19 12:48:15.389] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-19 12:48:15.389] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-19 12:48:15.397] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-19 12:48:16.778] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-19 12:48:16.780] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/json HTTP/1.1" 200 None
[2026-05-19 12:48:16.928] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/start HTTP/1.1" 204 0
[2026-05-19 12:48:16.928] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-19 12:48:16.928] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-19 12:48:16.928] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-19 12:48:16.928] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-19 12:48:16.934] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-19 12:48:16.935] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:16.936] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d31c86d3e6029420b6e07c59b313db0a8d62f05afafe5d55636f572ecd6dd055/start HTTP/1.1" 101 0
[2026-05-19 12:48:16.974] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d31c86d3e6029420b6e07c59b313db0a8d62f05afafe5d55636f572ecd6dd055/json HTTP/1.1" 200 390
[2026-05-19 12:48:16.993] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-19 12:48:16.994] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:16.996] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6bd2592d614aa4b007891ad13a540873244ae0bda394a5c406aa61d8677783ad/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.038] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6bd2592d614aa4b007891ad13a540873244ae0bda394a5c406aa61d8677783ad/json HTTP/1.1" 200 424
[2026-05-19 12:48:17.038] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-19 12:48:17.041] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.042] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d9ead0a1337b8f74dd5442e4a9572f3b5a7567b112244d00fa55dd27e7dd0bc4/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.077] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d9ead0a1337b8f74dd5442e4a9572f3b5a7567b112244d00fa55dd27e7dd0bc4/json HTTP/1.1" 200 404
[2026-05-19 12:48:17.079] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.080] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/de72c0d488000459234685b62d1d071fe22058155a4f8072b5c68a274d87162f/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.113] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/de72c0d488000459234685b62d1d071fe22058155a4f8072b5c68a274d87162f/json HTTP/1.1" 200 467
[2026-05-19 12:48:17.114] [INFO] [launch_manager] mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[2026-05-19 12:48:17.115] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.116] [INFO] [launch_manager] 2026/05/19 12:48:17.4897115 3052070 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-19 12:48:17.116] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7e4b10e6970eb573250809bb97e67a80e58f358f10e2f0698daf15aa9b503151/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.118] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-19 12:48:17.118] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-19 12:48:17.118] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-05-19 12:48:17.118] [INFO] [launch_manager] [ RUN ] NonReporting.Process
[2026-05-19 12:48:17.118] [INFO] [launch_manager] mw::log initialization error: Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[2026-05-19 12:48:17.119] [INFO] [launch_manager] 2026/05/19 12:48:17.4897118 3052094 000 ECU1 NONE LM log error verbose 3 [Lifecycle client] FD 3 is invalid for kRunning report
[2026-05-19 12:48:17.119] [INFO] [launch_manager] [ OK ] NonReporting.Process (0 ms)
[2026-05-19 12:48:17.119] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-05-19 12:48:17.119] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-19 12:48:17.119] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-05-19 12:48:17.119] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-19 12:48:17.154] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7e4b10e6970eb573250809bb97e67a80e58f358f10e2f0698daf15aa9b503151/json HTTP/1.1" 200 404
[2026-05-19 12:48:17.156] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.157] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/718f19ab48262501e637f4a8bc3e62c58b5ff28c0c5e9c2f382716a7f8b19d80/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.189] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/718f19ab48262501e637f4a8bc3e62c58b5ff28c0c5e9c2f382716a7f8b19d80/json HTTP/1.1" 200 389
[2026-05-19 12:48:17.691] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/de72c0d488000459234685b62d1d071fe22058155a4f8072b5c68a274d87162f/json HTTP/1.1" 200 465
[2026-05-19 12:48:17.692] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.693] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3c9df451c79f41bf28db6566a799c2981160b9354cb5cb095acb045404faa7d8/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.731] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3c9df451c79f41bf28db6566a799c2981160b9354cb5cb095acb045404faa7d8/json HTTP/1.1" 200 427
[2026-05-19 12:48:17.734] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-05-19 12:48:17.736] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.738] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2fbd0a6794e44f0cf820aa54a9bb00dccca8ca65449696c56d20073a7f6e0cee/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.771] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2fbd0a6794e44f0cf820aa54a9bb00dccca8ca65449696c56d20073a7f6e0cee/json HTTP/1.1" 200 447
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-19 12:48:17.850] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820/stop?t=1 HTTP/1.1" 204 0
[2026-05-19 12:48:17.856] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/8fda82f6d5a8e2c04d9725ac0cefba3901403e1f844a0842f1933c8ee43d2820?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/850/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 3.95s ===============================
tests-report/tests/integration/smoke/smoke/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/smoke:smoke
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/851/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/smoke/smoke.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_smoke
-------------------------------- live log setup --------------------------------
[2026-05-19 12:48:13.925] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-19 12:48:15.264] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-19 12:48:15.323] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-19 12:48:15.324] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-19 12:48:15.324] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-19 12:48:15.331] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-19 12:48:16.778] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-19 12:48:16.779] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/json HTTP/1.1" 200 None
[2026-05-19 12:48:16.928] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/start HTTP/1.1" 204 0
[2026-05-19 12:48:16.928] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-19 12:48:16.928] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-19 12:48:16.928] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-19 12:48:16.928] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-19 12:48:16.934] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-19 12:48:16.935] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:16.936] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ace6602e819be89f948189d965f000da0dc44b13da3e4bb9a1a3574065968100/start HTTP/1.1" 101 0
[2026-05-19 12:48:16.974] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ace6602e819be89f948189d965f000da0dc44b13da3e4bb9a1a3574065968100/json HTTP/1.1" 200 390
[2026-05-19 12:48:17.000] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-19 12:48:17.001] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.002] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0b6716c8e6670c3fd3fc8a7837e3e881cccf1618fecfc9ad9bb76d72861861c2/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.053] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0b6716c8e6670c3fd3fc8a7837e3e881cccf1618fecfc9ad9bb76d72861861c2/json HTTP/1.1" 200 416
[2026-05-19 12:48:17.054] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-19 12:48:17.055] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.056] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bccd11238fc6ab881b481923787f518167951df952997e071740e7dc047d6359/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.091] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bccd11238fc6ab881b481923787f518167951df952997e071740e7dc047d6359/json HTTP/1.1" 200 404
[2026-05-19 12:48:17.093] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.094] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/60ecfd7d959779145f70ecd90619c012c1d2234e31dffb1d7acbb0b34cd4a67c/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.129] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/60ecfd7d959779145f70ecd90619c012c1d2234e31dffb1d7acbb0b34cd4a67c/json HTTP/1.1" 200 442
[2026-05-19 12:48:17.130] [INFO] [launch_manager] mw::log initialization error: Error
[2026-05-19 12:48:17.130] [INFO] [launch_manager] No logging configuration files could be found.
[2026-05-19 12:48:17.131] [INFO] [launch_manager] occurred
[2026-05-19 12:48:17.131] [INFO] [launch_manager] with context information:
[2026-05-19 12:48:17.131] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-05-19 12:48:17.131] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.132] [INFO] [launch_manager] 2026/05/19 12:48:17.4897131 3052227 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-19 12:48:17.133] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3576c5fd4b8a5e8a7abe88078e5234aee6570b9aec479612a9d662f8f3b10e55/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.134] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-19 12:48:17.134] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-19 12:48:17.134] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-19 12:48:17.134] [INFO] [launch_manager] [ RUN ] Smoke.Daemon
[2026-05-19 12:48:17.134] [INFO] [launch_manager] [ STEP ] Control daemon report kRunning
[2026-05-19 12:48:17.136] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-19 12:48:17.137] [INFO] [launch_manager] [ STEP ] Activate RunTarget Running
[2026-05-19 12:48:17.137] [INFO] [launch_manager] mw::log
[2026-05-19 12:48:17.137] [INFO] [launch_manager] initialization error:
[2026-05-19 12:48:17.137] [INFO] [launch_manager] Error
[2026-05-19 12:48:17.137] [INFO] [launch_manager] No logging configuration files could be found.
[2026-05-19 12:48:17.137] [INFO] [launch_manager] occurred
[2026-05-19 12:48:17.137] [INFO] [launch_manager] with context information:
[2026-05-19 12:48:17.137] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-05-19 12:48:17.140] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-19 12:48:17.140] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-19 12:48:17.141] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-19 12:48:17.141] [INFO] [launch_manager] [ RUN ] Smoke.Process
[2026-05-19 12:48:17.142] [INFO] [launch_manager] [ OK ] Smoke.Process (2 ms)
[2026-05-19 12:48:17.143] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-19 12:48:17.143] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-19 12:48:17.143] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-19 12:48:17.143] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-19 12:48:17.169] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3576c5fd4b8a5e8a7abe88078e5234aee6570b9aec479612a9d662f8f3b10e55/json HTTP/1.1" 200 404
[2026-05-19 12:48:17.169] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-19 12:48:17.234] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-19 12:48:17.235] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-05-19 12:48:17.335] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-19 12:48:17.335] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-05-19 12:48:17.337] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-19 12:48:17.435] [INFO] [launch_manager] [ OK ] Smoke.Daemon (301 ms)
[2026-05-19 12:48:17.435] [INFO] [launch_manager] [----------] 1 test from Smoke (301 ms total)
[2026-05-19 12:48:17.435] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-19 12:48:17.435] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-05-19 12:48:17.435] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-19 12:48:17.671] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/60ecfd7d959779145f70ecd90619c012c1d2234e31dffb1d7acbb0b34cd4a67c/json HTTP/1.1" 200 442
[2026-05-19 12:48:17.672] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.673] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d4c23b459bc1a61428db92fac068397cb870c3eb06b9ec3f58c88325a503befd/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.705] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d4c23b459bc1a61428db92fac068397cb870c3eb06b9ec3f58c88325a503befd/json HTTP/1.1" 200 404
[2026-05-19 12:48:17.707] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:17.708] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/25b62923883316839f51afd1a2d8c15fb6bbedfc712de8a9c72aabc2258e9f7e/start HTTP/1.1" 101 0
[2026-05-19 12:48:17.743] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/25b62923883316839f51afd1a2d8c15fb6bbedfc712de8a9c72aabc2258e9f7e/json HTTP/1.1" 200 389
[2026-05-19 12:48:18.244] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/60ecfd7d959779145f70ecd90619c012c1d2234e31dffb1d7acbb0b34cd4a67c/json HTTP/1.1" 200 440
[2026-05-19 12:48:18.245] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:18.247] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/486708b39dd1b0b35787e2c5a9fec639568e909575d29c7bf1c4470cbc15b6ff/start HTTP/1.1" 101 0
[2026-05-19 12:48:18.280] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/486708b39dd1b0b35787e2c5a9fec639568e909575d29c7bf1c4470cbc15b6ff/json HTTP/1.1" 200 402
[2026-05-19 12:48:18.282] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-19 12:48:18.285] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:18.286] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e1f008f739b4cd6b74e43425c04cf0744fc9837140fe74cae8e2290f65ade051/start HTTP/1.1" 101 0
[2026-05-19 12:48:18.317] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e1f008f739b4cd6b74e43425c04cf0744fc9837140fe74cae8e2290f65ade051/json HTTP/1.1" 200 420
[2026-05-19 12:48:18.319] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-19 12:48:18.320] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/exec HTTP/1.1" 201 74
[2026-05-19 12:48:18.321] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a1b36e5de772334d933e2b5cd2e4bda1961b1ce292927f35742d0616dba823c9/start HTTP/1.1" 101 0
[2026-05-19 12:48:18.353] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a1b36e5de772334d933e2b5cd2e4bda1961b1ce292927f35742d0616dba823c9/json HTTP/1.1" 200 414
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-19 12:48:18.411] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9/stop?t=1 HTTP/1.1" 204 0
[2026-05-19 12:48:18.418] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/aa4d840dd34ae89296b902ebc143acb736d4b5a699594e164bb53021bfc318f9?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/851/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 4.51s ===============================