[INFO] cloning repository https://github.com/DSado88/greptar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DSado88/greptar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSado88%2Fgreptar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSado88%2Fgreptar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 353e79d171b97f1d24664ac6497be4b3cc37b66d
[INFO] testing DSado88/greptar against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSado88%2Fgreptar" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DSado88/greptar
[INFO] finished tweaking git repo https://github.com/DSado88/greptar
[INFO] tweaked toml for git repo https://github.com/DSado88/greptar written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DSado88/greptar on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DSado88/greptar 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d553a8db76767d5abf9fe6bc62f2afd9d738f4edf7230fe556fe008b9a10bb1
[INFO] running `Command { std: "docker" "start" "-a" "0d553a8db76767d5abf9fe6bc62f2afd9d738f4edf7230fe556fe008b9a10bb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d553a8db76767d5abf9fe6bc62f2afd9d738f4edf7230fe556fe008b9a10bb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d553a8db76767d5abf9fe6bc62f2afd9d738f4edf7230fe556fe008b9a10bb1", kill_on_drop: false }`
[INFO] [stdout] 0d553a8db76767d5abf9fe6bc62f2afd9d738f4edf7230fe556fe008b9a10bb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86a41487c1b08c459cb625da52ab9f225a514779f4c81a9efc53b5ba51f994d7
[INFO] running `Command { std: "docker" "start" "-a" "86a41487c1b08c459cb625da52ab9f225a514779f4c81a9efc53b5ba51f994d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rmcp v0.16.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.16.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling greptar v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
[INFO] running `Command { std: "docker" "inspect" "86a41487c1b08c459cb625da52ab9f225a514779f4c81a9efc53b5ba51f994d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86a41487c1b08c459cb625da52ab9f225a514779f4c81a9efc53b5ba51f994d7", kill_on_drop: false }`
[INFO] [stdout] 86a41487c1b08c459cb625da52ab9f225a514779f4c81a9efc53b5ba51f994d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e5dc20fdd7d250353bf3a5c9eed4e07f09c1f85d694166b4311ef1e7b931a64
[INFO] running `Command { std: "docker" "start" "-a" "5e5dc20fdd7d250353bf3a5c9eed4e07f09c1f85d694166b4311ef1e7b931a64", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling greptar v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.68s
[INFO] running `Command { std: "docker" "inspect" "5e5dc20fdd7d250353bf3a5c9eed4e07f09c1f85d694166b4311ef1e7b931a64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e5dc20fdd7d250353bf3a5c9eed4e07f09c1f85d694166b4311ef1e7b931a64", kill_on_drop: false }`
[INFO] [stdout] 5e5dc20fdd7d250353bf3a5c9eed4e07f09c1f85d694166b4311ef1e7b931a64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69c120447e88ff4cf0338f49d8767e46b1950ec16b7675769bfc3bdf3a09fd30
[INFO] running `Command { std: "docker" "start" "-a" "69c120447e88ff4cf0338f49d8767e46b1950ec16b7675769bfc3bdf3a09fd30", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/greptar-4c43636d0be4f9ed)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/greptar-5773b8a0db3d15b3)
[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 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/coverage.rs (/opt/rustwide/target/debug/deps/coverage-98206a40e42f7bdf)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test coverage_status_uncovered ... ok
[INFO] [stdout] test mismatch_warning_when_all_unknown ... ok
[INFO] [stdout] test covered_line_returns_true ... ok
[INFO] [stdout] test no_mismatch_warning_when_no_unknown ... ok
[INFO] [stdout] test no_mismatch_warning_when_some_matched ... ok
[INFO] [stdout] test parse_da_before_sf_errors ... ok
[INFO] [stdout] test parse_basic_lcov ... ok
[INFO] [stdout] test parse_da_with_checksum ... ok
[INFO] [stdout] test parse_invalid_da_errors ... ok
[INFO] [stdout] test coverage_status_covered ... ok
[INFO] [stdout] test parse_lcov_normalizes_dot_slash_prefix ... ok
[INFO] [stdout] test uncovered_line_returns_false ... ok
[INFO] [stdout] test parse_lcov_normalizes_nested_relative ... ok
[INFO] [stdout] test total_counts ... ok
[INFO] [stdout] test parse_lcov_normalizes_dot_slash_in_absolute_path ... ok
[INFO] [stdout] test uninstrumented_line_returns_none ... ok
[INFO] [stdout] test parse_lcov_with_relative_paths ... ok
[INFO] [stdout] test parse_empty_lcov ... ok
[INFO] [stdout] test no_mismatch_warning_when_all_zero ... ok
[INFO] [stdout] test multiple_sf_blocks_same_file_merge ... ok
[INFO] [stdout] test coverage_status_unknown ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/defects.rs (/opt/rustwide/target/debug/deps/defects-6dee64f20d242fa0)
[INFO] [stdout] 
[INFO] [stdout] running 95 tests
[INFO] [stdout] test backup_map_preserves_first_version ... ok
[INFO] [stdout] test check_can_inject_gives_specific_injected_error ... ok
[INFO] [stdout] test classify_exit_code_negative_one_is_error ... ok
[INFO] [stdout] test baseline_failure_detected ... ok
[INFO] [stdout] test concurrency_category_round_trips ... ok
[INFO] [stdout] test crlf_line_endings_preserved ... ok
[INFO] [stdout] test dedup_plan_mutations_filters_existing_ids ... ok
[INFO] [stdout] test executing_flag_blocks_inject ... ok
[INFO] [stdout] test double_inject_rejected ... ok
[INFO] [stdout] test force_reset_clears_injected_state ... ok
[INFO] [stdout] test error_handling_pattern_matches_chain_methods ... ok
[INFO] [stdout] test absolute_path_in_mutation_file_rejected ... ok
[INFO] [stdout] test classify_exit_code_zero_is_survived ... ok
[INFO] [stdout] test concurrency_pattern_rejects_cmp_ordering ... ok
[INFO] [stdout] test concurrency_pattern_matches_atomic_ordering ... ok
[INFO] [stdout] test execute_plan_should_use_mutation_source ... ok
[INFO] [stdout] test classify_exit_code_nonzero_is_killed ... ok
[INFO] [stdout] test inconclusive_verdict_error_with_review_survived ... ok
[INFO] [stdout] test mutation_deserializes_without_source ... ok
[INFO] [stdout] test boundary_pattern_matches_len_and_is_empty ... ok
[INFO] [stdout] test inconclusive_verdict_from_error_outcomes ... ok
[INFO] [stdout] test mutation_result_deserializes_without_source ... ok
[INFO] [stdout] test classify_exit_code_one_is_not_error ... ok
[INFO] [stdout] test mechanical_mutation_ids_unique_across_runs ... ok
[INFO] [stdout] test framework_field_backward_compat ... ok
[INFO] [stdout] test ingest_idempotent_dedup ... ok
[INFO] [stdout] test no_trailing_newline_preserved ... ok
[INFO] [stdout] test lf_line_endings_preserved ... ok
[INFO] [stdout] test mutants_append_rejects_different_directory ... ok
[INFO] [stdout] test force_reset_clears_stuck_executing_flag ... ok
[INFO] [stdout] test mutation_deserializes_old_line_field ... ok
[INFO] [stdout] test inconclusive_verdict_survived_with_review_error ... ok
[INFO] [stdout] test replace_span_crlf_multiline_with_lf_expected ... ok
[INFO] [stdout] test path_traversal_with_dotdot_rejected ... ok
[INFO] [stdout] test replace_span_grows_content ... ok
[INFO] [stdout] test replace_line_verifies_original_content ... ok
[INFO] [stdout] test replace_span_no_trailing_newline ... ok
[INFO] [stdout] test record_rejects_duplicate_mutation_id ... ok
[INFO] [stdout] test replace_span_no_verify_multiline ... ok
[INFO] [stdout] test push_results_batch_dedup_actually_works ... ok
[INFO] [stdout] test record_rejects_duplicate_mutation_id_across_sources ... ok
[INFO] [stdout] test replace_line_no_verify_works_without_original ... ok
[INFO] [stdout] test replace_line_no_verify_preserves_crlf ... ok
[INFO] [stdout] test replace_line_tolerates_leading_whitespace ... ok
[INFO] [stdout] test line_zero_rejected ... ok
[INFO] [stdout] test ingest_state_transition_from_idle ... ok
[INFO] [stdout] test push_results_batch_skips_duplicates ... ok
[INFO] [stdout] test logic_pattern_matches_predicates ... ok
[INFO] [stdout] test replace_span_phantom_multiline_end_past_eof ... ok
[INFO] [stdout] test reset_actually_clears_state ... ok
[INFO] [stdout] test replace_span_out_of_bounds_end_line ... ok
[INFO] [stdout] test replace_span_phantom_line_after_trailing_newline ... ok
[INFO] [stdout] test replace_span_verifies_multiline_content ... ok
[INFO] [stdout] test replace_span_shrinks_content ... ok
[INFO] [stdout] test replace_span_single_line_regression ... ok
[INFO] [stdout] test replace_span_end_before_start_errors ... ok
[INFO] [stdout] test mutation_filter_requires_id_match_and_not_recorded ... ok
[INFO] [stdout] test results_with_mixed_sources ... ok
[INFO] [stdout] test mutation_source_default_is_semantic ... ok
[INFO] [stdout] test revert_lookup_missing_mutation_errors ... ok
[INFO] [stdout] test revert_success_check_logic ... ok
[INFO] [stdout] test mutator_name_field_backward_compat ... ok
[INFO] [stdout] test reset_rejects_injected_phase ... ok
[INFO] [stdout] test run_test_command_failure ... ok
[INFO] [stdout] test replace_span_preserves_crlf_multiline ... ok
[INFO] [stdout] test security_category_round_trips ... ok
[INFO] [stdout] test truncate_exact_length_not_truncated ... ok
[INFO] [stdout] test truncate_over_length_is_truncated ... ok
[INFO] [stdout] test source_filter_selects_correct_source ... ok
[INFO] [stdout] test run_test_command_success ... ok
[INFO] [stdout] test state_pattern_matches_option_result_constructors ... ok
[INFO] [stdout] test security_pattern_matches_real_auth ... ok
[INFO] [stdout] test verdict_both_survived_is_blind_spot ... ok
[INFO] [stdout] test try_start_mutants_from_idle ... ok
[INFO] [stdout] test try_start_mutants_from_planned ... ok
[INFO] [stdout] test verdict_error_review_kill_is_test_gap ... ok
[INFO] [stdout] test try_start_mutants_rejects_injected ... ok
[INFO] [stdout] test verdict_both_killed_is_strong ... ok
[INFO] [stdout] test try_start_mutants_rejects_concurrent ... ok
[INFO] [stdout] test try_start_mutants_from_scanned ... ok
[INFO] [stdout] test verdict_test_kill_review_error_still_killed ... ok
[INFO] [stdout] test verdict_test_kill_review_miss_is_review_gap ... ok
[INFO] [stdout] test verdict_error_test_killed_review_preserves_kill ... ok
[INFO] [stdout] test verdict_error_test_no_review_is_not_survived ... ok
[INFO] [stdout] test verdict_test_miss_review_catch_is_test_gap ... ok
[INFO] [stdout] test try_start_executing_gives_specific_injected_error ... ok
[INFO] [stdout] test verdict_killed_test_error_review_preserves_kill ... ok
[INFO] [stdout] test security_pattern_rejects_author ... ok
[INFO] [stdout] test security_pattern_rejects_tokenize ... ok
[INFO] [stdout] test side_effect_pattern_matches_io_and_logging ... ok
[INFO] [stdout] test security_pattern_rejects_hashmap ... ok
[INFO] [stdout] test security_pattern_matches_unsafe_block ... ok
[INFO] [stdout] test try_start_executing_sets_flag ... ok
[INFO] [stdout] test scan_dedup_keeps_different_lines_same_file ... FAILED
[INFO] [stdout] test timeout_classified_as_error ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- scan_dedup_keeps_different_lines_same_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'scan_dedup_keeps_different_lines_same_file' (116) panicked at tests/defects.rs:523:6:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: RgNotFound("No such file or directory (os error 2)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f099782d83a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f099782d83a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f099782d83a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f099782d83a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f0997842c2a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f0997842c2a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5f09978322c2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f09978322c2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f099780adef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f099780adef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f09978254d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f099767f68c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f099767f68c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f0997825752 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f0997825752 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f099780aea8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f0997802769 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f099780bbbd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f099784358c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f0997843302 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f099736daaa - core::result::Result<T,E>::unwrap::he56dcff29db55df6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f099736daaa - defects::scan_dedup_keeps_different_lines_same_file::{{closure}}::h0bd1db330b53a3bb
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/defects.rs:523:6
[INFO] [stdout]   22:     0x5f099737f172 - <core::pin::Pin<P> as core::future::future::Future>::poll::hba9a3a73e2ba8640
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f099737f12d - <core::pin::Pin<P> as core::future::future::Future>::poll::h7328a8da7d390707
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5f0997393b1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd7f6944fcfa4edb7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x5f0997393a1b - tokio::task::coop::with_budget::h78818efdb670baea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5f0997393a1b - tokio::task::coop::budget::h4a0c7e0c7229f44d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5f0997393a1b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h76f44939059cb866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x5f0997390de0 - tokio::runtime::scheduler::current_thread::Context::enter::h59bb0d9821b373e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x5f099739241d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h9a26392e69011fd9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x5f0997392084 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hace6ac355101bd77
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x5f099737604b - tokio::runtime::context::scoped::Scoped<T>::set::hb45f928ccea62252
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5f099737e4b9 - tokio::runtime::context::set_scheduler::{{closure}}::heb3d9f791bfa750c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5f0997398942 - std::thread::local::LocalKey<T>::try_with::h87f75e330dfe93f0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5f0997397c7e - std::thread::local::LocalKey<T>::with::h39a7ddbe711c17cb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5f099737e3ed - tokio::runtime::context::set_scheduler::h07d8bb3c7cd92bde
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5f0997391e30 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h85a94a88c4b9a794
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x5f09973920e6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h65fc16fd65010268
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x5f09973903b0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h72c14f6f4038003c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5f0997376303 - tokio::runtime::context::runtime::enter_runtime::h13be3aeb53d3f9bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5f099738fd71 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h9c8d879755c392b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5f0997376f54 - tokio::runtime::runtime::Runtime::block_on_inner::hfd48fe3e9688e120
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5f099737711f - tokio::runtime::runtime::Runtime::block_on::h9448a40ee86cb9dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5f099736d5b3 - defects::scan_dedup_keeps_different_lines_same_file::h52195f285b1e5400
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/defects.rs:530:6
[INFO] [stdout]   44:     0x5f099736dc87 - defects::scan_dedup_keeps_different_lines_same_file::{{closure}}::h3119cc70cc46aa38
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/defects.rs:510:54
[INFO] [stdout]   45:     0x5f0997389476 - core::ops::function::FnOnce::call_once::hed12edb448b5d32d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f099767376b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5f099767376b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5f099768015b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5f099768015b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5f099768015b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5f099768015b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5f099768015b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5f099768015b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5f099768015b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5f099767b874 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5f099767b874 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5f0997682d62 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5f0997682d62 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5f0997682d62 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5f0997682d62 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5f0997682d62 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5f0997682d62 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5f0997682d62 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5f099782cf6f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x5f099782cf6f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x70b048c33aa4 - <unknown>
[INFO] [stdout]   67:     0x70b048cc0a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     scan_dedup_keeps_different_lines_same_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 94 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test defects`
[INFO] running `Command { std: "docker" "inspect" "69c120447e88ff4cf0338f49d8767e46b1950ec16b7675769bfc3bdf3a09fd30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69c120447e88ff4cf0338f49d8767e46b1950ec16b7675769bfc3bdf3a09fd30", kill_on_drop: false }`
[INFO] [stdout] 69c120447e88ff4cf0338f49d8767e46b1950ec16b7675769bfc3bdf3a09fd30
