[INFO] fetching crate converge-core 3.9.3...
[INFO] testing converge-core-3.9.3 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate converge-core 3.9.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate converge-core 3.9.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate converge-core 3.9.3
[INFO] tweaked toml for crates.io crate converge-core 3.9.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate converge-core 3.9.3 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate converge-core 3.9.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded target-triple v1.0.0
[INFO] [stderr]   Downloaded tracing-test v0.2.6
[INFO] [stderr]   Downloaded typed-builder-macro v0.20.1
[INFO] [stderr]   Downloaded typed-builder v0.20.1
[INFO] [stderr]   Downloaded trybuild v1.0.117
[INFO] [stderr]   Downloaded strum v0.28.0
[INFO] [stderr]   Downloaded tracing-test-macro v0.2.6
[INFO] [stderr]   Downloaded serde_test v1.0.177
[INFO] [stderr]   Downloaded converge-provider v3.9.3
[INFO] [stderr]   Downloaded strum_macros v0.28.0
[INFO] [stderr]   Downloaded console v0.16.3
[INFO] [stderr]   Downloaded converge-pack v3.9.3
[INFO] [stderr]   Downloaded insta v1.48.0
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d
[INFO] running `Command { std: "docker" "start" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", 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" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", 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" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling typed-builder v0.20.1
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling converge-provider v3.9.3
[INFO] [stderr]    Compiling converge-pack v3.9.3
[INFO] [stderr]    Compiling converge-core v3.9.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.46s
[INFO] running `Command { std: "docker" "inspect" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", 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" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling tracing-test-macro v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling converge-pack v3.9.3
[INFO] [stderr]    Compiling converge-provider v3.9.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling trybuild v1.0.117
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling converge-core v3.9.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tracing-test v0.2.6
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 58.73s
[INFO] running `Command { std: "docker" "inspect" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", 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" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/converge_core-d7c531f87ae1243d)
[INFO] [stdout] 
[INFO] [stdout] running 511 tests
[INFO] [stdout] test admission::tests::admission_requires_actor_source_id_and_content ... ok
[INFO] [stdout] test admission::tests::duplicate_admission_is_idempotent_when_payload_matches ... ok
[INFO] [stdout] test admission::tests::admission_stages_proposal_not_fact ... ok
[INFO] [stdout] test agent::tests::suggestor_accepts_when_fact_missing ... ok
[INFO] [stdout] test admission::tests::duplicate_admission_rejects_conflicting_payload ... ok
[INFO] [stdout] test agent::tests::suggestor_id_ordering ... ok
[INFO] [stdout] test agent::tests::suggestor_produces_effect ... ok
[INFO] [stdout] test backend::tests::test_backend_error_display ... ok
[INFO] [stdout] test backend::tests::test_budget_exceeded_not_retryable ... ok
[INFO] [stdout] test agent::tests::suggestor_rejects_when_fact_present ... ok
[INFO] [stdout] test backend::tests::test_capability_serialization_stable ... ok
[INFO] [stdout] test backend::tests::test_backend_budgets_default ... ok
[INFO] [stdout] test backend::tests::test_circuit_breaker_config_default ... ok
[INFO] [stdout] test backend::tests::test_circuit_breaker_config_tolerant ... ok
[INFO] [stdout] test backend::tests::test_message_role_serialization_stable ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_delay_exponential ... ok
[INFO] [stdout] test backend::tests::test_retried_error_display ... ok
[INFO] [stdout] test backend::tests::test_rate_limit_is_retryable ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_default ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_delay_fixed ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_delay_linear ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_max_delay_cap ... ok
[INFO] [stdout] test backend::tests::test_circuit_state_default ... ok
[INFO] [stdout] test backend::tests::test_contract_report_from_results ... ok
[INFO] [stdout] test backend::tests::test_invalid_request_not_retryable ... ok
[INFO] [stdout] test backend::tests::test_message_constructors ... ok
[INFO] [stdout] test backend::tests::test_circuit_open_error_display ... ok
[INFO] [stdout] test backend::tests::test_circuit_open_not_retryable ... ok
[INFO] [stdout] test backend::tests::test_circuit_breaker_config_serialization_stable ... ok
[INFO] [stdout] test backend::tests::test_circuit_breaker_config_sensitive ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_serialization_stable ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_no_retry ... ok
[INFO] [stdout] test backend::tests::test_retry_policy_should_retry ... ok
[INFO] [stdout] test backend::tests::test_unavailable_is_retryable ... ok
[INFO] [stdout] test backend::tests::test_timeout_is_retryable ... ok
[INFO] [stdout] test capability::tests::embed_request_builder ... ok
[INFO] [stdout] test capability::tests::graph_query_builder ... ok
[INFO] [stdout] test capability::tests::embed_input_modality ... ok
[INFO] [stdout] test capability::tests::rerank_request_builder ... ok
[INFO] [stdout] test capability::tests::vector_query_builder ... ok
[INFO] [stdout] test context::tests::context_implements_trait ... ok
[INFO] [stdout] test backend::tests::test_timeout_error_display ... ok
[INFO] [stdout] test context::tests::conflicting_staged_inputs_are_rejected_before_promotion ... ok
[INFO] [stdout] test capability::tests::capability_error_creation ... ok
[INFO] [stdout] test context::tests::adding_proposal_tracks_pending_state ... ok
[INFO] [stdout] test context::tests::context_indexes_facts_and_proposals_by_subject ... ok
[INFO] [stdout] test context::tests::dirty_keys_track_new_facts_and_clear ... ok
[INFO] [stdout] test context::tests::duplicate_fact_does_not_change_context ... ok
[INFO] [stdout] test context::tests::snapshot_rejects_duplicate_fact_ids ... ok
[INFO] [stdout] test context::tests::empty_context_has_no_facts ... ok
[INFO] [stdout] test engine::tests::dependency_index_filters_agents ... ok
[INFO] [stdout] test context::tests::adding_fact_increments_version ... ok
[INFO] [stdout] test engine::tests::different_inputs_produce_different_merkle_roots ... ok
[INFO] [stdout] test context::tests::snapshot_rejects_fact_key_mismatch ... ok
[INFO] [stdout] test context::tests::snapshot_rejects_merkle_mismatch ... ok
[INFO] [stdout] test context::tests::snapshot_round_trips_facts_and_proposals ... ok
[INFO] [stdout] test context::tests::wire_snapshot_round_trips_through_payload_registry ... ok
[INFO] [stdout] test context::tests::detects_conflict ... ok
[INFO] [stdout] test engine::tests::acceptance_invariant_rejects_result ... ok
[INFO] [stdout] test engine::tests::all_invariant_classes_pass_when_satisfied ... ok
[INFO] [stdout] test engine::tests::find_eligible_deduplicates_agents ... ok
[INFO] [stdout] test engine::tests::hitl_pauses_convergence_on_low_confidence ... ok
[INFO] [stdout] test engine::tests::engine_converges_with_single_agent ... ok
[INFO] [stdout] test engine::tests::converge_result_carries_integrity_proof ... ok
[INFO] [stdout] test engine::tests::hitl_pause_preserves_later_proposals_from_same_effect ... ok
[INFO] [stdout] test engine::tests::engine_converges_with_chain ... ok
[INFO] [stdout] test engine::tests::engine_respects_cycle_budget ... ok
[INFO] [stdout] test engine::tests::hitl_resume_with_wrong_gate_id_returns_invalid_resume ... ok
[INFO] [stdout] test engine::tests::empty_proposal_provenance_is_rejected ... ok
[INFO] [stdout] test engine::tests::hitl_without_policy_behaves_like_normal_run ... ok
[INFO] [stdout] test engine::tests::engine_converges_deterministically ... ok
[INFO] [stdout] test engine::tests::hitl_resume_reject_discards_proposal ... ok
[INFO] [stdout] test engine::tests::hitl_resume_approve_promotes_proposal ... ok
[INFO] [stdout] test engine::tests::find_eligible_respects_dirty_keys ... ok
[INFO] [stdout] test engine::tests::find_eligible_respects_active_pack_filter ... ok
[INFO] [stdout] test engine::tests::hitl_does_not_pause_above_threshold ... ok
[INFO] [stdout] test error::tests::agent_failed_display ... ok
[INFO] [stdout] test engine::tests::proposal_provenance_satisfies_kernel_boundary ... ok
[INFO] [stdout] test engine::tests::engine_respects_fact_budget ... ok
[INFO] [stdout] test error::tests::agent_failed_has_no_context ... ok
[INFO] [stdout] test engine::tests::proposal_with_empty_content_rejected_before_context ... ok
[INFO] [stdout] test engine::tests::hitl_pauses_on_gated_key ... ok
[INFO] [stdout] test engine::tests::set_event_observer_fires_on_run ... ok
[INFO] [stdout] test engine::tests::engine_emits_tracing_logs ... ok
[INFO] [stdout] test error::tests::budget_exhausted_display ... ok
[INFO] [stdout] test engine::tests::structural_invariant_fails_immediately ... ok
[INFO] [stdout] test engine::tests::malicious_proposal_rejected_by_structural_invariant ... ok
[INFO] [stdout] test engine::tests::semantic_invariant_blocks_convergence ... ok
[INFO] [stdout] test engine::tests::typed_intent_run_emits_fact_and_outcome_events ... ok
[INFO] [stdout] test engine::tests::typed_intent_run_evaluates_success_criteria ... ok
[INFO] [stdout] test engine::tests::merge_effects_respect_agent_ordering ... ok
[INFO] [stdout] test engine::tests::typed_intent_run_surfaces_human_intervention_required ... ok
[INFO] [stdout] test error::tests::budget_exhausted_has_no_context ... ok
[INFO] [stdout] test error::tests::conflict_has_context ... ok
[INFO] [stdout] test error::tests::conflict_display ... ok
[INFO] [stdout] test error::tests::invalid_resume_display ... ok
[INFO] [stdout] test error::tests::stop_reason_budget_exhausted ... ok
[INFO] [stdout] test error::tests::invalid_resume_has_no_context ... ok
[INFO] [stdout] test error::tests::stop_reason_conflict ... ok
[INFO] [stdout] test eval::tests::eval_fails_when_no_seeds ... ok
[INFO] [stdout] test eval::tests::eval_result_converts_to_fact ... ok
[INFO] [stdout] test eval::tests::eval_result_score_is_clamped ... ok
[INFO] [stdout] test eval::tests::registry_registers_evals ... ok
[INFO] [stdout] test error::tests::invariant_violation_display ... ok
[INFO] [stdout] test error::tests::stop_reason_agent_refused ... ok
[INFO] [stdout] test engine::tests::valid_proposal_promoted_and_converges ... ok
[INFO] [stdout] test eval::tests::eval_passes_when_seeds_exist ... ok
[INFO] [stdout] test experience_store::tests::artifact_kind_equality_named ... ok
[INFO] [stdout] test error::tests::stop_reason_invalid_resume ... ok
[INFO] [stdout] test experience_store::tests::contract_result_snapshot_from_contract_result ... ok
[INFO] [stdout] test experience_store::tests::envelope_builder_chaining_consistency ... ok
[INFO] [stdout] test experience_store::tests::envelope_edge_case_empty_event_id ... ok
[INFO] [stdout] test error::tests::invariant_violation_has_context ... ok
[INFO] [stdout] test experience_store::tests::artifact_kind_other_variant ... ok
[INFO] [stdout] test error::tests::stop_reason_invariant_violated ... ok
[INFO] [stdout] test experience_store::tests::envelope_builder_sets_fields ... ok
[INFO] [stdout] test experience_store::tests::envelope_builder_override_to_last_value ... ok
[INFO] [stdout] test experience_store::tests::artifact_kind_serde_roundtrip ... ok
[INFO] [stdout] test experience_store::tests::envelope_edge_case_special_chars_in_ids ... ok
[INFO] [stdout] test experience_store::tests::envelope_edge_case_unicode_in_ids ... ok
[INFO] [stdout] test experience_store::tests::envelope_pack_minimal ... ok
[INFO] [stdout] test experience_store::tests::envelope_roundtrip_minimal ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_extra_unknown_fields_ignored ... ok
[INFO] [stdout] test experience_store::tests::envelope_minimal_no_optional_fields ... ok
[INFO] [stdout] test experience_store::tests::envelope_pack_with_all_fields ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_null_for_event_id_invalid ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_missing_required_event_id ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_with_all_fields ... ok
[INFO] [stdout] test experience_store::tests::envelope_roundtrip_complete ... ok
[INFO] [stdout] test experience_store::tests::event_kind_fact_promoted ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_invalid_json_syntax ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_missing_optional_keys_entirely ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_missing_required_occurred_at ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_wrong_type_for_field ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_missing_required_event ... ok
[INFO] [stdout] test experience_store::tests::envelope_edge_case_very_long_strings ... ok
[INFO] [stdout] test experience_store::tests::event_kind_hypothesis_resolved ... ok
[INFO] [stdout] test experience_store::tests::envelope_unpack_missing_optional_fields ... ok
[INFO] [stdout] test experience_store::tests::event_kind_mapping ... ok
[INFO] [stdout] test experience_store::tests::event_kind_policy_snapshot_captured ... ok
[INFO] [stdout] test experience_store::tests::event_kind_proposal_created ... ok
[INFO] [stdout] test experience_store::tests::event_query_default_is_empty ... ok
[INFO] [stdout] test experience_store::tests::experience_event_kind_serde_roundtrip ... ok
[INFO] [stdout] test experience_store::tests::store_error_display_not_found ... ok
[INFO] [stdout] test experience_store::tests::store_error_display_invalid_query ... ok
[INFO] [stdout] test experience_store::tests::store_error_display_storage ... ok
[INFO] [stdout] test formation::tests::deliberated_formation_kind ... ok
[INFO] [stdout] test formation::tests::formation_decision_captures_candidates ... ok
[INFO] [stdout] test formation::tests::formation_kind_display ... ok
[INFO] [stdout] test formation::tests::formation_kind_serde_roundtrip ... ok
[INFO] [stdout] test formation::tests::formation_outcome_serde_roundtrip ... ok
[INFO] [stdout] test formation::tests::formation_decision_serde_roundtrip ... ok
[INFO] [stdout] test experience_store::tests::store_error_is_std_error ... ok
[INFO] [stdout] test formation::tests::scoring_weights_uniform_sum_to_one ... ok
[INFO] [stdout] test formation::tests::formation_serde_roundtrip_open_claw ... ok
[INFO] [stdout] test formation::tests::static_formation_kind ... ok
[INFO] [stdout] test formation::tests::scored_formation_kind ... ok
[INFO] [stdout] test formation::tests::scoring_weights_default_equals_uniform ... ok
[INFO] [stdout] test experience_store::tests::user_experience_events_roundtrip_new_bidirectional_variants ... ok
[INFO] [stdout] test gates::authorization::tests::authority_level_as_str_all_variants ... ok
[INFO] [stdout] test formation::tests::formation_decision_with_linkage_keys ... ok
[INFO] [stdout] test formation::tests::formation_outcome_defaults ... ok
[INFO] [stdout] test formation::tests::formation_serde_roundtrip_static ... ok
[INFO] [stdout] test formation::tests::open_claw_formation_kind ... ok
[INFO] [stdout] test formation::tests::open_claw_with_variants ... ok
[INFO] [stdout] test gates::authorization::tests::allow_all_authorizer_promotes ... ok
[INFO] [stdout] test gates::authorization::tests::authority_level_serde_roundtrip ... ok
[INFO] [stdout] test gates::authorization::tests::decision_escalate_factory ... ok
[INFO] [stdout] test gates::authorization::tests::decision_promote_factory ... ok
[INFO] [stdout] test gates::authorization::tests::flow_gate_error_display ... ok
[INFO] [stdout] test gates::authorization::tests::flow_gate_error_is_std_error ... ok
[INFO] [stdout] test gates::authorization::tests::flow_phase_as_str_all_variants ... ok
[INFO] [stdout] test gates::authorization::tests::flow_action_serde_roundtrip ... ok
[INFO] [stdout] test gates::authorization::tests::flow_phase_serde_roundtrip ... ok
[INFO] [stdout] test gates::authorization::tests::reject_all_default_reason ... ok
[INFO] [stdout] test gates::authorization::tests::outcome_is_allowed ... ok
[INFO] [stdout] test gates::authorization::tests::flow_action_as_str_all_variants ... ok
[INFO] [stdout] test gates::boundary::tests::authority_scope_builder ... ok
[INFO] [stdout] test gates::budget::tests::budget_one_tick_exhausts ... ok
[INFO] [stdout] test gates::authorization::tests::flow_gate_input_serde_roundtrip ... ok
[INFO] [stdout] test gates::budget::tests::budget_zero_is_immediately_exhausted ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_new ... ok
[INFO] [stdout] test gates::boundary::tests::authority_scope_default ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_tick_decrements ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_tick_zero_initial ... ok
[INFO] [stdout] test gates::authorization::tests::decision_reject_factory ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_try_reserve_insufficient ... ok
[INFO] [stdout] test gates::boundary::tests::system_authority_grant ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_tick_already_exhausted ... ok
[INFO] [stdout] test gates::authorization::tests::reject_all_authorizer_rejects ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_tick_exhaustion ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_check_exhaustion_cycles ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_check_exhaustion_tokens ... ok
[INFO] [stdout] test gates::budget::tests::cycle_budget_try_reserve_success ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_check_exhaustion_none ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_new ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_check_exhaustion_facts ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_tick_cycle ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_serde_roundtrip ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_consume_tokens_no_budget ... ok
[INFO] [stdout] test gates::budget::tests::fact_budget_new ... ok
[INFO] [stdout] test gates::budget::tests::fact_budget_try_reserve ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_consume_over_exhaustion ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_try_reserve ... ok
[INFO] [stdout] test gates::budget::tests::fact_budget_tick_exhaustion ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_with_tokens ... ok
[INFO] [stdout] test gates::hitl::tests::context_item_creation ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_tick_fact ... ok
[INFO] [stdout] test gates::budget::tests::execution_budget_default ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_consume_exact_exhaustion ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_consume ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_consume_already_exhausted ... ok
[INFO] [stdout] test gates::hitl::tests::gate_decision_reject_with_reason ... ok
[INFO] [stdout] test gates::hitl::tests::gate_decision_approve ... ok
[INFO] [stdout] test gates::budget::tests::token_budget_new ... ok
[INFO] [stdout] test gates::budget::tests::try_reserve_exact_amount ... ok
[INFO] [stdout] test gates::hitl::tests::gate_decision_serde_roundtrip ... ok
[INFO] [stdout] test gates::hitl::tests::gate_event_from_approval ... ok
[INFO] [stdout] test gates::hitl::tests::gate_all_catches_everything ... ok
[INFO] [stdout] test gates::hitl::tests::gate_event_from_rejection ... ok
[INFO] [stdout] test gates::hitl::tests::gate_event_timed_out ... ok
[INFO] [stdout] test gates::hitl::tests::no_conditions_means_no_gating ... ok
[INFO] [stdout] test gates::hitl::tests::gate_request_serde_roundtrip ... ok
[INFO] [stdout] test gates::hitl::tests::policy_gates_by_kind ... ok
[INFO] [stdout] test gates::hitl::tests::policy_gates_by_confidence ... ok
[INFO] [stdout] test gates::promotion::tests::gate_creation ... ok
[INFO] [stdout] test gates::promotion::tests::policy_required_checks_run ... ok
[INFO] [stdout] test gates::hitl::tests::timeout_policy_default ... ok
[INFO] [stdout] test gates::hitl::tests::policy_gates_by_agent ... ok
[INFO] [stdout] test gates::stop::tests::test_agent_refused_constructor ... ok
[INFO] [stdout] test gates::promotion::tests::validated_proposal_debug ... ok
[INFO] [stdout] test gates::promotion::tests::fact_content_kind_conversion ... ok
[INFO] [stdout] test gates::boundary::tests::policy_authority_grant_with_scope ... ok
[INFO] [stdout] test gates::promotion::tests::failed_validation_empty_content ... ok
[INFO] [stdout] test gates::stop::tests::test_criteria_met_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_display_converged ... ok
[INFO] [stdout] test gates::stop::tests::test_cycle_budget_exhausted_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_display_criteria_met ... ok
[INFO] [stdout] test gates::promotion::tests::proposal_lifecycle_trait ... ok
[INFO] [stdout] test gates::promotion::tests::successful_validation ... ok
[INFO] [stdout] test gates::boundary::tests::human_authority_grant ... ok
[INFO] [stdout] test gates::stop::tests::test_display_cycle_budget_exhausted ... ok
[INFO] [stdout] test gates::stop::tests::test_display_error ... ok
[INFO] [stdout] test gates::stop::tests::test_token_budget_exhausted_constructor ... ok
[INFO] [stdout] test gates::promotion::tests::successful_promotion ... ok
[INFO] [stdout] test gates::stop::tests::test_display_human_intervention_required ... ok
[INFO] [stdout] test gates::stop::tests::test_error_category_default ... ok
[INFO] [stdout] test gates::stop::tests::test_converged_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_user_cancelled_constructor ... ok
[INFO] [stdout] test gates::validation::tests::check_result_failed ... ok
[INFO] [stdout] test gates::validation::tests::check_result_passed ... ok
[INFO] [stdout] test gates::stop::tests::test_error_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_human_intervention_required_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_fact_budget_exhausted_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_invariant_violated_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_promotion_rejected_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_serde_roundtrip ... ok
[INFO] [stdout] test gates::stop::tests::test_time_budget_exhausted_constructor ... ok
[INFO] [stdout] test gates::stop::tests::test_display_invariant_violated ... ok
[INFO] [stdout] test gates::validation::tests::validation_error_display ... ok
[INFO] [stdout] test gates::validation::tests::validation_report_creation ... ok
[INFO] [stdout] test gates::validation::tests::validation_context_builder ... ok
[INFO] [stdout] test gates::validation::tests::validation_report_debug ... ok
[INFO] [stdout] test gates::validation::tests::validation_policy_builder ... ok
[INFO] [stdout] test governed_artifact::tests::test_accepts_new_runs ... ok
[INFO] [stdout] test governed_artifact::tests::test_allows_replay ... ok
[INFO] [stdout] test governed_artifact::tests::test_default_state_is_draft ... ok
[INFO] [stdout] test governed_artifact::tests::test_invalid_transitions ... ok
[INFO] [stdout] test governed_artifact::tests::test_is_terminal ... ok
[INFO] [stdout] test gates::validation::tests::validation_report_with_failures ... ok
[INFO] [stdout] test governed_artifact::tests::test_replay_integrity_violation_display ... ok
[INFO] [stdout] test governed_artifact::tests::test_allows_production_use ... ok
[INFO] [stdout] test governed_artifact::tests::test_severity_serialization_stable ... ok
[INFO] [stdout] test governed_artifact::tests::test_rollback_record_roundtrip ... ok
[INFO] [stdout] test governed_artifact::tests::test_lifecycle_event_roundtrip ... ok
[INFO] [stdout] test governed_artifact::tests::test_state_serialization_stable ... ok
[INFO] [stdout] test governed_artifact::tests::test_valid_transitions_from_draft ... ok
[INFO] [stdout] test governed_artifact::tests::test_rollback_impact_roundtrip ... ok
[INFO] [stdout] test integrity::tests::content_hash_verify_works ... ok
[INFO] [stdout] test integrity::tests::content_hash_is_deterministic ... ok
[INFO] [stdout] test governed_artifact::tests::test_valid_transitions_from_active ... ok
[INFO] [stdout] test governed_artifact::tests::test_valid_transitions_from_approved ... ok
[INFO] [stdout] test governed_artifact::tests::test_valid_transitions_from_quarantined ... ok
[INFO] [stdout] test integrity::tests::integrity_proof_serializes ... ok
[INFO] [stdout] test integrity::tests::integrity_proof_changes_with_different_facts ... ok
[INFO] [stdout] test integrity::tests::content_hash_changes_with_content ... ok
[INFO] [stdout] test integrity::tests::content_hash_hex_roundtrip ... ok
[INFO] [stdout] test integrity::tests::lamport_clock_starts_at_zero ... ok
[INFO] [stdout] test integrity::tests::lamport_clock_update_takes_max_plus_one ... ok
[INFO] [stdout] test integrity::tests::lamport_clock_tick_increments ... ok
[INFO] [stdout] test integrity::tests::merkle_root_changes_with_different_content ... ok
[INFO] [stdout] test integrity::tests::merkle_root_empty_list ... ok
[INFO] [stdout] test integrity::tests::merkle_root_is_deterministic ... ok
[INFO] [stdout] test integrity::tests::merkle_root_two_elements ... ok
[INFO] [stdout] test integrity::tests::merkle_root_single_element ... ok
[INFO] [stdout] test invariant::tests::acceptance_invariant_passes_with_seeds ... ok
[INFO] [stdout] test invariant::tests::acceptance_invariant_fails_without_seeds ... ok
[INFO] [stdout] test integrity::tests::tracked_context_computes_merkle_root ... ok
[INFO] [stdout] test integrity::tests::tracked_context_verifies_integrity ... ok
[INFO] [stdout] test integrity::tests::tracked_context_starts_empty ... ok
[INFO] [stdout] test invariant::tests::different_classes_checked_independently ... ok
[INFO] [stdout] test integrity::tests::tracked_context_ticks_on_add ... ok
[INFO] [stdout] test invariant::tests::registry_registers_invariants ... ok
[INFO] [stdout] test kernel_boundary::tests::contract_result_helpers ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_context_default ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_intent_builder ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_policy_default ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_context_builder ... ok
[INFO] [stdout] test kernel_boundary::tests::proposal_kind_conversion ... ok
[INFO] [stdout] test prompt::tests::test_context_building ... ok
[INFO] [stdout] test prompt::tests::test_escape_string ... ok
[INFO] [stdout] test prompt::tests::test_edn_serialization ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_policy_deterministic ... ok
[INFO] [stdout] test kernel_boundary::tests::kernel_proposal_auto_promotable ... ok
[INFO] [stdout] test kernel_boundary::tests::trace_link_replayability ... ok
[INFO] [stdout] test invariant::tests::structural_invariant_catches_empty_content ... ok
[INFO] [stdout] test recall::tests::recall_maps_boundary_adjustment_to_scoped_runbook ... ok
[INFO] [stdout] test prompt::tests::test_token_efficiency ... ok
[INFO] [stdout] test recall::tests::recall_maps_user_correction_to_runbook ... ok
[INFO] [stdout] test recall::tests::recall_maps_rejected_user_approval_to_antipattern ... ok
[INFO] [stdout] test recall::tests::test_recall_policy_defaults_to_runtime_only ... ok
[INFO] [stdout] test recall::tests::test_policy_hash_changes_with_allowed_uses ... ok
[INFO] [stdout] test recall::tests::test_recall_policy_enabled ... ok
[INFO] [stdout] test recall::tests::test_recall_provenance_matches_for_replay ... ok
[INFO] [stdout] test recall::tests::test_recall_query_builder ... ok
[INFO] [stdout] test recall::tests::recall_policy_deserialization_rejects_out_of_range_threshold ... ok
[INFO] [stdout] test recall::tests::test_recall_training_can_be_explicitly_enabled ... ok
[INFO] [stdout] test recall::tests::test_recall_training_purpose_is_blocked_in_kernel ... ok
[INFO] [stdout] test root_intent::tests::budgets_converts_to_engine_budget ... ok
[INFO] [stdout] test recall::tests::test_policy_hash_deterministic ... ok
[INFO] [stdout] test recall::tests::test_recall_policy_disabled ... ok
[INFO] [stdout] test recall::tests::test_relevance_from_score ... ok
[INFO] [stdout] test recall::tests::test_recall_query_hash_deterministic ... ok
[INFO] [stdout] test root_intent::tests::hard_and_soft_constraints_filtered ... ok
[INFO] [stdout] test root_intent::tests::intent_constraint_severities ... ok
[INFO] [stdout] test root_intent::tests::intent_id_generates_unique_ids ... ok
[INFO] [stdout] test root_intent::tests::intent_kind_has_names ... ok
[INFO] [stdout] test root_intent::tests::intent_kind_suggests_context_keys ... ok
[INFO] [stdout] test root_intent::tests::root_intent_checks_success ... ok
[INFO] [stdout] test root_intent::tests::root_intent_generates_seed_facts ... ok
[INFO] [stdout] test root_intent::tests::root_intent_passes_validation ... ok
[INFO] [stdout] test root_intent::tests::root_intent_validates_scope ... ok
[INFO] [stdout] test root_intent::tests::root_intent_validates_success_criteria ... ok
[INFO] [stdout] test root_intent::tests::scope_tracks_constraints ... ok
[INFO] [stdout] test root_intent::tests::success_criteria_reports_unsatisfied ... ok
[INFO] [stdout] test traits::error::tests::capability_error_trait_implementation ... ok
[INFO] [stdout] test root_intent::tests::success_criteria_checks_satisfaction ... ok
[INFO] [stdout] test tests::crate_compiles ... ok
[INFO] [stdout] test traits::error::tests::error_category_display ... ok
[INFO] [stdout] test traits::error::tests::non_transient_error_not_retryable ... ok
[INFO] [stdout] test traits::promoter::tests::category_storage_error_is_internal_transient_retryable ... ok
[INFO] [stdout] test traits::error::tests::error_category_equality ... ok
[INFO] [stdout] test traits::promoter::tests::category_unauthorized_is_auth ... ok
[INFO] [stdout] test traits::promoter::tests::category_timeout_is_transient_and_retryable ... ok
[INFO] [stdout] test traits::promoter::tests::category_unavailable_is_transient_and_retryable ... ok
[INFO] [stdout] test traits::promoter::tests::category_report_mismatch_is_invalid_input ... ok
[INFO] [stdout] test traits::promoter::tests::category_internal_is_retryable_not_transient ... ok
[INFO] [stdout] test traits::promoter::tests::display_storage_error ... ok
[INFO] [stdout] test suggestors::tests::seed_agent_emits_once ... ok
[INFO] [stdout] test traits::promoter::tests::display_timeout ... ok
[INFO] [stdout] test suggestors::tests::chain_of_three_converges ... ok
[INFO] [stdout] test suggestors::tests::multiple_seeds_all_converge ... ok
[INFO] [stdout] test traits::promoter::tests::promoter_error_is_std_error ... ok
[INFO] [stdout] test suggestors::tests::react_once_agent_chains_from_seed ... ok
[INFO] [stdout] test traits::promoter::tests::display_already_promoted ... ok
[INFO] [stdout] test traits::promoter::tests::display_internal ... ok
[INFO] [stdout] test traits::error::tests::error_category_serde_roundtrip ... ok
[INFO] [stdout] test traits::promoter::tests::category_already_promoted_is_conflict ... ok
[INFO] [stdout] test traits::promoter::tests::display_report_mismatch ... ok
[INFO] [stdout] test traits::promoter::tests::display_unauthorized ... ok
[INFO] [stdout] test traits::promoter::tests::display_unavailable ... ok
[INFO] [stdout] test traits::promoter::tests::promotion_context_with_evidence ... ok
[INFO] [stdout] test traits::promoter::tests::promotion_context_new_has_no_evidence ... ok
[INFO] [stdout] test traits::recall::tests::recall_error_retry_after ... ok
[INFO] [stdout] test traits::promoter::tests::promotion_context_with_evidence_ref ... ok
[INFO] [stdout] test traits::recall::tests::recall_record_metadata_default ... ok
[INFO] [stdout] test traits::store::tests::store_error_display ... ok
[INFO] [stdout] test traits::promoter::tests::retry_after_always_none ... ok
[INFO] [stdout] test traits::recall::tests::recall_error_category_classification ... ok
[INFO] [stdout] test traits::store::tests::store_error_retryable_classification ... ok
[INFO] [stdout] test traits::validator::tests::category_check_failed_is_invalid_input ... ok
[INFO] [stdout] test traits::recall::tests::recall_error_display ... ok
[INFO] [stdout] test traits::recall::tests::recall_error_transient_classification ... ok
[INFO] [stdout] test traits::store::tests::store_error_category_classification ... ok
[INFO] [stdout] test traits::store::tests::store_error_retry_after ... ok
[INFO] [stdout] test traits::store::tests::store_error_transient_classification ... ok
[INFO] [stdout] test traits::validator::tests::category_internal_is_retryable_but_not_transient ... ok
[INFO] [stdout] test traits::validator::tests::category_timeout_is_transient_and_retryable ... ok
[INFO] [stdout] test traits::validator::tests::display_timeout ... ok
[INFO] [stdout] test traits::validator::tests::display_policy_violation ... ok
[INFO] [stdout] test traits::validator::tests::retry_after_always_none ... ok
[INFO] [stdout] test traits::validator::tests::category_missing_evidence_is_invalid_input ... ok
[INFO] [stdout] test traits::validator::tests::validator_error_is_std_error ... ok
[INFO] [stdout] test truth::tests::criterion_result_indeterminate ... ok
[INFO] [stdout] test traits::validator::tests::display_unavailable ... ok
[INFO] [stdout] test truth::tests::criterion_result_serde_roundtrip ... ok
[INFO] [stdout] test truth::tests::criterion_result_blocked ... ok
[INFO] [stdout] test truth::tests::criterion_result_unmet ... ok
[INFO] [stdout] test truth::tests::truth_kind_serde_roundtrip ... ok
[INFO] [stdout] test truth::tests::truth_catalog_find_truth_default_impl ... ok
[INFO] [stdout] test types::context::tests::context_builder_add_facts ... ok
[INFO] [stdout] test traits::validator::tests::category_policy_violation_is_invalid_input ... ok
[INFO] [stdout] test types::context::tests::context_builder_with_metadata ... ok
[INFO] [stdout] test types::context::tests::context_builder_with_intent ... ok
[INFO] [stdout] test traits::validator::tests::category_unavailable_is_transient_and_retryable ... ok
[INFO] [stdout] test types::context::tests::context_key_display ... ok
[INFO] [stdout] test types::context::tests::context_key_helpers ... ok
[INFO] [stdout] test traits::validator::tests::display_missing_evidence ... ok
[INFO] [stdout] test types::context::tests::context_builder_basic ... ok
[INFO] [stdout] test types::context::tests::context_snapshot_empty ... ok
[INFO] [stdout] test truth::tests::truth_kind_equality ... ok
[INFO] [stdout] test traits::validator::tests::display_internal ... ok
[INFO] [stdout] test traits::validator::tests::display_check_failed ... ok
[INFO] [stdout] test types::context::tests::context_snapshot_serialization ... ok
[INFO] [stdout] test types::correction::tests::correction_helper_constructors ... ok
[INFO] [stdout] test types::correction::tests::correction_reason_default ... ok
[INFO] [stdout] test types::correction::tests::correction_scope_helpers ... ok
[INFO] [stdout] test types::correction::tests::correction_tenant_scope ... ok
[INFO] [stdout] test types::correction::tests::correction_serialization ... ok
[INFO] [stdout] test types::error::tests::correction_error_not_authorized ... ok
[INFO] [stdout] test types::error::tests::correction_error_invalid_chain ... ok
[INFO] [stdout] test types::error::tests::correction_error_scope_mismatch ... ok
[INFO] [stdout] test types::context::tests::context_snapshot_total_facts ... ok
[INFO] [stdout] test types::context::tests::context_snapshot_versioning ... ok
[INFO] [stdout] test types::correction::tests::correction_event_creation ... ok
[INFO] [stdout] test types::error::tests::correction_error_is_std_error ... ok
[INFO] [stdout] test types::error::tests::correction_error_display ... ok
[INFO] [stdout] test types::context::tests::context_snapshot_to_builder ... ok
[INFO] [stdout] test types::error::tests::observation_error_display ... ok
[INFO] [stdout] test types::error::tests::observation_error_is_std_error ... ok
[INFO] [stdout] test types::error::tests::observation_error_provider_not_available ... ok
[INFO] [stdout] test types::error::tests::observation_error_content_hash_mismatch ... ok
[INFO] [stdout] test types::error::tests::promotion_error_display ... ok
[INFO] [stdout] test types::error::tests::promotion_error_human_approval_required ... ok
[INFO] [stdout] test types::error::tests::promotion_error_missing_evidence ... ok
[INFO] [stdout] test types::error::tests::promotion_error_is_std_error ... ok
[INFO] [stdout] test types::error::tests::promotion_error_policy_version_mismatch ... ok
[INFO] [stdout] test types::error::tests::observation_error_missing_context ... ok
[INFO] [stdout] test types::error::tests::type_error_is_std_error ... ok
[INFO] [stdout] test types::error::tests::promotion_error_report_mismatch ... ok
[INFO] [stdout] test types::error::tests::promotion_error_validation_failed ... ok
[INFO] [stdout] test types::error::tests::validation_error_equality ... ok
[INFO] [stdout] test types::error::tests::validation_error_display ... ok
[INFO] [stdout] test types::error::tests::validation_error_missing_field ... ok
[INFO] [stdout] test types::error::tests::validation_error_all_variants_serialize ... ok
[INFO] [stdout] test types::error::tests::validation_error_constraint_violated ... ok
[INFO] [stdout] test types::error::tests::type_error_display ... ok
[INFO] [stdout] test types::error::tests::type_error_from_serde ... ok
[INFO] [stdout] test types::error::tests::validation_error_schema_mismatch ... ok
[INFO] [stdout] test types::error::tests::validation_error_serialization ... ok
[INFO] [stdout] test types::fact::tests::fact_content_creation ... ok
[INFO] [stdout] test types::fact::tests::fact_creation_internal ... ok
[INFO] [stdout] test types::fact::tests::fact_is_immutable ... ok
[INFO] [stdout] test types::fact::tests::fact_replay_eligibility ... ok
[INFO] [stdout] test types::frame::tests::criterion_helpers ... ok
[INFO] [stdout] test types::error::tests::type_error_promotion_invariant ... ok
[INFO] [stdout] test types::frame::tests::constraint_helpers ... ok
[INFO] [stdout] test types::error::tests::type_error_validation_failed ... ok
[INFO] [stdout] test types::fact::tests::fact_serialization_roundtrip ... ok
[INFO] [stdout] test types::error::tests::validation_error_invalid_format ... ok
[INFO] [stdout] test types::frame::tests::frame_constraint_filtering ... ok
[INFO] [stdout] test types::frame::tests::frame_id_display ... ok
[INFO] [stdout] test types::frame::tests::frame_with_linked_intent ... ok
[INFO] [stdout] test types::frame::tests::intent_id_from_string ... ok
[INFO] [stdout] test types::intent::tests::budgets_builder ... ok
[INFO] [stdout] test types::intent::tests::budgets_default ... ok
[INFO] [stdout] test types::intent::tests::constraint_helpers ... ok
[INFO] [stdout] test types::frame::tests::frame_serialization ... ok
[INFO] [stdout] test types::intent::tests::objective_balance ... ok
[INFO] [stdout] test types::intent::tests::risk_posture_default ... ok
[INFO] [stdout] test types::intent::tests::intent_kind_default ... ok
[INFO] [stdout] test types::intent::tests::root_intent_budget_check ... ok
[INFO] [stdout] test types::intent::tests::root_intent_builder ... ok
[INFO] [stdout] test types::intent::tests::root_intent_hard_constraints ... ok
[INFO] [stdout] test types::observation::tests::capture_context_builder ... ok
[INFO] [stdout] test types::intent::tests::root_intent_serialization ... ok
[INFO] [stdout] test types::proposal::tests::proposed_content_builder ... ok
[INFO] [stdout] test types::provenance::tests::actor_helpers ... ok
[INFO] [stdout] test types::provenance::tests::local_trace_with_parent ... ok
[INFO] [stdout] test types::proposal::tests::proposal_serialization ... ok
[INFO] [stdout] test types::provenance::tests::promotion_record_creation ... ok
[INFO] [stdout] test types::observation::tests::provider_identity_with_adapter ... ok
[INFO] [stdout] test types::tension::tests::conflict_type_default_is_contradiction ... ok
[INFO] [stdout] test types::provenance::tests::evidence_ref_variants ... ok
[INFO] [stdout] test types::provenance::tests::trace_link_replay_eligibility ... ok
[INFO] [stdout] test types::proposal::tests::draft_proposal_deserialization ... ok
[INFO] [stdout] test types::tension::tests::conflict_types ... ok
[INFO] [stdout] test types::proposal::tests::draft_proposal_creation ... ok
[INFO] [stdout] test types::provenance::tests::validation_summary_builder ... ok
[INFO] [stdout] test types::tension::tests::double_resolve_overwrites_resolution ... ok
[INFO] [stdout] test types::observation::tests::observation_from_api_response ... ok
[INFO] [stdout] test types::frame::tests::frame_builder ... ok
[INFO] [stdout] test types::tension::tests::hypothesis_boundary_confidence_values ... ok
[INFO] [stdout] test types::tension::tests::tension_side_add_evidence_accumulates ... ok
[INFO] [stdout] test types::tension::tests::hypothesis_confidence_clamping ... ok
[INFO] [stdout] test types::tension::tests::hypothesis_creation ... ok
[INFO] [stdout] test types::tension::tests::hypothesis_untestable_flag ... ok
[INFO] [stdout] test types::tension::tests::resolution_helpers ... ok
[INFO] [stdout] test types::tension::tests::tension_id_display ... ok
[INFO] [stdout] test types::tension::tests::tension_creation ... ok
[INFO] [stdout] test types::tension::tests::tension_id_from_conversions ... ok
[INFO] [stdout] test types::tension::tests::tension_resolution ... ok
[INFO] [stdout] test types::tension::tests::tension_serialization ... ok
[INFO] [stdout] test types::tension::tests::tension_serialization_with_resolution ... ok
[INFO] [stdout] test types::tension::tests::tension_with_custom_conflict_type ... ok
[INFO] [stdout] test types::tension::tests::winner_returns_none_when_merged ... ok
[INFO] [stdout] test validation::tests::validation_accepts_good_proposal ... ok
[INFO] [stdout] test types::tension::tests::tension_side_with_evidence ... ok
[INFO] [stdout] test validation::tests::validation_rejects_low_confidence ... ok
[INFO] [stdout] test types::tension::tests::winner_returns_none_when_neither_chosen ... ok
[INFO] [stdout] test truth::tests::criterion_result_met_with_evidence ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 511 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/chaos.rs (/opt/rustwide/target/debug/deps/chaos-2f316c6cb4014e2d)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test chaos_malformed_empty_id ... ok
[INFO] [stdout] test chaos_malformed_null_byte_content ... ok
[INFO] [stdout] test chaos_malformed_whitespace_id ... ok
[INFO] [stdout] test chaos_malformed_overconfident_proposal ... ok
[INFO] [stdout] test chaos_malformed_null_byte_id ... ok
[INFO] [stdout] test chaos_latency_variance_preserves_determinism ... ok
[INFO] [stdout] test chaos_panic_on_cycle_2_others_complete ... ok
[INFO] [stdout] test chaos_mixed_panic_and_malformed ... ok
[INFO] [stdout] test chaos_malformed_giant_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compile_fail.rs (/opt/rustwide/target/debug/deps/compile_fail-d0f13d93f7a3bc34)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-test-macro v0.2.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking typed-builder v0.20.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking tracing-test v0.2.6
[INFO] [stderr]     Checking converge-provider v3.9.3
[INFO] [stderr]     Checking converge-pack v3.9.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking converge-core v3.9.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]     Checking converge-core-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/converge-core)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.12s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_fail_tests has been running for over 60 seconds
[INFO] [stderr] test tests/compile_fail/agent_trait_removed.rs ... ok
[INFO] [stderr] test tests/compile_fail/context_add_fact_private.rs ... ok
[INFO] [stderr] test tests/compile_fail/context_snapshot_struct_literal_private.rs ... ok
[INFO] [stderr] test tests/compile_fail/engine_private_fields.rs ... ok
[INFO] [stderr] test tests/compile_fail/fact_mutate.rs ... ok
[INFO] [stderr] test tests/compile_fail/fact_new_reexport_unavailable.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0599]: no associated function or constant named `construct` found for struct `converge_core::ContextFact` in the current scope
[INFO] [stderr]  --> tests/compile_fail/fact_new_reexport_unavailable.rs:7:30
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let _fact = ContextFact::construct(ContextKey::Seeds, "test-id", "test-content");
[INFO] [stderr]   |                              ^^^^^^^^^ associated function or constant not found in `converge_core::ContextFact`
[INFO] [stderr]   |
[INFO] [stderr] note: if you're trying to build a new `converge_core::ContextFact` consider using one of the following associated functions:
[INFO] [stderr]       converge_core::ContextFact::new_projection
[INFO] [stderr]       converge_core::ContextFact::from_wire
[INFO] [stderr]  --> $WORKSPACE/crates/pack/src/fact.rs
[INFO] [stderr]   |
[INFO] [stderr]   | /     pub fn new_projection<T>(
[INFO] [stderr]   | |         key: ContextKey,
[INFO] [stderr]   | |         id: impl Into<FactId>,
[INFO] [stderr]   | |         payload: T,
[INFO] [stderr] ... |
[INFO] [stderr]   | |     where
[INFO] [stderr]   | |         T: FactPayload + PartialEq,
[INFO] [stderr]   | |___________________________________^
[INFO] [stderr] ...
[INFO] [stderr]   | /     pub fn from_wire(
[INFO] [stderr]   | |         wire: WireContextFact,
[INFO] [stderr]   | |         registry: &PayloadRegistry,
[INFO] [stderr]   | |     ) -> Result<Self, PayloadError> {
[INFO] [stderr]   | |___________________________________^
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0599]: no associated function or constant named `construct` found for struct `converge_core::ContextFact` in the current scope
[INFO] [stderr]  --> tests/compile_fail/fact_new_reexport_unavailable.rs:7:30
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let _fact = ContextFact::construct(ContextKey::Seeds, "test-id", "test-content");
[INFO] [stderr]   |                              ^^^^^^^^^ associated function or constant not found in `converge_core::ContextFact`
[INFO] [stderr]   |
[INFO] [stderr] note: if you're trying to build a new `converge_core::ContextFact` consider using one of the following associated functions:
[INFO] [stderr]       converge_core::ContextFact::new_projection
[INFO] [stderr]       converge_core::ContextFact::from_wire
[INFO] [stderr]  --> $CARGO/converge-pack-$VERSION/src/fact.rs
[INFO] [stderr]   |
[INFO] [stderr]   | /     pub fn new_projection<T>(
[INFO] [stderr]   | |         key: ContextKey,
[INFO] [stderr]   | |         id: impl Into<FactId>,
[INFO] [stderr]   | |         payload: T,
[INFO] [stderr] ... |
[INFO] [stderr]   | |     where
[INFO] [stderr]   | |         T: FactPayload + PartialEq,
[INFO] [stderr]   | |___________________________________^
[INFO] [stderr] ...
[INFO] [stderr]   | /     pub fn from_wire(
[INFO] [stderr]   | |         wire: WireContextFact,
[INFO] [stderr]   | |         registry: &PayloadRegistry,
[INFO] [stderr]   | |     ) -> Result<Self, PayloadError> {
[INFO] [stderr]   | |___________________________________^
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/compile_fail/register_in_pack_removed.rs ... ok
[INFO] [stderr] test tests/compile_fail/tracked_context_add_fact_private.rs ... ok
[INFO] [stderr] test tests/compile_fail/validated_proposal_struct_literal.rs ... ok
[INFO] [stderr] test tests/compile_fail/validation_report_external_construct.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_fail_tests ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_fail_tests stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_fail_tests' (2494) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13:
[INFO] [stdout] 1 of 10 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55ff0ffa8198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55ff0ffa8198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55ff0ffa8198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55ff0ffa8198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55ff0ffbe6ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55ff0ffbe6ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55ff0ffad1b2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55ff0ffad1b2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55ff0ff841d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55ff0ff841d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55ff0ff9f719 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55ff0ff386fc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55ff0ff386fc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55ff0ff9f8d2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55ff0ff9f8d2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55ff0ff84292 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55ff0ff79199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55ff0ff84fad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55ff0ffbee5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55ff0fe62eb4 - <trybuild[2ed15df0b1adea2]::Runner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13
[INFO] [stdout]   20:     0x55ff0fe67548 - <trybuild[2ed15df0b1adea2]::TestCases as core[8fb95b77d25ab6c8]::ops::drop::Drop>::drop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs:342:38
[INFO] [stdout]   21:     0x55ff0fcee457 - core[8fb95b77d25ab6c8]::ptr::drop_glue::<trybuild[2ed15df0b1adea2]::TestCases>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ptr/mod.rs:825:1
[INFO] [stdout]   22:     0x55ff0fcee663 - compile_fail[6043ec2837446bd8]::compile_fail_tests
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_fail.rs:5:1
[INFO] [stdout]   23:     0x55ff0fcee5b7 - compile_fail[6043ec2837446bd8]::compile_fail_tests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_fail.rs:2:24
[INFO] [stdout]   24:     0x55ff0fceeaf6 - <compile_fail[6043ec2837446bd8]::compile_fail_tests::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x55ff0ff2b7db - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x55ff0ff2b7db - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x55ff0ff39055 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x55ff0ff39055 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x55ff0ff39055 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x55ff0ff39055 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x55ff0ff39055 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x55ff0ff39055 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x55ff0ff39055 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x55ff0ff32964 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x55ff0ff32964 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x55ff0ff3c0d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x55ff0ff3c0d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x55ff0ff3c0d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x55ff0ff3c0d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x55ff0ff3c0d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x55ff0ff3c0d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x55ff0ff3c0d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x55ff0ffa753f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x55ff0ffa753f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x7b3d262c8aa4 - <unknown>
[INFO] [stdout]   46:     0x7b3d26355a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_fail_tests
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 64.60s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compile_fail`
[INFO] running `Command { std: "docker" "inspect" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d", kill_on_drop: false }`
[INFO] [stdout] 07fb02d1f49e71b3bead38ae7c2930fb12ee377d2e7afe88cb43f475eb935a8d
