[INFO] cloning repository https://github.com/MoTechnicalities/UGC-Model
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MoTechnicalities/UGC-Model" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FUGC-Model", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FUGC-Model'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6eedc3fd27a598b620e28a45c6c01af1120a7f76
[INFO] testing MoTechnicalities/UGC-Model against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FUGC-Model" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MoTechnicalities/UGC-Model
[INFO] finished tweaking git repo https://github.com/MoTechnicalities/UGC-Model
[INFO] tweaked toml for git repo https://github.com/MoTechnicalities/UGC-Model written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MoTechnicalities/UGC-Model on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MoTechnicalities/UGC-Model 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded matchit v0.8.4
[INFO] [stderr]   Downloaded axum-core v0.5.6
[INFO] [stderr]   Downloaded axum v0.8.9
[INFO] [stderr]   Downloaded memchr v2.8.1
[INFO] [stderr]   Downloaded hyper v1.10.0
[INFO] [stderr]   Downloaded http v1.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09
[INFO] running `Command { std: "docker" "start" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", 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" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", 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" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.10.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling csif_agent_v2_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.33s
[INFO] running `Command { std: "docker" "inspect" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", 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" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling csif_agent_v2_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.41s
[INFO] running `Command { std: "docker" "inspect" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", 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" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/csif_agent_v2_rust-349690e73c353709)
[INFO] [stdout] 
[INFO] [stdout] running 208 tests
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_accepts_noise_and_pretty ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_rejects_bad_sweep_export_value ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_rejects_invalid_sweep_seed_list ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_rejects_noise_out_of_range ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_rejects_unknown_option ... ok
[INFO] [stdout] test quantum::cli::tests::bv_parser_rejects_bad_mode ... ok
[INFO] [stdout] test quantum::cli::tests::bv_parser_accepts_black_box_with_shots ... ok
[INFO] [stdout] test quantum::cli::tests::bv_parser_rejects_missing_hidden ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_accepts_rotor_profile_alias ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_accepts_sweep_options ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_rejects_bad_density_list ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_rejects_bad_perturbation_amplitudes ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_rejects_bad_perturbation_frequency ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_rejects_bad_state_model ... ok
[INFO] [stdout] test quantum::cli::tests::dirac_mode_parser_rejects_unknown_option ... ok
[INFO] [stdout] test quantum::cli::tests::distributed_wave_parser_accepts_all_options ... ok
[INFO] [stdout] test quantum::cli::tests::distributed_wave_parser_rejects_bad_sweep_export_value ... ok
[INFO] [stdout] test quantum::cli::tests::distributed_wave_parser_rejects_unknown_option ... ok
[INFO] [stdout] test quantum::cli::tests::distributed_wave_parser_rejects_missing_value ... ok
[INFO] [stdout] test quantum::cli::tests::parser_rejects_unknown_option ... ok
[INFO] [stdout] test quantum::cli::tests::parser_accepts_pretty_and_qubit_count ... ok
[INFO] [stdout] test quantum::cli::tests::parser_rejects_missing_n_qubits_value ... ok
[INFO] [stdout] test quantum::distributed_wave::tests::protocol_messages_are_serializable ... ok
[INFO] [stdout] test quantum::distributed_wave::tests::sweep_export_json_and_csv_are_compact_and_consistent ... ok
[INFO] [stdout] test quantum::register::tests::apply_gate_with_noise_is_seed_deterministic ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_rejects_invalid_sweep_noise_factor_list ... ok
[INFO] [stdout] test quantum::register::tests::apply_gate_records_trace_event ... ok
[INFO] [stdout] test quantum::register::tests::bell_state_prep_activates_entanglement_coupling ... ok
[INFO] [stdout] test quantum::register::tests::blade_grade_semantics_classify_structural_subspace ... ok
[INFO] [stdout] test quantum::register::tests::adaptive_dense_fallback_matches_dense_reference_for_high_density_state ... ok
[INFO] [stdout] test quantum::register::tests::black_box_oracle_tracks_invocations_without_probe_api ... ok
[INFO] [stdout] test quantum::register::tests::bell_state_report_emits_correlation_fields ... ok
[INFO] [stdout] test quantum::register::tests::bell_state_sweep_export_json_and_csv_are_compact_and_consistent ... ok
[INFO] [stdout] test quantum::cli::tests::bell_state_parser_accepts_sweep_export_options ... ok
[INFO] [stdout] test quantum::register::tests::blade_mask_semantics_render_clifford_notation ... ok
[INFO] [stdout] test quantum::register::tests::block_size_tuner_prefers_larger_blocks_for_denser_states ... ok
[INFO] [stdout] test quantum::register::tests::block_sparse_exactness_stress_matches_dense_reference ... ignored, stress test
[INFO] [stdout] test quantum::register::tests::block_sparse_performance_stress_reports_relative_speed ... ignored, stress test
[INFO] [stdout] test quantum::register::tests::bv_oracle_constructor_encodes_hidden_string ... ok
[INFO] [stdout] test quantum::register::tests::cnot_rotor_emits_target_aware_coupling_manifold_tag ... ok
[INFO] [stdout] test quantum::register::tests::cnot_tracks_bivector_to_trivector_coupling_manifold ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_state_models_produce_distinct_stable_hashes ... ok
[INFO] [stdout] test quantum::register::tests::geometric_product_respects_anticommutation_sign ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_sweep_transition_tracks_density_threshold ... ok
[INFO] [stdout] test quantum::register::tests::gate_to_rotor_is_clifford_ready_contract ... ok
[INFO] [stdout] test quantum::register::tests::measurement_is_deterministic_for_same_state ... ok
[INFO] [stdout] test quantum::register::tests::high_grade_bias_profile_crosses_later_than_uniform_random ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_sweep_summary_csv_emits_summary_header_metadata ... ok
[INFO] [stdout] test quantum::register::tests::rwif_conformance_bridge_edge_shape_matches_validator_contract ... ok
[INFO] [stdout] test quantum::register::tests::no_op_replay_trace_produces_identical_stable_sha256_hash ... ok
[INFO] [stdout] test quantum::register::tests::rwif_event_envelope_matches_canonical_required_fields ... ok
[INFO] [stdout] test quantum::register::tests::bernstein_vazirani_run_recovers_hidden_string_and_sets_rwif_fields ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_sweep_summary_json_wraps_rows_with_report_object ... ok
[INFO] [stdout] test quantum::register::tests::unified_register_initializes_interface_state ... ok
[INFO] [stdout] test tests::algebraic_mode_preserves_binary_trace_float_result ... ok
[INFO] [stdout] test tests::atan2_supports_two_arguments ... ok
[INFO] [stdout] test quantum::register::tests::scaffold_contract_snapshot_has_stable_keys_and_types ... ok
[INFO] [stdout] test quantum::register::tests::sparse_left_product_matches_dense_product_for_sparse_rotor ... ok
[INFO] [stdout] test quantum::register::tests::test_continuous_bivector_twist_trajectory ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_profile_report_includes_baseline_delta ... ok
[INFO] [stdout] test tests::chat_concise_prompt_sets_concise_response_style ... ok
[INFO] [stdout] test tests::bessel_j012_are_supported ... ok
[INFO] [stdout] test tests::bridge_audit_failure_snapshot_matches_expected_shape ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_sweep_is_replay_stable_for_same_inputs ... ok
[INFO] [stdout] test tests::chat_english_disagreement_routes_to_polite_resolution_with_next_step ... ok
[INFO] [stdout] test tests::bridge_audit_contract_snapshot_matches_expected_shape ... ok
[INFO] [stdout] test tests::chat_english_compare_contrast_bypasses_capability_fallback ... ok
[INFO] [stdout] test quantum::register::tests::black_box_bv_supports_configurable_shots ... ok
[INFO] [stdout] test tests::chat_english_question_answer_bypasses_capability_fallback ... ok
[INFO] [stdout] test tests::chat_english_pros_cons_bypasses_capability_fallback ... ok
[INFO] [stdout] test quantum::register::tests::bernstein_vazirani_black_box_run_enforces_opaque_recovery_boundary ... ok
[INFO] [stdout] test tests::chat_greeting_warmth_ceiling_env_is_applied ... ok
[INFO] [stdout] test tests::chat_greeting_warmth_ceiling_payload_overrides_env ... ok
[INFO] [stdout] test tests::chat_english_rewrite_bypasses_capability_fallback ... ok
[INFO] [stdout] test tests::chat_english_summarize_bullets_bypasses_capability_fallback ... ok
[INFO] [stdout] test tests::chat_greeting_uses_time_crystal_opening_variation_with_replay_override ... ok
[INFO] [stdout] test tests::chat_greeting_opening_variation_can_be_disabled ... ok
[INFO] [stdout] test tests::chat_math_accepts_latex_symbolic_equation_prompt ... ok
[INFO] [stdout] test tests::chat_math_accepts_digit_x_digit_multiplication_notation ... ok
[INFO] [stdout] test tests::chat_math_accepts_natural_language_arithmetic_question_form ... ok
[INFO] [stdout] test tests::chat_identity_prompt_reports_intent_and_friendly_intro ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_sweep_export_json_and_csv_are_compact_and_consistent ... ok
[INFO] [stdout] test tests::chat_math_accepts_standalone_equals_as_equality ... ok
[INFO] [stdout] test tests::chat_math_accepts_compact_convert_prompt_with_to_spacing ... ok
[INFO] [stdout] test tests::chat_math_accepts_unicode_not_equal_symbol ... ok
[INFO] [stdout] test tests::chat_math_accepts_unicode_symbolic_equation_prompt ... ok
[INFO] [stdout] test quantum::register::tests::test_real_world_optimization_convergence ... ok
[INFO] [stdout] test tests::chat_math_accepts_worded_less_than_comparator_prompt ... ok
[INFO] [stdout] test tests::chat_math_accepts_worded_equal_to_comparator_prompt ... ok
[INFO] [stdout] test quantum::distributed_wave::tests::harness_emits_topology_fault_and_structured_sections ... ok
[INFO] [stdout] test tests::chat_math_accepts_unit_conversion_round_trip_claims ... ok
[INFO] [stdout] test tests::chat_english_explain_bypasses_capability_fallback ... ok
[INFO] [stdout] test tests::chat_math_failure_emits_structured_error_metadata ... ok
[INFO] [stdout] test tests::chat_preferences_override_style_depth_and_tone ... ok
[INFO] [stdout] test quantum::distributed_wave::tests::harness_replay_hash_is_stable ... ok
[INFO] [stdout] test tests::conservation_policy_blocks_transform_when_required_invariant_fails ... ok
[INFO] [stdout] test tests::comb_and_c_alias_support_two_arguments ... ok
[INFO] [stdout] test tests::chat_math_flags_unit_conversion_claim_contradictions ... ok
[INFO] [stdout] test tests::chat_math_surface_hides_ieee754_artifact_for_simple_decimal_sum ... ok
[INFO] [stdout] test tests::disambiguation_candidates_include_lexicon_support_feature ... ok
[INFO] [stdout] test tests::chat_math_surface_does_not_emit_raw_latex_markup ... ok
[INFO] [stdout] test tests::disambiguation_emits_cross_frame_translation_operators ... ok
[INFO] [stdout] test tests::disambiguation_includes_phrase_layer_for_compositional_context ... ok
[INFO] [stdout] test tests::disambiguation_maps_multilingual_phrase_aliases_to_shared_phrase_identity ... ok
[INFO] [stdout] test tests::disambiguation_marks_unknown_lexeme ... ok
[INFO] [stdout] test quantum::distributed_wave::tests::harness_reports_e1_e3_with_required_metrics ... ok
[INFO] [stdout] test tests::disambiguation_resolves_insight_light ... ok
[INFO] [stdout] test tests::disambiguation_respects_lexicon_pack_toggles_for_ab_controls ... ok
[INFO] [stdout] test tests::embedding_changes_with_input ... ok
[INFO] [stdout] test tests::disambiguation_resolves_visible_light ... ok
[INFO] [stdout] test tests::disambiguation_surfaces_compact_lexicon_coverage_and_edges ... ok
[INFO] [stdout] test tests::disambiguation_resolves_cross_language_alias_luz ... ok
[INFO] [stdout] test tests::det_and_permanent_scalar_wrappers_are_supported ... ok
[INFO] [stdout] test tests::embedding_is_deterministic_and_dimensioned ... ok
[INFO] [stdout] test tests::etymology_pack_matches_luc_clar_family_in_english ... ok
[INFO] [stdout] test tests::etymology_pack_matches_luc_clar_family_in_french ... ok
[INFO] [stdout] test tests::frame_conflict_keeps_torsion_unresolved_without_forced_collapse ... ok
[INFO] [stdout] test tests::deep_nested_polylog_expression_runs_end_to_end ... ok
[INFO] [stdout] test tests::geometric_mode_avoids_decimal_binary_float_trap ... ok
[INFO] [stdout] test tests::gamma_supports_real_and_complex_inputs ... ok
[INFO] [stdout] test quantum::register::tests::dirac_mode_perturbation_sweep_reports_volatility_and_unraveling ... ok
[INFO] [stdout] test tests::chat_math_accepts_unicode_multiplication_symbol ... ok
[INFO] [stdout] test tests::chat_math_accepts_natural_language_logic_question_form ... ok
[INFO] [stdout] test tests::geometric_mode_scales_imaginary_decimal_sum ... ok
[INFO] [stdout] test tests::conversation_benchmark_prompt_set_contract ... ok
[INFO] [stdout] test tests::geometric_mode_supports_scientific_trig_in_degrees ... ok
[INFO] [stdout] test tests::geometric_mode_preserves_component_separation_with_scaled_magnitudes ... ok
[INFO] [stdout] test tests::grouped_implication_and_equivalence_precedence_is_respected ... ok
[INFO] [stdout] test tests::logic_implication_emits_first_class_semantic_jobs ... ok
[INFO] [stdout] test tests::legacy_pack_matches_older_vocabulary_in_existing_languages ... ok
[INFO] [stdout] test tests::logic_t504_low_threshold_propagates_via_evaluate_math_expression ... ok
[INFO] [stdout] test tests::index_builds_and_retrieves_matches ... ok
[INFO] [stdout] test tests::index_summary_reports_loaded_state ... ok
[INFO] [stdout] test tests::math_endpoint_options_returns_cors_headers ... ok
[INFO] [stdout] test tests::logic_equivalence_and_predicates_emit_hidden_operand_jobs ... ok
[INFO] [stdout] test tests::long_mixed_logic_chain_supports_nested_negation_and_comparison_symbols ... ok
[INFO] [stdout] test tests::math_eval_accepts_compact_convert_measurement_syntax ... ok
[INFO] [stdout] test tests::math_eval_rejects_division_by_zero ... ok
[INFO] [stdout] test tests::math_eval_expanded_unit_catalog_handles_temperature_and_speed ... ok
[INFO] [stdout] test quantum::register::tests::bernstein_vazirani_modes_remain_deterministic_across_runs ... ok
[INFO] [stdout] test tests::geometric_mode_nested_mixed_axes_yield_exact_scaled_components ... ok
[INFO] [stdout] test tests::math_eval_is_deterministic_and_has_latex ... ok
[INFO] [stdout] test tests::benchmark_suite_reports_latency_and_hash_stability ... ok
[INFO] [stdout] test tests::math_eval_supports_conversion_claim_expressions ... ok
[INFO] [stdout] test tests::math_endpoint_post_locks_bridge_envelope_shape ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_coupled_crystal_flux_system_reports_mixed_ontology ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_csif_crystal_field_variant_preserves_helmholtz_tag ... ok
[INFO] [stdout] test tests::math_eval_symbolic_orchestrator_v2_matches_requested_equation_families ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_is_underdetermined_when_assumptions_missing ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_is_verified_when_required_assumptions_are_present ... ok
[INFO] [stdout] test tests::hard_expression_with_gamma_comb_bessel_and_atan2_runs_end_to_end ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_logistic_fraction_form_is_bounded_growth ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_damped_unit_time_coupling_reports_regime_hint ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_dipole_flux_torsion_source_sets_flux_field_ontology ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_recognizes_1d_derivative_helmholtz_form ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_resonance_fraction_form_reports_chamber_linkage ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_spatial_coordinate_exposes_geometry_family_options ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_trig_mode_shape_probe_emits_mode_ontology ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_next_five_families_emit_expected_ontology ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_trig_phase_probe_emits_phase_ontology ... ok
[INFO] [stdout] test tests::migration_adds_rwif_v2_defaults ... ok
[INFO] [stdout] test tests::migration_is_idempotent ... ok
[INFO] [stdout] test tests::migration_preserves_unknown_and_existing_fields ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_time_harmonic_crystal_field_links_resonance_modes ... ok
[INFO] [stdout] test tests::hard_expression_with_zeta_gamma_bessel_comb_and_atan2_runs_end_to_end ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_new_geometric_families_emit_expected_ontology ... ok
[INFO] [stdout] test tests::phrase_layer_emits_overlap_aware_chunk_topology ... ok
[INFO] [stdout] test tests::reasoning_pack_matches_uncommon_dividual_style_terms ... ok
[INFO] [stdout] test tests::reconciliation_explains_winner_vs_loser_topology ... ok
[INFO] [stdout] test tests::math_eval_sine_integral_uses_standard_sign_convention ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_geometric_transport_operator_emits_transport_ontology ... ok
[INFO] [stdout] test tests::reconciliation_marks_phrase_topology_mode_when_phrase_branch_present ... ok
[INFO] [stdout] test tests::reconciliation_includes_operator_audit_for_transform_branch ... ok
[INFO] [stdout] test tests::logic_inference_torsion_threshold_emits_explicit_contradiction_signal ... ok
[INFO] [stdout] test tests::retrieval_payload_reports_unloaded_state ... ok
[INFO] [stdout] test tests::retrieval_payload_returns_matches ... ok
[INFO] [stdout] test tests::math_eval_supports_direct_convert_function ... ok
[INFO] [stdout] test tests::polylog_gammainc_and_spherical_bessel_support ... ok
[INFO] [stdout] test tests::lambertw_supports_complex_inputs ... ok
[INFO] [stdout] test tests::sandbox_simulation_can_flag_counterfactual_forced_branch ... ok
[INFO] [stdout] test tests::sandbox_simulation_ranks_competing_futures ... ok
[INFO] [stdout] test tests::sandbox_simulation_emits_phrase_branches_when_detected ... ok
[INFO] [stdout] test tests::hard_expression_with_lambertw_j3_and_left_half_plane_zeta_runs_end_to_end ... ok
[INFO] [stdout] test tests::sandbox_reports_frame_transition_metrics ... ok
[INFO] [stdout] test tests::symbolic_logic_operators_are_supported ... ok
[INFO] [stdout] test tests::reconciliation_rejects_unknown_losing_branch ... ok
[INFO] [stdout] test tests::semantic_inertia_blocks_reassignment_when_threshold_not_met ... ok
[INFO] [stdout] test tests::semantic_inertia_does_not_block_same_sense_reaffirmation ... ok
[INFO] [stdout] test tests::retrieval_payload_emits_miss_diagnostics_for_unseen_terms ... ok
[INFO] [stdout] test tests::math_eval_special_functions_light_pass_contract ... ok
[INFO] [stdout] test tests::time_crystal_randomness_profile_conformance_stub_emits_deterministic_replay_keys ... ok
[INFO] [stdout] test tests::unit_conversion_torsion_threshold_emits_explicit_contradiction_signal ... ok
[INFO] [stdout] test tests::trajectory_payload_filters_by_token ... ok
[INFO] [stdout] test tests::sandbox_simulation_emits_modal_branches_without_commit ... ok
[INFO] [stdout] test tests::time_crystal_randomness_profile_conformance_stub_omits_fields_without_opt_in ... ok
[INFO] [stdout] test tests::symbolic_xor_and_alias_operators_are_supported ... ok
[INFO] [stdout] test tests::trajectory_event_persists_and_can_be_loaded ... ok
[INFO] [stdout] test tests::zeta_supports_critical_strip_inputs ... ok
[INFO] [stdout] test tests::sandbox_emits_transform_branches_for_operator_projections ... ok
[INFO] [stdout] test quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random ... FAILED
[INFO] [stdout] test tests::trajectory_summary_metrics_capture_torsion_and_stability ... ok
[INFO] [stdout] test tests::validator_flags_missing_integer_wrap_mode ... ok
[INFO] [stdout] test tests::scientific_constants_and_functions_work ... ok
[INFO] [stdout] test tests::math_eval_symbolic_v2_1d_dirichlet_boundary_collapses_to_eigenmodes ... ok
[INFO] [stdout] test tests::hyperbolic_and_inverse_hyperbolic_functions_work ... ok
[INFO] [stdout] test tests::chat_math_algebraic_equality_distinguishes_decimal_artifacts ... ok
[INFO] [stdout] test tests::unknown_lexeme_marks_lexicon_gap_when_no_edges_match ... ok
[INFO] [stdout] test tests::sandbox_marks_conservation_violation_in_rejection_causes ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random' (1120) panicked at src/quantum/register.rs:2853:9:
[INFO] [stdout] assertion failed: bias_rows[0].dense_fallback_active
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fa835718998 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fa835718998 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fa835718998 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5fa835718998 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5fa83572fd6a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5fa83572fd6a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5fa83571d2f2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5fa83571d2f2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5fa8356f6146 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5fa8356f6146 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5fa8357107c9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5fa83558a17c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5fa83558a17c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5fa835710982 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5fa835710982 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5fa8356f6234 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5fa8356eb079 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5fa8356f70dd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5fa83573052c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fa8357304f2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5fa8354257fa - csif_agent_v2_rust[7714453885ffdff7]::quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random
[INFO] [stdout]                                at /opt/rustwide/workdir/src/quantum/register.rs:2853:9
[INFO] [stdout]   21:     0x5fa835410287 - csif_agent_v2_rust[7714453885ffdff7]::quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/quantum/register.rs:2844:68
[INFO] [stdout]   22:     0x5fa8354c5096 - <csif_agent_v2_rust[7714453885ffdff7]::quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5fa83557d25b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5fa83557d25b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5fa83558aad5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5fa83558aad5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5fa83558aad5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5fa83558aad5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5fa83558aad5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5fa83558aad5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5fa83558aad5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5fa8355843e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5fa8355843e4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5fa83558db52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5fa83558db52 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5fa83558db52 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5fa83558db52 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5fa83558db52 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5fa83558db52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5fa83558db52 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5fa835717f8f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x5fa835717f8f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x79dde3149aa4 - <unknown>
[INFO] [stdout]   44:     0x79dde31d6a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     quantum::register::tests::low_grade_bias_profile_crosses_earlier_than_uniform_random
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 205 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin csif_agent_v2_rust`
[INFO] running `Command { std: "docker" "inspect" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09", kill_on_drop: false }`
[INFO] [stdout] 376b9162f7166b481cb8a34305fa851da29876119ec73b746fe8ee8edcd40c09
