[INFO] fetching crate rvf-runtime 0.2.0... [INFO] testing rvf-runtime-0.2.0 against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] extracting crate rvf-runtime 0.2.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate rvf-runtime 0.2.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rvf-runtime 0.2.0 [INFO] tweaked toml for crates.io crate rvf-runtime 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rvf-runtime 0.2.0 on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rvf-runtime 0.2.0 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ed12861b4f4d642ee3cfef376ec1ebcd692079b5428ea47b9ce667d646499d65 [INFO] running `Command { std: "docker" "start" "-a" "ed12861b4f4d642ee3cfef376ec1ebcd692079b5428ea47b9ce667d646499d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed12861b4f4d642ee3cfef376ec1ebcd692079b5428ea47b9ce667d646499d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed12861b4f4d642ee3cfef376ec1ebcd692079b5428ea47b9ce667d646499d65", kill_on_drop: false }` [INFO] [stdout] ed12861b4f4d642ee3cfef376ec1ebcd692079b5428ea47b9ce667d646499d65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf67eb3d88642fc12b0edcd65a555a256a4c060e5f988a433327f752eb8b0dcf [INFO] running `Command { std: "docker" "start" "-a" "cf67eb3d88642fc12b0edcd65a555a256a4c060e5f988a433327f752eb8b0dcf", kill_on_drop: false }` [INFO] [stderr] Compiling rvf-types v0.2.0 [INFO] [stderr] Compiling rvf-runtime v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable `segs` is assigned to, but never used [INFO] [stdout] --> src/agi_container.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | let mut segs = self.segments.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_segs` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `segs` is never read [INFO] [stdout] --> src/agi_container.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | segs.manifest_present = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "cf67eb3d88642fc12b0edcd65a555a256a4c060e5f988a433327f752eb8b0dcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf67eb3d88642fc12b0edcd65a555a256a4c060e5f988a433327f752eb8b0dcf", kill_on_drop: false }` [INFO] [stdout] cf67eb3d88642fc12b0edcd65a555a256a4c060e5f988a433327f752eb8b0dcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fccd264cf12d83c0df6a1e3222766ddc8996270adf2788b4c0704dc60f8ef277 [INFO] running `Command { std: "docker" "start" "-a" "fccd264cf12d83c0df6a1e3222766ddc8996270adf2788b4c0704dc60f8ef277", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stdout] warning: variable `segs` is assigned to, but never used [INFO] [stdout] --> src/agi_container.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | let mut segs = self.segments.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_segs` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `segs` is never read [INFO] [stdout] --> src/agi_container.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | segs.manifest_present = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rvf-runtime v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `WitnessError` [INFO] [stdout] --> tests/witness_e2e.rs:8:72 [INFO] [stdout] | [INFO] [stdout] 8 | GovernancePolicy, ParsedWitness, ScorecardBuilder, WitnessBuilder, WitnessError, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `payload` [INFO] [stdout] --> src/qr_seed.rs:892:14 [INFO] [stdout] | [INFO] [stdout] 892 | let (payload, header) = builder.build().unwrap(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `segs` is assigned to, but never used [INFO] [stdout] --> src/agi_container.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | let mut segs = self.segments.clone(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_segs` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `segs` is never read [INFO] [stdout] --> src/agi_container.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | segs.manifest_present = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.19s [INFO] running `Command { std: "docker" "inspect" "fccd264cf12d83c0df6a1e3222766ddc8996270adf2788b4c0704dc60f8ef277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fccd264cf12d83c0df6a1e3222766ddc8996270adf2788b4c0704dc60f8ef277", kill_on_drop: false }` [INFO] [stdout] fccd264cf12d83c0df6a1e3222766ddc8996270adf2788b4c0704dc60f8ef277 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e6e3573cc5cd7ba20bb174891f31b9b27909f72c75a556da936b2122d3051188 [INFO] running `Command { std: "docker" "start" "-a" "e6e3573cc5cd7ba20bb174891f31b9b27909f72c75a556da936b2122d3051188", kill_on_drop: false }` [INFO] [stderr] warning: variable `segs` is assigned to, but never used [INFO] [stderr] --> src/agi_container.rs:304:13 [INFO] [stderr] | [INFO] [stderr] 304 | let mut segs = self.segments.clone(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_segs` instead [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `segs` is never read [INFO] [stderr] --> src/agi_container.rs:305:9 [INFO] [stderr] | [INFO] [stderr] 305 | segs.manifest_present = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rvf-runtime` (lib) generated 2 warnings [INFO] [stderr] warning: unused import: `WitnessError` [INFO] [stderr] --> tests/witness_e2e.rs:8:72 [INFO] [stderr] | [INFO] [stderr] 8 | GovernancePolicy, ParsedWitness, ScorecardBuilder, WitnessBuilder, WitnessError, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `payload` [INFO] [stderr] --> src/qr_seed.rs:892:14 [INFO] [stderr] | [INFO] [stderr] 892 | let (payload, header) = builder.build().unwrap(); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variable `segs` is assigned to, but never used [INFO] [stderr] --> src/agi_container.rs:304:13 [INFO] [stderr] | [INFO] [stderr] 304 | let mut segs = self.segments.clone(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_segs` instead [INFO] [stderr] [INFO] [stderr] warning: `rvf-runtime` (test "witness_e2e") generated 1 warning (run `cargo fix --test "witness_e2e" -p rvf-runtime` to apply 1 suggestion) [INFO] [stderr] warning: `rvf-runtime` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p rvf-runtime --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rvf_runtime-5a6c38412679ba88) [INFO] [stdout] [INFO] [stdout] running 219 tests [INFO] [stdout] test adversarial::tests::adaptive_n_probe_widens_on_degenerate ... ok [INFO] [stdout] test adversarial::tests::combined_takes_max ... ok [INFO] [stdout] test adversarial::tests::combined_adversarial_dominates ... ok [INFO] [stdout] test adversarial::tests::adaptive_n_probe_no_change ... ok [INFO] [stdout] test adversarial::tests::cv_computation_uniform ... ok [INFO] [stdout] test adversarial::tests::cv_computation_natural ... ok [INFO] [stdout] test adversarial::tests::degenerate_empty ... ok [INFO] [stdout] test adversarial::tests::degenerate_all_zeros ... ok [INFO] [stdout] test adversarial::tests::degenerate_nearly_uniform ... ok [INFO] [stdout] test adversarial::tests::degenerate_single ... ok [INFO] [stdout] test adversarial::tests::degenerate_uniform_distances ... ok [INFO] [stdout] test adversarial::tests::degenerate_zero_k ... ok [INFO] [stdout] test adversarial::tests::drift_beyond_max ... ok [INFO] [stdout] test adversarial::tests::drift_linear_widening ... ok [INFO] [stdout] test adversarial::tests::drift_no_adjustment ... ok [INFO] [stdout] test adversarial::tests::drift_zero_max ... ok [INFO] [stdout] test adversarial::tests::non_degenerate_natural_distances ... ok [INFO] [stdout] test agi_authority::tests::action_class_grant_restrict_and_inherit ... ok [INFO] [stdout] test agi_authority::tests::action_class_all_variants ... ok [INFO] [stdout] test agi_authority::tests::action_class_override_capped_by_global ... ok [INFO] [stdout] test agi_authority::tests::budget_clamped_on_creation ... ok [INFO] [stdout] test agi_authority::tests::charge_exactly_at_limit ... ok [INFO] [stdout] test agi_authority::tests::check_pass_and_fail ... ok [INFO] [stdout] test agi_authority::tests::action_class_override_within_global ... ok [INFO] [stdout] test agi_authority::tests::is_exhausted_semantics ... ok [INFO] [stdout] test agi_authority::tests::max_budget_allows_high_usage ... ok [INFO] [stdout] test agi_authority::tests::snapshot_captures_state ... ok [INFO] [stdout] test agi_authority::tests::tracker_zero_usage ... ok [INFO] [stdout] test agi_coherence::tests::can_commit_when_healthy ... ok [INFO] [stdout] test agi_coherence::tests::cannot_commit_when_repair_mode ... ok [INFO] [stdout] test agi_coherence::tests::can_commit_when_skill_freeze ... ok [INFO] [stdout] test agi_coherence::tests::halted_takes_priority_over_repair_mode ... ok [INFO] [stdout] test agi_coherence::tests::can_promote_skill_only_when_healthy ... ok [INFO] [stdout] test agi_coherence::tests::contradiction_rate_zero_events ... ok [INFO] [stdout] test agi_coherence::tests::monitor_healthy_to_skill_freeze ... ok [INFO] [stdout] test agi_coherence::tests::monitor_healthy_to_halted ... ok [INFO] [stdout] test agi_coherence::tests::monitor_healthy_to_repair_mode ... ok [INFO] [stdout] test agi_authority::tests::utilization_calculation ... ok [INFO] [stdout] test agi_authority::tests::default_authority_per_mode ... ok [INFO] [stdout] test agi_authority::tests::with_max_authority_overrides_default ... ok [INFO] [stdout] test adversarial::tests::drift_within_comfort_zone ... ok [INFO] [stdout] test agi_coherence::tests::contradiction_rate_calculation ... ok [INFO] [stdout] test agi_coherence::tests::cannot_commit_when_halted ... ok [INFO] [stdout] test agi_coherence::tests::monitor_starts_healthy ... ok [INFO] [stdout] test agi_coherence::tests::new_with_invalid_thresholds ... ok [INFO] [stdout] test agi_authority::tests::charge_and_exhaust_each_resource ... ok [INFO] [stdout] test agi_coherence::tests::new_with_valid_thresholds ... ok [INFO] [stdout] test agi_coherence::tests::recovery_back_to_healthy ... ok [INFO] [stdout] test agi_coherence::tests::repair_mode_takes_priority_over_skill_freeze ... ok [INFO] [stdout] test agi_coherence::tests::report_snapshot ... ok [INFO] [stdout] test agi_coherence::tests::requires_human_review_only_when_halted ... ok [INFO] [stdout] test agi_coherence::tests::rollback_ratio_calculation ... ok [INFO] [stdout] test agi_coherence::tests::rollback_ratio_zero_tasks ... ok [INFO] [stdout] test agi_coherence::tests::validator_full_all_ok ... ok [INFO] [stdout] test agi_coherence::tests::validator_full_collects_multiple_errors ... ok [INFO] [stdout] test agi_coherence::tests::validator_full_partial_errors ... ok [INFO] [stdout] test agi_coherence::tests::validator_header_bad_magic ... ok [INFO] [stdout] test agi_coherence::tests::validator_header_bad_version_future ... ok [INFO] [stdout] test agi_coherence::tests::validator_header_bad_version_zero ... ok [INFO] [stdout] test agi_coherence::tests::validator_header_ok ... ok [INFO] [stdout] test agi_coherence::tests::validator_header_replay_without_witness ... ok [INFO] [stdout] test agi_coherence::tests::validator_segments_delegates_error ... ok [INFO] [stdout] test agi_container::tests::authority_and_domain_round_trip ... ok [INFO] [stdout] test agi_coherence::tests::validator_segments_delegates_ok ... ok [INFO] [stdout] test agi_container::tests::build_full_container ... ok [INFO] [stdout] test agi_container::tests::minimal_container ... ok [INFO] [stdout] test agi_container::tests::segment_validation ... ok [INFO] [stdout] test compaction::tests::emergency_compaction_on_high_dead_space ... ok [INFO] [stdout] test agi_container::tests::signed_container_round_trip ... ok [INFO] [stdout] test compaction::tests::no_compaction_before_interval ... ok [INFO] [stdout] test compaction::tests::no_compaction_when_fresh ... ok [INFO] [stdout] test compaction::tests::normal_compaction_on_dead_space ... ok [INFO] [stdout] test compaction::tests::select_tombstoned_first ... ok [INFO] [stdout] test compress::tests::compress_error_display ... ok [INFO] [stdout] test compress::tests::decompress_truncated_fails ... ok [INFO] [stdout] test compress::tests::all_zeros_compress_well ... ok [INFO] [stdout] test compress::tests::decompress_too_short_fails ... ok [INFO] [stdout] test compress::tests::empty_round_trip ... ok [INFO] [stdout] test compress::tests::exactly_128_byte_literal_run ... ok [INFO] [stdout] test compress::tests::random_like_data_round_trips ... ok [INFO] [stdout] test compaction::tests::normal_compaction_on_segment_count ... ok [INFO] [stdout] test compress::tests::repeated_data_compresses ... ok [INFO] [stdout] test compress::tests::large_data_round_trip ... ok [INFO] [stdout] test compress::tests::short_literal_round_trip ... ok [INFO] [stdout] test compress::tests::wasm_like_data_compresses ... ok [INFO] [stdout] test cow::tests::cow_frozen_rejects_writes ... ok [INFO] [stdout] test cow::tests::cow_stats ... ok [INFO] [stdout] test cow::tests::cow_read_unallocated_returns_zeros ... ok [INFO] [stdout] test cow::tests::cow_read_from_parent ... ok [INFO] [stdout] test cow::tests::cow_write_coalescing ... ok [INFO] [stdout] test cow_map::tests::deserialize_wrong_format ... ok [INFO] [stdout] test cow_compact::tests::read_optimize_reorders_clusters ... ok [INFO] [stdout] test cow_map::tests::new_flat_all_unallocated ... ok [INFO] [stdout] test cow_compact::tests::rebuild_refcounts ... ok [INFO] [stdout] test cow_map::tests::new_parent_ref_all_parent ... ok [INFO] [stdout] test cow_compact::tests::space_reclaim_deduplicates ... ok [INFO] [stdout] test cow_map::tests::deserialize_corrupt_data ... ok [INFO] [stdout] test cow_map::tests::out_of_bounds_lookup_returns_unallocated ... ok [INFO] [stdout] test cow_map::tests::serialize_deserialize_round_trip ... ok [INFO] [stdout] test cow::tests::cow_write_triggers_copy ... ok [INFO] [stdout] test cow_map::tests::update_and_lookup ... ok [INFO] [stdout] test deletion::tests::bitmap_basic_ops ... ok [INFO] [stdout] test dos::tests::negative_cache_below_threshold ... ok [INFO] [stdout] test dos::tests::negative_cache_empty ... ok [INFO] [stdout] test dos::tests::negative_cache_max_entries ... ok [INFO] [stdout] test dos::tests::proof_of_work_low_difficulty ... ok [INFO] [stdout] test dos::tests::token_bucket_basic ... ok [INFO] [stdout] test dos::tests::proof_of_work_max_difficulty_clamped ... ok [INFO] [stdout] test cow_map::tests::update_grows_map ... ok [INFO] [stdout] test dos::tests::token_bucket_exhaustion ... ok [INFO] [stdout] test dos::tests::token_bucket_manual_refill ... ok [INFO] [stdout] test deletion::tests::bitmap_from_ids ... ok [INFO] [stdout] test ffi::tests::ffi_decompress_microkernel ... ok [INFO] [stdout] test dos::tests::query_signature_deterministic ... ok [INFO] [stdout] test dos::tests::query_signature_different_vectors ... ok [INFO] [stdout] test dos::tests::proof_of_work_solve_and_verify ... ok [INFO] [stdout] test dos::tests::negative_cache_reaches_threshold ... ok [INFO] [stdout] test ffi::tests::ffi_parse_header ... ok [INFO] [stdout] test ffi::tests::ffi_get_primary_host_url ... ok [INFO] [stdout] test ffi::tests::ffi_null_ptr_returns_error ... ok [INFO] [stdout] test ffi::tests::ffi_verify_content_hash ... ok [INFO] [stdout] test dos::tests::token_bucket_refill ... ok [INFO] [stdout] test ffi::tests::ffi_verify_signature ... ok [INFO] [stdout] test ffi::tests::ffi_verify_signature_wrong_key ... ok [INFO] [stdout] test filter::tests::filter_and_or ... ok [INFO] [stdout] test filter::tests::filter_eq ... ok [INFO] [stdout] test filter::tests::filter_in ... ok [INFO] [stdout] test filter::tests::filter_ne ... ok [INFO] [stdout] test filter::tests::filter_not ... ok [INFO] [stdout] test locking::tests::simple_crc32_works ... ok [INFO] [stdout] test membership::tests::add_out_of_bounds_ignored ... ok [INFO] [stdout] test locking::tests::lock_path_computation ... ok [INFO] [stdout] test filter::tests::filter_range ... ok [INFO] [stdout] test membership::tests::add_remove ... ok [INFO] [stdout] test membership::tests::bitmap_word_boundary ... ok [INFO] [stdout] test locking::tests::stale_lock_detection ... ok [INFO] [stdout] test membership::tests::double_add_no_double_count ... ok [INFO] [stdout] test membership::tests::exclude_mode ... ok [INFO] [stdout] test membership::tests::generation_bump ... ok [INFO] [stdout] test locking::tests::acquire_and_release ... ok [INFO] [stdout] test membership::tests::include_mode_add_and_check ... ok [INFO] [stdout] test membership::tests::include_mode_empty_is_empty_view ... ok [INFO] [stdout] test membership::tests::serialize_deserialize_round_trip ... ok [INFO] [stdout] test deletion::tests::bitmap_to_sorted ... ok [INFO] [stdout] test adversarial::tests::adaptive_n_probe_widens_large_k ... ok [INFO] [stdout] test qr_seed::tests::bootstrap_progress_tracking ... ok [INFO] [stdout] test qr_seed::tests::build_full_seed_fits_in_qr ... ok [INFO] [stdout] test qr_seed::tests::build_minimal_seed ... ok [INFO] [stdout] test qr_seed::tests::build_seed_with_hosts_and_layers ... ok [INFO] [stdout] test qr_seed::tests::build_seed_with_microkernel ... ok [INFO] [stdout] test qr_seed::tests::build_seed_with_signature ... ok [INFO] [stdout] test qr_seed::tests::make_host_entry_too_long ... ok [INFO] [stdout] test qr_seed::tests::manifest_unknown_tags_ignored ... ok [INFO] [stdout] test qr_seed::tests::parse_round_trip ... ok [INFO] [stdout] test qr_seed::tests::seed_error_display ... ok [INFO] [stdout] test qr_seed::tests::seed_too_large_rejected ... ok [INFO] [stdout] test qr_seed::tests::signed_payload_extraction ... ok [INFO] [stdout] test read_path::tests::parse_empty_manifest ... ok [INFO] [stdout] test read_path::tests::vec_seg_round_trip ... ok [INFO] [stdout] test safety_net::tests::budget_tracker_candidate_enforcement ... ok [INFO] [stdout] test safety_net::tests::budget_tracker_time_enforcement ... ok [INFO] [stdout] test safety_net::tests::l2_distance_basic ... ok [INFO] [stdout] test safety_net::tests::safety_net_deduplicates_existing ... ok [INFO] [stdout] test safety_net::tests::safety_net_disabled_returns_empty ... ok [INFO] [stdout] test safety_net::tests::safety_net_finds_candidates ... ok [INFO] [stdout] test safety_net::tests::should_activate_when_insufficient ... ok [INFO] [stdout] test seed_crypto::tests::content_hash_deterministic ... ok [INFO] [stdout] test seed_crypto::tests::different_data_different_hashes ... ok [INFO] [stdout] test seed_crypto::tests::short_signature_fails ... ok [INFO] [stdout] test seed_crypto::tests::sign_verify_round_trip ... ok [INFO] [stdout] test seed_crypto::tests::tampered_payload_fails ... ok [INFO] [stdout] test seed_crypto::tests::verify_content_hash_correct ... ok [INFO] [stdout] test seed_crypto::tests::wrong_key_fails ... ok [INFO] [stdout] test seed_crypto::tests::verify_layer_correct ... ok [INFO] [stdout] test seed_crypto::tests::verify_layer_tampered ... ok [INFO] [stdout] test safety_net::tests::safety_net_reports_budget_exhaustion ... ok [INFO] [stdout] test seed_crypto::tests::layer_hash_deterministic ... ok [INFO] [stdout] test store::tests::lock_prevents_two_writers ... ok [INFO] [stdout] test store::tests::extract_returns_none_when_no_segment ... ok [INFO] [stdout] test dos::tests::proof_of_work_wrong_nonce ... ok [INFO] [stdout] test store::tests::embed_kernel_persists_through_reopen ... ok [INFO] [stdout] test store::tests::embed_extract_ebpf_round_trip ... ok [INFO] [stdout] test store::tests::delete_by_filter_works ... ok [INFO] [stdout] test witness::tests::build_minimal_witness ... ok [INFO] [stdout] test store::tests::filter_query ... ok [INFO] [stdout] test store::tests::readonly_open ... ok [INFO] [stdout] test witness::tests::build_with_sections ... ok [INFO] [stdout] test witness::tests::governance_approved_gates_everything ... ok [INFO] [stdout] test store::tests::embed_extract_kernel_round_trip ... ok [INFO] [stdout] test witness::tests::build_with_trace ... ok [INFO] [stdout] test store::tests::delete_vectors ... ok [INFO] [stdout] test store::tests::status_reports ... ok [INFO] [stdout] test witness::tests::scorecard_basic ... ok [INFO] [stdout] test witness::tests::policy_hash_deterministic ... ok [INFO] [stdout] test store::tests::test_ingest_creates_witness ... ok [INFO] [stdout] test store::tests::open_existing_store ... ok [INFO] [stdout] test witness::tests::signed_round_trip ... ok [INFO] [stdout] test witness::tests::tampered_payload_fails ... ok [INFO] [stdout] test store::tests::test_delete_creates_witness ... ok [INFO] [stdout] test witness::tests::witness_error_display ... ok [INFO] [stdout] test store::tests::test_query_audited_creates_witness ... ok [INFO] [stdout] test store::tests::compact_reclaims_space ... ok [INFO] [stdout] test witness::tests::wrong_key_rejected ... ok [INFO] [stdout] test write_path::tests::seg_id_monotonic ... ok [INFO] [stdout] test write_path::tests::header_to_bytes_size ... ok [INFO] [stdout] test store::tests::test_compact_creates_witness ... ok [INFO] [stdout] test write_path::tests::write_ebpf_seg_round_trip ... ok [INFO] [stdout] test write_path::tests::write_kernel_seg_round_trip ... ok [INFO] [stdout] test write_path::tests::write_witness_seg_round_trip ... ok [INFO] [stdout] test write_path::tests::write_vec_seg_round_trip ... ok [INFO] [stdout] test store::tests::test_witness_disabled_produces_no_segments ... ok [INFO] [stdout] test safety_net::tests::safety_net_respects_distance_ops_budget ... ok [INFO] [stdout] test store::tests::test_witness_chain_integrity ... ok [INFO] [stdout] test witness::tests::cost_budget_violation ... ok [INFO] [stdout] test witness::tests::governance_autonomous_allows_all ... ok [INFO] [stdout] test witness::tests::governance_restricted_denies_writes ... ok [INFO] [stdout] test witness::tests::policy_violation_recorded ... ok [INFO] [stdout] test witness::tests::scorecard_empty ... ok [INFO] [stdout] test store::tests::create_ingest_query ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 219 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/adr033_integration.rs (/opt/rustwide/target/debug/deps/adr033_integration-23d5ed7f0eec7582) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test adaptive_nprobe_no_change_natural ... ok [INFO] [stdout] test budget_token_bucket_basic ... ok [INFO] [stdout] test adaptive_nprobe_widens_on_degenerate ... ok [INFO] [stdout] test cv_threshold_consistent ... ok [INFO] [stdout] test degenerate_detection_natural ... ok [INFO] [stdout] test degenerate_detection_uniform ... ok [INFO] [stdout] test derive_quality_all_full ... ok [INFO] [stdout] test derive_quality_empty_is_unreliable ... ok [INFO] [stdout] test derive_quality_from_mixed ... ok [INFO] [stdout] test disabled_budget_produces_no_scan ... ok [INFO] [stdout] test epoch_drift_widening ... ok [INFO] [stdout] test hardening_fields_epoch_drift ... ok [INFO] [stdout] test hardening_fields_fits_in_reserved ... ok [INFO] [stdout] test hardening_fields_pointer_lookup ... ok [INFO] [stdout] test hardening_fields_round_trip ... ok [INFO] [stdout] test negative_cache_blacklists_repeated_degenerate ... ok [INFO] [stdout] test new_error_codes_have_correct_categories ... ok [INFO] [stdout] test prefer_quality_extends_budget_4x ... ok [INFO] [stdout] test security_error_codes_are_security ... ok [INFO] [stdout] test combined_nprobe_takes_max ... ok [INFO] [stdout] test query_signature_deterministic ... ok [INFO] [stdout] test quality_error_codes_are_quality ... ok [INFO] [stdout] test safety_net_activates_correctly ... ok [INFO] [stdout] test proof_of_work_solve_and_verify ... ok [INFO] [stdout] test negative_cache_max_size_enforced ... ok [INFO] [stdout] test security_error_stable_display ... ok [INFO] [stdout] test security_policy_default_is_strict ... ok [INFO] [stdout] test budget_caps_are_hard_limits ... ok [INFO] [stdout] test security_policy_methods ... ok [INFO] [stdout] test prefer_latency_disables_safety_net ... ok [INFO] [stdout] test quality_envelope_accept_degraded_succeeds ... ok [INFO] [stdout] test quality_envelope_degraded_without_accept_returns_error ... ok [INFO] [stdout] test quality_envelope_contains_all_fields ... ok [INFO] [stdout] test quality_envelope_returned_for_normal_query ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/agi_e2e.rs (/opt/rustwide/target/debug/deps/agi_e2e-e552aeb259ce02a6) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test authority_level_defaults_per_mode ... ok [INFO] [stdout] test authority_level_hierarchy ... ok [INFO] [stdout] test container_size_limit_enforced ... ok [INFO] [stdout] test execution_mode_validation_matrix ... ok [INFO] [stdout] test full_container_lifecycle ... ok [INFO] [stdout] test resource_budget_clamping ... ok [INFO] [stdout] test resource_budget_within_max_unchanged ... ok [INFO] [stdout] test signed_container_tamper_detection ... ok [INFO] [stdout] test coherence_threshold_validation ... ok [INFO] [stdout] test bench_header_serialize_deserialize ... ok [INFO] [stdout] test bench_flags_computation ... ok [INFO] [stdout] test bench_container_build_parse ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- bench_container_build_parse stdout ---- [INFO] [stdout] Container build: 11028 ns/op (10000 iterations in 110.281546ms) [INFO] [stdout] Container parse: 555 ns/op (10000 iterations in 5.55232ms) [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test agi_e2e` [INFO] [stdout] thread 'bench_container_build_parse' (282) panicked at tests/agi_e2e.rs:313:5: [INFO] [stdout] build too slow: 11028 ns/op [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f95689d85fa - std[da2fd379f16a7ff7]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f95689d85fa - std[da2fd379f16a7ff7]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f95689d85fa - std[da2fd379f16a7ff7]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5f95689d85fa - <::print::DisplayBacktrace as core[97f61b5528a4c2b4]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5f95689ecc2a - ::fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5f95689ecc2a - core[97f61b5528a4c2b4]::fmt::write [INFO] [stdout] 6: 0x5f95689dce82 - std[da2fd379f16a7ff7]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f95689dce82 - as std[da2fd379f16a7ff7]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5f95689b780f - ::print [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5f95689b780f - std[da2fd379f16a7ff7]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5f95689d0b69 - std[da2fd379f16a7ff7]::panicking::default_hook [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5f9568964eac - core[97f61b5528a4c2b4]::ops::function::Fn<(&'a std[da2fd379f16a7ff7]::panic::PanicHookInfo<'b>,), Output = ()> + core[97f61b5528a4c2b4]::marker::Send + core[97f61b5528a4c2b4]::marker::Sync> as core[97f61b5528a4c2b4]::ops::function::Fn<(&std[da2fd379f16a7ff7]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5f9568964eac - test[d0b63a2f043bab5e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f95689d0d22 - core[97f61b5528a4c2b4]::ops::function::Fn<(&'a std[da2fd379f16a7ff7]::panic::PanicHookInfo<'b>,), Output = ()> + core[97f61b5528a4c2b4]::marker::Send + core[97f61b5528a4c2b4]::marker::Sync> as core[97f61b5528a4c2b4]::ops::function::Fn<(&std[da2fd379f16a7ff7]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5f95689d0d22 - std[da2fd379f16a7ff7]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5f95689b78c8 - std[da2fd379f16a7ff7]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5f95689af269 - std[da2fd379f16a7ff7]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5f95689b85dd - __rustc[9f3cd9eabd71303e]::rust_begin_unwind [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5f95689ed43c - core[97f61b5528a4c2b4]::panicking::panic_fmt [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5f9568954345 - agi_e2e[3e0d54835d4b8b5a]::bench_container_build_parse [INFO] [stdout] at /opt/rustwide/workdir/tests/agi_e2e.rs:313:5 [INFO] [stdout] 20: 0x5f9568951af7 - agi_e2e[3e0d54835d4b8b5a]::bench_container_build_parse::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/agi_e2e.rs:276:33 [INFO] [stdout] 21: 0x5f9568958d26 - >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x5f9568958f8b - core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x5f9568958f8b - test[d0b63a2f043bab5e]::__rust_begin_short_backtrace::, fn() -> core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 24: 0x5f956896597b - test[d0b63a2f043bab5e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 25: 0x5f956896597b - as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 26: 0x5f956896597b - std[da2fd379f16a7ff7]::panicking::catch_unwind::do_call::, core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 27: 0x5f956896597b - std[da2fd379f16a7ff7]::panicking::catch_unwind::, core[97f61b5528a4c2b4]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 28: 0x5f956896597b - std[da2fd379f16a7ff7]::panic::catch_unwind::, core[97f61b5528a4c2b4]::result::Result<(), alloc[ec929a98520ab192]::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 29: 0x5f956896597b - test[d0b63a2f043bab5e]::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 30: 0x5f956896597b - test[d0b63a2f043bab5e]::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 31: 0x5f9568961094 - test[d0b63a2f043bab5e]::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 32: 0x5f9568961094 - std[da2fd379f16a7ff7]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 33: 0x5f9568968582 - std[da2fd379f16a7ff7]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 34: 0x5f9568968582 - ::{closure#1}::{closure#0}> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 35: 0x5f9568968582 - std[da2fd379f16a7ff7]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 36: 0x5f9568968582 - std[da2fd379f16a7ff7]::panicking::catch_unwind::<(), core[97f61b5528a4c2b4]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 37: 0x5f9568968582 - std[da2fd379f16a7ff7]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 38: 0x5f9568968582 - std[da2fd379f16a7ff7]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 39: 0x5f9568968582 - ::{closure#1} as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x5f95689d7f0f - + core[97f61b5528a4c2b4]::marker::Send> as core[97f61b5528a4c2b4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 41: 0x5f95689d7f0f - ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 42: 0x73952ce6daa4 - [INFO] [stdout] 43: 0x73952cefaa64 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bench_container_build_parse [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e6e3573cc5cd7ba20bb174891f31b9b27909f72c75a556da936b2122d3051188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6e3573cc5cd7ba20bb174891f31b9b27909f72c75a556da936b2122d3051188", kill_on_drop: false }` [INFO] [stdout] e6e3573cc5cd7ba20bb174891f31b9b27909f72c75a556da936b2122d3051188