[INFO] cloning repository https://github.com/asmuelle/cargo-impact
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asmuelle/cargo-impact" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasmuelle%2Fcargo-impact", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasmuelle%2Fcargo-impact'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8114e37b61b3593c0d6598cee7cfff3622de02c6
[INFO] testing asmuelle/cargo-impact against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasmuelle%2Fcargo-impact" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/asmuelle/cargo-impact
[INFO] finished tweaking git repo https://github.com/asmuelle/cargo-impact
[INFO] tweaked toml for git repo https://github.com/asmuelle/cargo-impact written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/asmuelle/cargo-impact on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/asmuelle/cargo-impact already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8
[INFO] running `Command { std: "docker" "start" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", 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" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", 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" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling hybrid-array v0.4.11
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling cargo-impact v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.62s
[INFO] running `Command { std: "docker" "inspect" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", 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" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling cargo-impact v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.64s
[INFO] running `Command { std: "docker" "inspect" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", 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" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stdout] running 255 tests
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_impact-fc87dbb226f8ffa6)
[INFO] [stdout] test adapters::tests::axum_avoids_substring_false_positives ... ok
[INFO] [stdout] test adapters::tests::actix_handler_without_changed_body_refs_is_ignored ... ok
[INFO] [stdout] test adapters::tests::actix_http_verb_handler_with_changed_body_fires ... ok
[INFO] [stdout] test adapters::tests::axum_route_with_changed_handler_fires ... ok
[INFO] [stdout] test adapters::tests::clap_parser_on_struct_fires_when_struct_name_changed ... ok
[INFO] [stdout] test adapters::tests::actix_service_chain_with_changed_handler_fires ... ok
[INFO] [stdout] test adapters::tests::empty_changed_set_returns_empty ... ok
[INFO] [stdout] test adapters::tests::clap_subcommand_enum_fires_when_variant_field_changed ... ok
[INFO] [stdout] test adapters::tests::axum_ignores_routes_referencing_unrelated_symbols ... ok
[INFO] [stdout] test adapters::tests::clap_args_derive_covered ... ok
[INFO] [stdout] test adapters::tests::clap_ignores_structs_without_clap_derives ... ok
[INFO] [stdout] test adapters::tests::axum_nest_fires_when_nested_router_changed ... ok
[INFO] [stdout] test adapters::tests::rocket_mount_routes_macro_fires ... ok
[INFO] [stdout] test adapters::tests::framework_detected_via_use_statement ... ok
[INFO] [stdout] test adapters::tests::http_verb_without_framework_import_uses_neutral_family ... ok
[INFO] [stdout] test adapters::tests::finding_severity_is_high ... ok
[INFO] [stdout] test adapters::tests::rocket_http_verb_handler_with_changed_body_fires ... ok
[INFO] [stdout] test cfg::tests::all_requires_every_inner ... ok
[INFO] [stdout] test cache::tests::content_hash_cache_round_trips_values ... ok
[INFO] [stdout] test cfg::tests::all_features_activates_every_non_default_entry ... ok
[INFO] [stdout] test cfg::tests::exact_respects_membership ... ok
[INFO] [stdout] test cfg::tests::any_requires_at_least_one_inner ... ok
[INFO] [stdout] test cfg::tests::feature_cfg_matches_when_active ... ok
[INFO] [stdout] test cfg::tests::missing_manifest_with_explicit_features_uses_exact ... ok
[INFO] [stdout] test cfg::tests::filter_recurses_into_inline_modules ... ok
[INFO] [stdout] test cache::tests::file_hash_changes_with_contents ... ok
[INFO] [stdout] test cfg::tests::parse_and_filter_strips_inactive_items_under_with_features ... ok
[INFO] [stdout] test cfg::tests::cross_crate_and_dep_prefixed_features_are_skipped ... ok
[INFO] [stdout] test cfg::tests::permissive_default_keeps_all_items ... ok
[INFO] [stdout] test cfg::tests::missing_manifest_falls_back_to_permissive ... ok
[INFO] [stdout] test cfg::tests::feature_cfg_rejects_when_inactive ... ok
[INFO] [stdout] test cfg::tests::cfg_test_is_always_active ... ok
[INFO] [stdout] test cfg::tests::comma_separated_user_feature_list_is_split ... ok
[INFO] [stdout] test cfg::tests::target_cfgs_stay_permissive ... ok
[INFO] [stdout] test cfg::tests::transitive_expansion_propagates ... ok
[INFO] [stdout] test cfg::tests::permissive_treats_every_cfg_as_active ... ok
[INFO] [stdout] test cfg::tests::no_default_features_skips_defaults ... ok
[INFO] [stdout] test cfg::tests::nested_combinators ... ok
[INFO] [stdout] test cfg::tests::not_negates ... ok
[INFO] [stdout] test cfg::tests::with_features_restores_previous_on_drop ... ok
[INFO] [stdout] test config::tests::invalid_fail_on_string_leaves_args_untouched_and_logs ... ok
[INFO] [stdout] test dedup::tests::dyn_dispatch_shadowed_by_proven_ref_on_trait_name ... ok
[INFO] [stdout] test cfg::tests::user_features_union_with_defaults ... ok
[INFO] [stdout] test config::tests::apply_does_not_override_explicit_cli_values ... ok
[INFO] [stdout] test config::tests::apply_sets_flags_when_cli_left_them_default ... ok
[INFO] [stdout] test dedup::tests::multiple_proven_refs_deduplicate_multiple_syn_findings ... ok
[INFO] [stdout] test dedup::tests::proven_ref_at_different_file_does_not_shadow ... ok
[INFO] [stdout] test config::tests::load_malformed_file_logs_and_returns_empty ... ok
[INFO] [stdout] test config::tests::load_missing_file_returns_empty_config ... ok
[INFO] [stdout] test config::tests::load_reads_file_from_root ... ok
[INFO] [stdout] test config::tests::parse_full_defaults_block ... ok
[INFO] [stdout] test dedup::tests::empty_findings_is_noop ... ok
[INFO] [stdout] test dedup::tests::empty_set_leaves_findings_untouched ... ok
[INFO] [stdout] test dedup::tests::expanded_test_shadowed_by_raw_with_same_name ... ok
[INFO] [stdout] test dedup::tests::expanded_test_with_no_raw_counterpart_survives ... ok
[INFO] [stdout] test dedup::tests::expanded_trait_impls_are_never_shadowed_by_raw_test_refs ... ok
[INFO] [stdout] test cfg::tests::resolve_uses_default_features_when_allowed ... ok
[INFO] [stdout] test dedup::tests::proven_ref_shadows_test_reference_at_same_file_and_symbol ... ok
[INFO] [stdout] test dedup::tests::semver_finding_without_path_is_never_shadowed ... ok
[INFO] [stdout] test dedup::tests::test_reference_shadowed_by_any_matched_symbol ... ok
[INFO] [stdout] test dedup::tests::expanded_with_different_test_name_survives ... ok
[INFO] [stdout] test config::tests::parse_empty_config_yields_empty_defaults ... ok
[INFO] [stdout] test derive::tests::cfg_attr_kept_when_predicate_true_under_exact_featureset ... ok
[INFO] [stdout] test dedup::tests::trait_impl_shadowed_by_proven_ref_on_trait_name ... ok
[INFO] [stdout] test derive::tests::finding_carries_expected_tier_and_severity ... ok
[INFO] [stdout] test derive::tests::detects_bare_derive ... ok
[INFO] [stdout] test derive::tests::cfg_attr_derive_detected_under_permissive ... ok
[INFO] [stdout] test derive::tests::cfg_attr_composes_with_plain_derives_on_same_item ... ok
[INFO] [stdout] test derive::tests::ignores_unrelated_derives ... ok
[INFO] [stdout] test derive::tests::cfg_attr_multi_derive_emits_one_finding_per_match ... ok
[INFO] [stdout] test derive::tests::malformed_cfg_attr_is_ignored_without_panicking ... ok
[INFO] [stdout] test derive::tests::cfg_attr_with_not_combinator_evaluates_correctly ... ok
[INFO] [stdout] test derive::tests::matches_qualified_derive_path_via_last_segment ... ok
[INFO] [stdout] test derive::tests::handles_malformed_derive_gracefully ... ok
[INFO] [stdout] test derive::tests::cfg_attr_dropped_when_predicate_false_under_exact_featureset ... ok
[INFO] [stdout] test derive::tests::multi_trait_derive_emits_one_finding_per_match ... ok
[INFO] [stdout] test derive::tests::works_for_enum_and_union ... ok
[INFO] [stdout] test dedup::tests::proven_ref_for_different_symbol_does_not_shadow ... ok
[INFO] [stdout] test doc_drift::tests::extracts_bracketed_intra_doc_link_with_backticks ... ok
[INFO] [stdout] test doc_drift::tests::extracts_bracketed_plain_form ... ok
[INFO] [stdout] test doc_drift::tests::flags_intra_doc_link_in_markdown_file ... ok
[INFO] [stdout] test doc_drift::tests::flags_intra_doc_link_inside_rust_doc_comment ... ok
[INFO] [stdout] test doc_drift::tests::flags_keyword_mention_only_for_long_identifiers ... ok
[INFO] [stdout] test cfg::tests::virtual_workspace_without_root_features_falls_back_to_permissive ... ok
[INFO] [stdout] test derive::tests::empty_changed_set_returns_empty ... ok
[INFO] [stdout] test derive::tests::recurses_into_inline_modules ... ok
[INFO] [stdout] test dyn_dispatch::tests::detects_box_dyn_trait ... ok
[INFO] [stdout] test dyn_dispatch::tests::detects_reference_dyn_trait ... ok
[INFO] [stdout] test doc_drift::tests::link_finding_suppresses_duplicate_keyword_finding ... ok
[INFO] [stdout] test dyn_dispatch::tests::matches_qualified_trait_path_via_last_segment ... ok
[INFO] [stdout] test doc_drift::tests::skips_target_directory ... ok
[INFO] [stdout] test doc_drift::tests::ignores_markdown_url_link ... ok
[INFO] [stdout] test dyn_dispatch::tests::ignores_dyn_of_unrelated_traits ... ok
[INFO] [stdout] test ffi::tests::detects_modified_extern_c_signature ... ok
[INFO] [stdout] test diff::tests::inline_module_container_not_marked_when_child_changes ... ok
[INFO] [stdout] test diff::tests::detects_modified_item ... ok
[INFO] [stdout] test ffi::tests::detects_added_extern_c_fn ... ok
[INFO] [stdout] test finding::tests::default_severity_by_kind ... ok
[INFO] [stdout] test finding::tests::json_shape_uses_kind_tag ... ok
[INFO] [stdout] test diff::tests::detects_added_item ... ok
[INFO] [stdout] test finding::tests::confidence_clamped_to_unit_interval ... ok
[INFO] [stdout] test diff::tests::identical_files_produce_empty_diff ... ok
[INFO] [stdout] test format::tests::empty_findings_produce_valid_json ... ok
[INFO] [stdout] test format::tests::markdown_budget_preserves_highest_priority_findings ... ok
[INFO] [stdout] test format::tests::json_envelope_has_documented_fields ... ok
[INFO] [stdout] test format::tests::markdown_renders_severity_sections_and_checklist ... ok
[INFO] [stdout] test format::tests::markdown_budget_zero_matches_unlimited_behavior ... ok
[INFO] [stdout] test format::tests::pr_comment_budget_truncates_with_notice ... ok
[INFO] [stdout] test diff::tests::unreadable_working_tree_returns_none ... ok
[INFO] [stdout] test format::tests::markdown_budget_header_always_emitted_even_if_it_alone_exceeds ... ok
[INFO] [stdout] test format::tests::pr_comment_expands_high_by_default_collapses_others ... ok
[INFO] [stdout] test format::tests::pr_comment_escapes_pipes_in_evidence ... ok
[INFO] [stdout] test format::tests::markdown_budget_truncates_and_emits_footer_with_accurate_counts ... ok
[INFO] [stdout] test format::tests::pr_comment_empty_findings_still_emits_header ... ok
[INFO] [stdout] test ffi::tests::detects_no_mangle_fn_change ... ok
[INFO] [stdout] test format::tests::pr_comment_shape_is_stable ... ok
[INFO] [stdout] test diff::tests::external_module_declaration_changes_are_kept ... ok
[INFO] [stdout] test format::tests::sarif_emits_stable_envelope_and_schema ... ok
[INFO] [stdout] test ffi::tests::detects_removed_extern_c_symbol_when_file_is_deleted ... ok
[INFO] [stdout] test format::tests::sarif_includes_region_only_when_line_available ... ok
[INFO] [stdout] test diff::tests::new_file_with_no_head_version_marks_everything_added ... ok
[INFO] [stdout] test format::tests::sarif_maps_severity_to_sarif_level ... ok
[INFO] [stdout] test format::tests::sarif_rule_names_use_camel_case ... ok
[INFO] [stdout] test format::tests::sarif_rules_cover_every_finding_kind ... ok
[INFO] [stdout] test format::tests::text_renders_all_severity_buckets_even_when_empty ... ok
[INFO] [stdout] test format::tests::sarif_handles_empty_findings ... ok
[INFO] [stdout] test ignore::tests::empty_matcher_never_matches ... ok
[INFO] [stdout] test ignore::tests::glob_matches_helper_covers_wildcard_semantics ... ok
[INFO] [stdout] test ignore::tests::literal_pattern_matches_substring ... ok
[INFO] [stdout] test ignore::tests::glob_matches_single_component ... ok
[INFO] [stdout] test ignore::tests::windows_style_paths_are_normalized ... ok
[INFO] [stdout] test ignore::tests::comments_and_blank_lines_ignored ... ok
[INFO] [stdout] test ignore::tests::missing_file_yields_empty_matcher ... ok
[INFO] [stdout] test ignore::tests::load_reads_file_at_root ... ok
[INFO] [stdout] test ffi::tests::detects_removed_extern_c_symbol ... ok
[INFO] [stdout] test macro_expand::tests::disabled_flag_short_circuits_before_calling_cargo ... ok
[INFO] [stdout] test log_miss::tests::creates_cache_directory_and_writes_record ... ok
[INFO] [stdout] test macro_expand::tests::empty_inputs_short_circuit_before_spawning ... ok
[INFO] [stdout] test macro_expand::tests::empty_changed_set_returns_no_findings ... ok
[INFO] [stdout] test macro_expand::tests::evidence_calls_out_macro_expansion_source ... ok
[INFO] [stdout] test macro_expand::tests::expanded_test_ref_emits_nextest_filter_suggestion ... ok
[INFO] [stdout] test macro_expand::tests::detects_test_referencing_changed_symbol_in_expanded_body ... ok
[INFO] [stdout] test macro_expand::tests::expanded_test_ref_evidence_calls_out_expansion_source ... ok
[INFO] [stdout] test macro_expand::tests::expanded_test_ref_respects_word_boundaries ... ok
[INFO] [stdout] test macro_expand::tests::ignores_impls_on_unchanged_traits ... ok
[INFO] [stdout] test macro_expand::tests::is_no_library_error_is_case_insensitive ... ok
[INFO] [stdout] test macro_expand::tests::is_no_library_error_matches_known_phrasings ... ok
[INFO] [stdout] test macro_expand::tests::impl_and_test_findings_emitted_together_from_same_stream ... ok
[INFO] [stdout] test macro_expand::tests::matches_derived_impl_on_changed_trait ... ok
[INFO] [stdout] test macro_expand::tests::is_no_library_error_rejects_unrelated_errors ... ok
[INFO] [stdout] test log_miss::tests::each_line_is_valid_standalone_json ... ok
[INFO] [stdout] test macro_expand::tests::matches_impl_via_last_path_segment ... ok
[INFO] [stdout] test macro_expand::tests::non_test_fns_are_not_emitted_as_test_refs ... ok
[INFO] [stdout] test macro_expand::tests::multiple_matches_in_one_stream_all_emitted ... ok
[INFO] [stdout] test mcp::tests::impact_explain_rejects_missing_finding_id ... ok
[INFO] [stdout] test mcp::tests::impact_version_tool_returns_crate_version ... ok
[INFO] [stdout] test mcp::tests::analyze_args_defaults_populate_impact_args_sensibly ... ok
[INFO] [stdout] test mcp::tests::initialize_advertises_tools_capability ... ok
[INFO] [stdout] test mcp::tests::notifications_without_id_produce_no_response ... ok
[INFO] [stdout] test finding::tests::tier_summary_tallies_correctly ... ok
[INFO] [stdout] test mcp::tests::progress_notification_omits_detail_when_none ... ok
[INFO] [stdout] test mcp::tests::progress_notification_payload_matches_mcp_log_schema ... ok
[INFO] [stdout] test mcp::tests::surface_projection_keeps_runtime_surface_findings ... ok
[INFO] [stdout] test mcp::tests::unknown_method_returns_method_not_found_error ... ok
[INFO] [stdout] test mcp::tests::unknown_tool_returns_internal_error ... ok
[INFO] [stdout] test nextest::tests::empty_input_yields_empty_filter ... ok
[INFO] [stdout] test nextest::tests::duplicate_test_names_collapse ... ok
[INFO] [stdout] test nextest::tests::multiple_tests_joined_with_or ... ok
[INFO] [stdout] test macro_expand::tests::unparseable_input_returns_empty_without_panicking ... ok
[INFO] [stdout] test mcp::tests::tools_list_returns_all_six_tools ... ok
[INFO] [stdout] test nextest::tests::non_test_findings_are_skipped ... ok
[INFO] [stdout] test nextest::tests::single_test_reference ... ok
[INFO] [stdout] test ref_context::tests::classify_on_missing_file_returns_caller ... ok
[INFO] [stdout] test ref_context::tests::line_outside_any_container_stays_caller ... ok
[INFO] [stdout] test ref_context::tests::fn_inside_tests_module_is_test_fn ... ok
[INFO] [stdout] test ref_context::tests::plain_top_level_fn_is_caller ... ok
[INFO] [stdout] test ref_context::tests::impl_block_method_is_impl_block ... ok
[INFO] [stdout] test ref_context::tests::nested_cfg_test_mod_propagates_into_inner_impl ... ok
[INFO] [stdout] test ref_context::tests::refined_severity_mapping ... ok
[INFO] [stdout] test ref_context::tests::fn_inside_cfg_test_module_is_test_fn ... ok
[INFO] [stdout] test ref_context::tests::rstest_attribute_flags_test_fn ... ok
[INFO] [stdout] test diff::tests::same_named_items_in_different_modules_do_not_collide ... ok
[INFO] [stdout] test log_miss::tests::appends_multiple_records ... ok
[INFO] [stdout] test macro_expand::tests::pipe_reader_collects_output_without_waiting_for_process_exit ... ok
[INFO] [stdout] test ref_context::tests::test_attribute_on_fn_flags_test_fn ... ok
[INFO] [stdout] test rust_analyzer::tests::enabled_with_empty_inputs_short_circuits ... ok
[INFO] [stdout] test ref_context::tests::test_fn_inside_impl_beats_impl_block ... ok
[INFO] [stdout] test ref_context::tests::trait_impl_method_is_impl_block ... ok
[INFO] [stdout] test ref_context::tests::tokio_test_attribute_flags_test_fn ... ok
[INFO] [stdout] test rust_analyzer::tests::parse_document_symbols_flat_and_hierarchical ... ok
[INFO] [stdout] test diff::tests::unparseable_file_returns_none_so_caller_can_fall_back ... ok
[INFO] [stdout] test rust_analyzer::tests::disabled_flag_returns_empty ... ok
[INFO] [stdout] test diff::tests::deleted_file_marks_all_previous_items_removed ... ok
[INFO] [stdout] test rust_analyzer::tests::parse_references_extracts_uri_and_line ... ok
[INFO] [stdout] test rust_analyzer::tests::read_message_case_insensitive_header ... ok
[INFO] [stdout] test rust_analyzer::tests::path_to_uri_produces_file_scheme ... ok
[INFO] [stdout] test rust_analyzer::tests::read_message_rejects_missing_content_length ... ok
[INFO] [stdout] test rust_analyzer::tests::uri_to_relative_path_strips_base_unix_shape ... ok
[INFO] [stdout] test rust_analyzer::tests::uri_to_relative_path_uses_workspace_root_for_sibling_files ... ok
[INFO] [stdout] test rust_analyzer::tests::read_message_parses_well_formed_frame ... ok
[INFO] [stdout] test ffi::tests::ignores_unchanged_ffi_symbols ... ok
[INFO] [stdout] test semver_checks::tests::failure_yields_single_high_finding ... ok
[INFO] [stdout] test git::tests::show_file_at_readds_member_prefix ... ok
[INFO] [stdout] test semver_checks::tests::first_failing_lint_extracted_as_evidence_when_present ... ok
[INFO] [stdout] test semver_checks::tests::handles_alternative_failure_prefix_format ... ok
[INFO] [stdout] test rust_analyzer::tests::recv_lsp_message_times_out_when_reader_stalls ... ok
[INFO] [stdout] test rust_analyzer::tests::uri_to_relative_path_handles_windows_drive_letter_shape ... ok
[INFO] [stdout] test rust_analyzer::tests::has_drive_letter_classifies_correctly ... ok
[INFO] [stdout] test semver_checks::tests::run_returns_empty_when_disabled_regardless_of_tool_presence ... ok
[INFO] [stdout] test semver_checks::tests::success_produces_no_findings ... ok
[INFO] [stdout] test semver_checks::tests::suggested_action_points_users_at_raw_tool ... ok
[INFO] [stdout] test symbols::tests::keeps_external_module_declarations ... ok
[INFO] [stdout] test semver_checks::tests::which_finds_a_ubiquitous_binary ... ok
[INFO] [stdout] test symbols::tests::descends_into_inline_modules ... ok
[INFO] [stdout] test symbols::tests::rejects_unparseable_source ... ok
[INFO] [stdout] test symbols::tests::tags_each_item_with_kind ... ok
[INFO] [stdout] test tests::fail_on_low_triggers_on_everything_but_unknown ... ok
[INFO] [stdout] test tests::fail_on_medium_triggers_on_medium_and_above ... ok
[INFO] [stdout] test tests::powerset::baseline_findings_pass_through_unchanged ... ok
[INFO] [stdout] test tests::powerset::finding_visible_in_baseline_and_nodef_keeps_baseline_evidence ... ok
[INFO] [stdout] test tests::powerset::finding_only_in_all_features_is_annotated_and_appended ... ok
[INFO] [stdout] test tests::fail_on_high_triggers_on_high_only ... ok
[INFO] [stdout] test tests::powerset::same_id_in_both_extras_only_annotates_once ... ok
[INFO] [stdout] test tests::powerset::merged_results_stay_sorted_by_severity_then_tier ... ok
[INFO] [stdout] test tests_scan::tests::does_not_match_method_call_names_as_free_functions ... ok
[INFO] [stdout] test tests_scan::tests::matches_test_that_references_changed_symbol ... ok
[INFO] [stdout] test tests_scan::tests::matches_tokio_test_and_rstest_attributes ... ok
[INFO] [stdout] test tests_scan::tests::matches_type_and_qualified_path_references ... ok
[INFO] [stdout] test tests_scan::tests::does_not_match_substring_identifiers ... ok
[INFO] [stdout] test tests_scan::tests::empty_changed_set_returns_empty ... ok
[INFO] [stdout] test tests_scan::tests::ignores_non_test_functions ... ok
[INFO] [stdout] test tests_scan::tests::skips_target_and_hidden_directories ... ok
[INFO] [stdout] test tests_scan::tests::traverses_multi_crate_workspace_members ... ok
[INFO] [stdout] test tests::powerset::finding_only_in_nodef_is_annotated_and_appended ... ok
[INFO] [stdout] test trait_methods::tests::record_renders_into_finding_with_correct_fields ... ok
[INFO] [stdout] test traits::tests::changed_trait_names_filters_to_traits_only ... ok
[INFO] [stdout] test git::tests::deleted_rust_files_are_kept ... ok
[INFO] [stdout] test git::tests::member_root_paths_are_returned_relative_to_member ... ok
[INFO] [stdout] test traits::tests::ignores_inherent_impls ... ok
[INFO] [stdout] test git::tests::member_root_untracked_paths_are_returned_relative_to_member ... ok
[INFO] [stdout] test traits::tests::ignores_impls_of_unrelated_traits ... ok
[INFO] [stdout] test traits::tests::finds_impl_of_changed_trait ... ok
[INFO] [stdout] test diff::tests::detects_removed_item ... ok
[INFO] [stdout] test git::tests::untracked_rust_files_are_kept ... ok
[INFO] [stdout] test trait_methods::tests::detects_method_removed ... ok
[INFO] [stdout] test traits::tests::matches_trait_via_last_path_segment ... ok
[INFO] [stdout] test trait_methods::tests::ignores_added_traits_delegating_to_top_level_diff ... ok
[INFO] [stdout] test trait_methods::tests::detects_default_body_change ... ok
[INFO] [stdout] test trait_methods::tests::detects_required_method_signature_change ... ok
[INFO] [stdout] test trait_methods::tests::emits_multiple_changes_in_single_trait ... ok
[INFO] [stdout] test trait_methods::tests::no_changes_when_trait_body_identical ... ok
[INFO] [stdout] test trait_methods::tests::detects_supertrait_change ... ok
[INFO] [stdout] test trait_methods::tests::detects_required_method_added ... ok
[INFO] [stdout] test trait_methods::tests::detects_default_method_added ... ok
[INFO] [stdout] test tests::clean_workspace_progress_still_emits_done ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 255 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_impact-a4cfb9cf5762621d)
[INFO] [stdout] 
[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] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-e660c53c023cec22)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test mcp_version_tool_responds_to_tools_call_over_stdio ... ok
[INFO] [stdout] test derive_of_changed_trait_is_flagged ... ok
[INFO] [stdout] test clean_workspace_context_mode_emits_empty_file_list ... ok
[INFO] [stdout] test json_output_schema_is_stable ... ok
[INFO] [stdout] test mcp_impact_analyze_streams_progress_notifications_before_result ... ok
[INFO] [stdout] test clean_workspace_reports_no_findings_and_exits_zero ... ok
[INFO] [stdout] test trait_signature_change_emits_high_severity_findings ... ok
[INFO] [stdout] test fail_on_high_exits_nonzero_when_high_severity_finding_present ... ok
[INFO] [stdout] test test_flag_emits_nextest_filter_expression ... ok
[INFO] [stdout] test macro_expand_flag_is_graceful_when_tool_is_unavailable ... ok
[INFO] [stdout] test feature_powerset_surfaces_findings_hidden_under_default_features ... ok
[INFO] [stdout] test transitive_call_graph_tracing ... FAILED
[INFO] [stdout] test output_is_byte_identical_across_two_runs_for_every_format ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- transitive_call_graph_tracing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'transitive_call_graph_tracing' (2438) panicked at tests/integration.rs:677:5:
[INFO] [stdout] expected at least 3 resolved references, found: []
[INFO] [stdout] STDOUT:
[INFO] [stdout] {
[INFO] [stdout]   "version": "0.5.0",
[INFO] [stdout]   "changed_files": [
[INFO] [stdout]     "src/lib.rs"
[INFO] [stdout]   ],
[INFO] [stdout]   "candidate_symbols": [
[INFO] [stdout]     "a"
[INFO] [stdout]   ],
[INFO] [stdout]   "findings": [],
[INFO] [stdout]   "summary": {
[INFO] [stdout]     "total": 0,
[INFO] [stdout]     "by_severity": {},
[INFO] [stdout]     "by_tier": {
[INFO] [stdout]       "proven": 0,
[INFO] [stdout]       "likely": 0,
[INFO] [stdout]       "possible": 0,
[INFO] [stdout]       "unknown": 0
[INFO] [stdout]     }
[INFO] [stdout]   }
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f524fdc89a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f524fdc89a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f524fdc89a1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f524fdc89a1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f524fddd48a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f524fddd48a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f524fdcd14c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f524fdcd14c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f524fda53d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f524fda53d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f524fdc0209 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f524fd1c630 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f524fd1c630 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f524fdc03c2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f524fdc03c2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f524fda5482 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5f524fd9ccc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f524fda607d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f524fdddc1c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f524fd09b71 - integration[54bc9de88bc76800]::transitive_call_graph_tracing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:677:5
[INFO] [stdout]   20:     0x5f524fd07227 - integration[54bc9de88bc76800]::transitive_call_graph_tracing::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:642:35
[INFO] [stdout]   21:     0x5f524fd06e96 - <integration[54bc9de88bc76800]::transitive_call_graph_tracing::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f524fd0f96b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5f524fd0f96b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5f524fd1cfb5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5f524fd1cfb5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5f524fd1cfb5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x5f524fd1cfb5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5f524fd1cfb5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f524fd1cfb5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5f524fd1cfb5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5f524fd17a64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5f524fd17a64 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5f524fd20102 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5f524fd20102 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5f524fd20102 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x5f524fd20102 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5f524fd20102 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5f524fd20102 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5f524fd20102 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f524fdc802f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x5f524fdc802f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7c5ffe527aa4 - <unknown>
[INFO] [stdout]   43:     0x7c5ffe5b4a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     transitive_call_graph_tracing
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8", kill_on_drop: false }`
[INFO] [stdout] 586d0612917a4986433052936e426b0dddb83781cc3fa76419f376b43b315ee8
