[INFO] cloning repository https://github.com/EffortlessMetrics/proofrun
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EffortlessMetrics/proofrun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEffortlessMetrics%2Fproofrun", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEffortlessMetrics%2Fproofrun'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69c40977dea0285b910539c2249dcc69ba570209
[INFO] testing EffortlessMetrics/proofrun against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEffortlessMetrics%2Fproofrun" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/EffortlessMetrics/proofrun
[INFO] finished tweaking git repo https://github.com/EffortlessMetrics/proofrun
[INFO] tweaked toml for git repo https://github.com/EffortlessMetrics/proofrun written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EffortlessMetrics/proofrun on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EffortlessMetrics/proofrun 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid-simd v0.8.0
[INFO] [stderr]   Downloaded referencing v0.37.4
[INFO] [stderr]   Downloaded unicode-general-category v1.1.0
[INFO] [stderr]   Downloaded borrow-or-share v0.2.4
[INFO] [stderr]   Downloaded num-cmp v0.1.0
[INFO] [stderr]   Downloaded fluent-uri v0.4.1
[INFO] [stderr]   Downloaded fraction v0.15.3
[INFO] [stderr]   Downloaded fancy-regex v0.16.2
[INFO] [stderr]   Downloaded jsonschema v0.37.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ff5557c847ab4a9f8476736ff8f6f8de91b15bf11d66a2102729277cb99ec62
[INFO] running `Command { std: "docker" "start" "-a" "5ff5557c847ab4a9f8476736ff8f6f8de91b15bf11d66a2102729277cb99ec62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ff5557c847ab4a9f8476736ff8f6f8de91b15bf11d66a2102729277cb99ec62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ff5557c847ab4a9f8476736ff8f6f8de91b15bf11d66a2102729277cb99ec62", kill_on_drop: false }`
[INFO] [stdout] 5ff5557c847ab4a9f8476736ff8f6f8de91b15bf11d66a2102729277cb99ec62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff5c0b6956e0cb3afad9455a1c3aa8684b85562a97bd9f5acdc48cf96f335782
[INFO] running `Command { std: "docker" "start" "-a" "ff5c0b6956e0cb3afad9455a1c3aa8684b85562a97bd9f5acdc48cf96f335782", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling referencing v0.37.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling jsonschema v0.37.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling proofrun v0.1.0 (/opt/rustwide/workdir/crates/proofrun)
[INFO] [stderr]    Compiling cargo-proofrun v0.1.0 (/opt/rustwide/workdir/crates/cargo-proofrun)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "ff5c0b6956e0cb3afad9455a1c3aa8684b85562a97bd9f5acdc48cf96f335782", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff5c0b6956e0cb3afad9455a1c3aa8684b85562a97bd9f5acdc48cf96f335782", kill_on_drop: false }`
[INFO] [stdout] ff5c0b6956e0cb3afad9455a1c3aa8684b85562a97bd9f5acdc48cf96f335782
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6676d7786e0cd611001800999365fcb1d5f2702b63d98a9833110a1615f3ed6
[INFO] running `Command { std: "docker" "start" "-a" "e6676d7786e0cd611001800999365fcb1d5f2702b63d98a9833110a1615f3ed6", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/crates/xtask)
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling referencing v0.37.4
[INFO] [stderr]    Compiling jsonschema v0.37.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling proofrun v0.1.0 (/opt/rustwide/workdir/crates/proofrun)
[INFO] [stderr]    Compiling cargo-proofrun v0.1.0 (/opt/rustwide/workdir/crates/cargo-proofrun)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 49.34s
[INFO] running `Command { std: "docker" "inspect" "e6676d7786e0cd611001800999365fcb1d5f2702b63d98a9833110a1615f3ed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6676d7786e0cd611001800999365fcb1d5f2702b63d98a9833110a1615f3ed6", kill_on_drop: false }`
[INFO] [stdout] e6676d7786e0cd611001800999365fcb1d5f2702b63d98a9833110a1615f3ed6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 31612500e32c18c2a1071ab17806db8497527be1a95f6c60e3487c379cb8279e
[INFO] running `Command { std: "docker" "start" "-a" "31612500e32c18c2a1071ab17806db8497527be1a95f6c60e3487c379cb8279e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_proofrun-8a4024dd11c6afef)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/proofrun-9644b47985498529)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 174 tests
[INFO] [stdout] test cargo_workspace::tests::test_discover_nonexistent_manifest ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_in_package_dir ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_outside_all_packages ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_root_package_fallback ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_longest_prefix ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_normalizes_leading_dot_slash ... ok
[INFO] [stdout] test cargo_workspace::tests::test_pathdiff_utf8_windows_style ... ok
[INFO] [stdout] test cargo_workspace::tests::test_owner_for_path_exact_dir_match ... ok
[INFO] [stdout] test cargo_workspace::tests::test_pathdiff_utf8_basic ... ok
[INFO] [stdout] test config::tests::parse_default_config ... ok
[INFO] [stdout] test config::tests::serde_defaults_applied_for_minimal_config ... ok
[INFO] [stdout] test config::tests::load_config_falls_back_to_default ... ok
[INFO] [stdout] test config::tests::default_config_matches_reference_content ... ok
[INFO] [stdout] test config::tests::load_config_reads_existing_file ... ok
[INFO] [stdout] test compare::tests::prop_plan_comparison_correctness ... ok
[INFO] [stdout] test doctor::tests::test_check_missing_tools_no_duplicates ... ok
[INFO] [stdout] test cargo_workspace::tests::prop_owner_resolution_selects_longest_prefix ... ok
[INFO] [stdout] test doctor::tests::test_is_tool_available_returns_false_for_nonexistent ... ok
[INFO] [stdout] test doctor::tests::prop_duplicate_surface_detection ... ok
[INFO] [stdout] test doctor::tests::test_check_missing_tools_severity_mapping ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_all_known ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_artifacts_diff_patch ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_multiple_unknown ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_no_placeholders ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_unknown_in_covers ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_unknown_in_id ... ok
[INFO] [stdout] test doctor::tests::test_uncovered_obligation_literal_emit ... ok
[INFO] [stdout] test cargo_workspace::tests::prop_reverse_deps_is_inverse_of_deps ... ok
[INFO] [stdout] test doctor::tests::test_uncovered_obligation_no_packages ... ok
[INFO] [stdout] test doctor::tests::test_uncovered_obligation_missing_surface ... ok
[INFO] [stdout] test doctor::tests::test_unreachable_rule_empty_package_dirs ... ok
[INFO] [stdout] test doctor::tests::test_unreachable_rule_no_matching_packages ... ok
[INFO] [stdout] test doctor::tests::test_uncovered_obligation_all_covered ... ok
[INFO] [stdout] test doctor::tests::test_unreachable_rule_with_matching_packages ... ok
[INFO] [stdout] test doctor::tests::test_unreachable_rule_non_crates_pattern_ignored ... ok
[INFO] [stdout] test doctor::tests::test_unbound_placeholder_unknown_in_run ... ok
[INFO] [stdout] test doctor::tests::test_uncovered_obligation_wildcard_cover ... ok
[INFO] [stdout] test doctor::tests::test_is_tool_available_finds_existing_tool ... ok
[INFO] [stdout] test doctor::tests::prop_strict_mode_exit_behavior ... ok
[INFO] [stdout] test cargo_workspace::tests::test_discover_fixture_workspace ... FAILED
[INFO] [stdout] test emit::tests::test_core_change_commands_shell_matches_fixture ... ok
[INFO] [stdout] test emit::tests::test_core_change_github_actions_matches_fixture ... ok
[INFO] [stdout] test emit::tests::test_docs_change_commands_shell_matches_fixture ... ok
[INFO] [stdout] test emit::tests::test_docs_change_github_actions_matches_fixture ... ok
[INFO] [stdout] test emit::tests::test_github_actions_ends_with_single_trailing_newline ... ok
[INFO] [stdout] test emit::tests::test_github_actions_starts_with_header ... ok
[INFO] [stdout] test emit::tests::test_shell_ends_with_single_trailing_newline ... ok
[INFO] [stdout] test emit::tests::test_shell_join_basic ... ok
[INFO] [stdout] test emit::tests::test_shell_quote_empty ... ok
[INFO] [stdout] test emit::tests::test_shell_quote_needs_quoting ... ok
[INFO] [stdout] test emit::tests::test_shell_quote_safe ... ok
[INFO] [stdout] test emit::tests::test_shell_quote_single_quote_in_arg ... ok
[INFO] [stdout] test emit::tests::test_shell_starts_with_shebang ... ok
[INFO] [stdout] test emit::tests::prop_github_actions_emitter_structure ... ok
[INFO] [stdout] test emit::tests::prop_shell_emitter_structure ... ok
[INFO] [stdout] test emit::tests::prop_matrix_emitter_structure ... ok
[INFO] [stdout] test emit::tests::prop_nextest_filterset_emitter ... ok
[INFO] [stdout] test explain::tests::prop_path_query_correctness ... ok
[INFO] [stdout] test explain::tests::test_core_change_plan_markdown_matches_fixture ... ok
[INFO] [stdout] test explain::tests::test_diagnostics_section_included_when_nonempty ... ok
[INFO] [stdout] test explain::tests::test_diagnostics_section_omitted_when_empty ... ok
[INFO] [stdout] test explain::tests::test_docs_change_plan_markdown_matches_fixture ... ok
[INFO] [stdout] test explain::tests::test_explain_solver_fails_when_config_digest_drifts ... ok
[INFO] [stdout] test emit::tests::prop_structured_json_content ... ok
[INFO] [stdout] test explain::tests::test_none_fields_render_as_none_string ... ok
[INFO] [stdout] test explain::tests::test_query_obligation_found_returns_reasons_and_surfaces ... ok
[INFO] [stdout] test explain::tests::test_query_obligation_not_found_returns_error ... ok
[INFO] [stdout] test explain::tests::test_query_obligation_profile_obligation ... ok
[INFO] [stdout] test explain::tests::test_query_path_found_returns_obligations_and_surfaces ... ok
[INFO] [stdout] test explain::tests::test_query_path_not_found_returns_false ... ok
[INFO] [stdout] test explain::tests::test_query_path_profile_obligation_not_linked_to_path ... ok
[INFO] [stdout] test explain::tests::prop_trace_completeness ... ok
[INFO] [stdout] test explain::tests::test_query_surface_not_found_returns_error ... ok
[INFO] [stdout] test explain::tests::test_query_surface_omitted_returns_reason ... ok
[INFO] [stdout] test explain::tests::test_query_surface_selected_returns_details ... ok
[INFO] [stdout] test explain::tests::test_trace_plan_core_change_paths ... ok
[INFO] [stdout] test explain::tests::test_trace_plan_empty_plan ... ok
[INFO] [stdout] test explain::tests::test_trace_plan_no_fallback_obligations ... ok
[INFO] [stdout] test explain::tests::test_trace_plan_profile_obligations ... ok
[INFO] [stdout] test explain::tests::test_trace_plan_with_fallback_obligation ... ok
[INFO] [stdout] test git::tests::parse_added ... ok
[INFO] [stdout] test git::tests::parse_copy_takes_destination ... ok
[INFO] [stdout] test git::tests::parse_deleted ... ok
[INFO] [stdout] test git::tests::parse_empty_line_returns_none ... ok
[INFO] [stdout] test git::tests::parse_malformed_line_returns_none ... ok
[INFO] [stdout] test git::tests::parse_modified ... ok
[INFO] [stdout] test git::tests::parse_rename_takes_destination ... ok
[INFO] [stdout] test explain::tests::test_explain_solver_returns_selected_and_omitted_surfaces ... ok
[INFO] [stdout] test git::tests::prop_name_status_mad ... ok
[INFO] [stdout] test git::tests::prop_name_status_rename_copy ... ok
[INFO] [stdout] test doctor::tests::prop_unbound_placeholder_detection ... ok
[INFO] [stdout] test emit::tests::prop_new_emitter_determinism ... ok
[INFO] [stdout] test explain::tests::test_query_solver_surface_omitted_returns_cost_context ... ok
[INFO] [stdout] test explain::tests::prop_markdown_emitter_contains_all_plan_data ... ok
[INFO] [stdout] test explain::tests::prop_surface_query_correctness ... ok
[INFO] [stdout] test explain::tests::prop_obligation_query_correctness ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_basic_rule_matching ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_empty_range_fallback ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_multiple_rules_multiple_paths ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_no_fallback_when_not_fail_closed ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_profile_always ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_template_without_owner_on_unowned_path ... ok
[INFO] [stdout] test obligations::tests::test_compile_obligations_unowned_path_with_owner_template ... ok
[INFO] [stdout] test obligations::tests::test_double_star_slash_at_start ... ok
[INFO] [stdout] test obligations::tests::test_exact_match ... ok
[INFO] [stdout] test obligations::tests::test_expand_template_known_keys ... ok
[INFO] [stdout] test obligations::tests::test_expand_template_missing_key_returns_error ... ok
[INFO] [stdout] test obligations::tests::test_expand_template_multiple_placeholders ... ok
[INFO] [stdout] test obligations::tests::test_expand_template_no_placeholders ... ok
[INFO] [stdout] test obligations::tests::test_glob_double_star_slash_matches_directories ... ok
[INFO] [stdout] test obligations::tests::test_glob_double_star_trailing ... ok
[INFO] [stdout] test obligations::tests::test_glob_question_mark ... ok
[INFO] [stdout] test obligations::tests::test_glob_star_matches_single_segment ... ok
[INFO] [stdout] test obligations::tests::test_leading_slash_stripped ... ok
[INFO] [stdout] test obligations::tests::test_reference_patterns ... ok
[INFO] [stdout] test obligations::tests::prop_exact_literal_anchoring ... ok
[INFO] [stdout] test obligations::tests::prop_trailing_doublestar_matches_any_suffix ... ok
[INFO] [stdout] test planner::tests::prop_solver_finds_minimum_cost_complete_cover ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_artifacts_diff_patch_substitution ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_basic_pkg_template ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_dedup_keeps_last ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_empty_covers_filtered ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_full_default_config_core_change ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_non_pkg_template ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_profile_substitution ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_sort_order ... ok
[INFO] [stdout] test planner::tests::test_build_candidates_wildcard_cover ... ok
[INFO] [stdout] test planner::tests::test_candidate_bindings_basic ... ok
[INFO] [stdout] test planner::tests::test_candidate_bindings_no_pkg_obligations ... ok
[INFO] [stdout] test planner::tests::test_fnmatch_match_exact ... ok
[INFO] [stdout] test planner::tests::test_fnmatch_match_question_mark ... ok
[INFO] [stdout] test planner::tests::test_fnmatch_match_star_matches_any ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_minimum_cost ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_multiple_obligations ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_result_sorted_by_id ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_single_obligation_single_candidate ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_tiebreak_fewer_surfaces ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_tiebreak_lexicographic_ids ... ok
[INFO] [stdout] test planner::tests::test_solve_exact_cover_uncoverable_obligation ... ok
[INFO] [stdout] test run::tests::prop_dry_run_receipt_invariants ... ok
[INFO] [stdout] test run::tests::prop_failed_only_skips_surfaces_not_in_receipt ... ok
[INFO] [stdout] test obligations::tests::prop_single_star_no_slash_crossing ... ok
[INFO] [stdout] test obligations::tests::prop_question_mark_single_char ... ok
[INFO] [stdout] test run::tests::prop_failed_only_step_selection ... ok
[INFO] [stdout] test obligations::tests::prop_doublestar_slash_prefix_semantics ... ok
[INFO] [stdout] test tests::prop_change_source_field_mapping ... ok
[INFO] [stdout] test tests::prop_change_source_mutual_exclusivity ... ok
[INFO] [stdout] test run::tests::prop_resume_and_failed_only_digest_verification ... ok
[INFO] [stdout] test obligations::tests::prop_leading_slash_invariance ... ok
[INFO] [stdout] test tests::prop_budget_gate_correctness ... ok
[INFO] [stdout] test run::tests::prop_resume_step_merging ... ok
[INFO] [stdout] test tests::test_canonical_json_array ... ok
[INFO] [stdout] test tests::test_canonical_json_float ... ok
[INFO] [stdout] test tests::test_canonical_json_nested_objects ... ok
[INFO] [stdout] test tests::test_canonical_json_null_bool ... ok
[INFO] [stdout] test tests::test_canonical_json_roundtrip ... ok
[INFO] [stdout] test tests::test_canonical_json_sorted_keys_no_whitespace ... ok
[INFO] [stdout] test tests::test_canonical_json_string_escaping ... ok
[INFO] [stdout] test tests::test_parse_stdin_paths_all_blank ... ok
[INFO] [stdout] test tests::test_parse_stdin_paths_basic ... ok
[INFO] [stdout] test tests::test_parse_stdin_paths_empty_input ... ok
[INFO] [stdout] test tests::test_parse_stdin_paths_skips_blank_lines ... ok
[INFO] [stdout] test tests::test_parse_stdin_paths_trims_whitespace ... ok
[INFO] [stdout] test tests::test_sha256_hex_consistent ... ok
[INFO] [stdout] test tests::test_sha256_hex_hello ... ok
[INFO] [stdout] test tests::test_sha256_hex_known_digest ... ok
[INFO] [stdout] test tests::test_utc_now_format ... ok
[INFO] [stdout] test tests::prop_stdin_path_parsing ... ok
[INFO] [stdout] test tests::prop_digest_determinism ... ok
[INFO] [stdout] test tests::prop_plan_collections_sorted ... ok
[INFO] [stdout] test tests::prop_timestamp_format ... ok
[INFO] [stdout] test planner::tests::prop_candidate_list_invariants ... ok
[INFO] [stdout] test planner::tests::prop_candidate_expansion_correct_bindings_and_covers ... ok
[INFO] [stdout] test obligations::tests::prop_obligation_compiler_correct_reasons ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cargo_workspace::tests::test_discover_fixture_workspace stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cargo_workspace::tests::test_discover_fixture_workspace' (21) panicked at crates/proofrun/src/cargo_workspace.rs:362:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 3
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea649f7287a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea649f7287a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea649f7287a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ea649f7287a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ea649f8989a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ea649f8989a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5ea649f77a72 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ea649f77a72 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ea649f4f09f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ea649f4f09f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ea649f6a0b9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ea649b3e3ec - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5ea649b3e3ec - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ea649f6a272 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5ea649f6a272 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ea649f4f158 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ea649f43ba9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ea649f4ff5d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ea649f8a0dc - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea649f89f93 - core[e929cb53b82a81ca]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5ea649f84dad - core[e929cb53b82a81ca]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5ea649976511 - proofrun[9fe5e3ec682152b4]::cargo_workspace::tests::test_discover_fixture_workspace
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/proofrun/src/cargo_workspace.rs:362:9
[INFO] [stdout]   22:     0x5ea6499514a7 - proofrun[9fe5e3ec682152b4]::cargo_workspace::tests::test_discover_fixture_workspace::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/proofrun/src/cargo_workspace.rs:353:41
[INFO] [stdout]   23:     0x5ea6497d5626 - <proofrun[9fe5e3ec682152b4]::cargo_workspace::tests::test_discover_fixture_workspace::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea649b316cb - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ea649b316cb - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5ea649b3eebb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5ea649b3eebb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5ea649b3eebb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ea649b3eebb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ea649b3eebb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ea649b3eebb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5ea649b3eebb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5ea649b385d4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5ea649b385d4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ea649b41ac2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5ea649b41ac2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5ea649b41ac2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ea649b41ac2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ea649b41ac2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ea649b41ac2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5ea649b41ac2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ea649f71c6f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5ea649f71c6f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x73e6423dfaa4 - <unknown>
[INFO] [stdout]   45:     0x73e64246ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cargo_workspace::tests::test_discover_fixture_workspace
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 173 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 27.51s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p proofrun --lib`
[INFO] running `Command { std: "docker" "inspect" "31612500e32c18c2a1071ab17806db8497527be1a95f6c60e3487c379cb8279e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31612500e32c18c2a1071ab17806db8497527be1a95f6c60e3487c379cb8279e", kill_on_drop: false }`
[INFO] [stdout] 31612500e32c18c2a1071ab17806db8497527be1a95f6c60e3487c379cb8279e
