[INFO] cloning repository https://github.com/MoTechnicalities/GORT
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MoTechnicalities/GORT" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FGORT", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FGORT'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa8fbb6059a047dca553bd2a77952b6157fb8a5a
[INFO] testing MoTechnicalities/GORT against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoTechnicalities%2FGORT" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MoTechnicalities/GORT
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/MoTechnicalities/GORT
[INFO] tweaked toml for git repo https://github.com/MoTechnicalities/GORT written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MoTechnicalities/GORT on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MoTechnicalities/GORT 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.98.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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac
[INFO] running `Command { std: "docker" "start" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", 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" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", 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" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling gort v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `anchor_growth` and `external_delta` are never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:1277:8
[INFO] [stdout]      |
[INFO] [stdout] 1253 | impl Phase62RuntimeSummary {
[INFO] [stdout]      | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1277 |     fn anchor_growth(self) -> isize {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1281 |     fn external_delta(self) -> i64 {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scaffold_follow_on_candidate` is never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:5442:4
[INFO] [stdout]      |
[INFO] [stdout] 5442 | fn scaffold_follow_on_candidate(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.41s
[INFO] running `Command { std: "docker" "inspect" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", 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" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling gort v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: methods `anchor_growth` and `external_delta` are never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:1277:8
[INFO] [stdout]      |
[INFO] [stdout] 1253 | impl Phase62RuntimeSummary {
[INFO] [stdout]      | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1277 |     fn anchor_growth(self) -> isize {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1281 |     fn external_delta(self) -> i64 {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scaffold_follow_on_candidate` is never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:5442:4
[INFO] [stdout]      |
[INFO] [stdout] 5442 | fn scaffold_follow_on_candidate(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `full_stack_recovery_average` is never used
[INFO] [stdout]     --> examples/curriculum_harness.rs:2993:4
[INFO] [stdout]      |
[INFO] [stdout] 2993 | fn full_stack_recovery_average(mode_runs: &[ModeRun], max_iterations: usize) -> usize {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `anchor_growth` and `external_delta` are never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:1277:8
[INFO] [stdout]      |
[INFO] [stdout] 1253 | impl Phase62RuntimeSummary {
[INFO] [stdout]      | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1277 |     fn anchor_growth(self) -> isize {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1281 |     fn external_delta(self) -> i64 {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `scaffold_follow_on_candidate` is never used
[INFO] [stdout]     --> src/cognition/phase62_structural_experiment.rs:5442:4
[INFO] [stdout]      |
[INFO] [stdout] 5442 | fn scaffold_follow_on_candidate(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 53.77s
[INFO] running `Command { std: "docker" "inspect" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", 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" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: methods `anchor_growth` and `external_delta` are never used
[INFO] [stderr]     --> src/cognition/phase62_structural_experiment.rs:1277:8
[INFO] [stderr]      |
[INFO] [stderr] 1253 | impl Phase62RuntimeSummary {
[INFO] [stderr]      | -------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1277 |     fn anchor_growth(self) -> isize {
[INFO] [stderr]      |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1281 |     fn external_delta(self) -> i64 {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `scaffold_follow_on_candidate` is never used
[INFO] [stderr]     --> src/cognition/phase62_structural_experiment.rs:5442:4
[INFO] [stderr]      |
[INFO] [stderr] 5442 | fn scaffold_follow_on_candidate(
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `gort` (lib) generated 2 warnings
[INFO] [stderr] warning: function `full_stack_recovery_average` is never used
[INFO] [stderr]     --> examples/curriculum_harness.rs:2993:4
[INFO] [stderr]      |
[INFO] [stderr] 2993 | fn full_stack_recovery_average(mode_runs: &[ModeRun], max_iterations: usize) -> usize {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gort` (example "curriculum_harness") generated 1 warning
[INFO] [stderr] warning: `gort` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gort-2883253f1eaa23bf)
[INFO] [stdout] 
[INFO] [stdout] running 182 tests
[INFO] [stdout] test cognition::cognition_session::tests::cognition_session_rejects_empty_structured_inputs ... ok
[INFO] [stdout] test cognition::cognition_session::tests::cognition_tournament_requires_three_or_more_plans ... ok
[INFO] [stdout] test cognition::evaluator::tests::ambiguity_margin_marks_near_ties_unresolved ... ok
[INFO] [stdout] test cognition::cognition_session::tests::cognition_session_is_deterministic_for_two_structured_plans ... ok
[INFO] [stdout] test cognition::cognition_session::tests::cognition_tournament_is_deterministic_for_three_plans ... ok
[INFO] [stdout] test cognition::evaluator::tests::bounded_mode_produces_quantized_field ... ok
[INFO] [stdout] test cognition::evaluator::tests::cognitive_transforms_generate_field ... ok
[INFO] [stdout] test cognition::evaluator::tests::disambiguates_multi_sense_subject_via_interference ... ok
[INFO] [stdout] test cognition::evaluator::tests::disambiguation_tie_breaker_is_lexicographic ... ok
[INFO] [stdout] test cognition::evaluator::tests::detects_polarity_conflicts ... ok
[INFO] [stdout] test cognition::node::tests::frame_closure_without_nodes_is_partial ... ok
[INFO] [stdout] test cognition::node::tests::node_id_is_deterministic ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice1_builds_runtime_adaptation_bridge_from_operator_plan ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice2_acceptance_gate_bypasses_diversity_below_threshold ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice2_acceptance_gate_enforces_diversity_above_threshold ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice2_routes_operators_across_multiple_parameters ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice2_multi_parameter_routing_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice1_bridge_log_is_phase70_invariant_valid ... ok
[INFO] [stdout] test cognition::node::tests::frame_with_unresolved_subject_stays_partial ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice3_operator_runtime_integration_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice2_acceptance_gate_rejects_low_diversity_when_threshold_met ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice3_operator_runtime_integration_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice5_closed_loop_integrity_stage_is_well_formed_end_to_end ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice5_closed_loop_integrity_stage_replay_is_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice4_runtime_continuity_rejects_violation_with_canonical_reason_code ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice3_integrates_operator_weighted_runtime_transitions ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice4_runtime_continuity_preservation_accepts_canonical_integration ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice1_adapted_episode_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice6_feedback_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice4_runtime_continuity_validation_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice7_multicycle_replay_rejects_low_cycle_count_with_canonical_code ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice6_feedback_seed_regeneration_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_top_level_acceptance_stage_rejects_low_replay_count_with_canonical_code ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice1_runtime_adaptation_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::evaluator::tests::parallel_resolution_is_worker_invariant ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_top_level_acceptance_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::multiframe::tests::mfc_produces_consolidated_memory_artifact ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice7_multicycle_replay_acceptance_is_replay_stable ... ok
[INFO] [stdout] test cognition::multiframe::tests::mfc_propagates_cross_frame_constraints ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice6_regenerates_phase9_seed_from_adapted_episode ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice7_multicycle_replay_acceptance_is_well_formed ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_top_level_acceptance_stage_is_replay_stable_over_repeated_regenerations ... ok
[INFO] [stdout] test cognition::multiframe::tests::mfc_registers_concept_anchors_when_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase10_slice7_multicycle_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::multiframe::tests::mfc_is_replay_stable_across_worker_counts ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_convergence_harness_rejects_invalid_loop_range ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_multi_loop_convergence_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase13_qubit_kernel::tests::phase13_build_state_rejects_non_unit_bloch_vector ... ok
[INFO] [stdout] test cognition::phase12_emergent_cognitive_programs::tests::phase12_program_synthesis_is_deterministic ... ok
[INFO] [stdout] test cognition::phase13_qubit_kernel::tests::phase13_unitary_sequence_helper_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase12_emergent_cognitive_programs::tests::phase12_synthesizes_stable_program_from_converged_geometry ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_multi_loop_convergence_rejects_low_loop_count_with_canonical_code ... ok
[INFO] [stdout] test cognition::phase13_qubit_kernel::tests::phase13_apply_unitary_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_multi_loop_convergence_rejects_policy_threshold_breach ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_multi_loop_convergence_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_multi_loop_convergence_is_well_formed ... ok
[INFO] [stdout] test cognition::phase13_qubit_kernel::tests::phase13_measurement_fixture_contract_is_deterministic ... ok
[INFO] [stdout] test cognition::phase12_emergent_cognitive_programs::tests::phase12_program_synthesis_rejects_signature_mismatch ... ok
[INFO] [stdout] test cognition::phase14_operator_algebra::tests::phase14_commutation_table_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase14_operator_algebra::tests::phase14_commutator_xx_is_zero ... ok
[INFO] [stdout] test cognition::phase15_two_qubit_semantic_binding::tests::phase15_controlled_x_marks_entangling_op_applied ... ok
[INFO] [stdout] test cognition::phase14_operator_algebra::tests::phase14_commutator_xz_is_non_zero_and_deterministic ... ok
[INFO] [stdout] test cognition::phase14_operator_algebra::tests::phase14_pauli_family_is_well_formed ... ok
[INFO] [stdout] test cognition::phase14_operator_algebra::tests::phase14_clifford_family_includes_hadamard_sentinel ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_convergence_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase15_two_qubit_semantic_binding::tests::phase15_invariants_hold_for_product_state ... ok
[INFO] [stdout] test cognition::phase16_thought_path_trajectories::tests::phase16_divergent_trajectory_is_classified_correctly ... ok
[INFO] [stdout] test cognition::phase15_two_qubit_semantic_binding::tests::phase15_sequence_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase16_thought_path_trajectories::tests::phase16_degenerate_trajectory_is_well_formed ... ok
[INFO] [stdout] test cognition::phase13_qubit_kernel::tests::phase13_x_and_z_are_non_commuting_ops ... ok
[INFO] [stdout] test cognition::phase15_two_qubit_semantic_binding::tests::phase15_swap_exchanges_qubits_deterministically ... ok
[INFO] [stdout] test cognition::phase17_semantic_measurement_operators::tests::phase17_binding_surface_detects_entangling_influence ... ok
[INFO] [stdout] test cognition::phase16_thought_path_trajectories::tests::phase16_mixed_trajectory_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase16_thought_path_trajectories::tests::phase16_entangling_trajectory_is_classified_correctly ... ok
[INFO] [stdout] test cognition::phase17_semantic_measurement_operators::tests::phase17_state_surface_is_deterministic ... ok
[INFO] [stdout] test cognition::phase17_semantic_measurement_operators::tests::phase17_trajectory_surface_maps_divergent_to_conflict ... ok
[INFO] [stdout] test cognition::phase18_resonance_inference::tests::phase18_inference_step_is_deterministic ... ok
[INFO] [stdout] test cognition::phase15_two_qubit_semantic_binding::tests::phase15_binding_classification_is_correct ... ok
[INFO] [stdout] test cognition::phase19_arbitration_operators::tests::phase19_arbitration_field_is_deterministic ... ok
[INFO] [stdout] test cognition::phase20_self_correction_operators::tests::phase20_apply_self_correction_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase19_arbitration_operators::tests::phase19_telemetry_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase16_thought_path_trajectories::tests::phase16_convergent_trajectory_is_classified_correctly ... ok
[INFO] [stdout] test cognition::phase18_resonance_inference::tests::phase18_inference_trajectory_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase19_arbitration_operators::tests::phase19_meta_operator_changes_winner ... ok
[INFO] [stdout] test cognition::phase17_semantic_measurement_operators::tests::phase17_compose_signatures_are_replay_stable ... ok
[INFO] [stdout] test cognition::phase18_resonance_inference::tests::phase18_empty_trajectory_has_alignment_label ... ok
[INFO] [stdout] test cognition::phase20_self_correction_operators::tests::phase20_telemetry_is_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_selects_boundary_bridge_targets_for_closure_deficit_fixture ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::contradiction_signature_helper_detects_lurch_shear_pressure ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_closure_deficit_adds_deterministic_follow_on_operators ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_learned_surface_selects_expanded_operators_for_success_bands ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_supervisor_maps_rebased_signal_to_bridge_operator_bands ... ok
[INFO] [stdout] test cognition::phase18_resonance_inference::tests::phase18_resonance_field_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_adjustment_log_entry_inverse_delta_restores_pre_value_for_applied_steps ... ok
[INFO] [stdout] test cognition::phase20_self_correction_operators::tests::phase20_correction_plan_is_deterministic ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_repair_plan_is_replay_stable_for_identical_summary ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase66_telemetry_scaffold_is_noop_and_replay_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_registry_declares_reversible_bounded_parameter ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_registry_step_is_bounded_and_reversible_by_inverse ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_registry_is_deterministic_and_canonical ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_adjustment_log_appends_with_deterministic_sequence_and_payload ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_semantic_mapping_table_resolves_expected_rules ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_episode_runner_produces_replay_stable_trace ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_transition_rules_enforce_exit_continuity ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_continuity_invariants_are_replay_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_parameter_snapshots_use_deterministic_merge_chain ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_multiframe_context_tracks_cross_frame_continuity_deltas ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_slice5_cross_frame_deltas_propagate_semantics_and_adjust_by_continuity ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_transitions_are_replay_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_local_registry_resolution_is_canonical ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_multiframe_context_scaffold_is_deterministic ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_slice5_episode_summary_and_phase9_hook_are_replay_stable ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::plateau_selector_excludes_net_contradictory_mixed_subject ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v2_plateau_probe_is_idempotent_once_present ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::plateau_selector_targets_only_mixed_continuity_branch ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_transition_sequence_rules_reject_non_chain_source ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v2_plateau_probe_skips_non_04_class_signature_even_with_mixed_continuity ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v2_plateau_probe_targets_mixed_continuity_subject_for_04_class_signature ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v2_probe_is_idempotent_once_present ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v2_probe_targets_continuity_external_stressed_subject ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3_probe_is_idempotent_once_present ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3_probe_skips_non_02_class_signature ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3b_branch_classifier_separates_ready_from_deficit_regimes ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3_probe_targets_contradiction_dominated_recovery_subject ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3b_probe_uses_closure_repair_branch_for_low_basin_stagnation ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::v3b_probe_uses_rebinding_branch_for_closure_ready_regime ... ok
[INFO] [stdout] test cognition::phase90_cognitive_manifolds::tests::phase90_slice4_forms_manifold_from_shapes ... ok
[INFO] [stdout] test cognition::phase90_cognitive_manifolds::tests::phase90_slice4_adjacency_rules_are_deterministic ... ok
[INFO] [stdout] test cognition::phase90_cognitive_manifolds::tests::phase90_slice4_manifold_profile_hash_is_deterministic ... ok
[INFO] [stdout] test cognition::phase90_continuity_weighted_fields::tests::phase90_slice2_field_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase90_cognitive_manifolds::tests::phase90_slice4_manifold_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase90_emergent_cognitive_shapes::tests::phase90_slice3_composes_shape_from_multiple_fields ... ok
[INFO] [stdout] test cognition::phase90_continuity_weighted_fields::tests::phase90_slice2_field_decay_rate_is_deterministic ... ok
[INFO] [stdout] test cognition::phase90_continuity_weighted_fields::tests::phase90_slice2_field_profile_hash_is_deterministic ... ok
[INFO] [stdout] test cognition::phase90_continuity_weighted_fields::tests::phase90_slice2_field_strength_correlates_with_continuity_weight ... ok
[INFO] [stdout] test cognition::phase90_emergent_cognitive_shapes::tests::phase90_slice3_shape_archetype_changes_with_composition_scale ... ok
[INFO] [stdout] test cognition::phase90_continuity_weighted_fields::tests::phase90_slice2_forms_field_from_seed ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_adjustment_log_invariants_pass_for_valid_log ... ok
[INFO] [stdout] test cognition::phase90_emergent_cognitive_shapes::tests::phase90_slice3_shape_profile_hash_is_deterministic ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase70_adjustment_log_invariants_reject_negative_delta_oscillation ... ok
[INFO] [stdout] test cognition::phase90_emergent_cognitive_shapes::tests::phase90_slice3_shape_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase90_geometric_cognitive_seed::tests::phase90_slice1_forms_seed_from_hook_and_deltas ... ok
[INFO] [stdout] test cognition::phase90_geometric_cognitive_seed::tests::phase90_slice1_seed_has_well_formed_geometry_when_hook_ready ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::bridge_candidate_selects_highest_coherence_anchor_and_most_stable_region ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase63_forces_two_step_sequence_for_stubborn_closure_deficit_signatures ... ok
[INFO] [stdout] test cognition::phase90_geometric_cognitive_seed::tests::phase90_slice1_seed_content_hash_is_deterministic ... ok
[INFO] [stdout] test cognition::phase90_geometric_cognitive_seed::tests::phase90_slice1_telemetry_is_canonical_and_replay_stable ... ok
[INFO] [stdout] test cognition::phase90_geometry_driven_adjustment_operators::tests::phase90_slice6_builds_adjustment_plan_from_manifold_and_dynamics ... ok
[INFO] [stdout] test cognition::phase90_geometry_driven_adjustment_operators::tests::phase90_slice6_operator_kinds_are_deterministic ... ok
[INFO] [stdout] test cognition::phase90_multishape_interaction_dynamics::tests::phase90_slice5_dynamics_profile_hash_is_deterministic ... ok
[INFO] [stdout] test cognition::phase90_multishape_interaction_dynamics::tests::phase90_slice5_interaction_modes_are_deterministic ... ok
[INFO] [stdout] test cognition::phase90_multishape_interaction_dynamics::tests::phase90_slice5_dynamics_telemetry_is_canonical ... ok
[INFO] [stdout] test cognition::phase90_multishape_interaction_dynamics::tests::phase90_slice5_computes_interaction_dynamics_from_manifold ... ok
[INFO] [stdout] test cognition::scheduler::tests::work_stealing_plan_is_reproducible ... ok
[INFO] [stdout] test cognition::phase90_geometry_driven_adjustment_operators::tests::phase90_slice6_operator_telemetry_is_canonical ... ok
[INFO] [stdout] test geom::field::tests::canonical_hash_is_stable_for_equivalent_fields ... ok
[INFO] [stdout] test geom::field::tests::normalization_and_compression_are_deterministic ... ok
[INFO] [stdout] test geom::invariants::tests::closure_status_is_final_works ... ok
[INFO] [stdout] test cognition::scheduler::tests::scheduler_enforces_stable_order ... ok
[INFO] [stdout] test cognition::scheduler::tests::work_stealing_execution_is_reproducible ... ok
[INFO] [stdout] test geom::field::tests::subject_clusters_are_stable ... ok
[INFO] [stdout] test cognition::phase90_geometry_driven_adjustment_operators::tests::phase90_slice6_operator_plan_hash_is_deterministic ... ok
[INFO] [stdout] test geom::field::tests::field_has_deterministic_order ... ok
[INFO] [stdout] test geom::invariants::tests::constraint_system_audit_trail ... ok
[INFO] [stdout] test geom::mode::tests::amplify_increases_intensity ... ok
[INFO] [stdout] test geom::mode::tests::bounded_approximate_respects_error_bound ... ok
[INFO] [stdout] test geom::space::tests::bounds_check_works ... ok
[INFO] [stdout] test geom::space::tests::deterministic_distance_is_stable ... ok
[INFO] [stdout] test runtime::determinism::tests::verifier_detects_stability ... ok
[INFO] [stdout] test runtime::logging::tests::sequence_is_monotonic ... ok
[INFO] [stdout] test tests::closure_status_transitions ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::phase80_frame_parameter_snapshots_are_replay_stable ... ok
[INFO] [stdout] test tests::core_invariants_accessible ... ok
[INFO] [stdout] test runtime::parallel::tests::parallel_execution_preserves_order ... ok
[INFO] [stdout] test cognition::phase62_structural_experiment::tests::bridge_candidate_is_idempotent_once_present ... ok
[INFO] [stdout] test runtime::logging::tests::canonicalization_is_byte_stable ... ok
[INFO] [stdout] test tests::phase2_pipeline_smoke_test ... ok
[INFO] [stdout] test geom::invariants::tests::core_invariants_display ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_drift_report_detects_metric_regression ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_drift_report_is_canonical_and_no_drift ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_convergence_harness_is_replay_stable ... ok
[INFO] [stdout] test cognition::phase10_runtime_adaptation::tests::phase11_long_horizon_convergence_harness_is_well_formed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 182 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gort-f07e47998eead3c9)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase2_disambiguation.rs (/opt/rustwide/target/debug/deps/phase2_disambiguation-5a2df355c3fcf399)
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/phase3_acceptance.rs (/opt/rustwide/target/debug/deps/phase3_acceptance-a8f54d35aa47f044)
[INFO] [stdout] test disambiguation_is_stable_across_worker_counts ... ok
[INFO] [stdout] test disambiguation_is_stable_across_repeated_runs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test audit_canonicalization_is_byte_stable_for_replay_traces ... ok
[INFO] [stdout] test phase3_pipeline_is_replay_stable_across_worker_counts ... ok
[INFO] [stdout] test phase3_pipeline_is_replay_stable_across_repeated_runs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase45_anchors.rs (/opt/rustwide/target/debug/deps/phase45_anchors-5c02dde9e43e9f59)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test concept_anchors_register_after_persistent_stability ... ok
[INFO] [stdout] test concept_anchor_registry_is_worker_invariant ... ok
[INFO] [stdout] test external_perturbation_changes_memory_but_preserves_anchor_basis ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase46_anchor_weighted.rs (/opt/rustwide/target/debug/deps/phase46_anchor_weighted-0577b8cd815380a5)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test anchor_weighted_metrics_improve_during_loop ... ok
[INFO] [stdout] test anchor_guided_fusion_reduces_highlighted_contradictions ... ok
[INFO] [stdout] test anchor_weighted_interpretation_is_worker_invariant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase47_emergent_concepts.rs (/opt/rustwide/target/debug/deps/phase47_emergent_concepts-55ee2d15e7ea8644)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test emergent_constraints_expand_internal_ontology ... ok
[INFO] [stdout] test emergent_concepts_form_from_anchor_aligned_clusters ... ok
[INFO] [stdout] test emergent_concept_registry_is_worker_invariant ... ok
[INFO] [stderr]      Running tests/phase4_convergence.rs (/opt/rustwide/target/debug/deps/phase4_convergence-f963f9a2303b341d)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test converges_within_configured_iterations ... ok
[INFO] [stdout] test convergence_artifact_hash_is_worker_invariant ... ok
[INFO] [stdout] test convergence_artifact_hash_is_stable_across_replays ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase50_anchor_distance.rs (/opt/rustwide/target/debug/deps/phase50_anchor_distance-1139ac9815dfd2b6)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test anchor_distance_is_worker_invariant ... ok
[INFO] [stdout] test anchor_distance_orders_near_and_far ... ok
[INFO] [stdout] test anchor_distance_detects_external_change ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase51_topology.rs (/opt/rustwide/target/debug/deps/phase51_topology-a6181aaacc53eae0)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test topology_forms_distinct_regions_from_anchors ... ok
[INFO] [stdout] test topology_canonical_hash_is_worker_invariant ... ok
[INFO] [stdout] test topology_changes_under_external_perturbation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase52_manifold_dynamics.rs (/opt/rustwide/target/debug/deps/phase52_manifold_dynamics-5fa72d20a2e2f23a)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test phase_transition_detected_after_external_injection ... ok
[INFO] [stdout] test persistent_regions_survive_across_stable_snapshots ... ok
[INFO] [stdout] test manifold_drift_detects_topology_changes ... ok
[INFO] [stdout] test manifold_drift_is_zero_for_identical_topologies ... ok
[INFO] [stdout] test evolution_trace_is_worker_invariant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase53_flow_fields.rs (/opt/rustwide/target/debug/deps/phase53_flow_fields-d6e942fbb90010b6)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test flow_field_assigns_anchor_pull_to_anchor_concepts ... ok
[INFO] [stdout] test flow_field_detects_directional_flux_on_perturbation ... ok
[INFO] [stdout] test flow_field_predicts_perturbation_as_non_convergent ... ok
[INFO] [stdout] test flow_field_canonical_hash_is_worker_invariant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase54_energy_action.rs (/opt/rustwide/target/debug/deps/phase54_energy_action-1de66f74c7c1141d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test gate_ae_energy_wells_form_at_attractor_regions ... ok
[INFO] [stdout] test gate_af_gradient_descent_follows_flow_field_predictions ... ok
[INFO] [stdout] test gate_ai_trajectory_canonical_hash_worker_invariant ... ok
[INFO] [stdout] test gate_ag_action_selection_minimizes_energy ... ok
[INFO] [stderr]      Running tests/phase55_intent_goal.rs (/opt/rustwide/target/debug/deps/phase55_intent_goal-fbb98201741f6e3d)
[INFO] [stdout] test gate_ah_external_perturbation_creates_energy_spike_then_recovers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test gate_aj_intent_field_forms_goal_attractors ... ok
[INFO] [stdout] test gate_am_external_perturbation_reduces_goal_stability ... ok
[INFO] [stdout] test gate_al_goal_directed_trajectory_moves_toward_intent ... ok
[INFO] [stdout] test gate_an_intent_trajectory_hash_worker_invariant ... ok
[INFO] [stderr]      Running tests/phase56_multi_goal.rs (/opt/rustwide/target/debug/deps/phase56_multi_goal-97ec368049633803)
[INFO] [stdout] test gate_ak_preference_gradients_reward_goal_targets ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test gate_aq_arbitration_produces_dominant_goal ... ok
[INFO] [stdout] test gate_ao_goal_set_merges_multiple_intent_fields ... ok
[INFO] [stdout] test gate_ap_conflict_gradients_detect_goal_interference ... ok
[INFO] [stdout] test gate_as_arbitration_hash_worker_invariant ... ok
[INFO] [stdout] test gate_ar_conflict_resolution_selects_coherent_trajectory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase57_meta_intent.rs (/opt/rustwide/target/debug/deps/phase57_meta_intent-f1b0692ddf588f6d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test gate_aw_meta_trajectory_revises_goals_under_pressure ... ok
[INFO] [stdout] test gate_au_meta_preference_gradients_capture_goal_modulation ... ok
[INFO] [stdout] test gate_at_meta_intent_field_builds_hierarchy_and_coherence ... ok
[INFO] [stdout] test gate_ax_meta_hash_worker_invariant ... ok
[INFO] [stdout] test gate_av_self_coherence_drops_under_perturbation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/phase62_structural.rs (/opt/rustwide/target/debug/deps/phase62_structural-e42ba0f96be20677)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test gate_aa_phase62_experiment_plan_orders_anchor_closure_first ... ok
[INFO] [stdout] test gate_ay_phase62_scaffold_is_deterministic_noop_by_default ... ok
[INFO] [stdout] test gate_bc_phase62_anchor_closure_spine_v1_matches_memory_baseline_across_hard_holdouts ... ignored, AnchorClosureSpineV1 remains Phase 6.2 flag-gated until multi-holdout memory score matches the holdout-05 baseline
[INFO] [stdout] test gate_az_phase62_anchor_closure_spine_generates_structural_candidates ... ok
[INFO] [stdout] test gate_v6e_phase67_stub_emits_marker_context_and_ready_fields ... ok
[INFO] [stdout] test gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04 ... FAILED
[INFO] [stdout] test gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable ... FAILED
[INFO] [stdout] test gate_ba_phase62_targeted_recovery_bridge_is_replay_stable ... FAILED
[INFO] [stdout] test gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression ... FAILED
[INFO] [stdout] test gate_v6d_phase66_emits_phase67_marker_when_escalation_handoff_true ... ok
[INFO] [stdout] test gate_v4b_v4c_phase63_no_regression_and_battery_floor ... ok
[INFO] [stdout] test gate_bd_phase62_v3b_closure_regime_is_replay_stable ... FAILED
[INFO] [stdout] test gate_v4d_phase63_replay_tuple_identity has been running for over 60 seconds
[INFO] [stdout] test gate_v4e_phase63_topology_hash_stability_canonical_window has been running for over 60 seconds
[INFO] [stdout] test gate_v6a_phase66_continuity_rebased_emitted_and_replay_stable_for_02_04 has been running for over 60 seconds
[INFO] [stdout] test gate_v6b_phase66_negative_rebased_flat_delta_requires_phase63_action has been running for over 60 seconds
[INFO] [stdout] test gate_v7a_phase70_holdout_telemetry_for_04_is_replay_stable has been running for over 60 seconds
[INFO] [stdout] test gate_v7b_phase70_telemetry_completeness_and_bounded_reversible_delta has been running for over 60 seconds
[INFO] [stdout] test gate_v6a_phase66_continuity_rebased_emitted_and_replay_stable_for_02_04 ... ok
[INFO] [stdout] test gate_v4d_phase63_replay_tuple_identity ... ok
[INFO] [stdout] test gate_v6b_phase66_negative_rebased_flat_delta_requires_phase63_action ... ok
[INFO] [stdout] test gate_v4e_phase63_topology_hash_stability_canonical_window ... ok
[INFO] [stdout] test gate_v7b_phase70_telemetry_completeness_and_bounded_reversible_delta ... ok
[INFO] [stdout] test gate_v7a_phase70_holdout_telemetry_for_04_is_replay_stable ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04' (2442) panicked at tests/phase62_structural.rs:539:9:
[INFO] [stdout] assertion `left == right` failed: semantic_improvement_required formula mismatch for holdout_04: phase63_holdout_telemetry holdout_id=holdout_04 pre_plan=kind=topology_guided_contradiction_repair targets=stacking:Bridge:ClosureBridge:p123:d110|stacking:Bridge:AnchorReweight:p123:d110 final_plan=kind=topology_guided_contradiction_repair targets=stacking:Bridge:BridgeRebind:p123:d80|stacking:Bridge:ClosureBridge:p123:d80 pre_regime=closure_deficit final_regime=closure_deficit pre_telemetry=holdout_id=blind_regrasp_load_shift_recovery selected_targets=2 applied_targets=0 skipped_reason=none supervisor_intensity=5 problematic=true continuity_delta=0 external_delta=0 region_delta=-1 anchor_delta=2 final_telemetry=holdout_id=blind_regrasp_load_shift_recovery selected_targets=2 applied_targets=0 skipped_reason=none supervisor_intensity=-5 problematic=false continuity_delta=0 external_delta=-10 region_delta=2 anchor_delta=5 supervisor_intensity=5 next_supervisor_intensity=-5 chosen_operator=BridgeRebind,ClosureBridge effectiveness=10 problematic=false semantic_improvement_required=false escalation_candidate=false escalation_handoff=false pre_hash=64c887aa6b505ed324fa1e6c187aedf2dd669022acdaa62d907fc57dccc56582 final_hash=6118770dd986067b75e17f9df88ba6ef42ee8e53446110f61872b2f35507c0cc
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60bd1e7ba991 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60bd1e7ba991 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60bd1e7cf26a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60bd1e7cf26a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60bd1e7bee4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60bd1e7bee4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60bd1e798d76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60bd1e798d76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60bd1e7b2aa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60bd1e6b77d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60bd1e6b77d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60bd1e7b2c62 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60bd1e7b2c62 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60bd1e798e22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60bd1e790549 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60bd1e799abd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60bd1e7cfa3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60bd1e7cf953 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x60bd1e6a0499 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x60bd1e69af8a - phase62_structural[bf85ed1fe0f91ed9]::gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:539:9
[INFO] [stdout]   22:     0x60bd1e693417 - phase62_structural[bf85ed1fe0f91ed9]::gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:527:78
[INFO] [stdout]   23:     0x60bd1e6a4606 - <phase62_structural[bf85ed1fe0f91ed9]::gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60bd1e6aab0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60bd1e6aab0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x60bd1e6b8155 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x60bd1e6b8155 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x60bd1e6b2c04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x60bd1e6b2c04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x60bd1e6bb2a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x60bd1e6bb2a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x60bd1e7ba21f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x60bd1e7ba21f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x7a40c6821aa4 - <unknown>
[INFO] [stdout]   45:     0x7a40c68aea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable' (2427) panicked at tests/phase62_structural.rs:32:28:
[INFO] [stdout] missing log line containing: PASS trained learner recovers within speed budget :: avg_recovery_converged_iteration=1 required<=10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60bd1e7ba991 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60bd1e7ba991 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60bd1e7cf26a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60bd1e7cf26a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60bd1e7bee4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60bd1e7bee4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60bd1e798d76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60bd1e798d76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60bd1e7b2aa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60bd1e6b77d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60bd1e6b77d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60bd1e7b2c62 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60bd1e7b2c62 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60bd1e798e22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60bd1e790549 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60bd1e799abd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60bd1e7cfa3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60bd1e692bb4 - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:28
[INFO] [stdout]   20:     0x60bd1e69e124 - <core[6883ba1bc0fe4ed1]::option::Option<&str>>::unwrap_or_else::<phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   21:     0x60bd1e69414a - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:10
[INFO] [stdout]   22:     0x60bd1e694eec - phase62_structural[bf85ed1fe0f91ed9]::extract_multi_holdout_gate_lines
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:85:25
[INFO] [stdout]   23:     0x60bd1e69b1e9 - phase62_structural[bf85ed1fe0f91ed9]::gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:313:28
[INFO] [stdout]   24:     0x60bd1e693447 - phase62_structural[bf85ed1fe0f91ed9]::gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:311:87
[INFO] [stdout]   25:     0x60bd1e6a4646 - <phase62_structural[bf85ed1fe0f91ed9]::gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x60bd1e6aab0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x60bd1e6aab0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x60bd1e6b8155 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   31:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x60bd1e6b8155 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x60bd1e6b2c04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x60bd1e6b2c04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x60bd1e6bb2a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   40:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x60bd1e6bb2a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x60bd1e7ba21f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   45:     0x60bd1e7ba21f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   46:     0x7a40c6821aa4 - <unknown>
[INFO] [stdout]   47:     0x7a40c68aea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gate_ba_phase62_targeted_recovery_bridge_is_replay_stable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gate_ba_phase62_targeted_recovery_bridge_is_replay_stable' (2426) panicked at tests/phase62_structural.rs:32:28:
[INFO] [stdout] missing log line containing: learning assessment (full_stack) => structural_adaptation_present=true learning_curve_iterations=1 efficiency_verified=true budget<=10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60bd1e7ba991 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60bd1e7ba991 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60bd1e7cf26a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60bd1e7cf26a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60bd1e7bee4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60bd1e7bee4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60bd1e798d76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60bd1e798d76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60bd1e7b2aa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60bd1e6b77d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60bd1e6b77d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60bd1e7b2c62 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60bd1e7b2c62 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60bd1e798e22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60bd1e790549 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60bd1e799abd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60bd1e7cfa3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60bd1e692bb4 - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:28
[INFO] [stdout]   20:     0x60bd1e69e124 - <core[6883ba1bc0fe4ed1]::option::Option<&str>>::unwrap_or_else::<phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   21:     0x60bd1e69414a - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:10
[INFO] [stdout]   22:     0x60bd1e694654 - phase62_structural[bf85ed1fe0f91ed9]::extract_targeted_gate_lines
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:49:25
[INFO] [stdout]   23:     0x60bd1e696cf9 - phase62_structural[bf85ed1fe0f91ed9]::gate_ba_phase62_targeted_recovery_bridge_is_replay_stable
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:302:28
[INFO] [stdout]   24:     0x60bd1e693207 - phase62_structural[bf85ed1fe0f91ed9]::gate_ba_phase62_targeted_recovery_bridge_is_replay_stable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:300:63
[INFO] [stdout]   25:     0x60bd1e6a4346 - <phase62_structural[bf85ed1fe0f91ed9]::gate_ba_phase62_targeted_recovery_bridge_is_replay_stable::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x60bd1e6aab0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x60bd1e6aab0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x60bd1e6b8155 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   31:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x60bd1e6b8155 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x60bd1e6b2c04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x60bd1e6b2c04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x60bd1e6bb2a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   40:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x60bd1e6bb2a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x60bd1e7ba21f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   45:     0x60bd1e7ba21f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   46:     0x7a40c6821aa4 - <unknown>
[INFO] [stdout]   47:     0x7a40c68aea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression' (2430) panicked at tests/phase62_structural.rs:32:28:
[INFO] [stdout] missing log line containing: learning assessment (full_stack) => structural_adaptation_present=true learning_curve_iterations=1 efficiency_verified=true budget<=10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60bd1e7ba991 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60bd1e7ba991 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60bd1e7cf26a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60bd1e7cf26a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60bd1e7bee4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60bd1e7bee4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60bd1e798d76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60bd1e798d76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60bd1e7b2aa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60bd1e6b77d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60bd1e6b77d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60bd1e7b2c62 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60bd1e7b2c62 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60bd1e798e22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60bd1e790549 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60bd1e799abd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60bd1e7cfa3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60bd1e692bb4 - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:28
[INFO] [stdout]   20:     0x60bd1e69e124 - <core[6883ba1bc0fe4ed1]::option::Option<&str>>::unwrap_or_else::<phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   21:     0x60bd1e69414a - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:10
[INFO] [stdout]   22:     0x60bd1e698474 - phase62_structural[bf85ed1fe0f91ed9]::gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:414:25
[INFO] [stdout]   23:     0x60bd1e693357 - phase62_structural[bf85ed1fe0f91ed9]::gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:411:74
[INFO] [stdout]   24:     0x60bd1e6a4506 - <phase62_structural[bf85ed1fe0f91ed9]::gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60bd1e6aab0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x60bd1e6aab0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x60bd1e6b8155 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x60bd1e6b8155 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x60bd1e6b2c04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x60bd1e6b2c04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x60bd1e6bb2a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x60bd1e6bb2a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x60bd1e7ba21f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stderr] error: test failed, to rerun pass `--test phase62_structural`
[INFO] [stdout]   44:     0x60bd1e7ba21f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x7a40c6821aa4 - <unknown>
[INFO] [stdout]   46:     0x7a40c68aea64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gate_bd_phase62_v3b_closure_regime_is_replay_stable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gate_bd_phase62_v3b_closure_regime_is_replay_stable' (2428) panicked at tests/phase62_structural.rs:32:28:
[INFO] [stdout] missing log line containing: PASS trained learner recovers within speed budget :: avg_recovery_converged_iteration=1 required<=10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60bd1e7ba991 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60bd1e7ba991 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60bd1e7ba991 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60bd1e7cf26a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60bd1e7cf26a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60bd1e7bee4c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60bd1e7bee4c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60bd1e798d76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60bd1e798d76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60bd1e7b2aa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60bd1e6b77d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60bd1e6b77d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60bd1e7b2c62 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60bd1e7b2c62 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60bd1e798e22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x60bd1e790549 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60bd1e799abd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60bd1e7cfa3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60bd1e692bb4 - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:28
[INFO] [stdout]   20:     0x60bd1e69e124 - <core[6883ba1bc0fe4ed1]::option::Option<&str>>::unwrap_or_else::<phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   21:     0x60bd1e69414a - phase62_structural[bf85ed1fe0f91ed9]::latest_line_containing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:32:10
[INFO] [stdout]   22:     0x60bd1e694eec - phase62_structural[bf85ed1fe0f91ed9]::extract_multi_holdout_gate_lines
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:85:25
[INFO] [stdout]   23:     0x60bd1e696115 - phase62_structural[bf85ed1fe0f91ed9]::gate_bd_phase62_v3b_closure_regime_is_replay_stable
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:341:28
[INFO] [stdout]   24:     0x60bd1e693107 - phase62_structural[bf85ed1fe0f91ed9]::gate_bd_phase62_v3b_closure_regime_is_replay_stable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/phase62_structural.rs:339:57
[INFO] [stdout]   25:     0x60bd1e6a4286 - <phase62_structural[bf85ed1fe0f91ed9]::gate_bd_phase62_v3b_closure_regime_is_replay_stable::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x60bd1e6aab0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x60bd1e6aab0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   28:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   29:     0x60bd1e6b8155 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   30:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   31:     0x60bd1e6b8155 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x60bd1e6b8155 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   34:     0x60bd1e6b8155 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   35:     0x60bd1e6b2c04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   36:     0x60bd1e6b2c04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   38:     0x60bd1e6bb2a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   40:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x60bd1e6bb2a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   43:     0x60bd1e6bb2a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x60bd1e7ba21f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   45:     0x60bd1e7ba21f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   46:     0x7a40c6821aa4 - <unknown>
[INFO] [stdout]   47:     0x7a40c68aea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     gate_ba_phase62_targeted_recovery_bridge_is_replay_stable
[INFO] [stdout]     gate_bb_phase62_anchor_closure_spine_v1_multi_holdout_validation_is_replay_stable
[INFO] [stdout]     gate_bd_phase62_v3b_closure_regime_is_replay_stable
[INFO] [stdout]     gate_v4a_phase63_repairs_canonical_02_class_without_speed_regression
[INFO] [stdout]     gate_v6c_phase63_semantic_improvement_required_matches_formula_for_02_04
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 5 failed; 1 ignored; 0 measured; 0 filtered out; finished in 141.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac", kill_on_drop: false }`
[INFO] [stdout] 73e1facf9f88cffef90db04bf8b200403ffde58487d64676f6f7a6aa700609ac
