[INFO] cloning repository https://github.com/nsengupta/sdv_simulation_3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nsengupta/sdv_simulation_3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsengupta%2Fsdv_simulation_3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsengupta%2Fsdv_simulation_3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9fb77012754e17e731645f4b212e342b4da8c797
[INFO] testing nsengupta/sdv_simulation_3 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnsengupta%2Fsdv_simulation_3" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nsengupta/sdv_simulation_3
[INFO] finished tweaking git repo https://github.com/nsengupta/sdv_simulation_3
[INFO] tweaked toml for git repo https://github.com/nsengupta/sdv_simulation_3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nsengupta/sdv_simulation_3 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nsengupta/sdv_simulation_3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1
[INFO] running `Command { std: "docker" "start" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling socketcan v3.5.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling embedded-can v0.4.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling bon-macros v2.3.0
[INFO] [stderr]    Compiling neli-proc-macros v0.1.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling neli v0.6.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling bon v2.3.0
[INFO] [stderr]    Compiling ractor v0.15.12
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]    Compiling vehicle_device_bus v0.1.0 (/opt/rustwide/workdir/crates/vehicle_device_bus)
[INFO] [stderr]    Compiling gateway v0.1.0 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stderr]    Compiling emulator v0.1.0 (/opt/rustwide/workdir/crates/emulator)
[INFO] [stderr]    Compiling front_headlamp_actuator v0.1.0 (/opt/rustwide/workdir/crates/front_headlamp_actuator)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]    Compiling emulator v0.1.0 (/opt/rustwide/workdir/crates/emulator)
[INFO] [stderr]    Compiling vehicle_device_bus v0.1.0 (/opt/rustwide/workdir/crates/vehicle_device_bus)
[INFO] [stderr]    Compiling gateway v0.1.0 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stderr]    Compiling front_headlamp_actuator v0.1.0 (/opt/rustwide/workdir/crates/front_headlamp_actuator)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 16.76s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/common-63aa69d3b0cbaf2e)
[INFO] [stdout] 
[INFO] [stdout] running 101 tests
[INFO] [stdout] test test::actor_contract::scenario_actuation_ack_round_trip_via_helper ... ok
[INFO] [stdout] test test::actor_contract::scenario_actuation_nack_round_trip_via_helper ... ok
[INFO] [stdout] test test::actor_contract::scenario_raw_transition_records_are_emitted_in_order ... ok
[INFO] [stdout] test test::actor_contract::scenario_actuation_ack_surfaces_confirmation_on_diagnostic_sink ... ok
[INFO] [stdout] test test::controller_api_contract::given_controller_when_get_snapshot_called_then_returns_readonly_snapshot ... ok
[INFO] [stdout] test test::controller_api_contract::given_power_on_then_power_off_facade_when_idle_then_state_is_off ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_transition_high_speed_alone_emits_speed_threshold_signal_only ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_transition_illegal_shutdown_attempt ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_warning_recovers_to_idle_when_stationary ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_transition_standard_commute_flow ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_warning_recovery_requires_cooldown_and_cleared_thresholds ... ok
[INFO] [stdout] test test::fsm_step_contract::test_state_laws_hold_over_a_legal_journey_and_records_carry_intents ... ok
[INFO] [stdout] test test::controller_api_contract::given_physical_car_event_when_submitted_then_controller_drives_actor_state ... ok
[INFO] [stdout] test test::fsm_step_contract::test_state_laws_flag_an_illegal_cut ... ok
[INFO] [stdout] test test::fsm_step_contract::test_blank_identity_is_unconstructable ... ok
[INFO] [stdout] test test::fsm_step_contract::test_step_derive_ctx_and_warning_flow ... ok
[INFO] [stdout] test test::fsm_step_contract::test_step_high_speed_below_rpm_threshold_still_warns_on_speed ... ok
[INFO] [stdout] test test::fsm_step_contract::test_step_standard_commute_flow ... ok
[INFO] [stdout] test test::fsm_step_contract::test_step_warning_recovery_on_tick_uses_passed_time ... ok
[INFO] [stdout] test test::fsm_step_contract::test_transition_record_carries_intended_actions_without_enter_mode ... ok
[INFO] [stdout] test test::lighting_step_contract::given_idle_on_requested_when_power_off_then_primary_off_and_lighting_cleared ... ok
[INFO] [stdout] test test::headlamp_reply_contract::given_low_lux_and_on_ack_when_get_status_then_ledger_headlamp_matches_embed ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_off_requested_when_high_lux_arrives_then_does_not_emit_duplicate_off_request ... ok
[INFO] [stdout] test test::headlamp_reply_contract::given_power_on_only_when_get_status_then_ledger_headlamp_matches_embed ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_off_when_actuation_incomplete_on_then_no_recovery ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_off_when_lux_at_on_threshold_then_requests_front_headlamp_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_off_when_lux_below_on_threshold_then_requests_front_headlamp_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_off_when_lux_in_deadband_then_does_not_request_front_headlamp_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_on_requested_when_low_lux_arrives_then_does_not_emit_duplicate_on_request ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_on_when_lux_above_off_threshold_then_requests_front_headlamp_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_on_when_lux_at_off_threshold_then_requests_front_headlamp_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_lights_on_when_lux_in_deadband_then_does_not_request_front_headlamp_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_second_timer_tick_after_timeout_does_not_double_warn ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_when_ack_off_then_transitions_to_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_when_actuation_incomplete_timed_out_then_recover_to_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_when_actuation_incomplete_wrong_direction_then_no_op ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_when_timer_tick_at_exact_ack_wait_then_times_out_to_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_off_requested_when_timer_tick_before_ack_deadline_then_stays_pending ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_ack_on_then_no_duplicate_on_request_emitted ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_second_timer_tick_after_timeout_does_not_double_warn ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_actuation_incomplete_timed_out_then_recover_to_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_ack_on_then_transitions_to_on ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_actuation_incomplete_wrong_direction_then_no_op ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_timer_tick_at_exact_ack_wait_then_times_out_to_off ... ok
[INFO] [stdout] test test::lighting_step_contract::given_on_requested_when_timer_tick_before_ack_deadline_then_stays_pending ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_dangerously_when_lamp_on_in_dark_then_returns_to_driving_and_stops_buzzer ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_dangerously_when_becomes_stationary_then_enters_idle_and_stops_buzzer ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_dangerously_when_lux_above_on_threshold_then_returns_to_driving ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_dangerously_when_timer_tick_without_recovery_then_stays_dangerous_no_duplicate_buzzer ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_in_dark_when_internal_lighting_unsafe_then_l1_unchanged_and_enters_danger ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_in_dark_when_on_request_times_out_then_two_hop_quiescence_enters_danger ... ok
[INFO] [stdout] test test::operational_policy_contract::given_driving_in_dark_when_on_requested_then_no_lighting_unsafe_internal_hop ... ok
[INFO] [stdout] test test::operational_policy_contract::given_idle_in_dark_when_on_request_times_out_then_stays_idle_not_dangerous ... ok
[INFO] [stdout] test test::projection_contract::given_ambient_lux_signal_when_projected_then_maps_to_fsm_ambient_lux ... ok
[INFO] [stdout] test test::projection_contract::given_front_headlamp_off_confirmed_when_projected_then_maps_to_fsm ... ok
[INFO] [stdout] test test::projection_contract::given_front_headlamp_on_confirmed_when_projected_then_maps_to_fsm ... ok
[INFO] [stdout] test test::projection_contract::given_front_headlamp_rejected_when_projected_then_maps_to_incomplete_with_negative_ack ... ok
[INFO] [stdout] test test::projection_contract::given_observed_speed_signal_when_projected_then_rejects_until_ecu_path_exists ... ok
[INFO] [stdout] test test::projection_contract::given_system_reset_when_projected_then_maps_to_fsm_power_off ... ok
[INFO] [stdout] test test::projection_contract::given_timer_tick_when_projected_then_maps_to_fsm_timer_tick ... ok
[INFO] [stdout] test test::quiescence_actor_contract::given_actor_idle_when_power_on_then_single_ledger_row_and_idle_state ... ok
[INFO] [stdout] test test::quiescence_actor_contract::given_driving_in_dark_when_commit_resolved_turn_without_zone_reply_then_single_hop_stays_driving ... ok
[INFO] [stdout] test test::fsm_engine_contract::test_transition_and_output_extreme_operation_emits_both_signals ... ok
[INFO] [stdout] test test::quiescence_actor_contract::given_driving_on_requested_in_dark_when_commit_resolved_turn_after_ack_wait_then_two_hops_enter_danger ... ok
[INFO] [stdout] test test::scenarios_smoke::scenario_cold_start_get_status_shows_off ... ok
[INFO] [stdout] test test::scenarios_smoke::scenario_get_status_after_power_on_reports_idle ... ok
[INFO] [stdout] test test::scenarios_smoke::scenario_redline_rpm_from_driving_enters_warning ... ok
[INFO] [stdout] test test::scenarios_smoke::scenario_power_on_then_drive_rpm_enters_driving ... ok
[INFO] [stdout] test test::scenarios_smoke::scenario_rpm_input_ignored_when_ignition_off ... ok
[INFO] [stdout] test test::transition_map_contract::given_driving_when_high_rpm_then_enters_extreme_operation_warning ... ok
[INFO] [stdout] test test::transition_map_contract::given_warning_recovery_when_transition_to_driving_then_stops_buzzer ... ok
[INFO] [stdout] test test::transition_map_contract::given_driving_when_both_extreme_thresholds_exceeded_then_emits_both_warnings ... ok
[INFO] [stdout] test test::zone_replies_contract::given_simulated_replies_when_twin_turn_after_ack_wait_then_matches_quiescence_two_hop_journey ... ok
[INFO] [stdout] test test::zone_replies_contract::given_headlamp_ingress_embed_when_commit_resolved_turn_then_uses_tell_back_not_local_zone ... ok
[INFO] [stdout] test test::actor_contract::scenario_log_warning_is_routed_to_diagnostic_sink ... ok
[INFO] [stdout] test test::zone_tell_back_contract::synthetic_unresponsive_embed_surfaces_log_warning_on_commit ... ok
[INFO] [stdout] test twin_runtime::detectors::lighting_unsafe::tests::lighting_unsafe_detector_fires_on_driving_dark_off ... ok
[INFO] [stdout] test twin_runtime::detectors::lighting_unsafe::tests::lighting_unsafe_detector_inclusive_lux_on_threshold ... ok
[INFO] [stdout] test twin_runtime::detectors::lighting_unsafe::tests::lighting_unsafe_detector_negative_matrix ... ok
[INFO] [stdout] test vehicle_physics::kinematics::tests::high_rpm_is_not_capped_at_255_kph ... ok
[INFO] [stdout] test vehicle_physics::kinematics::tests::known_rpm_maps_to_expected_kph ... ok
[INFO] [stdout] test vehicle_physics::kinematics::tests::speed_is_monotonic_in_rpm ... ok
[INFO] [stdout] test vehicle_physics::kinematics::tests::zero_rpm_is_zero_kph ... ok
[INFO] [stdout] test vehicle_state::health::tests::bad_tyre_is_unhealthy ... ok
[INFO] [stdout] test test::projection_contract::given_rpm_signal_when_projected_then_maps_exact_rpm ... ok
[INFO] [stdout] test vehicle_state::health::tests::default_is_healthy ... ok
[INFO] [stdout] test test::zone_tell_back_contract::tell_back_wait_retries_then_synthesizes_unresponsive_embed ... ok
[INFO] [stdout] test test::controller_api_contract::given_applied_events_when_get_snapshot_then_as_of_seq_counts_every_event ... ok
[INFO] [stdout] test vehicle_state::health::tests::low_fuel_is_unhealthy ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::freeze_standstill_zeroes_speed_but_keeps_rpm ... ok
[INFO] [stdout] test vehicle_state::health::tests::low_oil_is_unhealthy ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::apply_rpm_broadcasts_to_all_wheels ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::mode_is_redline_at_threshold ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::mode_is_stalled_below_idle ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::mode_is_rolling_in_band ... ok
[INFO] [stdout] test vehicle_state::visibility::tests::apply_lux_stores_value ... ok
[INFO] [stdout] test vehicle_state::powertrain::tests::refresh_speed_derives_from_rpm ... ok
[INFO] [stdout] test test::headlamp_ack_timer_contract::given_actor_driving_in_dark_when_ack_wait_elapses_without_timer_tick_then_two_ledger_rows_and_driving_dangerously ... ok
[INFO] [stdout] test test::headlamp_ack_timer_contract::given_actor_on_requested_when_ack_before_deadline_then_no_spontaneous_incomplete_row ... ok
[INFO] [stdout] test test::quiescence_actor_contract::given_actor_driving_in_dark_when_ack_wait_elapses_then_two_ledger_rows_and_driving_dangerously ... ok
[INFO] [stdout] test test::zone_tell_back_contract::given_silent_headlamp_when_headlamp_demux_event_then_ledger_records_unresponsive_warning ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 101 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/emulator-00fc76a2ceb97f2c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test car_physics::tests::smoke_new_car_starts_at_idle_rpm ... ok
[INFO] [stdout] test car_physics::tests::smoke_update_keeps_values_within_expected_bounds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/front_headlamp_actuator-7ed740c81f9945f1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/gateway-e5769f0e85ba1a77)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test ingress::mapping::tests::given_ambient_lux_signal_when_mapped_then_preserves_value ... ok
[INFO] [stdout] test ingress::mapping::tests::given_engine_rpm_signal_when_mapped_then_preserves_value ... ok
[INFO] [stdout] test ingress::mapping::tests::given_timer_tick_when_mapped_then_returns_physical_timer_tick ... ok
[INFO] [stdout] test ingress::mapping::tests::given_system_reset_when_mapped_then_returns_physical_reset ... ok
[INFO] [stdout] test transition_log::tests::colored_transition_highlights_next_state_separately_from_old ... ok
[INFO] [stdout] test transition_log::tests::plain_format_includes_seq_event_and_state_arrow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/front_headlamp_e2e.rs (/opt/rustwide/target/release/deps/front_headlamp_e2e-8ae8b40f9181d74a)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test controller_fsm_front_headlamp_ack_path ... ok
[INFO] [stdout] test controller_fsm_front_headlamp_nack_path ... ok
[INFO] [stdout] test controller_fsm_front_headlamp_no_response_timeout_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/vehicle_device_bus-f4becdb075fb0126)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test devices::front_headlamp::can::tests::actuation_command_wire_meta_truncates_like_encode ... ok
[INFO] [stdout] test devices::front_headlamp::can::tests::cmd_payload_round_trips_to_actuation_command ... ok
[INFO] [stdout] test devices::front_headlamp::can::tests::round_trip_ack_on_to_physical ... ok
[INFO] [stdout] test devices::front_headlamp::codec::tests::decode_rejects_short_payload ... ok
[INFO] [stdout] test devices::front_headlamp::policy::tests::accepts_matching_ack_for_pending_command ... ok
[INFO] [stdout] test devices::front_headlamp::codec::tests::payload_round_trip ... ok
[INFO] [stdout] test devices::front_headlamp::policy::tests::ignores_duplicate_after_acceptance ... ok
[INFO] [stdout] test devices::front_headlamp::policy::tests::rejects_correlation_mismatch ... ok
[INFO] [stdout] test devices::front_headlamp::can::tests::command_frame_not_ingressed_as_ack ... ok
[INFO] [stderr]      Running tests/front_headlamp_bus_e2e.rs (/opt/rustwide/target/release/deps/front_headlamp_bus_e2e-7a85c3951abeaa60)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test front_headlamp_command_frame_is_not_ingressed_as_physical_event ... ok
[INFO] [stdout] test front_headlamp_ack_frame_round_trips_over_vcan_and_decodes ... ok
[INFO] [stdout] test front_headlamp_nack_frame_round_trips_over_vcan_and_decodes ... ok
[INFO] [stdout] test front_headlamp_no_response_window_has_no_ack_or_nack_frames ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests common
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vehicle_device_bus
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1", kill_on_drop: false }`
[INFO] [stdout] 6fb62fae985658fca07e50e381ab8246c87ac8bb6c471dd286653315cd1e53d1
