[INFO] cloning repository https://github.com/meetpandya4715/tui-car-racing-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meetpandya4715/tui-car-racing-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeetpandya4715%2Ftui-car-racing-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeetpandya4715%2Ftui-car-racing-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0136de5b77fc820a7657513a3725ce0059847662
[INFO] testing meetpandya4715/tui-car-racing-rust 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%2Fmeetpandya4715%2Ftui-car-racing-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/meetpandya4715/tui-car-racing-rust
[INFO] finished tweaking git repo https://github.com/meetpandya4715/tui-car-racing-rust
[INFO] tweaked toml for git repo https://github.com/meetpandya4715/tui-car-racing-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/meetpandya4715/tui-car-racing-rust 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/meetpandya4715/tui-car-racing-rust 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08
[INFO] running `Command { std: "docker" "start" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", 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" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08" "/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" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", 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" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.5
[INFO] [stderr]    Compiling ascii-apex v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 31.58s
[INFO] running `Command { std: "docker" "inspect" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", 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" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08" "/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 ascii-apex v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 14.50s
[INFO] running `Command { std: "docker" "inspect" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", 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" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08" "/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.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/ascii_apex-f1badc8e8d3b8815)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test collision::tests::contained_rectangle_overlaps ... ok
[INFO] [stdout] test collision::tests::horizontal_edge_contact_is_not_overlap ... ok
[INFO] [stdout] test collision::tests::negative_offscreen_coordinates_work ... ok
[INFO] [stdout] test collision::tests::rectangles_overlap_with_positive_area ... ok
[INFO] [stdout] test collision::tests::separated_rectangles_do_not_overlap ... ok
[INFO] [stdout] test collision::tests::vertical_edge_contact_is_not_overlap ... ok
[INFO] [stdout] test collision::tests::zero_area_rectangle_never_overlaps ... ok
[INFO] [stdout] test entities::tests::centered_player_position_is_valid_on_supported_sizes ... ok
[INFO] [stdout] test entities::tests::every_sprite_has_the_declared_fixed_dimensions ... ok
[INFO] [stdout] test entities::tests::every_vehicle_has_a_complete_recognizable_silhouette ... ok
[INFO] [stdout] test entities::tests::lane_markers_are_ordered_and_inside_boundaries ... ok
[INFO] [stdout] test entities::tests::lane_positions_fit_wholly_inside_the_road ... ok
[INFO] [stdout] test entities::tests::render_position_and_hitbox_use_identical_rounding ... ok
[INFO] [stdout] test entities::tests::responsive_road_reserves_telemetry_rails ... ok
[INFO] [stdout] test entities::tests::road_clamps_player_to_both_boundaries ... ok
[INFO] [stdout] test entities::tests::tiny_terminal_geometry_never_panics_or_reverses_clamp_range ... ok
[INFO] [stdout] test entities::tests::supported_layouts_leave_room_for_a_three_row_boost_trail ... ok
[INFO] [stdout] test entities::tests::vehicle_variants_and_player_are_visually_distinct ... ok
[INFO] [stdout] test game::tests::acceleration_braking_and_speed_caps_are_gradual ... ok
[INFO] [stdout] test game::tests::crossing_a_distance_threshold_emits_a_level_event ... ok
[INFO] [stdout] test game::tests::difficulty_progresses_and_caps ... ok
[INFO] [stdout] test game::tests::multi_character_vehicle_collision_ends_round ... ok
[INFO] [stdout] test game::tests::normal_top_speed_still_spawns_rookie_traffic_at_minimum_height ... ok
[INFO] [stdout] test entities::tests::multi_character_sprite_hitboxes_collide_as_rendered ... ok
[INFO] [stdout] test game::tests::nearly_empty_nitro_only_boosts_for_the_available_fraction_of_a_tick ... ok
[INFO] [stdout] test game::tests::feedback_events_expire_without_erasing_best_streak ... ok
[INFO] [stdout] test game::tests::one_and_two_cell_clearances_are_near_misses_but_other_gaps_are_not ... ok
[INFO] [stdout] test game::tests::near_miss_is_awarded_only_once_and_refills_nitro_to_its_cap ... ok
[INFO] [stdout] test game::tests::expired_streak_makes_the_next_pass_start_over ... ok
[INFO] [stdout] test game::tests::overspeed_falls_smoothly_to_the_normal_cap_without_boost ... ok
[INFO] [stdout] test game::tests::passing_bonus_is_awarded_once ... ok
[INFO] [stdout] test game::tests::pausing_clears_active_boost_feedback ... ok
[INFO] [stdout] test game::tests::resize_rebuilds_layout_and_removes_unsafe_traffic ... ok
[INFO] [stdout] test game::tests::restart_resets_round_and_preserves_high_score ... ok
[INFO] [stdout] test game::tests::pause_prevents_all_simulation_updates ... ok
[INFO] [stdout] test game::tests::run_time_uses_clamped_playing_delta_only ... ok
[INFO] [stdout] test game::tests::player_is_clamped_to_both_road_boundaries ... ok
[INFO] [stdout] test game::tests::safe_pass_is_scored_when_another_vehicle_crashes_same_tick ... ok
[INFO] [stdout] test game::tests::spawn_headway_rejects_same_path_traffic ... ok
[INFO] [stdout] test game::tests::seeded_spawning_stays_valid_across_supported_sizes ... ok
[INFO] [stdout] test game::tests::simultaneous_mixed_passes_score_independently_of_vehicle_order ... ok
[INFO] [stdout] test game::tests::spawn_rejects_a_full_width_barrier ... ok
[INFO] [stdout] test game::tests::score_uses_distance_floor_and_accumulated_traffic_score ... ok
[INFO] [stdout] test game::tests::timely_passes_build_a_capped_streak_and_variable_score ... ok
[INFO] [stdout] test game::tests::spawn_rejects_gap_that_current_steering_momentum_cannot_reach ... ok
[INFO] [stdout] test game::tests::traffic_may_spawn_just_above_the_road_but_not_above_its_entry_band ... ok
[INFO] [stdout] test game::tests::speed_and_nitro_tuning_provide_a_sustained_arcade_boost ... ok
[INFO] [stdout] test game::tests::valid_spawn_is_inside_road_and_overlap_is_rejected ... ok
[INFO] [stdout] test input::tests::control_c_quits_and_clear_motion_releases_everything ... ok
[INFO] [stdout] test input::tests::edge_actions_ignore_repeat_and_debounce_legacy_press_streams ... ok
[INFO] [stdout] test input::tests::legacy_edge_debounce_is_independent_for_each_binding ... ok
[INFO] [stdout] test input::tests::releases_are_immediate_and_track_physical_bindings ... ok
[INFO] [stdout] test input::tests::reliable_release_mode_keeps_motion_held_without_repeat ... ok
[INFO] [stdout] test input::tests::repeat_refreshes_a_motion_lease ... ok
[INFO] [stdout] test input::tests::space_holds_and_releases_nitro_boost ... ok
[INFO] [stdout] test input::tests::repeated_press_cannot_retrigger_an_edge_until_release ... ok
[INFO] [stdout] test input::tests::clear_all_rearms_edge_keys_after_focus_loss ... ok
[INFO] [stdout] test input::tests::motion_mapping_is_case_insensitive_and_expires ... ok
[INFO] [stdout] test input::tests::release_rearms_an_edge_action_without_waiting ... ok
[INFO] [stdout] test renderer::tests::active_nitro_draws_a_three_row_exhaust_trail ... ok
[INFO] [stdout] test renderer::tests::every_roadside_sprite_is_fixed_width_ascii ... ok
[INFO] [stdout] test renderer::tests::minimum_size_overlays_are_compact_and_actionable ... ok
[INFO] [stdout] test renderer::tests::minimum_size_roadside_is_populated_without_touching_the_road ... ok
[INFO] [stdout] test renderer::tests::partially_entering_vehicle_cannot_overwrite_the_hud ... ok
[INFO] [stdout] test renderer::tests::roadside_loop_is_seamless_at_the_road_phase_wrap ... ok
[INFO] [stdout] test renderer::tests::serialization_paints_the_last_column ... ok
[INFO] [stdout] test renderer::tests::minimum_size_gameplay_has_complete_telemetry_and_scenery ... ok
[INFO] [stdout] test collision::tests::horizontal_projection_is_independent_of_vertical_position ... ok
[INFO] [stdout] test game::tests::nitro_drains_recharges_caps_and_brake_takes_precedence ... ok
[INFO] [stdout] test renderer::tests::telemetry_formatters_are_stable_at_boundaries ... ok
[INFO] [stdout] test renderer::tests::serialized_frame_uses_cursor_moves_instead_of_newlines ... ok
[INFO] [stdout] test renderer::tests::tiny_terminal_warning_is_clipped_safely ... ok
[INFO] [stdout] test renderer::tests::title_screen_uses_the_selected_endurance_visual_language ... ok
[INFO] [stdout] test renderer::tests::telemetry_rails_adapt_at_compact_standard_and_wide_sizes ... ok
[INFO] [stdout] test renderer::tests::vehicle_details_are_semantic_and_not_rainbow_body_fills ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08", kill_on_drop: false }`
[INFO] [stdout] abf47836c0723c84aa640dcefa8b705410db8e4fc37884d820d9dce117030d08
