[INFO] fetching crate cargo-context-core 0.5.0...
[INFO] testing cargo-context-core-0.5.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate cargo-context-core 0.5.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate cargo-context-core 0.5.0
[INFO] finished tweaking crates.io crate cargo-context-core 0.5.0
[INFO] tweaked toml for crates.io crate cargo-context-core 0.5.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargo-context-core 0.5.0 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 crates.io crate cargo-context-core 0.5.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" "+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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a
[INFO] running `Command { std: "docker" "start" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", 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" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a" "/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" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", 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" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling unicode-normalization-alignments v0.1.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling macro_rules_attribute v0.2.2
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling hybrid-array v0.4.10
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rayon-cond v0.4.0
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling cargo-platform v0.3.3
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling onig v6.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling monostate-impl v0.1.18
[INFO] [stderr]    Compiling monostate v0.1.18
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tiktoken-rs v0.11.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling dary_heap v0.3.9
[INFO] [stderr]    Compiling spm_precompiled v0.1.4
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling tokenizers v0.22.2
[INFO] [stderr]    Compiling cargo-context-core v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.31s
[INFO] running `Command { std: "docker" "inspect" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", 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" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a" "/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 bitflags v2.11.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling onig v6.5.1
[INFO] [stderr]    Compiling tokenizers v0.22.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling cargo-context-core v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.58s
[INFO] running `Command { std: "docker" "inspect" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", 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" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_context_core-72dac6acc87eaf8e)
[INFO] [stdout] 
[INFO] [stdout] running 126 tests
[INFO] [stdout] test budget::tests::effective_saturates_at_zero ... ok
[INFO] [stdout] test budget::tests::empty_candidates_produce_empty_allocation ... ok
[INFO] [stdout] test budget::tests::priority_keeps_prompt_even_when_oversized ... ok
[INFO] [stdout] test budget::tests::non_exempt_strategies_do_not_exceed_effective_budget ... ok
[INFO] [stdout] test budget::tests::proportional_always_keeps_exempt ... ok
[INFO] [stdout] test budget::tests::proportional_drops_zero_slot_sections ... ok
[INFO] [stdout] test budget::tests::priority_drops_lowest_priority_when_over_budget ... ok
[INFO] [stdout] test budget::tests::truncate_hard_cuts_overflowing_section ... ok
[INFO] [stdout] test collect::diff::tests::parses_b_path ... ok
[INFO] [stdout] test budget::tests::zero_budget_drops_everything_except_exempt ... ok
[INFO] [stdout] test collect::diff::tests::parses_hunk_header ... ok
[INFO] [stdout] test collect::diff::tests::parses_hunk_header_single_line ... ok
[INFO] [stdout] test collect::diff::tests::parses_name_status_simple ... ok
[INFO] [stdout] test collect::diff::tests::parses_name_status_rename ... ok
[INFO] [stdout] test collect::errors::tests::parses_compiler_message_stream ... ok
[INFO] [stdout] test collect::entry::tests::main_preserves_bodies ... ok
[INFO] [stdout] test budget::tests::proportional_keeps_whole_when_under_budget ... ok
[INFO] [stdout] test collect::entry::tests::lib_strips_private_items ... ok
[INFO] [stdout] test budget::tests::proportional_scales_all_sections_when_over_budget ... ok
[INFO] [stdout] test collect::entry::tests::impls_are_filtered_from_lib ... ok
[INFO] [stdout] test collect::entry::tests::lib_strips_function_bodies ... ok
[INFO] [stdout] test collect::tests_rs::tests::contains_stem_is_whole_word ... ok
[INFO] [stdout] test collect::entry::tests::unparseable_source_returns_raw_with_flag ... ok
[INFO] [stdout] test collect::errors::tests::referenced_files_deduplicates ... ok
[INFO] [stdout] test config::tests::missing_profile_is_config_error ... ok
[INFO] [stdout] test collect::tests_rs::tests::inline_test_functions_requires_cfg_test_mod ... ok
[INFO] [stdout] test collect::tests_rs::tests::test_functions_extracts_test_attr ... ok
[INFO] [stdout] test collect::tests_rs::tests::related_tests_empty_input_returns_empty ... ok
[INFO] [stdout] test collect::tests_rs::tests::stems_skip_generic_filenames ... ok
[INFO] [stdout] test config::tests::resolves_default_profile ... ok
[INFO] [stdout] test impact::tests::descriptor_combines_metadata ... ok
[INFO] [stdout] test expand::tests::hex_short_formats_lowercase ... ok
[INFO] [stdout] test impact::tests::empty_envelope_returns_empty ... ok
[INFO] [stdout] test impact::tests::filter_drops_below_min_confidence_keeps_unknown ... ok
[INFO] [stdout] test impact::tests::language_hint_kind_aware_overrides_extension ... ok
[INFO] [stdout] test impact::tests::malformed_json_errors ... ok
[INFO] [stdout] test impact::tests::parses_full_metadata ... ok
[INFO] [stdout] test budget::tests::effective_subtracts_reserve ... ok
[INFO] [stdout] test collect::diff::tests::parses_patch_with_multiple_files ... ok
[INFO] [stdout] test collect::errors::tests::ignores_non_message_lines ... ok
[INFO] [stdout] test impact::tests::ignores_unknown_top_level_and_per_finding_fields ... ok
[INFO] [stdout] test config::tests::requested_profile_overrides_default_profile ... ok
[INFO] [stdout] test impact::tests::filter_drops_excluded_ids ... ok
[INFO] [stdout] test expand::tests::cache_key_depends_on_inputs ... ok
[INFO] [stdout] test impact::tests::parses_impact_surface_primary_path ... ok
[INFO] [stdout] test impact::tests::parses_kind_as_string ... ok
[INFO] [stdout] test impact::tests::parses_kind_payload_primary_path ... ok
[INFO] [stdout] test impact::tests::parses_top_level_primary_path ... ok
[INFO] [stdout] test expand::tests::expand_available_returns_bool ... ok
[INFO] [stdout] test impact::tests::sort_by_confidence_desc_with_stable_tiebreak ... ok
[INFO] [stdout] test impact::tests::skips_findings_without_path_silently ... ok
[INFO] [stdout] test expand::tests::expand_returns_none_when_tool_missing ... ok
[INFO] [stdout] test impact::tests::unique_paths_dedupes_preserving_order ... ok
[INFO] [stdout] test pack::tests::include_paths_force_scope_unless_excluded ... ok
[INFO] [stdout] test pack::tests::include_paths_expand_globs_from_root ... ok
[INFO] [stdout] test pack::tests::lang_for_path_maps_common_extensions ... ok
[INFO] [stdout] test collect::diff::tests::git_diff_returns_empty_outside_repo ... ok
[INFO] [stdout] test pack::tests::impact_aggregated_sorts_by_caller_order_and_reports_skipped ... ok
[INFO] [stdout] test collect::entry::tests::entry_points_finds_own_workspace_lib ... ok
[INFO] [stdout] test pack::tests::impact_per_finding_falls_back_to_positional_label_when_id_missing ... ok
[INFO] [stdout] test pack::tests::impact_per_finding_skips_missing_file ... ok
[INFO] [stdout] test pack::tests::impact_per_finding_emits_one_section_each_with_metadata ... ok
[INFO] [stdout] test pack::tests::render_diff_no_errors_falls_back_to_alpha_order ... ok
[INFO] [stdout] test pack::tests::scope_filter_report_surfaces_excluded_candidates ... ok
[INFO] [stdout] test collect::meta::tests::reads_own_workspace ... ok
[INFO] [stdout] test pack::tests::render_diff_puts_error_files_first ... ok
[INFO] [stdout] test collect::meta::tests::external_deps_exclude_workspace_members ... ok
[INFO] [stdout] test pack::tests::impact_aggregated_dedupes_co_located_findings_into_one_block ... ok
[INFO] [stdout] test pack::tests::user_path_filters_exclude_diff_files ... ok
[INFO] [stdout] test scrub::config::tests::builtins_modes_parse ... ok
[INFO] [stdout] test scrub::config::tests::parses_full_example ... ok
[INFO] [stdout] test scrub::config::tests::parses_minimal_config ... ok
[INFO] [stdout] test scrub::config::tests::unknown_fields_are_rejected ... ok
[INFO] [stdout] test pack::tests::try_collect_scoped_includes_real_files_and_skips_missing ... ok
[INFO] [stdout] test pack::tests::render_diff_path_rules_redact_matching_files ... ok
[INFO] [stdout] test scrub::entropy::tests::entropy_of_random_text_is_high ... ok
[INFO] [stdout] test scrub::entropy::tests::entropy_of_repeated_char_is_zero ... ok
[INFO] [stdout] test scrub::entropy::tests::entropy_of_simple_word_is_low ... ok
[INFO] [stdout] test scrub::entropy::tests::disabled_config_is_noop ... ok
[INFO] [stdout] test scrub::entropy::tests::leaves_non_suspicious_keys_alone ... ok
[INFO] [stdout] test pack::tests::try_collect_scoped_returns_none_when_all_missing ... ok
[INFO] [stdout] test scrub::entropy::tests::skips_low_entropy_values ... ok
[INFO] [stdout] test collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file ... FAILED
[INFO] [stdout] test scrub::paths::tests::empty_rules_match_nothing ... ok
[INFO] [stdout] test pack::tests::try_collect_scoped_applies_path_redaction ... ok
[INFO] [stdout] test scrub::entropy::tests::scans_yaml_style_assignment ... ok
[INFO] [stdout] test scrub::paths::tests::exclude_overrides_redact_in_caller ... ok
[INFO] [stdout] test scrub::paths::tests::matches_pem_file ... ok
[INFO] [stdout] test scrub::paths::tests::invalid_glob_errors ... ok
[INFO] [stdout] test scrub::paths::tests::matches_env_file ... ok
[INFO] [stdout] test scrub::entropy::tests::allowlist_bypasses_entropy_redaction ... ok
[INFO] [stdout] test pack::tests::builder_includes_prompt_section ... ok
[INFO] [stdout] test scrub::entropy::tests::scans_env_style_assignment ... ok
[INFO] [stdout] test scrub::tests::has_severity_at_least_ranks_correctly ... ok
[INFO] [stdout] test scrub::tests::hash_is_stable ... ok
[INFO] [stdout] test scrub::tests::builtins_replace_drops_all ... ok
[INFO] [stdout] test pack::tests::json_roundtrip ... ok
[INFO] [stdout] test pack::tests::manifest_tokens_are_counted_in_pack_budget ... ok
[INFO] [stdout] test scrub::entropy::tests::skips_values_below_min_length ... ok
[INFO] [stdout] test scrub::tests::leaves_benign_text_alone ... ok
[INFO] [stdout] test pack::tests::scoped_file_path_redactions_are_reported ... ok
[INFO] [stdout] test scrub::tests::allowlist_bypasses_regex ... ok
[INFO] [stdout] test scrub::tests::disable_builtins_drops_named_rule ... ok
[INFO] [stdout] test pack::tests::provenance_records_suppressed_and_multi_source_files ... ok
[INFO] [stdout] test tokenize::tests::empty_string_counts_zero ... ok
[INFO] [stdout] test scrub::tests::report_summary_is_human_readable ... ok
[INFO] [stdout] test tokenize::tests::hf_llama3_missing_path_falls_back_gracefully ... ok
[INFO] [stdout] test tokenize::tests::label_is_stable ... ok
[INFO] [stdout] test tokenize::tests::llama_calibration_is_reasonable ... ok
[INFO] [stdout] test pack::tests::manifest_strings_are_scrubbed_before_output ... ok
[INFO] [stdout] test scrub::tests::log_redactions_creates_parent_dirs ... ok
[INFO] [stdout] test scrub::tests::redacts_jwt ... ok
[INFO] [stdout] test scrub::tests::log_redactions_writes_values_free_jsonl ... ok
[INFO] [stdout] test scrub::tests::effective_counts_reflect_config ... ok
[INFO] [stdout] test pack::tests::builder_empty_workspace_is_valid ... ok
[INFO] [stdout] test pack::tests::impact_findings_take_precedence_over_files_from_in_builder ... ok
[INFO] [stdout] test scrub::tests::log_redactions_noop_when_unconfigured ... ok
[INFO] [stdout] test scrub::tests::redacts_aws_key ... ok
[INFO] [stdout] test pack::tests::manifest_records_diff_range_filters_and_budget_decisions ... ok
[INFO] [stdout] test scrub::tests::report_counts_by_category ... ok
[INFO] [stdout] test tokenize::tests::hf_llama3_loads_real_tokenizer_without_falling_back ... ok
[INFO] [stdout] test expand::tests::cache_key_depends_on_mtime ... ok
[INFO] [stdout] test tokenize::tests::nonempty_counts_at_least_one ... ok
[INFO] [stdout] test tokenize::tests::cl100k_matches_known_tokenization ... ok
[INFO] [stdout] test tokenize::tests::claude_aliases_cl100k ... ok
[INFO] [stdout] test tokenize::tests::o200k_matches_known_tokenization ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file' (1717) panicked at src/collect/tests_rs.rs:390:9:
[INFO] [stdout] expected at least one unit-inline match, got: RelatedTests { files: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56f843e0a031 - 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:     0x56f843e0a031 - 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:     0x56f843e0a031 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56f843e0a031 - <<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:     0x56f843e21bfa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56f843e21bfa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x56f843e0ee5c - 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:     0x56f843e0ee5c - <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:     0x56f843de4e16 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56f843de4e16 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56f843e00c29 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56f8438155d0 - <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:     0x56f8438155d0 - 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:     0x56f843e00f52 - <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:     0x56f843e00f52 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x56f843de4ec2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x56f843ddbf09 - 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:     0x56f843de5bcd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x56f843e2247c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56f84332e55d - cargo_context_core[412e017962dbeaa0]::collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/collect/tests_rs.rs:390:9
[INFO] [stdout]   20:     0x56f843308c17 - cargo_context_core[412e017962dbeaa0]::collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/collect/tests_rs.rs:385:60
[INFO] [stdout]   21:     0x56f8432e3c96 - <cargo_context_core[412e017962dbeaa0]::collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file::{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:     0x56f84380890b - <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:     0x56f84380890b - 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:     0x56f843815f55 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x56f843815f55 - <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:     0x56f843815f55 - 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:     0x56f843815f55 - 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:     0x56f843815f55 - 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:     0x56f843815f55 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x56f843815f55 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x56f843810a04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x56f843810a04 - 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:     0x56f8438190a2 - 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:     0x56f8438190a2 - <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:     0x56f8438190a2 - 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:     0x56f8438190a2 - 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:     0x56f8438190a2 - 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:     0x56f8438190a2 - 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:     0x56f8438190a2 - <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:     0x56f843e08fdf - <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:     0x56f843e08fdf - <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:     0x7a41dd2f9aa4 - <unknown>
[INFO] [stdout]   43:     0x7a41dd386a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     collect::tests_rs::tests::related_tests_matches_inline_tests_in_changed_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 125 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.99s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a", kill_on_drop: false }`
[INFO] [stdout] 8cfcec3e6cb56883f2e584657921fe18b1f57e3cf6d84cf7e3a5cc29fb8c831a
