Component Requirements Statistics#

Overview#

_images/need_pie_2b909.svg

In Detail#

_images/need_pie_cce4e.svg
_images/need_pie_8587e.svg

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/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
[       OK ] NotificationWithConfigTest.CanGetNotificationName (0 ms)
[ RUN      ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut
  2026/4/28 6:22:25 LCHM Rcvy INFO:    [ Notification (TestNotification) Recovery request enqueued successfully ]
[       OK ] NotificationWithConfigTest.SendsRequestAndNeverTimesOut (0 ms)
[ RUN      ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails
  !!! ->   2026/4/28 6:22:25 LCHM Rcvy ERROR:   [ Notification (TestNotification) Failed to enqueue recovery request (ring buffer full) ]
[       OK ] NotificationWithConfigTest.TimesOutWhenSendingRequestFails (0 ms)
[ RUN      ] NotificationWithConfigTest.ProxyInitializationFails
  !!! ->   2026/4/28 6:22:25 LCHM Rcvy ERROR:   [ Notification (TestNotification) Invalid ProcessGroupState identifier: InvalidIdentifier ]
[       OK ] NotificationWithConfigTest.ProxyInitializationFails (0 ms)
[----------] 4 tests from NotificationWithConfigTest (0 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. (1 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 (19 ms)
[ RUN      ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails
  !!! ->   2026/4/28 6:22:22 LCLM LCLM ERROR:   [ Failed to queue posix process ]
  !!! ->   2026/4/28 6:22:22 LCLM LCLM ERROR:   [ ProcessStateReceiver::getNextChangedPosixProcess: Overflow occurred, will be reported as kCommunicationError ]
[       OK ] ProcessStateClient_UT.ProcessStateClient_QueueOneProcessTooMany_Fails (3 ms)
[----------] 4 tests from ProcessStateClient_UT (23 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (24 ms total)
[  PASSED  ] 4 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/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/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/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/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/850/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-13 11:38:45.427] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:45.916] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:45.916] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:45.917] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:45.917] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:45.930] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:46.575] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:46.577] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/json HTTP/1.1" 200 None
[2026-05-13 11:38:47.197] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/start HTTP/1.1" 204 0
[2026-05-13 11:38:47.197] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:47.197] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:47.198] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:47.199] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:47.208] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:47.210] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.212] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f382e96a0579f74e08897ceb95b146b0272606bb3eb8576f03fb1691f386472c/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.267] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f382e96a0579f74e08897ceb95b146b0272606bb3eb8576f03fb1691f386472c/json HTTP/1.1" 200 390
[2026-05-13 11:38:47.329] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:47.331] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.334] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1b1be345d6a40e106ca7c043ebf74792d3ed9e578526b46e3291efec4771483b/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.422] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1b1be345d6a40e106ca7c043ebf74792d3ed9e578526b46e3291efec4771483b/json HTTP/1.1" 200 435
[2026-05-13 11:38:47.423] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:47.425] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.428] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4d757aacedfb7405cc82cc41023559233be4f41e4c0f58135332859958ee9db9/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.497] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4d757aacedfb7405cc82cc41023559233be4f41e4c0f58135332859958ee9db9/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.498] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.500] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.577] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:47.577] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:47 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:47.578] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:47.581] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:47.581] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.582] [INFO] [launch_manager]  2026/5/13 11:38:47 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:47.585] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/6054c95eff8d1527b7edb2fa614422457241f558905c95d32b5d03908c2b1c04/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.585] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.ControlClientMock
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:47.590] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:47.590] [INFO] [launch_manager]   2026/5/13 11:38:47 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 19 ms ]
[2026-05-13 11:38:47.621] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Sprv INFO:    [ Alive Supervision ( control_client_mock_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:47.621] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Sprv INFO:    [ Local Supervision ( control_client_mock_local_supervision ) switched to OK. ]
[2026-05-13 11:38:47.621] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:47.640] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/6054c95eff8d1527b7edb2fa614422457241f558905c95d32b5d03908c2b1c04/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.641] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:48.143] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.144] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/88ce03cd8deba9f1c4d1efd456ba8053fe79ecb53e669d0520275ef08bb647eb/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.186] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/88ce03cd8deba9f1c4d1efd456ba8053fe79ecb53e669d0520275ef08bb647eb/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.186] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.587] [INFO] [launch_manager] [ STEP     ] Start crashing process
[2026-05-13 11:38:48.591] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:48.592] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:48.592] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring
[2026-05-13 11:38:48.592] [INFO] [launch_manager] [ RUN      ] ProcessCrashMonitoring.CrashingProcess
[2026-05-13 11:38:48.593] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.CrashingProcess (2 ms)
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (2 ms total)
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:48.594] [INFO] [launch_manager]   2026/5/13 11:38:48 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/run_target_crashing_app_on_runtime in 5 ms ]
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-13 11:38:48.594] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:48.684] [INFO] [launch_manager] [ END STEP ] Start crashing process
[2026-05-13 11:38:48.689] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:48.691] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.693] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9c1c62c98b8cbafcad74267b4c4b089ccf494d17785f51a44a9fc697e6c08665/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.751] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c1c62c98b8cbafcad74267b4c4b089ccf494d17785f51a44a9fc697e6c08665/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.751] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:49.254] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:49.258] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.269] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5f47d965aa325c19993de501cef2dc1ee3e27a9bd401c54f40e0a4b98f1b3d24/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.339] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5f47d965aa325c19993de501cef2dc1ee3e27a9bd401c54f40e0a4b98f1b3d24/json HTTP/1.1" 200 404
[2026-05-13 11:38:49.339] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:49.594] [INFO] [launch_manager] Process crashing...
[2026-05-13 11:38:49.766] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ unexpected termination of process 1 pid 83 ( component_crashing_on_runtime ) ]
[2026-05-13 11:38:49.778] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Problem discovered in PG MainPG Activating Recovery state. ]
[2026-05-13 11:38:49.778] [INFO] [launch_manager]  2026/5/13 11:38:49 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/fallback_run_target in 0 ms ]
[2026-05-13 11:38:49.842] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:49.846] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.847] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/852979b96d366e3ab9e7b2ef7fb6a0b16afa289f708d6328c6b498f893dcbed5/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.928] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/852979b96d366e3ab9e7b2ef7fb6a0b16afa289f708d6328c6b498f893dcbed5/json HTTP/1.1" 200 404
[2026-05-13 11:38:49.929] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:50.437] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:50.439] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.440] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c677df58667131403d1df39e6763afeabc7c3716ec9ee7eb58f9d1844b4d6103/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.509] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c677df58667131403d1df39e6763afeabc7c3716ec9ee7eb58f9d1844b4d6103/json HTTP/1.1" 200 404
[2026-05-13 11:38:50.513] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:50.718] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-05-13 11:38:50.718] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [       OK ] ProcessCrashMonitoring.ControlClientMock (3109 ms)
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [----------] 1 test from ProcessCrashMonitoring (3110 ms total)
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3110 ms total)
[2026-05-13 11:38:50.719] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:50.796] [INFO] [launch_manager]  2026/5/13 11:38:50 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 103 ms ]
[2026-05-13 11:38:51.014] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 461
[2026-05-13 11:38:51.016] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.020] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f8c388f28df97ebb79e47f45d815275afbf27a2fbee3cb3e990a081146c9b68e/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.074] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f8c388f28df97ebb79e47f45d815275afbf27a2fbee3cb3e990a081146c9b68e/json HTTP/1.1" 200 404
[2026-05-13 11:38:51.076] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.081] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/eada656889934abdc9857b30878462afd04c53cfdbfeb6cdee4c2a7b94a64ca9/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.134] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/eada656889934abdc9857b30878462afd04c53cfdbfeb6cdee4c2a7b94a64ca9/json HTTP/1.1" 200 389
[2026-05-13 11:38:51.232] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:51.321] [INFO] [launch_manager]  2026/5/13 11:38:51 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:51.321] [INFO] [launch_manager]   2026/5/13 11:38:51 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:51.636] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/66b73adaa09c190200f7adc260791355dd09391f41f6cccea3cb09d0b6ce55bb/json HTTP/1.1" 200 459
[2026-05-13 11:38:51.640] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.643] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e8b07691efa7ffaf2a4133feb45768f48935f5d42158c3c1c631f0fd4dd1c873/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.707] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e8b07691efa7ffaf2a4133feb45768f48935f5d42158c3c1c631f0fd4dd1c873/json HTTP/1.1" 200 421
[2026-05-13 11:38:51.714] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-13 11:38:51.734] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.774] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/76f957aa1c27f6ae33e13141723ae92afa9401f0342e8c1aa4c7164e73d4d988/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.831] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/76f957aa1c27f6ae33e13141723ae92afa9401f0342e8c1aa4c7164e73d4d988/json HTTP/1.1" 200 439
[2026-05-13 11:38:51.836] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/archive?path=%2Ftmp%2Ftests%2Fprocess_crash_monitoring%2Fprocess_crashing_on_runtime.xml HTTP/1.1" 200 None
[2026-05-13 11:38:51.866] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.869] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2a77551d077e70cd013013f8ea2c0372e79ec237d047ea7333ffa06cf9da8b7a/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.988] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2a77551d077e70cd013013f8ea2c0372e79ec237d047ea7333ffa06cf9da8b7a/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:52.166] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:52.189] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/be965656f97e0d6b70fa44a712861ca61d227f6bd7e612a1ac3950da909c38d6?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/850/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_crash_monitoring/process_crash_monitoring/test.xml -
============================== 1 passed in 6.79s ===============================

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/856/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-13 11:38:46.887] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:46.974] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:46.974] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:46.974] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:46.974] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:46.982] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:47.003] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:47.004] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/json HTTP/1.1" 200 None
[2026-05-13 11:38:47.209] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/start HTTP/1.1" 204 0
[2026-05-13 11:38:47.210] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:47.210] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:47.210] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:47.210] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:47.221] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:47.222] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.223] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8ca4b908d4ad2f248b31a58d1309e9798eb419edc382997643bcbd565a57d6b5/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.275] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8ca4b908d4ad2f248b31a58d1309e9798eb419edc382997643bcbd565a57d6b5/json HTTP/1.1" 200 390
[2026-05-13 11:38:47.319] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:47.321] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.327] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2699fceb3f79b5b7fce76b9f3e8ea624228622134eabfb349b51a90330761a3f/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.431] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2699fceb3f79b5b7fce76b9f3e8ea624228622134eabfb349b51a90330761a3f/json HTTP/1.1" 200 424
[2026-05-13 11:38:47.431] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:47.434] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.435] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1987c8393593c3e0ba7c6debade76a36643d5e9d192c91218fd9965323b981a7/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.495] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1987c8393593c3e0ba7c6debade76a36643d5e9d192c91218fd9965323b981a7/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.498] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.501] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/52fff5f30736df56147b305d7fda7a8b9c88fb8a5c5fcf6d7b53667fea82d2fa/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.582] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/52fff5f30736df56147b305d7fda7a8b9c88fb8a5c5fcf6d7b53667fea82d2fa/json HTTP/1.1" 200 467
[2026-05-13 11:38:47.585] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:47.585] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:47 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:47.586] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:47.586] [INFO] [launch_manager]   2026/5/13 11:38:47 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:47.586] [INFO] [launch_manager]   2026/5/13 11:38:47 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 0 ms ]
[2026-05-13 11:38:47.586] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [----------] 1 test from NonReporting
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [ RUN      ] NonReporting.Process
[2026-05-13 11:38:47.587] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:47 LCLM LCLM ERROR:   [ [Lifecycle client] FD  3  is invalid for kRunning report ]
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [       OK ] NonReporting.Process (0 ms)
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [----------] 1 test from NonReporting (0 ms total)
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (0 ms total)
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:47.590] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7ef885de8487b47496ec93dd64d97541c65b70ffc40847fb173651b57c149dda/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.638] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7ef885de8487b47496ec93dd64d97541c65b70ffc40847fb173651b57c149dda/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.641] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.642] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/33a31fc7e79970de7ea0a7a73df216d3821a4d70aa2c4b6c103a47f5c17449a8/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.680] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/33a31fc7e79970de7ea0a7a73df216d3821a4d70aa2c4b6c103a47f5c17449a8/json HTTP/1.1" 200 389
[2026-05-13 11:38:47.681] [INFO] [launch_manager]  2026/5/13 11:38:47 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:47.825] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:47.826] [INFO] [launch_manager]  2026/5/13 11:38:47 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:48.183] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/52fff5f30736df56147b305d7fda7a8b9c88fb8a5c5fcf6d7b53667fea82d2fa/json HTTP/1.1" 200 465
[2026-05-13 11:38:48.185] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.187] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/33c285ec3850db1f4d8c75e881bf81e2efbf99ee4d82d5811d9bfb437d8ac13a/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.223] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/33c285ec3850db1f4d8c75e881bf81e2efbf99ee4d82d5811d9bfb437d8ac13a/json HTTP/1.1" 200 427
[2026-05-13 11:38:48.226] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/archive?path=%2Ftmp%2Ftests%2Fincorrect_config_non_reporting%2Fnon_reporting_process.xml HTTP/1.1" 200 None
[2026-05-13 11:38:48.228] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.229] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2bfc0026df904d2167727f28255fbc4b5803f675aff93ccdcfd6d76027acc44d/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.266] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2bfc0026df904d2167727f28255fbc4b5803f675aff93ccdcfd6d76027acc44d/json HTTP/1.1" 200 447
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:48.414] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:48.422] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/e732988cecce8dfa299b4d2134db53500f45099e4b4d00a40216aaefb36fb2da?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/856/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/incorrect_config_non_reporting/incorrect_config_non_reporting/test.xml -
============================== 1 passed in 1.56s ===============================

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/848/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-13 11:38:45.093] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:45.378] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:45.378] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:45.378] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:45.378] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:45.388] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:46.575] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:46.576] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/json HTTP/1.1" 200 None
[2026-05-13 11:38:47.193] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/start HTTP/1.1" 204 0
[2026-05-13 11:38:47.194] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:47.194] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:47.194] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:47.194] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:47.205] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:47.207] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.211] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b5adc5156e333dabe4ee22995e4f0850c21fbe536c7c7c1e15f03e77b6a97423/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.274] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b5adc5156e333dabe4ee22995e4f0850c21fbe536c7c7c1e15f03e77b6a97423/json HTTP/1.1" 200 390
[2026-05-13 11:38:47.312] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:47.314] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.319] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/a322653c2c4440ad028803cdfd08dcac79105a836ed6261fd080e4c58ef5d3cc/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.397] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/a322653c2c4440ad028803cdfd08dcac79105a836ed6261fd080e4c58ef5d3cc/json HTTP/1.1" 200 416
[2026-05-13 11:38:47.397] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:47.399] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.401] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9c4f121c0037f5dbd15756e3e425ff4fac7d7521a31b1f0c31e1ce280fb0aca1/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.462] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9c4f121c0037f5dbd15756e3e425ff4fac7d7521a31b1f0c31e1ce280fb0aca1/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.464] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.465] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.518] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:47.519] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/json HTTP/1.1" 200 442
[2026-05-13 11:38:47.519] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:47 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:47.520] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:47.520] [INFO] [launch_manager]   2026/5/13 11:38:47 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:47.520] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:47.520] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:47.520] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-13 11:38:47.521] [INFO] [launch_manager] [ RUN      ] Smoke.Daemon
[2026-05-13 11:38:47.521] [INFO] [launch_manager] [ STEP     ] Control daemon report kRunning
[2026-05-13 11:38:47.521] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.522] [INFO] [launch_manager] [ END STEP ] Control daemon report kRunning
[2026-05-13 11:38:47.523] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8c6c4f3e9f15ea46e9cc46403be661a046ac0c200af3312e0dd84a8c49b10659/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.524] [INFO] [launch_manager]  2026/5/13 11:38:47 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 7 ms ]
[2026-05-13 11:38:47.566] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Sprv INFO:    [ Alive Supervision ( control_daemon_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:47.567] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Sprv INFO:    [ Local Supervision ( control_daemon_local_supervision ) switched to OK. ]
[2026-05-13 11:38:47.567] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:47.590] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8c6c4f3e9f15ea46e9cc46403be661a046ac0c200af3312e0dd84a8c49b10659/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.591] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.092] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/json HTTP/1.1" 200 442
[2026-05-13 11:38:48.093] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.094] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/35aae237c55358961ea63a976cccd81909f5e4ed82517863cfb2204caef36bcf/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.132] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/35aae237c55358961ea63a976cccd81909f5e4ed82517863cfb2204caef36bcf/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.132] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.522] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Running
[2026-05-13 11:38:48.524] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:48.524] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:48.524] [INFO] [launch_manager] [----------] 1 test from Smoke
[2026-05-13 11:38:48.524] [INFO] [launch_manager] [ RUN      ] Smoke.Process
[2026-05-13 11:38:48.526] [INFO] [launch_manager] [       OK ] Smoke.Process (2 ms)
[2026-05-13 11:38:48.526] [INFO] [launch_manager] [----------] 1 test from Smoke (2 ms total)
[2026-05-13 11:38:48.526] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:48.527] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-13 11:38:48.527] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:48.527] [INFO] [launch_manager]  2026/5/13 11:38:48 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Running in 4 ms ]
[2026-05-13 11:38:48.620] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Running
[2026-05-13 11:38:48.620] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-05-13 11:38:48.624] [INFO] [launch_manager]  2026/5/13 11:38:48 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 2 ms ]
[2026-05-13 11:38:48.633] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/json HTTP/1.1" 200 442
[2026-05-13 11:38:48.635] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.638] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/24725b1a493cb087f7f762cc5f7ad6c15a15cb92777b3b13a9cc0edc343bdaee/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.697] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/24725b1a493cb087f7f762cc5f7ad6c15a15cb92777b3b13a9cc0edc343bdaee/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.697] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.720] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-13 11:38:48.721] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-13 11:38:48.722] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-13 11:38:48.722] [INFO] [launch_manager] [       OK ] Smoke.Daemon (1201 ms)
[2026-05-13 11:38:48.722] [INFO] [launch_manager] [----------] 1 test from Smoke (1201 ms total)
[2026-05-13 11:38:48.722] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:48.722] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1201 ms total)
[2026-05-13 11:38:48.723] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:48.822] [INFO] [launch_manager]  2026/5/13 11:38:48 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 100 ms ]
[2026-05-13 11:38:49.200] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/json HTTP/1.1" 200 442
[2026-05-13 11:38:49.204] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.209] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e380aad4e2cbad40abb5d8f40e5bb1e6c0165c536d4298bb8c7d8f39124d912f/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.269] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e380aad4e2cbad40abb5d8f40e5bb1e6c0165c536d4298bb8c7d8f39124d912f/json HTTP/1.1" 200 404
[2026-05-13 11:38:49.310] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.334] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/dc0e827805220659d2bb0260a8790b74764b70dfa1595616d2c95a8ad3336815/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.368] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/dc0e827805220659d2bb0260a8790b74764b70dfa1595616d2c95a8ad3336815/json HTTP/1.1" 200 389
[2026-05-13 11:38:49.457] [INFO] [launch_manager]  2026/5/13 11:38:49 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:49.566] [INFO] [launch_manager]  2026/5/13 11:38:49 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:49.567] [INFO] [launch_manager]  2026/5/13 11:38:49 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:49.871] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/12f8cc2d6a36fdd4d0daca6d49ead8f674a539085e16707e39c6aece235749f6/json HTTP/1.1" 200 440
[2026-05-13 11:38:49.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.876] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/65bedc64c3e5362da37a6de8c8ba6ee000a64da3b27172391a80f9f5d186018d/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.957] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/65bedc64c3e5362da37a6de8c8ba6ee000a64da3b27172391a80f9f5d186018d/json HTTP/1.1" 200 402
[2026-05-13 11:38:49.962] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fcontrol_daemon_mock.xml HTTP/1.1" 200 None
[2026-05-13 11:38:49.967] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.968] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/961da505476fbb0d6964d253cd564d737d163817b17e30f01476ab5e5a64e95d/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.019] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/961da505476fbb0d6964d253cd564d737d163817b17e30f01476ab5e5a64e95d/json HTTP/1.1" 200 420
[2026-05-13 11:38:50.022] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/archive?path=%2Ftmp%2Ftests%2Fsmoke%2Fgtest_process.xml HTTP/1.1" 200 None
[2026-05-13 11:38:50.023] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.025] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/427ace47db95b92589ea057b156e471391426bd3ac8b7eb5518b1c5a6e6be943/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.080] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/427ace47db95b92589ea057b156e471391426bd3ac8b7eb5518b1c5a6e6be943/json HTTP/1.1" 200 414
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:50.200] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:50.244] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/c4b1b306202b62bd50f92ddcb8d4e365858cbdceb9615c6c18a177eceb535e9c?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/848/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/smoke/smoke/test.xml -
============================== 1 passed in 5.19s ===============================

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/862/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-13 11:38:52.389] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:52.652] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:52.652] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:52.653] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:52.653] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:52.667] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:52.693] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:52.696] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/json HTTP/1.1" 200 None
[2026-05-13 11:38:52.859] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/start HTTP/1.1" 204 0
[2026-05-13 11:38:52.860] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:52.860] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:52.860] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:52.860] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:52.867] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:52.869] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.870] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d3da187e14782b1edc19e3839a7424fd6e59845854690c8e2880650531a5feb5/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.917] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d3da187e14782b1edc19e3839a7424fd6e59845854690c8e2880650531a5feb5/json HTTP/1.1" 200 390
[2026-05-13 11:38:52.945] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:52.947] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.949] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d8d6cd25758ebcd60369c3207b4318eae5506e43b6245c3081c89e20829dbced/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.024] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d8d6cd25758ebcd60369c3207b4318eae5506e43b6245c3081c89e20829dbced/json HTTP/1.1" 200 430
[2026-05-13 11:38:53.024] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:53.026] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.027] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/45f10f06aa90c2563200a377f1c05b5d2dfeaa0d2cff926d9f798ce711b0ea08/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.074] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/45f10f06aa90c2563200a377f1c05b5d2dfeaa0d2cff926d9f798ce711b0ea08/json HTTP/1.1" 200 404
[2026-05-13 11:38:53.075] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.076] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/1a07c9b574f562171418786a84a4909b70c72034b5db62f136a9c567d119e19f/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.123] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1a07c9b574f562171418786a84a4909b70c72034b5db62f136a9c567d119e19f/json HTTP/1.1" 200 456
[2026-05-13 11:38:53.124] [INFO] [launch_manager]  2026/5/13 11:38:53 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:53.124] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:53 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:53.124] [INFO] [launch_manager]  2026/5/13 11:38:53 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:53.124] [INFO] [launch_manager]   2026/5/13 11:38:53 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:53.125] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.126] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f7556328801de702fc57f52ef1c2f01c4277e99bf475ca6d43f5ef1ce0bbb766/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.127] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:53.127] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:53.127] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs
[2026-05-13 11:38:53.127] [INFO] [launch_manager] [ RUN      ] ProcessLaunchArgs.ProcessInitial
[2026-05-13 11:38:53.127] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [ STEP     ] Check args
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [ END STEP ] Check args
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [       OK ] ProcessLaunchArgs.ProcessInitial (2 ms)
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [----------] 1 test from ProcessLaunchArgs (2 ms total)
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3 ms total)
[2026-05-13 11:38:53.130] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:53.131] [INFO] [launch_manager]  2026/5/13 11:38:53 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 7 ms ]
[2026-05-13 11:38:53.171] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f7556328801de702fc57f52ef1c2f01c4277e99bf475ca6d43f5ef1ce0bbb766/json HTTP/1.1" 200 404
[2026-05-13 11:38:53.172] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.173] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/25e73ea9c37e3408c737805e533f4cfdf89b42a63851636d391c51725a4bdfbe/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.225] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/25e73ea9c37e3408c737805e533f4cfdf89b42a63851636d391c51725a4bdfbe/json HTTP/1.1" 200 389
[2026-05-13 11:38:53.239] [INFO] [launch_manager]  2026/5/13 11:38:53 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State Off in 0 ms ]
[2026-05-13 11:38:53.374] [INFO] [launch_manager]  2026/5/13 11:38:53 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:53.375] [INFO] [launch_manager]  2026/5/13 11:38:53 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:53.727] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/1a07c9b574f562171418786a84a4909b70c72034b5db62f136a9c567d119e19f/json HTTP/1.1" 200 454
[2026-05-13 11:38:53.728] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.729] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f197a357b894e5b914998a383e0e9437092f5a690774024dd7345f2186818a48/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.775] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f197a357b894e5b914998a383e0e9437092f5a690774024dd7345f2186818a48/json HTTP/1.1" 200 416
[2026-05-13 11:38:53.779] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/archive?path=%2Ftmp%2Ftests%2Fprocess_launch_args%2Fprocess_initial.xml HTTP/1.1" 200 None
[2026-05-13 11:38:53.782] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/exec HTTP/1.1" 201 74
[2026-05-13 11:38:53.783] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/286c83dcbeb5a6b661e45e8bf85c1ec1fe7666bb925e9e5e74f0efac7ccdd876/start HTTP/1.1" 101 0
[2026-05-13 11:38:53.829] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/286c83dcbeb5a6b661e45e8bf85c1ec1fe7666bb925e9e5e74f0efac7ccdd876/json HTTP/1.1" 200 430
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:53.942] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:53.952] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/3ff7aa656c4c17f29fdfd5c95522d6d91dd5eb5783c0b9156af26ecd4cb29276?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/862/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/process_launch_args/process_launch_args/test.xml -
============================== 1 passed in 1.61s ===============================

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/861/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-13 11:38:50.063] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:50.269] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:50.270] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:50.270] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:50.270] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:50.280] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:50.309] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:50.311] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/json HTTP/1.1" 200 None
[2026-05-13 11:38:50.484] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/start HTTP/1.1" 204 0
[2026-05-13 11:38:50.484] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:50.484] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:50.484] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:50.484] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:50.504] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:50.508] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.511] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/e0b7634bc814e68e10798f674b9097c9a281becd3c081822109310c0c5d8f2a4/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.594] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/e0b7634bc814e68e10798f674b9097c9a281becd3c081822109310c0c5d8f2a4/json HTTP/1.1" 200 390
[2026-05-13 11:38:50.767] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:50.769] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.774] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9474423cd2eaa6af9e0b23c6f6311662e6c41a6c915ad6f7a2248b826fb398a4/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.889] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9474423cd2eaa6af9e0b23c6f6311662e6c41a6c915ad6f7a2248b826fb398a4/json HTTP/1.1" 200 428
[2026-05-13 11:38:50.889] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:50.892] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.896] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/98adf8c878f64f4ae4c9bf0e179b812bf46ccb894761e72534615a2fa04d6ce9/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.946] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/98adf8c878f64f4ae4c9bf0e179b812bf46ccb894761e72534615a2fa04d6ce9/json HTTP/1.1" 200 404
[2026-05-13 11:38:50.947] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.952] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/616713195bfa4898dde23a588be7c5e778fa667b3ffbe85e6cb107a652e25878/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.018] [INFO] [launch_manager]  2026/5/13 11:38:51 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:51.018] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:51 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:51.018] [INFO] [launch_manager]   2026/5/13 11:38:51 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:51.023] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/616713195bfa4898dde23a588be7c5e778fa667b3ffbe85e6cb107a652e25878/json HTTP/1.1" 200 454
[2026-05-13 11:38:51.024] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:51.027] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.029] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:51.029] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:51.029] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget
[2026-05-13 11:38:51.029] [INFO] [launch_manager] [ RUN      ] SwitchRunTarget.ControlClientMock
[2026-05-13 11:38:51.029] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:51.033] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7826f665cfbd2d9228bdcf6336b5f8031d4fcda747d5d2b696dd8377e051b095/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.033] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:51.034] [INFO] [launch_manager] [ STEP     ] Activate run target A
[2026-05-13 11:38:51.038] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:51 LCLM LCLM FATAL:   [ clock() at failed initial state transition: 35.621 ms ]
[2026-05-13 11:38:51.042] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:51.045] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:51.048] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [----------] 1 test from ComponentB
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ RUN      ] ComponentB.RunAndVerify
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ STEP     ] Report running
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [----------] 1 test from ComponentD
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ RUN      ] ComponentD.RunAndVerify
[2026-05-13 11:38:51.049] [INFO] [launch_manager] [ STEP     ] Report running
[2026-05-13 11:38:51.050] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-13 11:38:51.053] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-13 11:38:51.055] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:51.055] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:51.055] [INFO] [launch_manager] [----------] 1 test from ComponentA
[2026-05-13 11:38:51.055] [INFO] [launch_manager] [ RUN      ] ComponentA.RunAndVerify
[2026-05-13 11:38:51.055] [INFO] [launch_manager] [ STEP     ] Report running
[2026-05-13 11:38:51.061] [INFO] [launch_manager] [ END STEP ] Report running
[2026-05-13 11:38:51.062] [INFO] [launch_manager] [ STEP     ] Verify startup order
[2026-05-13 11:38:51.062] [INFO] [launch_manager] [ END STEP ] Verify startup order
[2026-05-13 11:38:51.062] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/run_target_a in 23 ms ]
[2026-05-13 11:38:51.074] [INFO] [launch_manager]  2026/5/13 11:38:51 LCHM Sprv INFO:    [ Alive Supervision ( component_initial_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:51.074] [INFO] [launch_manager]   2026/5/13 11:38:51 LCHM Sprv INFO:    [ Local Supervision ( component_initial_local_supervision ) switched to OK. ]
[2026-05-13 11:38:51.074] [INFO] [launch_manager]   2026/5/13 11:38:51 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:51.129] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7826f665cfbd2d9228bdcf6336b5f8031d4fcda747d5d2b696dd8377e051b095/json HTTP/1.1" 200 404
[2026-05-13 11:38:51.129] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ END STEP ] Activate run target A
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ STEP     ] Verify running processes
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ END STEP ] Verify running processes
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Startup
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [       OK ] ComponentD.RunAndVerify (83 ms)
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [----------] 1 test from ComponentD (83 ms total)
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [       OK ] ComponentA.RunAndVerify (74 ms)
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [----------] 1 test from ComponentA (75 ms total)
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:51.131] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (87 ms total)
[2026-05-13 11:38:51.132] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:51.132] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (75 ms total)
[2026-05-13 11:38:51.133] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:51.134] [INFO] [launch_manager] [ STEP     ] Verify termination order
[2026-05-13 11:38:51.134] [INFO] [launch_manager] [ END STEP ] Verify termination order
[2026-05-13 11:38:51.134] [INFO] [launch_manager] [       OK ] ComponentB.RunAndVerify (85 ms)
[2026-05-13 11:38:51.134] [INFO] [launch_manager] [----------] 1 test from ComponentB (85 ms total)
[2026-05-13 11:38:51.135] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:51.135] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (86 ms total)
[2026-05-13 11:38:51.135] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:51.137] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 6 ms ]
[2026-05-13 11:38:51.228] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Startup
[2026-05-13 11:38:51.228] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-13 11:38:51.229] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-13 11:38:51.230] [INFO] [launch_manager] [       OK ] SwitchRunTarget.ControlClientMock (202 ms)
[2026-05-13 11:38:51.230] [INFO] [launch_manager] [----------] 1 test from SwitchRunTarget (202 ms total)
[2026-05-13 11:38:51.230] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:51.230] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (203 ms total)
[2026-05-13 11:38:51.230] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:51.330] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 101 ms ]
[2026-05-13 11:38:51.631] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/616713195bfa4898dde23a588be7c5e778fa667b3ffbe85e6cb107a652e25878/json HTTP/1.1" 200 454
[2026-05-13 11:38:51.633] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.639] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3967284b804525d76ea6300a316110571fc4ceedfda285289bcdff6853a822a2/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.697] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3967284b804525d76ea6300a316110571fc4ceedfda285289bcdff6853a822a2/json HTTP/1.1" 200 404
[2026-05-13 11:38:51.711] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.734] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/340c204ae9c3b98b55128d62c1610db71c68bfe6215ca95b28c534a644e440cf/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.826] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/340c204ae9c3b98b55128d62c1610db71c68bfe6215ca95b28c534a644e440cf/json HTTP/1.1" 200 389
[2026-05-13 11:38:51.879] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:51.973] [INFO] [launch_manager]  2026/5/13 11:38:51 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:51.985] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:52.330] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/616713195bfa4898dde23a588be7c5e778fa667b3ffbe85e6cb107a652e25878/json HTTP/1.1" 200 452
[2026-05-13 11:38:52.334] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.345] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2836dfa4cf83d63d6255c495500ce02518608ba80ab1ad967edcbc0743d65959/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.394] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2836dfa4cf83d63d6255c495500ce02518608ba80ab1ad967edcbc0743d65959/json HTTP/1.1" 200 414
[2026-05-13 11:38:52.397] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_a.xml HTTP/1.1" 200 None
[2026-05-13 11:38:52.400] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.410] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/4bf6c9e73b67a6c61b5c4299fbb38940f92cbeeb88cfb60affc265a488ba3cf8/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.463] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/4bf6c9e73b67a6c61b5c4299fbb38940f92cbeeb88cfb60affc265a488ba3cf8/json HTTP/1.1" 200 424
[2026-05-13 11:38:52.466] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_b.xml HTTP/1.1" 200 None
[2026-05-13 11:38:52.469] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.470] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d8a74681e2701606e566743637a9f0f8b90e722063b5d6d28eb486e80d882506/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.519] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d8a74681e2701606e566743637a9f0f8b90e722063b5d6d28eb486e80d882506/json HTTP/1.1" 200 424
[2026-05-13 11:38:52.523] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcomponent_d.xml HTTP/1.1" 200 None
[2026-05-13 11:38:52.525] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.527] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/18a7ca08a9299ef9da48a117fa1bbe438e6e5ccf4573ebf361eef8399f7ec347/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.598] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/18a7ca08a9299ef9da48a117fa1bbe438e6e5ccf4573ebf361eef8399f7ec347/json HTTP/1.1" 200 424
[2026-05-13 11:38:52.604] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/archive?path=%2Ftmp%2Ftests%2Fswitch_run_target%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-13 11:38:52.606] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/exec HTTP/1.1" 201 74
[2026-05-13 11:38:52.609] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/5b0480ebc89e70a207efa9a4c1d4d8f8473a5661f9ab6449b260cb276ced57e2/start HTTP/1.1" 101 0
[2026-05-13 11:38:52.674] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/5b0480ebc89e70a207efa9a4c1d4d8f8473a5661f9ab6449b260cb276ced57e2/json HTTP/1.1" 200 432
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:52.769] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:52.790] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/428c017cce0252c3366b3ca1b23050421a4f68bceef2bd9518ae121187409464?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/861/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/switch_run_target/switch_run_target/test.xml -
============================== 1 passed in 2.77s ===============================

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/636/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-13 11:38:43.020] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:45.028] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:45.028] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:45.028] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:45.029] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:45.044] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:46.574] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:46.577] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/json HTTP/1.1" 200 None
[2026-05-13 11:38:47.195] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/start HTTP/1.1" 204 0
[2026-05-13 11:38:47.195] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:47.196] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:47.196] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:47.196] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:47.209] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:47.211] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.213] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d7db2eb8f44c3bd56bd21467f31b5aaab5c64484820ab134c20e1428eb097090/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.284] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d7db2eb8f44c3bd56bd21467f31b5aaab5c64484820ab134c20e1428eb097090/json HTTP/1.1" 200 390
[2026-05-13 11:38:47.342] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:47.344] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.346] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7961ee43450f06f24fb092de1ace303a965ebf3d2f5eceba96ea1211b4e15928/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.439] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7961ee43450f06f24fb092de1ace303a965ebf3d2f5eceba96ea1211b4e15928/json HTTP/1.1" 200 427
[2026-05-13 11:38:47.440] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:47.442] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.443] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/54b047ed44d5d69e3661beb9520d3e3b765e5d922eb45dce7c87a446811aacf6/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.511] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/54b047ed44d5d69e3661beb9520d3e3b765e5d922eb45dce7c87a446811aacf6/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.513] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.514] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.578] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:47.579] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:47.584] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:47.584] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:47 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:47.585] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:47.585] [INFO] [launch_manager]   2026/5/13 11:38:47 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:47.587] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-05-13 11:38:47.588] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ControlClientMock
[2026-05-13 11:38:47.589] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f991738d73c10b129086e0d346304b1134ecc7b09fa1ca34810bc6348cef4978/start HTTP/1.1" 101 0
[2026-05-13 11:38:47.590] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:47.590] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:47.591] [INFO] [launch_manager]  2026/5/13 11:38:47 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Startup in 7 ms ]
[2026-05-13 11:38:47.634] [INFO] [launch_manager]  2026/5/13 11:38:47 LCHM Sprv INFO:    [ Alive Supervision ( control_client_mock_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:47.634] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Sprv INFO:    [ Local Supervision ( control_client_mock_local_supervision ) switched to OK. ]
[2026-05-13 11:38:47.634] [INFO] [launch_manager]   2026/5/13 11:38:47 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:47.641] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f991738d73c10b129086e0d346304b1134ecc7b09fa1ca34810bc6348cef4978/json HTTP/1.1" 200 404
[2026-05-13 11:38:47.642] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.143] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:48.144] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.145] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/264e7059aded6fe0740d1d8b359b0e89a6a1b27ce79dcdd17017be8ca5cf593c/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.186] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/264e7059aded6fe0740d1d8b359b0e89a6a1b27ce79dcdd17017be8ca5cf593c/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.187] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.590] [INFO] [launch_manager] [ STEP     ] Launch process crashing on startup twice
[2026-05-13 11:38:48.594] [INFO] [launch_manager] Process crashing on startup...
[2026-05-13 11:38:48.693] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:48.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:48.704] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/cd3d240c5eee769e31fd75f41cbb54452ae276b028706120ffe9f3a5dd5712f1/start HTTP/1.1" 101 0
[2026-05-13 11:38:48.721] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:48 LCLM LCLM WARNING: [ unexpected termination of process 1 pid 83 ( process_crashing_on_startup_twice ) ]
[2026-05-13 11:38:48.757] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/cd3d240c5eee769e31fd75f41cbb54452ae276b028706120ffe9f3a5dd5712f1/json HTTP/1.1" 200 404
[2026-05-13 11:38:48.758] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:48.826] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:48 LCLM LCLM WARNING: [ Got kRunning timeout for process 1 ( process_crashing_on_startup_twice ) ]
[2026-05-13 11:38:48.828] [INFO] [launch_manager] Process crashing on startup...
[2026-05-13 11:38:48.934] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:48 LCLM LCLM WARNING: [ unexpected termination of process 1 pid 90 ( process_crashing_on_startup_twice ) ]
[2026-05-13 11:38:49.038] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Got kRunning timeout for process 1 ( process_crashing_on_startup_twice ) ]
[2026-05-13 11:38:49.040] [INFO] [launch_manager] Process starting successfully...
[2026-05-13 11:38:49.041] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:49.041] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:49.041] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup
[2026-05-13 11:38:49.041] [INFO] [launch_manager] [ RUN      ] CrashOnStartup.ProcessCrashingOnStartupTwice
[2026-05-13 11:38:49.041] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:49.045] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:49.046] [INFO] [launch_manager] [       OK ] CrashOnStartup.ProcessCrashingOnStartupTwice (2 ms)
[2026-05-13 11:38:49.046] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (2 ms total)
[2026-05-13 11:38:49.046] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:49.046] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2 ms total)
[2026-05-13 11:38:49.046] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:49.046] [INFO] [launch_manager]  2026/5/13 11:38:49 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/run_target_crash_on_startup_twice in 453 ms ]
[2026-05-13 11:38:49.088] [INFO] [launch_manager] [ END STEP ] Launch process crashing on startup twice
[2026-05-13 11:38:49.088] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was not activated
[2026-05-13 11:38:49.088] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was not activated
[2026-05-13 11:38:49.088] [INFO] [launch_manager] [ STEP     ] Attempt to launch process crashing on startup always
[2026-05-13 11:38:49.094] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-13 11:38:49.192] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ unexpected termination of process 2 pid 92 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.266] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:49.270] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.271] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/117acb25e4e7fed8103d04d61d984869fa02a32fd208841e459bbcf7c7da7495/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.309] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.310] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-13 11:38:49.337] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/117acb25e4e7fed8103d04d61d984869fa02a32fd208841e459bbcf7c7da7495/json HTTP/1.1" 200 404
[2026-05-13 11:38:49.366] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:49.454] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ unexpected termination of process 2 pid 99 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.560] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.561] [INFO] [launch_manager] Process crashing on startup (always)...
[2026-05-13 11:38:49.801] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ unexpected termination of process 2 pid 100 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.868] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:49.871] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:49.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/7aaef74f2d8bb7b719dce8c05eee7efbe815e523b4be41d299cebf23efdf48c9/start HTTP/1.1" 101 0
[2026-05-13 11:38:49.920] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Got kRunning timeout for process 2 ( process_crashing_on_startup_always ) ]
[2026-05-13 11:38:49.921] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:49 LCLM LCLM WARNING: [ Problem discovered in PG MainPG Activating Recovery state. ]
[2026-05-13 11:38:49.921] [INFO] [launch_manager]   2026/5/13 11:38:49 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/fallback_run_target in 6 ms ]
[2026-05-13 11:38:49.963] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/7aaef74f2d8bb7b719dce8c05eee7efbe815e523b4be41d299cebf23efdf48c9/json HTTP/1.1" 200 404
[2026-05-13 11:38:49.963] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:49.988] [INFO] [launch_manager] [ END STEP ] Attempt to launch process crashing on startup always
[2026-05-13 11:38:50.467] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:50.474] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:50.486] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/c2c49a34fa777e87dbe663c087782f0380521472f9fd3df96619235c0866ba37/start HTTP/1.1" 101 0
[2026-05-13 11:38:50.551] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/c2c49a34fa777e87dbe663c087782f0380521472f9fd3df96619235c0866ba37/json HTTP/1.1" 200 404
[2026-05-13 11:38:50.552] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:50.989] [INFO] [launch_manager] [ STEP     ] Verify fallback run target was activated
[2026-05-13 11:38:50.989] [INFO] [launch_manager] [ END STEP ] Verify fallback run target was activated
[2026-05-13 11:38:50.989] [INFO] [launch_manager] [ STEP     ] Activate RunTarget Off
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [ END STEP ] Activate RunTarget Off
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [       OK ] CrashOnStartup.ControlClientMock (3402 ms)
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [----------] 1 test from CrashOnStartup (3402 ms total)
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (3402 ms total)
[2026-05-13 11:38:50.990] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:50.993] [INFO] [launch_manager]  2026/5/13 11:38:50 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 4 ms ]
[2026-05-13 11:38:51.069] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 453
[2026-05-13 11:38:51.072] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.075] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/142ceadf3337d1be6f378ad811ab0906078d7d59da171e28e5df8c97e8b77211/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.133] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/142ceadf3337d1be6f378ad811ab0906078d7d59da171e28e5df8c97e8b77211/json HTTP/1.1" 200 404
[2026-05-13 11:38:51.135] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.136] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/78c3d076f3eeb0b45e0579a8f85fe96a41de9286ccf5e5339a394dfc0f4ba2e4/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.187] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/78c3d076f3eeb0b45e0579a8f85fe96a41de9286ccf5e5339a394dfc0f4ba2e4/json HTTP/1.1" 200 389
[2026-05-13 11:38:51.207] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:51.335] [INFO] [launch_manager]  2026/5/13 11:38:51 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:51.336] [INFO] [launch_manager]  2026/5/13 11:38:51 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:51.691] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/26e7a89868b710637d2b6c9dfce2e1e224cc27cbf5c1e4a295b7d6eadb9b4cf5/json HTTP/1.1" 200 451
[2026-05-13 11:38:51.696] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.732] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/994e98794aafefd4690ccae0aa10cf9cf07adb4769f26e64e07d6289dd9664cd/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.780] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/994e98794aafefd4690ccae0aa10cf9cf07adb4769f26e64e07d6289dd9664cd/json HTTP/1.1" 200 413
[2026-05-13 11:38:51.786] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-13 11:38:51.798] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.802] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/8bff12d26c351b8ab7d0afd1e51ef5c53bcf8aef664b8b4b106fd897597e30c0/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.871] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/8bff12d26c351b8ab7d0afd1e51ef5c53bcf8aef664b8b4b106fd897597e30c0/json HTTP/1.1" 200 431
[2026-05-13 11:38:51.874] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/archive?path=%2Ftmp%2Ftests%2Fcrash_on_startup%2Fprocess_crashing_on_startup_twice.xml HTTP/1.1" 200 None
[2026-05-13 11:38:51.876] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/exec HTTP/1.1" 201 74
[2026-05-13 11:38:51.879] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/98617d58a7ca24928d175a30273658c033eb873c1738813b3b37b5b45ede0185/start HTTP/1.1" 101 0
[2026-05-13 11:38:51.947] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/98617d58a7ca24928d175a30273658c033eb873c1738813b3b37b5b45ede0185/json HTTP/1.1" 200 445
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:52.118] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:52.139] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/8506bef686acc9a59d07ee0f699ed04ce056a43e3113af3c8483513bceea1046?v=False&link=False&force=True HTTP/1.1" 204 0


- generated xml file: /home/runner/.bazel/sandbox/processwrapper-sandbox/636/execroot/_main/bazel-out/k8-fastbuild/testlogs/tests/integration/crash_on_startup/crash_on_startup/test.xml -
============================== 1 passed in 9.17s ===============================

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-13 11:38:53.784] [INFO] [score.itf.plugins.docker] Executing custom image bootstrap command: tests/utils/environments/x86_64-linux/x86_64-linux.sh
[2026-05-13 11:38:53.961] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:53.961] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:53.962] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:53.962] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:53.970] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:53.987] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/create HTTP/1.1" 201 88
[2026-05-13 11:38:53.989] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/json HTTP/1.1" 200 None
[2026-05-13 11:38:54.137] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/start HTTP/1.1" 204 0
[2026-05-13 11:38:54.138] [DEBUG] [docker.utils.config] Trying paths: ['/home/runner/.docker/config.json', '/home/runner/.dockercfg']
[2026-05-13 11:38:54.138] [DEBUG] [docker.utils.config] Found file at path: /home/runner/.docker/config.json
[2026-05-13 11:38:54.138] [DEBUG] [docker.auth] Found 'auths' section
[2026-05-13 11:38:54.138] [DEBUG] [docker.auth] Found entry (registry='https://index.docker.io/v1/', username='githubactions')
[2026-05-13 11:38:54.146] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /version HTTP/1.1" 200 823
[2026-05-13 11:38:54.148] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:54.154] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/3174267ce73e49e717c7c9885fc26e842e0769aad0164805a2af660296938d85/start HTTP/1.1" 101 0
[2026-05-13 11:38:54.206] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/3174267ce73e49e717c7c9885fc26e842e0769aad0164805a2af660296938d85/json HTTP/1.1" 200 390
[2026-05-13 11:38:54.267] [DEBUG] [urllib3.connectionpool] http://localhost:None "PUT /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/archive?path=%2Ftmp HTTP/1.1" 200 0
[2026-05-13 11:38:54.269] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:54.273] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/52a14169ef4f10e62e92256805c4484653e2bbc40dd8c597215b9e8eaa763673/start HTTP/1.1" 101 0
[2026-05-13 11:38:54.354] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/52a14169ef4f10e62e92256805c4484653e2bbc40dd8c597215b9e8eaa763673/json HTTP/1.1" 200 429
[2026-05-13 11:38:54.355] [INFO] [tests.utils.testing_utils.setup_test] Test case setup finished
-------------------------------- live log call ---------------------------------
[2026-05-13 11:38:54.357] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:54.359] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/d4a608d98b822244affd390fa3729d876c23645618fd650ae7ea59cdd5e30e6f/start HTTP/1.1" 101 0
[2026-05-13 11:38:54.405] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/d4a608d98b822244affd390fa3729d876c23645618fd650ae7ea59cdd5e30e6f/json HTTP/1.1" 200 404
[2026-05-13 11:38:54.406] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:54.407] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/start HTTP/1.1" 101 0
[2026-05-13 11:38:54.466] [INFO] [launch_manager]  2026/5/13 11:38:54 LCHM Fcty INFO:    [ Factory for FlatCfg MachineConfig: Loading of HM Machine Configuration succeeded. ]
[2026-05-13 11:38:54.467] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:54 LCHM Fcty WARNING: [ Factory for FlatCfg MachineConfig: No watchdog configured ]
[2026-05-13 11:38:54.467] [INFO] [launch_manager]  2026/5/13 11:38:54 LCHM Fcty INFO:    [ Phm Daemon: The (configured) periodicity in [ns] is set to: 50000000 ]
[2026-05-13 11:38:54.467] [INFO] [launch_manager]  2026/5/13 11:38:54 LCLM LCLM INFO:    [ LCM started successfully ]
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ControlClientMock
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:54.467] [INFO] [launch_manager] [ STEP     ] Launch monitored process
[2026-05-13 11:38:54.468] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 455
[2026-05-13 11:38:54.469] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:54 LCLM LCLM FATAL:   [ clock() at failed initial state transition: 36.439 ms ]
[2026-05-13 11:38:54.469] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:54.471] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/0668272a34c8a5ad28798ea5f40c46d1049c7799415404956f550a87722d2f72/start HTTP/1.1" 101 0
[2026-05-13 11:38:54.496] [INFO] [launch_manager] [==========] Running 1 test from 1 test suite.
[2026-05-13 11:38:54.496] [INFO] [launch_manager] [----------] Global test environment set-up.
[2026-05-13 11:38:54.497] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring
[2026-05-13 11:38:54.499] [INFO] [launch_manager] [ RUN      ] ComplexMonitoring.ComponentComplexMonitoring
[2026-05-13 11:38:54.500] [INFO] [launch_manager] [2026/05/13 11:38:54.4999462][71][HMON][DEBUG] ScoreSupervisorAPIClient: Creating with IDENTIFIER=component_complex_monitoring
[2026-05-13 11:38:54.500] [INFO] [launch_manager] [ STEP     ] Report kRunning
[2026-05-13 11:38:54.500] [INFO] [launch_manager] [2026/05/13 11:38:54.5004509][71][HMON][INFO] Monitoring thread started.
[2026-05-13 11:38:54.504] [INFO] [launch_manager] [ END STEP ] Report kRunning
[2026-05-13 11:38:54.505] [INFO] [launch_manager] [ STEP     ] Send heartbeats for 1 second
[2026-05-13 11:38:54.506] [INFO] [launch_manager]  2026/5/13 11:38:54 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/run_target_complex_monitoring in 38 ms ]
[2026-05-13 11:38:54.512] [INFO] [launch_manager]  2026/5/13 11:38:54 LCHM Sprv INFO:    [ Alive Supervision ( control_client_mock_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:54.513] [INFO] [launch_manager]  2026/5/13 11:38:54 LCHM Sprv INFO:    [ Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to OK. ]
[2026-05-13 11:38:54.515] [INFO] [launch_manager]  2026/5/13 11:38:54 LCHM Sprv INFO:    [ Local Supervision ( control_client_mock_local_supervision ) switched to OK. ]
[2026-05-13 11:38:54.515] [INFO] [launch_manager]   2026/5/13 11:38:54 LCHM Sprv INFO:    [ Local Supervision ( component_complex_monitoring_local_supervision ) switched to OK. ]
[2026-05-13 11:38:54.515] [INFO] [launch_manager]   2026/5/13 11:38:54 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:54.535] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/0668272a34c8a5ad28798ea5f40c46d1049c7799415404956f550a87722d2f72/json HTTP/1.1" 200 404
[2026-05-13 11:38:54.536] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:54.564] [INFO] [launch_manager] [ END STEP ] Launch monitored process
[2026-05-13 11:38:55.038] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 455
[2026-05-13 11:38:55.040] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:55.041] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/061547f97fd19416cd80d8bb3abe76d8385625a1b129ecb1a1d2592ad16582e4/start HTTP/1.1" 101 0
[2026-05-13 11:38:55.092] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/061547f97fd19416cd80d8bb3abe76d8385625a1b129ecb1a1d2592ad16582e4/json HTTP/1.1" 200 404
[2026-05-13 11:38:55.092] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:55.508] [INFO] [launch_manager] [ END STEP ] Send heartbeats for 1 second
[2026-05-13 11:38:55.554] [INFO] [launch_manager] [2026/05/13 11:38:55.5538605][71][HMON][INFO] Monitoring thread exiting.
[2026-05-13 11:38:55.554] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ComponentComplexMonitoring (1054 ms)
[2026-05-13 11:38:55.554] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (1054 ms total)
[2026-05-13 11:38:55.554] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:55.555] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (1058 ms total)
[2026-05-13 11:38:55.555] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:55.595] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 455
[2026-05-13 11:38:55.597] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:55.598] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/2d0cedc04538ddd7e086539d6d05e2397d4d6838f88b12fc748fd48807ecc7ed/start HTTP/1.1" 101 0
[2026-05-13 11:38:55.636] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2d0cedc04538ddd7e086539d6d05e2397d4d6838f88b12fc748fd48807ecc7ed/json HTTP/1.1" 200 404
[2026-05-13 11:38:55.636] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:55.712] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:55 LCHM Sprv WARNING: [ Alive Supervision ( component_complex_monitoring_alive_supervision ) switched to EXPIRED , due to 0 reported alive indications (expected >= 1 ). Failed supervision cycles: 0 / 0 ]
[2026-05-13 11:38:55.712] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:55 LCHM Sprv WARNING: [ Local Supervision ( component_complex_monitoring_local_supervision ) switched to EXPIRED, due to expired Alive Supervision. ]
[2026-05-13 11:38:55.712] [INFO] [launch_manager]   !!! ->   2026/5/13 11:38:55 LCHM Sprv WARNING: [ Global Supervision ( global_supervision ) switched to STOPPED due to expired supervision tolerance. ]
[2026-05-13 11:38:55.712] [INFO] [launch_manager]   2026/5/13 11:38:55 LCHM Rcvy INFO:    [ Notification (recovery_notification) Recovery request enqueued successfully ]
[2026-05-13 11:38:55.911] [INFO] [launch_manager]  2026/5/13 11:38:55 LCHM Sprv INFO:    [ Global Supervision ( global_supervision ) switched to OK. ]
[2026-05-13 11:38:56.091] [INFO] [launch_manager]  !!! ->   2026/5/13 11:38:56 LCLM LCLM WARNING: [ Process 1 ( component_complex_monitoring ) did not respond to SIGTERM, sending SIGKILL ]
[2026-05-13 11:38:56.093] [INFO] [launch_manager]  2026/5/13 11:38:56 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/fallback_run_target in 314 ms ]
[2026-05-13 11:38:56.139] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 455
[2026-05-13 11:38:56.142] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:56.143] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b50d763621f2702ac99edb01e901407abd91de90ca5092731ef6335ff2f15895/start HTTP/1.1" 101 0
[2026-05-13 11:38:56.200] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b50d763621f2702ac99edb01e901407abd91de90ca5092731ef6335ff2f15895/json HTTP/1.1" 200 404
[2026-05-13 11:38:56.200] [DEBUG] [tests.utils.testing_utils.run_until_file_deployed] Waiting for /tmp/tests/test_end
[2026-05-13 11:38:56.564] [INFO] [launch_manager] [ STEP     ] Verify state changed to fallback run target
[2026-05-13 11:38:56.565] [INFO] [launch_manager] [ END STEP ] Verify state changed to fallback run target
[2026-05-13 11:38:56.565] [INFO] [launch_manager] [ STEP     ] Activate Off run target
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [ END STEP ] Activate Off run target
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [       OK ] ComplexMonitoring.ControlClientMock (2102 ms)
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [----------] 1 test from ComplexMonitoring (2102 ms total)
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [----------] Global test environment tear-down
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [==========] 1 test from 1 test suite ran. (2102 ms total)
[2026-05-13 11:38:56.567] [INFO] [launch_manager] [  PASSED  ] 1 test.
[2026-05-13 11:38:56.669] [INFO] [launch_manager]  2026/5/13 11:38:56 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 103 ms ]
[2026-05-13 11:38:56.701] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 455
[2026-05-13 11:38:56.703] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:56.704] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/f2948dae9a8efde189d8a21670a9e699af02a5ee48611f9cf3775a506db02d4f/start HTTP/1.1" 101 0
[2026-05-13 11:38:56.741] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/f2948dae9a8efde189d8a21670a9e699af02a5ee48611f9cf3775a506db02d4f/json HTTP/1.1" 200 404
[2026-05-13 11:38:56.742] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:56.743] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9ace938308bd08f63703095e6a94813194292c3216640384aaa5d3d5f16da3c6/start HTTP/1.1" 101 0
[2026-05-13 11:38:56.781] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9ace938308bd08f63703095e6a94813194292c3216640384aaa5d3d5f16da3c6/json HTTP/1.1" 200 389
[2026-05-13 11:38:56.877] [INFO] [launch_manager]  2026/5/13 11:38:56 LCLM LCLM INFO:    [ Completed the request for PG MainPG to State MainPG/Off in 0 ms ]
[2026-05-13 11:38:57.011] [INFO] [launch_manager]  2026/5/13 11:38:57 LCHM Fcty INFO:    [ Phm Daemon: Received termination request - shutting down ]
[2026-05-13 11:38:57.013] [INFO] [launch_manager]  2026/5/13 11:38:57 LCLM LCLM INFO:    [ Launch Manager completed with exit code value: 0 ]
[2026-05-13 11:38:57.283] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/2053d7603f1c94a48aa4ed88564b80e10cce644db735e8ad465beb7a6380c2a4/json HTTP/1.1" 200 453
[2026-05-13 11:38:57.284] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:57.285] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/b733cbad4f770929d5425d8962bfc7c2123fa8c0fae7aa5b0569ea1992f1d592/start HTTP/1.1" 101 0
[2026-05-13 11:38:57.326] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/b733cbad4f770929d5425d8962bfc7c2123fa8c0fae7aa5b0569ea1992f1d592/json HTTP/1.1" 200 415
[2026-05-13 11:38:57.329] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcomponent_complex_monitoring.xml HTTP/1.1" 200 None
[2026-05-13 11:38:57.331] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:57.332] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/01eff9e9c4d870d04f37b49cfc4ddea2f5e06f13910fe45b92b181adf2f5e871/start HTTP/1.1" 101 0
[2026-05-13 11:38:57.379] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/01eff9e9c4d870d04f37b49cfc4ddea2f5e06f13910fe45b92b181adf2f5e871/json HTTP/1.1" 200 442
[2026-05-13 11:38:57.381] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/archive?path=%2Ftmp%2Ftests%2Fcomplex_monitoring%2Fcontrol_client_mock.xml HTTP/1.1" 200 None
[2026-05-13 11:38:57.382] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/exec HTTP/1.1" 201 74
[2026-05-13 11:38:57.383] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/exec/9a30840d1274b1aeb2dc6b3870ed49eabbe6f7e125673ea1f13e685b2f6f5162/start HTTP/1.1" 101 0
[2026-05-13 11:38:57.421] [DEBUG] [urllib3.connectionpool] http://localhost:None "GET /v1.48/exec/9a30840d1274b1aeb2dc6b3870ed49eabbe6f7e125673ea1f13e685b2f6f5162/json HTTP/1.1" 200 433
PASSED                                                                   [100%]
------------------------------ live log teardown -------------------------------
[2026-05-13 11:38:57.504] [DEBUG] [urllib3.connectionpool] http://localhost:None "POST /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd/stop?t=1 HTTP/1.1" 204 0
[2026-05-13 11:38:57.515] [DEBUG] [urllib3.connectionpool] http://localhost:None "DELETE /v1.48/containers/0ce5a5f1720f044bd4ff4360004b32320d323c95527c39d4eb75f729ba311dfd?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 3.76s ===============================