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.70s
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/04/28 06:24:01.1786942][src/health_monitoring_lib/rust/deadline/deadline_monitor.rs:217][9511][HMON][ERROR] Deadline DeadlineTag(deadline_1) stopped too early by 100 ms
[2026/04/28 06:24:01.1830849][src/health_monitoring_lib/rust/worker.rs:121][9511][HMON][INFO] Monitoring thread started.
[2026/04/28 06:24:01.1831156][src/health_monitoring_lib/rust/worker.rs:139][9511][HMON][INFO] Monitoring thread exiting.
[ OK ] HealthMonitorTest.TestName (6 ms)
[----------] 1 test from HealthMonitorTest (6 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (7 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::time_offset_diff_too_large - should panic ... ok
test common::tests::duration_to_int_too_large - should panic ... ok
test common::tests::time_offset_valid ... ok
test common::tests::duration_to_int_valid ... ok
test common::tests::time_offset_wrong_order ... ok
test common::tests::time_range_from_interval_lower_too_large - should panic ... 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 deadline::common::tests::acquire_and_release_deadline ... ok
test deadline::common::tests::new_and_fields ... ok
test deadline::deadline_monitor::tests::deadline_outside_time_range_is_error_when_dropped_after_evaluate ... 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::common::tests::concurrent_acquire ... ok
test deadline::deadline_monitor::tests::start_stop_deadline_outside_ranges_is_evaluated_as_error ... 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_state::tests::deadline_state_update_none_returns_err ... ok
test deadline::deadline_state::tests::deadline_state_update_success ... ok
test deadline::deadline_state::tests::default_state ... 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::set_underrun ... ok
test deadline::ffi::tests::deadline_destroy_null_deadline ... 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_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_already_started ... 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 ffi::tests::health_monitor_builder_add_deadline_monitor_null_monitor_tag ... ok
test ffi::tests::health_monitor_builder_add_deadline_monitor_succeeds ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_heartbeat_monitor_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_hmon_builder ... ok
test ffi::tests::health_monitor_builder_add_heartbeat_monitor_null_monitor_tag ... 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_build_invalid_cycle_intervals ... ok
test ffi::tests::health_monitor_builder_build_no_monitors ... ok
test ffi::tests::health_monitor_builder_build_null_builder_handle ... ok
test ffi::tests::health_monitor_builder_build_null_monitor_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_destroy_null_hmon ... 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_monitor_tag ... ok
test ffi::tests::health_monitor_get_deadline_monitor_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
[2026/04/28 06:24:01.7923605][9537][HMON][INFO] Monitoring thread started.
[2026/04/28 06:24:01.7923735][9537][HMON][INFO] Monitoring thread exiting.
test health_monitor::tests::health_monitor_builder_build_invalid_cycles ... ok
test ffi::tests::health_monitor_start_succeeds ... ok
test health_monitor::tests::health_monitor_builder_build_no_monitors ... 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_heartbeat_monitor_available ... 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_invalid_state ... ok
test health_monitor::tests::health_monitor_get_logic_monitor_available ... 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/04/28 06:24:01.7938501][9537][HMON][INFO] Monitoring thread started.
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_invalid_range ... ok
[2026/04/28 06:24:01.7939423][9537][HMON][INFO] Monitoring thread exiting.
test heartbeat::ffi::tests::heartbeat_monitor_builder_create_null_builder ... ok
test health_monitor::tests::health_monitor_start_succeeds ... 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_heartbeat_null_monitor ... ok
test heartbeat::ffi::tests::heartbeat_monitor_destroy_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_cycle_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_early_evaluate_late ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_multiple_beats_in_range_evaluate_in_range ... 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 worker::tests::monitoring_logic_report_alive_on_each_call_when_no_error ... ok
test heartbeat::heartbeat_monitor::tests::heartbeat_monitor_no_beat_evaluate_late ... ok
test worker::tests::monitoring_logic_report_error_when_deadline_failed ... ok
[2026/04/28 06:24:02.7527556][9537][HMON][INFO] Monitoring thread started.
test deadline::deadline_monitor::tests::start_stop_deadline_within_range_works ... ok
[2026/04/28 06:24:02.8131427][9537][HMON][WARN] Deadline (DeadlineTag(deadline_fast)) missed! Expected: 50, now: 60
[2026/04/28 06:24:02.8131727][9537][HMON][WARN] Deadline monitor with tag MonitorTag(deadline_monitor) reported error: TooLate.
[2026/04/28 06:24:02.8131797][9537][HMON][WARN] One or more monitors reported errors, skipping AliveAPI notification.
[2026/04/28 06:24:02.8131845][9537][HMON][INFO] Monitoring logic failed, stopping thread.
[2026/04/28 06:24:02.8131888][9537][HMON][INFO] Monitoring thread exiting.
test worker::tests::monitoring_logic_report_alive_respect_cycle ... ok
test worker::tests::unique_thread_runner_monitoring_works ... 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.25s
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/18 09:55:30.8130052 1952080 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/18 09:55:30.8130053 1952083 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/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 (16 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/27 09:22:30.3750349 3122518 000 ECU1 NONE LM log error verbose 1 Failed to queue posix process
2026/05/27 09:22:30.3750349 3122520 000 ECU1 NONE LM log error verbose 1 ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError
[ OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (5 ms)
[----------] 4 tests from ProcessStateClient_UT (22 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (22 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 (22 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (23 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 (22 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 (1 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (6 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (6 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (55 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 (23 ms)
[----------] 5 tests from MPMCConcurrentQueueTest_Basic (23 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 (1 ms total)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC
[ RUN ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered
[ OK ] MPMCConcurrentQueueTest_MPMC.AllItemsDelivered (4 ms)
[----------] 1 test from MPMCConcurrentQueueTest_MPMC (4 ms total)
[----------] Global test environment tear-down
[==========] 15 tests from 5 test suites ran. (51 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/complex_monitoring/complex_monitoring/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/complex_monitoring:complex_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/864/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/complex_monitoring/complex_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_complex_monitoring
-------------------------------- live log setup --------------------------------
[2026-05-27 15:45:07.264] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:10.731] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:10.731] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:10.731] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:10.731] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:10.739] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.175] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:11.178] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/json HTTP/1.1" 200 None
[2026-05-27 15:45:11.398] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/start HTTP/1.1" 204 0
[2026-05-27 15:45:11.399] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:11.399] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:11.399] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:11.399] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:11.410] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.413] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.417] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4bc1db853430a1ae6d0162f859feb9bb94072022b19bb38ae03e1419807b5211/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.481] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4bc1db853430a1ae6d0162f859feb9bb94072022b19bb38ae03e1419807b5211/json HTTP/1.1" 200 390
[2026-05-27 15:45:11.534] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:11.536] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.538] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e26447f0394deb34503bbe291152c5f3a21039a74b1af283e16df26a31f9e195/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.629] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e26447f0394deb34503bbe291152c5f3a21039a74b1af283e16df26a31f9e195/json HTTP/1.1" 200 429
[2026-05-27 15:45:11.629] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:11.641] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1e520832aed92cd27fd2bffe23c96dfbd727c5adcde33108627b4383f536ad9b/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.698] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1e520832aed92cd27fd2bffe23c96dfbd727c5adcde33108627b4383f536ad9b/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.700] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.703] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.762] [INFO] [launch_manager] 2026/05/27 15:45:11.6711760 1885010 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:11.763] [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-27 15:45:11.763] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.768] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.770] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-05-27 15:45:11.770] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ControlClientMock
[2026-05-27 15:45:11.770] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:11.770] [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-27 15:45:11.770] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:11.770] [INFO] [launch_manager] [ STEP ] Launch monitored process
[2026-05-27 15:45:11.771] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 455
[2026-05-27 15:45:11.772] [INFO] [launch_manager] 2026/05/27 15:45:11.6711771 1885118 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 35.110000 ms
[2026-05-27 15:45:11.773] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.775] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/215e66a13420feb57b8fd4732b4e7a00f52f2beea4626a86c980943c452c7ed4/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.776] [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-27 15:45:11.777] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.777] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.777] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [ RUN ] ComplexMonitoring.ComponentComplexMonitoring
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [2026/05/27 15:45:11.7756503][72][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [2026/05/27 15:45:11.7759962][72][HMON][INFO] Monitoring thread started.
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:11.778] [INFO] [launch_manager] [ STEP ] Send heartbeats for 1 second
[2026-05-27 15:45:11.826] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/215e66a13420feb57b8fd4732b4e7a00f52f2beea4626a86c980943c452c7ed4/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.827] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:11.867] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-05-27 15:45:12.328] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 455
[2026-05-27 15:45:12.329] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.330] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/74a5a4d986a06c011584b73d1ca1f733897b2938c5840af3e26ce841bbd26e54/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.372] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/74a5a4d986a06c011584b73d1ca1f733897b2938c5840af3e26ce841bbd26e54/json HTTP/1.1" 200 404
[2026-05-27 15:45:12.373] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:12.829] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-05-27 15:45:12.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 455
[2026-05-27 15:45:12.875] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.876] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e21e4e4e191482cda999c711366bdc2313a852f67a558e9723f65ed6cd9b4eba/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.878] [INFO] [launch_manager] [2026/05/27 15:45:12.8786463][72][HMON][INFO] Monitoring thread exiting.
[2026-05-27 15:45:12.879] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ComponentComplexMonitoring (1103 ms)
[2026-05-27 15:45:12.879] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1103 ms total)
[2026-05-27 15:45:12.879] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:12.879] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1103 ms total)
[2026-05-27 15:45:12.879] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:12.917] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e21e4e4e191482cda999c711366bdc2313a852f67a558e9723f65ed6cd9b4eba/json HTTP/1.1" 200 404
[2026-05-27 15:45:12.917] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:13.011] [INFO] [launch_manager] 2026/05/27 15:45:13.6713010 1897515 000 ECU1 NONE Sprv log warn verbose 13 Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to EXPIRED , due to 0 reported alive indication(s) (expected >= 1 ). Failed supervision cycles: 0 / 0
[2026-05-27 15:45:13.012] [INFO] [launch_manager] 2026/05/27 15:45:13.6713010 1897515 000 ECU1 NONE Sprv log warn verbose 3 Local Supervision ( component_complex_monitoring_local_supervision ) switched to EXPIRED, due to expired Alive Supervision.
[2026-05-27 15:45:13.012] [INFO] [launch_manager] 2026/05/27 15:45:13.6713010 1897515 000 ECU1 NONE Sprv log warn verbose 3 Global Supervision ( global_supervision ) switched to STOPPED due to expired supervision tolerance.
[2026-05-27 15:45:13.362] [INFO] [launch_manager] 2026/05/27 15:45:13.6713361 1901024 000 ECU1 NONE LM log warn verbose 5 Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL
[2026-05-27 15:45:13.422] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 455
[2026-05-27 15:45:13.424] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.427] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1e66eb6d807325757525b8d4a8169671aac52cd0ea53d96bd017eadf24bb2cfb/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.493] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1e66eb6d807325757525b8d4a8169671aac52cd0ea53d96bd017eadf24bb2cfb/json HTTP/1.1" 200 404
[2026-05-27 15:45:13.494] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:13.869] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-05-27 15:45:13.869] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-05-27 15:45:13.869] [INFO] [launch_manager] [ STEP ] Activate Off run target
[2026-05-27 15:45:13.869] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-05-27 15:45:13.880] [INFO] [launch_manager] [ OK ] ComplexMonitoring.ControlClientMock (2116 ms)
[2026-05-27 15:45:13.880] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2116 ms total)
[2026-05-27 15:45:13.880] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:13.880] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2116 ms total)
[2026-05-27 15:45:13.880] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:13.998] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 455
[2026-05-27 15:45:14.000] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.007] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/58df1614a6dc0329fe5f905a2643b0c85dc633243aca0afcb6b9df15856ec3f7/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.060] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/58df1614a6dc0329fe5f905a2643b0c85dc633243aca0afcb6b9df15856ec3f7/json HTTP/1.1" 200 404
[2026-05-27 15:45:14.063] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.068] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/40ba9f4f10b5db16c1ad7ea196ac0bbd42023328ff7e9a3661021b5ae72fb26d/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.117] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/40ba9f4f10b5db16c1ad7ea196ac0bbd42023328ff7e9a3661021b5ae72fb26d/json HTTP/1.1" 200 389
[2026-05-27 15:45:14.621] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe3fa42c1ffda9b383156c7caee2fe6c3158fbccf17ae509b22feaa2862df196/json HTTP/1.1" 200 453
[2026-05-27 15:45:14.623] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.625] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d4b59876de9225831ba1b97b02409a62be61f53de8adca9eadd4a01b89b3f35a/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.688] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d4b59876de9225831ba1b97b02409a62be61f53de8adca9eadd4a01b89b3f35a/json HTTP/1.1" 200 415
[2026-05-27 15:45:14.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcomponent_complex_monitoring.xml HTTP/1.1" 200 None
[2026-05-27 15:45:14.705] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.707] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/76976790e7df7c5dda01415a60c8840d1bec1fdf033c4165f7426fbf106082a0/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.768] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/76976790e7df7c5dda01415a60c8840d1bec1fdf033c4165f7426fbf106082a0/json HTTP/1.1" 200 442
[2026-05-27 15:45:14.771] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-27 15:45:14.775] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.778] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/143a51572f3b34d91046386d53d9b55aa19e7c914c4acfc2e5fcf78373328029/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.841] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/143a51572f3b34d91046386d53d9b55aa19e7c914c4acfc2e5fcf78373328029/json HTTP/1.1" 200 433
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:14.951] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:14.968] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/92792da6e2bfc3760ecafc8f13eeec8284c63bbe266d71e332fb72c16ce61b41?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/864/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/complex_monitoring/complex_monitoring/test.xml -
============================== 1 passed in 7.75s ===============================
tests-report/tests/integration/crash_on_startup/crash_on_startup/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/crash_on_startup:crash_on_startup
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/868/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/crash_on_startup/crash_on_startup.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_crash_on_startup
-------------------------------- live log setup --------------------------------
[2026-05-27 15:45:15.174] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:15.312] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:15.312] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:15.312] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:15.312] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:15.321] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:15.344] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:15.346] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/json HTTP/1.1" 200 None
[2026-05-27 15:45:15.461] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/start HTTP/1.1" 204 0
[2026-05-27 15:45:15.462] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:15.462] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:15.462] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:15.462] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:15.470] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:15.471] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.473] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6f689883707a39cfb43ae721e6bea030300a22c784c9691bb6f0e6ff6bb5eaf1/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.517] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6f689883707a39cfb43ae721e6bea030300a22c784c9691bb6f0e6ff6bb5eaf1/json HTTP/1.1" 200 390
[2026-05-27 15:45:15.557] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:15.559] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.561] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/36920ff96b4e551cc6dc8fe9307263a874560706ff0e1baa9b9e5c892698be59/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.653] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/36920ff96b4e551cc6dc8fe9307263a874560706ff0e1baa9b9e5c892698be59/json HTTP/1.1" 200 427
[2026-05-27 15:45:15.654] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:15.656] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.657] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ce9b8ed3be22f737e5e2eb0ac66347899e3756f50b6d43f8c51cf6e5bbf76541/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.702] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ce9b8ed3be22f737e5e2eb0ac66347899e3756f50b6d43f8c51cf6e5bbf76541/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.704] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.705] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.751] [INFO] [launch_manager] 2026/05/27 15:45:15.6715749 1924899 000 ECU1 NONE Fcty log warn verbose 2
[2026-05-27 15:45:15.752] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:15.752] [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-27 15:45:15.752] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:15.752] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:15.752] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-05-27 15:45:15.752] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ControlClientMock
[2026-05-27 15:45:15.753] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:15.753] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:15.754] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.755] [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-27 15:45:15.756] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:15.756] [INFO] [launch_manager] [ STEP ] Launch process crashing on startup twice
[2026-05-27 15:45:15.756] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6891dc8c1050bd55b99a9688bd00ef12b87ddb854991806da5f395cec214b296/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.757] [INFO] [launch_manager] 2026/05/27 15:45:15.6715756 1924973 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 31.022000 ms
[2026-05-27 15:45:15.760] [INFO] [launch_manager] Process crashing on startup...
[2026-05-27 15:45:15.816] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6891dc8c1050bd55b99a9688bd00ef12b87ddb854991806da5f395cec214b296/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.817] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:15.879] [INFO] [launch_manager] 2026/05/27 15:45:15.6715879 1926197 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 1 pid 69 ( process_crashing_on_startup_twice )
[2026-05-27 15:45:15.987] [INFO] [launch_manager] 2026/05/27 15:45:15.6715987 1927278 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-05-27 15:45:15.990] [INFO] [launch_manager] Process crashing on startup...
[2026-05-27 15:45:16.093] [INFO] [launch_manager] 2026/05/27 15:45:16.6716093 1928339 000 ECU1 NONE LM log warn verbose 7
[2026-05-27 15:45:16.094] [INFO] [launch_manager] unexpected termination of process 1 pid 77 ( process_crashing_on_startup_twice )
[2026-05-27 15:45:16.202] [INFO] [launch_manager] 2026/05/27 15:45:16.6716202 1929429 000 ECU1 NONE LM log warn verbose 5
[2026-05-27 15:45:16.203] [INFO] [launch_manager] Got kRunning timeout for process 1 ( process_crashing_on_startup_twice )
[2026-05-27 15:45:16.205] [INFO] [launch_manager] Process starting successfully...
[2026-05-27 15:45:16.205] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:16.205] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:16.205] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-05-27 15:45:16.205] [INFO] [launch_manager] [ RUN ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-05-27 15:45:16.205] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [ OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-27 15:45:16.208] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:16.253] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-05-27 15:45:16.254] [INFO] [launch_manager] [ STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-05-27 15:45:16.254] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated, i.e. process eventually started successfully
[2026-05-27 15:45:16.254] [INFO] [launch_manager] [ STEP ] Attempt to launch process crashing on startup always
[2026-05-27 15:45:16.263] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-27 15:45:16.320] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:16.322] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.326] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e2dc826efc512a3df2e935208ebc8487af47a0929d4ad5e0e58227c21ed7559b/start HTTP/1.1" 101 0
[2026-05-27 15:45:16.398] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e2dc826efc512a3df2e935208ebc8487af47a0929d4ad5e0e58227c21ed7559b/json HTTP/1.1" 200 404
[2026-05-27 15:45:16.398] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:16.435] [INFO] [launch_manager] 2026/05/27 15:45:16.6716434 1931756 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 2 pid 79 ( process_crashing_on_startup_always )
[2026-05-27 15:45:16.542] [INFO] [launch_manager] 2026/05/27 15:45:16.6716542 1932827 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-05-27 15:45:16.544] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-27 15:45:16.673] [INFO] [launch_manager] 2026/05/27 15:45:16.6716672 1934131 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 2 pid 85 ( process_crashing_on_startup_always )
[2026-05-27 15:45:16.788] [INFO] [launch_manager] 2026/05/27 15:45:16.6716786 1935268 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-05-27 15:45:16.788] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-27 15:45:16.900] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:16.905] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.913] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/027e9db7c46359f543ba2caa023b4d33f39abfb5ace82270ccc9daaa0c673845/start HTTP/1.1" 101 0
[2026-05-27 15:45:16.940] [INFO] [launch_manager] 2026/05/27 15:45:16.6716940 1936809 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 2 pid 86 ( process_crashing_on_startup_always )
[2026-05-27 15:45:16.981] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/027e9db7c46359f543ba2caa023b4d33f39abfb5ace82270ccc9daaa0c673845/json HTTP/1.1" 200 404
[2026-05-27 15:45:16.981] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:17.047] [INFO] [launch_manager] 2026/05/27 15:45:17.6717045 1937862 000 ECU1 NONE LM log warn verbose 5 Got kRunning timeout for process 2 ( process_crashing_on_startup_always )
[2026-05-27 15:45:17.048] [INFO] [launch_manager] 2026/05/27 15:45:17.6717045 1937863 000 ECU1 NONE LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-05-27 15:45:17.056] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-05-27 15:45:17.483] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:17.484] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:17.487] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9d9768bee4d9eca91b29723fbe63e2abf8197f76ddb611bc95b5c14984efa0a4/start HTTP/1.1" 101 0
[2026-05-27 15:45:17.535] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9d9768bee4d9eca91b29723fbe63e2abf8197f76ddb611bc95b5c14984efa0a4/json HTTP/1.1" 200 404
[2026-05-27 15:45:17.536] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:18.037] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:18.039] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.042] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/06c336f8e0e1710663b4d3ebc6f2cede6b1ce5bad51b830edde4b24914268fe1/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.057] [INFO] [launch_manager] [ STEP ] Verify fallback run target was activated
[2026-05-27 15:45:18.057] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-05-27 15:45:18.057] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-05-27 15:45:18.059] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-27 15:45:18.133] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/06c336f8e0e1710663b4d3ebc6f2cede6b1ce5bad51b830edde4b24914268fe1/json HTTP/1.1" 200 404
[2026-05-27 15:45:18.133] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:18.158] [INFO] [launch_manager] [ OK ] CrashOnStartup.ControlClientMock (2405 ms)
[2026-05-27 15:45:18.158] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2405 ms total)
[2026-05-27 15:45:18.158] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:18.158] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2405 ms total)
[2026-05-27 15:45:18.158] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:18.637] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 453
[2026-05-27 15:45:18.640] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.643] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/dbc29e7ae4b56dce2b3d3249235f61100ab42a4a99120c95dfd65a72fc9a65d3/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.699] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/dbc29e7ae4b56dce2b3d3249235f61100ab42a4a99120c95dfd65a72fc9a65d3/json HTTP/1.1" 200 404
[2026-05-27 15:45:18.703] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.705] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/35d092a6f8f4c19505402be36686802d3fe43abcfca6834ee7dee04b58d10b1d/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.795] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/35d092a6f8f4c19505402be36686802d3fe43abcfca6834ee7dee04b58d10b1d/json HTTP/1.1" 200 389
[2026-05-27 15:45:19.298] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0e78cf7302ff23e5d0a8cc3e5d427944422766404c08a397a54fc5cee5c3d5f7/json HTTP/1.1" 200 451
[2026-05-27 15:45:19.301] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:19.303] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/839f791b29463e7aa81c7aaf26003236be72edfdc6e6610aff14382323b97ca5/start HTTP/1.1" 101 0
[2026-05-27 15:45:19.368] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/839f791b29463e7aa81c7aaf26003236be72edfdc6e6610aff14382323b97ca5/json HTTP/1.1" 200 413
[2026-05-27 15:45:19.371] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-27 15:45:19.375] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:19.377] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b56a4ad40e9059fbb5cbd3ab1f9ad72eeb775b95a917db05f3723e11670830b0/start HTTP/1.1" 101 0
[2026-05-27 15:45:19.425] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b56a4ad40e9059fbb5cbd3ab1f9ad72eeb775b95a917db05f3723e11670830b0/json HTTP/1.1" 200 431
[2026-05-27 15:45:19.429] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fprocess_crashing_on_startup_twice.xml HTTP/1.1" 200 None
[2026-05-27 15:45:19.431] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:19.435] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e4cc839173647ff4eda5fd77add919c9accbda9783f2ae0b73dc3349fa9a5bbd/start HTTP/1.1" 101 0
[2026-05-27 15:45:19.488] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e4cc839173647ff4eda5fd77add919c9accbda9783f2ae0b73dc3349fa9a5bbd/json HTTP/1.1" 200 445
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:19.583] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:19.606] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/c79030a2c1700d891c8353217e54d8ded161a79b33c3c2e944cedd6ef48b810f?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/868/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 4.46s ===============================
tests-report/tests/integration/process_launch_args/process_launch_args/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_launch_args:process_launch_args
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/869/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_launch_args/process_launch_args.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_process_launch_args
-------------------------------- live log setup --------------------------------
[2026-05-27 15:45:15.313] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:15.453] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:15.454] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:15.454] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:15.454] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:15.462] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:15.478] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:15.479] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/json HTTP/1.1" 200 None
[2026-05-27 15:45:15.602] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/start HTTP/1.1" 204 0
[2026-05-27 15:45:15.603] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:15.603] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:15.603] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:15.603] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:15.610] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:15.612] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.613] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/432b890d41476e80cc65f0617b8e134a150446f3a5b39e63eaf2e1adf70ea5fe/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.677] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/432b890d41476e80cc65f0617b8e134a150446f3a5b39e63eaf2e1adf70ea5fe/json HTTP/1.1" 200 390
[2026-05-27 15:45:15.708] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:15.709] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/aaf1d534923dd383f302dacd9a36f34b9c465d7c717a815968e662626babad6c/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.789] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/aaf1d534923dd383f302dacd9a36f34b9c465d7c717a815968e662626babad6c/json HTTP/1.1" 200 430
[2026-05-27 15:45:15.789] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:15.791] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.796] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2d3ec89eafb2daf52782e5b2dff021a1770705ce476ddaddb814871131eb3dc2/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.850] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2d3ec89eafb2daf52782e5b2dff021a1770705ce476ddaddb814871131eb3dc2/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.851] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.854] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9a7c9488b7876e18f08b1fa9fad732af6b248c3287fca31b5427d01b5e51d44d/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.903] [INFO] [launch_manager] mw::log
[2026-05-27 15:45:15.903] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9a7c9488b7876e18f08b1fa9fad732af6b248c3287fca31b5427d01b5e51d44d/json HTTP/1.1" 200 456
[2026-05-27 15:45:15.904] [INFO] [launch_manager] initialization error:
[2026-05-27 15:45:15.905] [INFO] [launch_manager] Error No logging configuration files could be found.
[2026-05-27 15:45:15.905] [INFO] [launch_manager] occurred
[2026-05-27 15:45:15.905] [INFO] [launch_manager] with context information:
[2026-05-27 15:45:15.906] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.906] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-05-27 15:45:15.907] [INFO] [launch_manager] 2026/05/27 15:45:15.6715903 1926439 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:15.907] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:15.907] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:15.907] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-05-27 15:45:15.909] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d03fd7a06423944adc232306675e1d9cd8e8bc99f9137c3ce4e661935088e142/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.909] [INFO] [launch_manager] [ RUN ] ProcessLaunchArgs.ProcessInitial
[2026-05-27 15:45:15.910] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:15.910] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:15.910] [INFO] [launch_manager] [ STEP ] Check args
[2026-05-27 15:45:15.910] [INFO] [launch_manager] [ END STEP ] Check args
[2026-05-27 15:45:15.910] [INFO] [launch_manager] [ OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-05-27 15:45:15.911] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-05-27 15:45:15.911] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:15.911] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-27 15:45:15.911] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:15.947] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d03fd7a06423944adc232306675e1d9cd8e8bc99f9137c3ce4e661935088e142/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.949] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.950] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/189d40977fe652d855ccef4198ddcb0775af5c44fb97079efe15798e9577d10d/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.999] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/189d40977fe652d855ccef4198ddcb0775af5c44fb97079efe15798e9577d10d/json HTTP/1.1" 200 389
[2026-05-27 15:45:16.501] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9a7c9488b7876e18f08b1fa9fad732af6b248c3287fca31b5427d01b5e51d44d/json HTTP/1.1" 200 454
[2026-05-27 15:45:16.503] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.508] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c19698ef8d9db7058848f639ae1d357b2912cc0d08fce11db3dd359f211814da/start HTTP/1.1" 101 0
[2026-05-27 15:45:16.557] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c19698ef8d9db7058848f639ae1d357b2912cc0d08fce11db3dd359f211814da/json HTTP/1.1" 200 416
[2026-05-27 15:45:16.559] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/archive?path=%2Ftmp%2Ftests%2Fprocess_launch_args%2Fprocess_initial.xml HTTP/1.1" 200 None
[2026-05-27 15:45:16.563] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.568] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c6991ec0316eb5051dce49325fc832c0c49996875deb739601f126371e11981b/start HTTP/1.1" 101 0
[2026-05-27 15:45:16.616] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c6991ec0316eb5051dce49325fc832c0c49996875deb739601f126371e11981b/json HTTP/1.1" 200 430
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:16.742] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:16.760] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/52621cf723d57063010a755500daa4f95cf2db52a18f1b431ab11ba453881d98?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/869/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 1.48s ===============================
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/863/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-27 15:45:06.834] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:09.330] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:09.330] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:09.331] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:09.331] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:09.344] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.176] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:11.178] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/json HTTP/1.1" 200 None
[2026-05-27 15:45:11.434] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/start HTTP/1.1" 204 0
[2026-05-27 15:45:11.435] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:11.435] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:11.436] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:11.436] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:11.448] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.450] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.454] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b63ae8be74e7638b0158b7d8aa68de7f10ad1bb1fa8d732f7fc983ff2f0b49e6/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.519] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b63ae8be74e7638b0158b7d8aa68de7f10ad1bb1fa8d732f7fc983ff2f0b49e6/json HTTP/1.1" 200 390
[2026-05-27 15:45:11.555] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:11.557] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.558] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/30ca91e97d1ff32d5dc8e0d7cd9b8426075d9bdd7224a322bb6b7a1c78789a80/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.623] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/30ca91e97d1ff32d5dc8e0d7cd9b8426075d9bdd7224a322bb6b7a1c78789a80/json HTTP/1.1" 200 424
[2026-05-27 15:45:11.624] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:11.626] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.631] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/97b191c9ad8c79c54dcdeabe702e83db7f32edbcee10edaba0be1f3f5e869dfe/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.680] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/97b191c9ad8c79c54dcdeabe702e83db7f32edbcee10edaba0be1f3f5e869dfe/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.681] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.686] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f09d150cd3592a0fbc5244377f630125fe7604999baf7a1daee9742e263085ac/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.741] [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-27 15:45:11.741] [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-27 15:45:11.741] [INFO] [launch_manager] 2026/05/27 15:45:11.6711737 1884779 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:11.741] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [ RUN ] NonReporting.Process
[2026-05-27 15:45:11.742] [INFO] [launch_manager] 2026/05/27 15:45:11.6711739 1884806 000 ECU1 NONE LM log error verbose 3 [Lifecycle client] FD 3 is invalid for kRunning report
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [ OK ] NonReporting.Process (0 ms)
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-05-27 15:45:11.742] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:11.743] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f09d150cd3592a0fbc5244377f630125fe7604999baf7a1daee9742e263085ac/json HTTP/1.1" 200 467
[2026-05-27 15:45:11.745] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.746] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/25e0ba05caf50d114970c84816aeafd6a75be4ac7f04432cdffcedde733fbdac/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.814] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/25e0ba05caf50d114970c84816aeafd6a75be4ac7f04432cdffcedde733fbdac/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.817] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.818] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ce50d17dc9fd54ae10fdf4d064d81d57ba421eb11fd7bc4ab9fa37e961b0b15d/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.859] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ce50d17dc9fd54ae10fdf4d064d81d57ba421eb11fd7bc4ab9fa37e961b0b15d/json HTTP/1.1" 200 389
[2026-05-27 15:45:12.361] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f09d150cd3592a0fbc5244377f630125fe7604999baf7a1daee9742e263085ac/json HTTP/1.1" 200 465
[2026-05-27 15:45:12.362] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.363] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/973dd827a6ad8dceca42c505e31de6aecc0e7b69089e7db0db9af877f44fff37/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.409] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/973dd827a6ad8dceca42c505e31de6aecc0e7b69089e7db0db9af877f44fff37/json HTTP/1.1" 200 427
[2026-05-27 15:45:12.414] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-05-27 15:45:12.419] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.421] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/08a24768a26cb572955463b1a9e4d93f303c4229999d7586779fdd5a2f68a9cd/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.457] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/08a24768a26cb572955463b1a9e4d93f303c4229999d7586779fdd5a2f68a9cd/json HTTP/1.1" 200 447
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:12.710] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:12.719] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/7afe088830dd081315bf307024b83febf2985d9cdc2b6be2e9b8c6a7f9155dba?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/863/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 5.92s ===============================
tests-report/tests/integration/process_crash_monitoring/process_crash_monitoring/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/process_crash_monitoring:process_crash_monitoring
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/867/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/process_crash_monitoring/process_crash_monitoring.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_process_crash_monitoring
-------------------------------- live log setup --------------------------------
[2026-05-27 15:45:14.541] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:14.661] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:14.661] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:14.661] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:14.661] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:14.674] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:14.720] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:14.724] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/json HTTP/1.1" 200 None
[2026-05-27 15:45:14.873] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/start HTTP/1.1" 204 0
[2026-05-27 15:45:14.874] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:14.874] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:14.874] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:14.874] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:14.882] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:14.884] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:14.887] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7fc604cc223713885bbc05128844e67d2eda6432a9cafc67a5e9e4d3e44f47fa/start HTTP/1.1" 101 0
[2026-05-27 15:45:14.957] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7fc604cc223713885bbc05128844e67d2eda6432a9cafc67a5e9e4d3e44f47fa/json HTTP/1.1" 200 390
[2026-05-27 15:45:15.001] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:15.003] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.005] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0f80490f9a44c92d87232517a86d0c92d5b4652540b800ee1950844375a5f893/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.090] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0f80490f9a44c92d87232517a86d0c92d5b4652540b800ee1950844375a5f893/json HTTP/1.1" 200 435
[2026-05-27 15:45:15.091] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:15.093] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.099] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e91657ff923b7f3090a548f0106fe56c55549862d47aa99ec2ade52ebc69c327/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.150] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e91657ff923b7f3090a548f0106fe56c55549862d47aa99ec2ade52ebc69c327/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.152] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.153] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.210] [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-27 15:45:15.211] [INFO] [launch_manager] 2026/05/27 15:45:15.6715210 1919513 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:15.218] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:15.217] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 461
[2026-05-27 15:45:15.218] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:15.219] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-05-27 15:45:15.219] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.ControlClientMock
[2026-05-27 15:45:15.219] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:15.219] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:15.220] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.220] [INFO] [launch_manager] [ STEP ] Start crashing process
[2026-05-27 15:45:15.221] [INFO] [launch_manager] mw::log initialization error:
[2026-05-27 15:45:15.221] [INFO] [launch_manager] Error
[2026-05-27 15:45:15.221] [INFO] [launch_manager] No logging configuration files could be found. occurred
[2026-05-27 15:45:15.221] [INFO] [launch_manager] with context information: Failed to load configuration files. Fallback to console logging.
[2026-05-27 15:45:15.221] [INFO] [launch_manager] 2026/05/27 15:45:15.6715218 1919588 000 ECU1 NONE LM log fatal verbose 3
[2026-05-27 15:45:15.222] [INFO] [launch_manager] clock() at failed initial state transition: 35.732000 ms
[2026-05-27 15:45:15.223] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e5bb66d364f75538134d309fad40ef4d10dd052b7ea2242fa2a0881eae9c303d/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.225] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:15.226] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:15.226] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-05-27 15:45:15.226] [INFO] [launch_manager] [ RUN ] ProcessCrashMonitoring.CrashingProcess
[2026-05-27 15:45:15.226] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:15.227] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:15.227] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-05-27 15:45:15.228] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-05-27 15:45:15.228] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:15.229] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-05-27 15:45:15.229] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:15.271] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e5bb66d364f75538134d309fad40ef4d10dd052b7ea2242fa2a0881eae9c303d/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.272] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:15.315] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-05-27 15:45:15.774] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 461
[2026-05-27 15:45:15.775] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:15.776] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/34a75b1b752a97dcf15235368bdaac6586d93a5bde03e5f0fa3d51dca417f1b9/start HTTP/1.1" 101 0
[2026-05-27 15:45:15.837] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/34a75b1b752a97dcf15235368bdaac6586d93a5bde03e5f0fa3d51dca417f1b9/json HTTP/1.1" 200 404
[2026-05-27 15:45:15.837] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:16.229] [INFO] [launch_manager] Process crashing...
[2026-05-27 15:45:16.340] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 461
[2026-05-27 15:45:16.342] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.347] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/41f2cfdd1e91b2786f1c9755183acad360a3abe24cea2277e27205db38f973bb/start HTTP/1.1" 101 0
[2026-05-27 15:45:16.348] [INFO] [launch_manager] 2026/05/27 15:45:16.6716343 1930850 000 ECU1 NONE LM log warn verbose 7 unexpected termination of process 1 pid 68 ( component_crashing_on_runtime )
[2026-05-27 15:45:16.415] [INFO] [launch_manager] 2026/05/27 15:45:16.6716415 1931562 000 ECU1 NONE LM log warn verbose 3 Problem discovered in PG MainPG Activating Recovery state.
[2026-05-27 15:45:16.420] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/41f2cfdd1e91b2786f1c9755183acad360a3abe24cea2277e27205db38f973bb/json HTTP/1.1" 200 404
[2026-05-27 15:45:16.421] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:16.923] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 461
[2026-05-27 15:45:16.927] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:16.940] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f58545093afb62094df500b8467b3a414572e9386f387e5634f459893b8b327e/start HTTP/1.1" 101 0
[2026-05-27 15:45:17.016] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f58545093afb62094df500b8467b3a414572e9386f387e5634f459893b8b327e/json HTTP/1.1" 200 404
[2026-05-27 15:45:17.016] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:17.314] [INFO] [launch_manager] [ STEP ] Verify state changed to fallback run target
[2026-05-27 15:45:17.315] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-05-27 15:45:17.315] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-05-27 15:45:17.317] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-27 15:45:17.323] [INFO] [launch_manager] [ OK ] ProcessCrashMonitoring.ControlClientMock (2110 ms)
[2026-05-27 15:45:17.323] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2110 ms total)
[2026-05-27 15:45:17.323] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:17.324] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2110 ms total)
[2026-05-27 15:45:17.324] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:17.518] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 461
[2026-05-27 15:45:17.519] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:17.522] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/daec3fac990ca3406be2a332faff8d6efd4ea122a6524ffc99933d797cc33343/start HTTP/1.1" 101 0
[2026-05-27 15:45:17.566] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/daec3fac990ca3406be2a332faff8d6efd4ea122a6524ffc99933d797cc33343/json HTTP/1.1" 200 404
[2026-05-27 15:45:17.570] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:17.574] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9ee7c0ac09c4ab733a2c6fe932661e70bde185f8b7f06b14d47476fdf3f85655/start HTTP/1.1" 101 0
[2026-05-27 15:45:17.641] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9ee7c0ac09c4ab733a2c6fe932661e70bde185f8b7f06b14d47476fdf3f85655/json HTTP/1.1" 200 389
[2026-05-27 15:45:18.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/079351dfd9b4207c6a484b1aac8754f85a0c9a46f3c487a131d033f4ba339c47/json HTTP/1.1" 200 459
[2026-05-27 15:45:18.144] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.146] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a5c4fc6010e3f3b7fd03b1d930a9b84ae46944c32470fe28db9fc1eb58a2b028/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.227] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a5c4fc6010e3f3b7fd03b1d930a9b84ae46944c32470fe28db9fc1eb58a2b028/json HTTP/1.1" 200 421
[2026-05-27 15:45:18.231] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-27 15:45:18.236] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.239] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d23cc558353ce0109474a67f9cabe6bc2e2e5553aeda220a84a904f90f20384c/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.303] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d23cc558353ce0109474a67f9cabe6bc2e2e5553aeda220a84a904f90f20384c/json HTTP/1.1" 200 439
[2026-05-27 15:45:18.306] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fprocess_crashing_on_runtime.xml HTTP/1.1" 200 None
[2026-05-27 15:45:18.308] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/exec HTTP/1.1" 201 74
[2026-05-27 15:45:18.309] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/ea811a37cf6422d466aa9a3658b35085be5a317ee7aa73cc54303aee7f3ac6f7/start HTTP/1.1" 101 0
[2026-05-27 15:45:18.360] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/ea811a37cf6422d466aa9a3658b35085be5a317ee7aa73cc54303aee7f3ac6f7/json HTTP/1.1" 200 447
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:18.486] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:18.501] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/95853992a975d1d8d20b7bde2888be65c7c88969c6dab3063090d695a1141a59?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/867/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 4.04s ===============================
tests-report/tests/integration/switch_run_target/switch_run_target/test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //tests/integration/switch_run_target:switch_run_target
-----------------------------------------------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.3, pluggy-1.5.0
rootdir: /home/runner/.bazel/sandbox/processwrapper-sandbox/866/execroot/_main/bazel-out/k8-fastbuild/bin/tests/integration/switch_run_target/switch_run_target.runfiles/score_itf+
configfile: pytest.ini
collected 1 item
../score_itf+::test_switch_run_target
-------------------------------- live log setup --------------------------------
[2026-05-27 15:45:07.174] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:10.731] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:10.731] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:10.731] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:10.731] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:10.739] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.176] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:11.178] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/json HTTP/1.1" 200 None
[2026-05-27 15:45:11.453] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/start HTTP/1.1" 204 0
[2026-05-27 15:45:11.454] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:11.454] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:11.454] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:11.454] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:11.462] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.465] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.467] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/87cc6e09c3e1574d71faa7e95127339c45e2eef5af1bd6f5a5161f4b961c1e3d/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.534] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/87cc6e09c3e1574d71faa7e95127339c45e2eef5af1bd6f5a5161f4b961c1e3d/json HTTP/1.1" 200 390
[2026-05-27 15:45:11.617] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:11.619] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.621] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/deb13a1cb6c8c0480319122d20e283ddcee8a13716da13daa47438958919ccee/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.727] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/deb13a1cb6c8c0480319122d20e283ddcee8a13716da13daa47438958919ccee/json HTTP/1.1" 200 428
[2026-05-27 15:45:11.728] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:11.730] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.731] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bdc3c5c0cd90927deaa58308a5cecf26969dab45fe4dd9375483e7a3394f395b/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.805] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bdc3c5c0cd90927deaa58308a5cecf26969dab45fe4dd9375483e7a3394f395b/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.807] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.812] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bee0af6c2cdbedb5f0bbe64d84d72dd64eb26ac41d2b1579ad976f9a013b53db/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.860] [INFO] [launch_manager] mw::log initialization error:
[2026-05-27 15:45:11.860] [INFO] [launch_manager] Error
[2026-05-27 15:45:11.861] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bee0af6c2cdbedb5f0bbe64d84d72dd64eb26ac41d2b1579ad976f9a013b53db/json HTTP/1.1" 200 454
[2026-05-27 15:45:11.861] [INFO] [launch_manager] No logging configuration files could be found.
[2026-05-27 15:45:11.862] [INFO] [launch_manager] occurred with context information:
[2026-05-27 15:45:11.862] [INFO] [launch_manager] Failed to load configuration files. Fallback to console logging.
[2026-05-27 15:45:11.862] [INFO] [launch_manager] 2026/05/27 15:45:11.6711860 1886015 000 ECU1 NONE Fcty log warn verbose 2 Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:11.862] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.863] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.863] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.863] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-05-27 15:45:11.863] [INFO] [launch_manager] [ RUN ] SwitchRunTarget.ControlClientMock
[2026-05-27 15:45:11.864] [INFO] [launch_manager] [ STEP ] Report kRunning
[2026-05-27 15:45:11.864] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e343f06a453c7c04f35252f93753f75a06e19332cb2dfb9ae7811507aeacd818/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.866] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-27 15:45:11.866] [INFO] [launch_manager] [ STEP ] Activate run target A
[2026-05-27 15:45:11.866] [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-27 15:45:11.869] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.869] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.869] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ RUN ] ComponentD.RunAndVerify
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ STEP ] Report running
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ RUN ] ComponentB.RunAndVerify
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-05-27 15:45:11.870] [INFO] [launch_manager] [ STEP ] Report running
[2026-05-27 15:45:11.872] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-27 15:45:11.872] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-27 15:45:11.874] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.874] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.874] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-05-27 15:45:11.875] [INFO] [launch_manager] [ RUN ] ComponentA.RunAndVerify
[2026-05-27 15:45:11.875] [INFO] [launch_manager] [ STEP ] Report running
[2026-05-27 15:45:11.877] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-27 15:45:11.877] [INFO] [launch_manager] [ STEP ] Verify startup order
[2026-05-27 15:45:11.877] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-05-27 15:45:11.902] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e343f06a453c7c04f35252f93753f75a06e19332cb2dfb9ae7811507aeacd818/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.902] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:11.963] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-05-27 15:45:11.963] [INFO] [launch_manager] [ STEP ] Verify running processes
[2026-05-27 15:45:11.963] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-05-27 15:45:11.964] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [ OK ] ComponentD.RunAndVerify (95 ms)
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [----------] 1 test from ComponentD (95 ms total)
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [ OK ] ComponentA.RunAndVerify (90 ms)
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [----------] 1 test from ComponentA (90 ms total)
[2026-05-27 15:45:11.965] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:11.966] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (95 ms total)
[2026-05-27 15:45:11.966] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:11.966] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (90 ms total)
[2026-05-27 15:45:11.966] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [ STEP ] Verify termination order
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [ OK ] ComponentB.RunAndVerify (97 ms)
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [----------] 1 test from ComponentB (97 ms total)
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (97 ms total)
[2026-05-27 15:45:11.967] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:12.063] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-27 15:45:12.063] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-05-27 15:45:12.065] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-27 15:45:12.164] [INFO] [launch_manager] [ OK ] SwitchRunTarget.ControlClientMock (301 ms)
[2026-05-27 15:45:12.164] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (301 ms total)
[2026-05-27 15:45:12.164] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:12.164] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (301 ms total)
[2026-05-27 15:45:12.164] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:12.404] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bee0af6c2cdbedb5f0bbe64d84d72dd64eb26ac41d2b1579ad976f9a013b53db/json HTTP/1.1" 200 454
[2026-05-27 15:45:12.406] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.408] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/719581d76d5afdb807c414d97e9e728d5f4b7ff8225080e7ac27ec23ed3a66a9/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.452] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/719581d76d5afdb807c414d97e9e728d5f4b7ff8225080e7ac27ec23ed3a66a9/json HTTP/1.1" 200 404
[2026-05-27 15:45:12.453] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.455] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/fe7ad1531ba3d1030ad4f87cb9baa4e55b6bfa526a51a71f71875e624cc70baf/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.494] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fe7ad1531ba3d1030ad4f87cb9baa4e55b6bfa526a51a71f71875e624cc70baf/json HTTP/1.1" 200 389
[2026-05-27 15:45:12.997] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bee0af6c2cdbedb5f0bbe64d84d72dd64eb26ac41d2b1579ad976f9a013b53db/json HTTP/1.1" 200 452
[2026-05-27 15:45:12.999] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.000] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/88d9826b16c2cf60ca4f20e2f01d7c29ed6173df30435f50c601d8dbff257bd1/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.067] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/88d9826b16c2cf60ca4f20e2f01d7c29ed6173df30435f50c601d8dbff257bd1/json HTTP/1.1" 200 414
[2026-05-27 15:45:13.070] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_a.xml HTTP/1.1" 200 None
[2026-05-27 15:45:13.073] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.078] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/aa73f28e9b7d2d912712aaa84f39949d2c308077fba5a9a71e32ba5debe5ecde/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.140] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/aa73f28e9b7d2d912712aaa84f39949d2c308077fba5a9a71e32ba5debe5ecde/json HTTP/1.1" 200 424
[2026-05-27 15:45:13.143] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_b.xml HTTP/1.1" 200 None
[2026-05-27 15:45:13.145] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.147] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5fee9d780fb96ca7d46eb92d5aa15070a5d31c63649d8d0086e947c2ae419072/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.224] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5fee9d780fb96ca7d46eb92d5aa15070a5d31c63649d8d0086e947c2ae419072/json HTTP/1.1" 200 424
[2026-05-27 15:45:13.228] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_d.xml HTTP/1.1" 200 None
[2026-05-27 15:45:13.229] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.234] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2884031f69569c9a7e6b04841ada72cb7c120964ec0ffb3c15cf83a436ed2c55/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.286] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2884031f69569c9a7e6b04841ada72cb7c120964ec0ffb3c15cf83a436ed2c55/json HTTP/1.1" 200 424
[2026-05-27 15:45:13.289] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-27 15:45:13.291] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.296] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/15780f70bfbfb9e355c7333db4d76e01b276cc10ff016ba660d500180aa1614d/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.350] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/15780f70bfbfb9e355c7333db4d76e01b276cc10ff016ba660d500180aa1614d/json HTTP/1.1" 200 432
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:13.455] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:13.478] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/df2b8697f99c62ded5fd0ded41d968a7e7785f697d6aad07d9b686434a8d83d0?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/866/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 6.34s ===============================
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/865/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-27 15:45:07.140] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-27 15:45:10.082] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:10.083] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:10.083] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:10.083] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:10.094] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.177] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-27 15:45:11.179] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/json HTTP/1.1" 200 None
[2026-05-27 15:45:11.415] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/start HTTP/1.1" 204 0
[2026-05-27 15:45:11.416] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-27 15:45:11.416] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-27 15:45:11.417] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-27 15:45:11.417] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-27 15:45:11.427] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-27 15:45:11.430] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.433] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6d4d0bb9d853b4231bb34f12d336eccc75f9c50fc243347f16e7cef3ab147199/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.494] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6d4d0bb9d853b4231bb34f12d336eccc75f9c50fc243347f16e7cef3ab147199/json HTTP/1.1" 200 390
[2026-05-27 15:45:11.545] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-27 15:45:11.547] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.550] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/192ccbbf437da75d3d28db28661d6269b8a687bddd31fc100e891ddc870627ec/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/192ccbbf437da75d3d28db28661d6269b8a687bddd31fc100e891ddc870627ec/json HTTP/1.1" 200 416
[2026-05-27 15:45:11.643] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-27 15:45:11.646] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.648] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/21ab1876798f86238bdf437453add16a1af4005234ab37b183e9e8d8488e2b0e/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.703] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/21ab1876798f86238bdf437453add16a1af4005234ab37b183e9e8d8488e2b0e/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.705] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.706] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/fd3192e383f3ea8bd41495f26b317b16ad497e156249e3de72d47bb197021622/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.762] [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-27 15:45:11.763] [INFO] [launch_manager] 2026/05/27 15:45:11.6711760 1885016 000 ECU1 NONE Fcty log warn verbose 2
[2026-05-27 15:45:11.764] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fd3192e383f3ea8bd41495f26b317b16ad497e156249e3de72d47bb197021622/json HTTP/1.1" 200 442
[2026-05-27 15:45:11.764] [INFO] [launch_manager] Factory for FlatCfg MachineConfig: No watchdog configured
[2026-05-27 15:45:11.765] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.766] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.766] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-27 15:45:11.766] [INFO] [launch_manager] [ RUN ] Smoke.Daemon
[2026-05-27 15:45:11.766] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:11.769] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/183d98bfca3f2073b65c076139ccfd5d271b985efd82e7741b9e57bf3a579c38/start HTTP/1.1" 101 0
[2026-05-27 15:45:11.769] [INFO] [launch_manager] [ STEP ] Control daemon report kRunning
[2026-05-27 15:45:11.771] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-27 15:45:11.771] [INFO] [launch_manager] [ STEP ] Activate RunTarget Running
[2026-05-27 15:45:11.771] [INFO] [launch_manager] mw::log
[2026-05-27 15:45:11.772] [INFO] [launch_manager] initialization error:
[2026-05-27 15:45:11.772] [INFO] [launch_manager] Error No logging configuration files could be found. occurred with context information: Failed to load configuration files. Fallback to console logging.
[2026-05-27 15:45:11.772] [INFO] [launch_manager] 2026/05/27 15:45:11.6711772 1885128 000 ECU1 NONE LM log fatal verbose 3 clock() at failed initial state transition: 35.955000 ms
[2026-05-27 15:45:11.779] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-27 15:45:11.780] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-27 15:45:11.780] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-27 15:45:11.780] [INFO] [launch_manager] [ RUN ] Smoke.Process
[2026-05-27 15:45:11.782] [INFO] [launch_manager] [ OK ] Smoke.Process (2 ms)
[2026-05-27 15:45:11.783] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-27 15:45:11.783] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:11.783] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-27 15:45:11.783] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:11.830] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/183d98bfca3f2073b65c076139ccfd5d271b985efd82e7741b9e57bf3a579c38/json HTTP/1.1" 200 404
[2026-05-27 15:45:11.830] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-27 15:45:11.869] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-27 15:45:11.869] [INFO] [launch_manager] [ STEP ] Activate RunTarget Startup
[2026-05-27 15:45:11.969] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-27 15:45:11.969] [INFO] [launch_manager] [ STEP ] Activate RunTarget Off
[2026-05-27 15:45:11.970] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-27 15:45:12.070] [INFO] [launch_manager] [ OK ] Smoke.Daemon (304 ms)
[2026-05-27 15:45:12.070] [INFO] [launch_manager] [----------] 1 test from Smoke (304 ms total)
[2026-05-27 15:45:12.070] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-27 15:45:12.070] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (305 ms total)
[2026-05-27 15:45:12.070] [INFO] [launch_manager] [ PASSED ] 1 test.
[2026-05-27 15:45:12.331] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fd3192e383f3ea8bd41495f26b317b16ad497e156249e3de72d47bb197021622/json HTTP/1.1" 200 442
[2026-05-27 15:45:12.333] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.334] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/bf79730e20a0d34c16b8c1da084ce186f28e8de19af250303b6d8b5abf9edf40/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.373] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/bf79730e20a0d34c16b8c1da084ce186f28e8de19af250303b6d8b5abf9edf40/json HTTP/1.1" 200 404
[2026-05-27 15:45:12.375] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.376] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8dc2014db1ccd65d3e44b99a43fc5ff27db43f4ab7b07fb46403070dad4a04ef/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.414] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8dc2014db1ccd65d3e44b99a43fc5ff27db43f4ab7b07fb46403070dad4a04ef/json HTTP/1.1" 200 389
[2026-05-27 15:45:12.916] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/fd3192e383f3ea8bd41495f26b317b16ad497e156249e3de72d47bb197021622/json HTTP/1.1" 200 440
[2026-05-27 15:45:12.918] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.919] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e6b345a893d191a7f39ee638fa3f5dfec095440887ce34c5bdbb9a076ceb9467/start HTTP/1.1" 101 0
[2026-05-27 15:45:12.957] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e6b345a893d191a7f39ee638fa3f5dfec095440887ce34c5bdbb9a076ceb9467/json HTTP/1.1" 200 402
[2026-05-27 15:45:12.960] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-27 15:45:12.963] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:12.964] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2c4e87eeb260784d35ae79bec57a9f8f2457ff2ac9573eba896f6f4bf88816d7/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.015] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2c4e87eeb260784d35ae79bec57a9f8f2457ff2ac9573eba896f6f4bf88816d7/json HTTP/1.1" 200 420
[2026-05-27 15:45:13.021] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-27 15:45:13.023] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/exec HTTP/1.1" 201 74
[2026-05-27 15:45:13.032] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/75d396995bca8b8f9919b23033e66a6d851912e429b420522006ba12544360a7/start HTTP/1.1" 101 0
[2026-05-27 15:45:13.092] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/75d396995bca8b8f9919b23033e66a6d851912e429b420522006ba12544360a7/json HTTP/1.1" 200 414
PASSED [100%]
------------------------------ live log teardown -------------------------------
[2026-05-27 15:45:13.215] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f/stop?t=1 HTTP/1.1" 204 0
[2026-05-27 15:45:13.235] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/9cb17817ef0947ae5c313720f273999aab0e57729c88c3f450af0930b5cb9e5f?v=False&link=False&force=True HTTP/1.1" 204 0
- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/865/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 6.14s ===============================