[INFO] cloning repository https://github.com/rip222/dedup
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rip222/dedup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frip222%2Fdedup", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frip222%2Fdedup'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae721cfbca73763738fde86e7b74469879795a66
[INFO] testing rip222/dedup against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frip222%2Fdedup" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rip222/dedup
[INFO] finished tweaking git repo https://github.com/rip222/dedup
[INFO] tweaked toml for git repo https://github.com/rip222/dedup written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rip222/dedup on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rip222/dedup 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bbeade723b687cb5dda40edbc6a3a1ca57d91dbb47ca8a24eb5085be86e83d7
[INFO] running `Command { std: "docker" "start" "-a" "7bbeade723b687cb5dda40edbc6a3a1ca57d91dbb47ca8a24eb5085be86e83d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bbeade723b687cb5dda40edbc6a3a1ca57d91dbb47ca8a24eb5085be86e83d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bbeade723b687cb5dda40edbc6a3a1ca57d91dbb47ca8a24eb5085be86e83d7", kill_on_drop: false }`
[INFO] [stdout] 7bbeade723b687cb5dda40edbc6a3a1ca57d91dbb47ca8a24eb5085be86e83d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f5bcef5cb84617b269fab7e9b3d83fc7ce80a0b06f68076e8790744858fdb67
[INFO] running `Command { std: "docker" "start" "-a" "2f5bcef5cb84617b269fab7e9b3d83fc7ce80a0b06f68076e8790744858fdb67", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling dedup-gui v0.1.0 (/opt/rustwide/workdir/crates/dedup-gui)
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling sysinfo v0.38.4
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tree-sitter-python v0.23.6
[INFO] [stderr]    Compiling tree-sitter v0.23.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling tree-sitter-rust v0.23.3
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling human-panic v2.0.8
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling dedup-lang v0.1.0 (/opt/rustwide/workdir/crates/dedup-lang)
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling dedup-core v0.1.0 (/opt/rustwide/workdir/crates/dedup-core)
[INFO] [stderr]    Compiling dedup-cli v0.1.0 (/opt/rustwide/workdir/crates/dedup-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.54s
[INFO] running `Command { std: "docker" "inspect" "2f5bcef5cb84617b269fab7e9b3d83fc7ce80a0b06f68076e8790744858fdb67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f5bcef5cb84617b269fab7e9b3d83fc7ce80a0b06f68076e8790744858fdb67", kill_on_drop: false }`
[INFO] [stdout] 2f5bcef5cb84617b269fab7e9b3d83fc7ce80a0b06f68076e8790744858fdb67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71987ce8cde50eade1fb4236633c99ada3032527de12581ee0ab1ca5f5f96fa2
[INFO] running `Command { std: "docker" "start" "-a" "71987ce8cde50eade1fb4236633c99ada3032527de12581ee0ab1ca5f5f96fa2", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling micromap v0.3.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling human-panic v2.0.8
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling dedup-gui v0.1.0 (/opt/rustwide/workdir/crates/dedup-gui)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tree-sitter v0.23.2
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling dedup-lang v0.1.0 (/opt/rustwide/workdir/crates/dedup-lang)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling referencing v0.46.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling jsonschema v0.46.2
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling dedup-core v0.1.0 (/opt/rustwide/workdir/crates/dedup-core)
[INFO] [stderr]    Compiling dedup-cli v0.1.0 (/opt/rustwide/workdir/crates/dedup-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "71987ce8cde50eade1fb4236633c99ada3032527de12581ee0ab1ca5f5f96fa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71987ce8cde50eade1fb4236633c99ada3032527de12581ee0ab1ca5f5f96fa2", kill_on_drop: false }`
[INFO] [stdout] 71987ce8cde50eade1fb4236633c99ada3032527de12581ee0ab1ca5f5f96fa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 382b24a3cb7b2dbd2e9fef1dc369f243a9df3b799d0fa8b79467a42465ba9d0c
[INFO] running `Command { std: "docker" "start" "-a" "382b24a3cb7b2dbd2e9fef1dc369f243a9df3b799d0fa8b79467a42465ba9d0c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dedup-4a3ab5267aea25f0)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test output::tests::resolve_defaults_json_off_tty ... ok
[INFO] [stdout] test sarif::tests::envelope_has_required_fields ... ok
[INFO] [stdout] test output::tests::resolve_uses_explicit_override_off_tty ... ok
[INFO] [stdout] test tests::clap_config_is_valid ... ok
[INFO] [stdout] test output::tests::resolve_uses_explicit_override_on_tty ... ok
[INFO] [stdout] test output::tests::resolve_defaults_text_on_tty ... ok
[INFO] [stdout] test tests::color_never_disables_stderr_color ... ok
[INFO] [stdout] test tests::unknown_flag_errors ... ok
[INFO] [stdout] test tests::verbose_and_quiet_are_mutually_exclusive ... ok
[INFO] [stdout] test tests::config_subcommand_parses ... ok
[INFO] [stdout] test tests::lang_accepts_comma_separated ... ok
[INFO] [stdout] test tests::short_flags_parse ... ok
[INFO] [stdout] test tests::tier_allows_a_matches_filter ... ok
[INFO] [stdout] test tests::no_gitignore_and_all_parse ... ok
[INFO] [stdout] test tests::tier_filter_parses ... ok
[INFO] [stdout] test tests::defaults_are_permissive ... ok
[INFO] [stderr]      Running tests/config_cmd.rs (/opt/rustwide/target/debug/deps/config_cmd-ffce5c40cbd8127b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test scan_with_invalid_config_exits_two_with_stderr_message ... ok
[INFO] [stdout] test config_path_prints_both_layers_with_presence ... ok
[INFO] [stdout] test config_edit_creates_project_file_and_invokes_editor ... ok
[INFO] [stdout] test config_edit_falls_back_to_visual_when_editor_unset ... ok
[INFO] [stdout] test scan_honors_project_config_thresholds_end_to_end ... ok
[INFO] [stdout] test scan_with_future_schema_warns_and_uses_defaults ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/diff.rs (/opt/rustwide/target/debug/deps/diff-9cbf473b34b6b815)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test diff_since_commit_sha_resolves ... ok
[INFO] [stdout] test diff_since_relative_date_resolves ... ok
[INFO] [stdout] test diff_since_scan_id_emits_kind_columns ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flags.rs (/opt/rustwide/target/debug/deps/flags-4c3dfca66d84637b)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test help_succeeds ... ok
[INFO] [stdout] test unknown_flag_exits_two ... ok
[INFO] [stdout] test lang_ts_filters_out_rust_tier_b_groups ... ok
[INFO] [stdout] test verbose_flag_is_accepted ... ok
[INFO] [stdout] test strict_exits_zero_when_clean ... ok
[INFO] [stdout] test jobs_flag_is_accepted ... ok
[INFO] [stdout] test strict_exits_one_when_findings_present ... ok
[INFO] [stdout] test no_gitignore_flag_is_accepted ... ok
[INFO] [stdout] test quiet_suppresses_progress_on_stderr ... ok
[INFO] [stdout] test lang_rust_keeps_tier_b_rust_groups ... ok
[INFO] [stdout] test tier_b_filters_out_tier_a_groups ... ok
[INFO] [stdout] test tier_a_is_accepted_and_emits_groups ... ok
[INFO] [stdout] test color_never_emits_no_ansi_on_stdout ... ok
[INFO] [stderr]      Running tests/issue_summary.rs (/opt/rustwide/target/debug/deps/issue_summary-9b0242e7cfa73f8c)
[INFO] [stdout] test lang_flag_is_accepted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/list_show.rs (/opt/rustwide/target/debug/deps/list_show-3a8ae8a93dfc5807)
[INFO] [stdout] test clean_scan_emits_no_issue_summary ... ok
[INFO] [stdout] test utf8_failure_surfaces_in_cli_summary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test list_without_cache_exits_with_code_two ... ok
[INFO] [stdout] test show_without_cache_exits_with_code_two ... ok
[INFO] [stdout] test scan_creates_dedup_directory_with_gitignore ... ok
[INFO] [stdout] test cache_survives_process_restart ... ok
[INFO] [stdout] test show_unknown_id_exits_with_code_two ... ok
[INFO] [stdout] test show_emits_group_detail ... ok
[INFO] [stdout] test list_reproduces_scan_output_without_rescanning ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/logging.rs (/opt/rustwide/target/debug/deps/logging-ff994be01404e0c5)
[INFO] [stdout] running 4 tests
[INFO] [stdout] test debug_events_are_filtered_out_by_default ... ok
[INFO] [stdout] test cli_logs_land_on_stderr_not_stdout ... ok
[INFO] [stdout] test debug_events_appear_when_rust_log_enables_them ... ok
[INFO] [stdout] test verbose_flag_enables_debug_filter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/newer_schema.rs (/opt/rustwide/target/debug/deps/newer_schema-0d27dc1a81478022)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test show_refuses_newer_schema_cache ... ok
[INFO] [stdout] test list_refuses_newer_schema_cache ... ok
[INFO] [stdout] test scan_refuses_newer_schema_cache_and_preserves_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/output_format.rs (/opt/rustwide/target/debug/deps/output_format-d962bc625373fd58)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test show_json_emits_a_single_object ... ok
[INFO] [stdout] test list_sarif_envelope_matches_scan ... ok
[INFO] [stdout] test list_auto_selects_json_when_piped ... ok
[INFO] [stdout] test scan_auto_selects_json_when_piped ... ok
[INFO] [stdout] test scan_sarif_has_required_envelope ... ok
[INFO] [stdout] test format_text_override_forces_text_even_when_piped ... ok
[INFO] [stdout] test list_ndjson_emits_one_group_per_line ... ok
[INFO] [stdout] test scan_sarif_validates_against_schema ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/scan_snapshot.rs (/opt/rustwide/target/debug/deps/scan_snapshot-c1505a271dbb0b0b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test scan_fixture_snapshot ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/suppressions.rs (/opt/rustwide/target/debug/deps/suppressions-be51935ed7cc8a89)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test dismiss_without_cache_exits_code_two ... ok
[INFO] [stdout] test clean_without_dedup_dir_is_noop ... ok
[INFO] [stdout] test dismiss_unknown_id_exits_code_two ... ok
[INFO] [stdout] test clean_refuses_non_tty_without_yes ... ok
[INFO] [stdout] test clean_with_yes_removes_dedup_directory ... ok
[INFO] [stdout] test suppressions_clear_empties_the_table ... ok
[INFO] [stdout] test dismiss_hides_group_from_subsequent_list ... ok
[INFO] [stdout] test suppressions_list_emits_dismissed_entry ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dedup_core-58a330b48247dce9)
[INFO] [stdout] test dismiss_persists_across_rescan ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 153 tests
[INFO] [stdout] test cache::tests::clear_suppressions_truncates ... ok
[INFO] [stdout] test cache::tests::group_hash_returns_none_for_unknown_id ... ok
[INFO] [stdout] test cache::tests::dismiss_is_idempotent ... ok
[INFO] [stdout] test cache::tests::file_fingerprint_missing_returns_none ... ok
[INFO] [stdout] test cache::tests::get_group_returns_none_for_unknown_id ... ok
[INFO] [stdout] test cache::tests::file_fingerprint_roundtrip ... ok
[INFO] [stdout] test cache::tests::file_blocks_miss_on_hash_mismatch ... ok
[INFO] [stdout] test cache::tests::open_readonly_returns_none_when_missing ... ok
[INFO] [stdout] test cache::tests::empty_scan_result_clears_existing_rows ... ok
[INFO] [stdout] test cache::tests::history_scans_row_emitted_per_write ... ok
[INFO] [stdout] test cache::tests::diff_scans_classifies_new_grew_shrank_gone ... ok
[INFO] [stdout] test cache::tests::lineage_returns_every_scan_the_hash_appeared_in ... ok
[INFO] [stdout] test cache::tests::diff_grew_when_head_count_exceeds_base ... ok
[INFO] [stdout] test cache::tests::altered_block_hash_no_longer_suppressed ... ok
[INFO] [stdout] test cache::tests::latest_scan_at_or_before_picks_most_recent_matching ... ok
[INFO] [stdout] test cache::tests::open_does_not_clobber_custom_gitignore ... ok
[INFO] [stdout] test cache::tests::open_creates_dir_and_gitignore ... ok
[INFO] [stdout] test cache::tests::occurrence_suppressions_roundtrip ... ok
[INFO] [stdout] test cache::tests::occurrence_suppressions_keyed_by_hash_and_path ... ok
[INFO] [stdout] test cache::tests::schema_version_matches_current ... ok
[INFO] [stdout] test cache::tests::put_file_entry_is_idempotent_on_same_hash ... ok
[INFO] [stdout] test cache::tests::put_file_entry_replaces_on_reinsert ... ok
[INFO] [stdout] test cache::tests::legacy_stub_db_promoted_to_user_version ... ok
[INFO] [stdout] test cache::tests::resolve_scan_by_commit_prefix_requires_min_four_chars ... ok
[INFO] [stdout] test cache::tests::newer_schema_is_preserved_and_surfaces_error ... ok
[INFO] [stdout] test cache::tests::roundtrip_write_then_list_and_get ... ok
[INFO] [stdout] test config::tests::absent_schema_version_is_treated_as_current ... ok
[INFO] [stdout] test config::tests::default_round_trips_through_toml ... ok
[INFO] [stdout] test config::tests::editor_section_defaults_to_nvim_when_absent ... ok
[INFO] [stdout] test cache::tests::total_severity_sums_occurrence_count_times_total_lines ... ok
[INFO] [stdout] test cache::tests::total_severity_unknown_scan_id_returns_zero ... ok
[INFO] [stdout] test config::tests::detail_context_lines_parses_from_toml ... ok
[INFO] [stdout] test config::tests::global_path_falls_back_to_home_dot_config_without_xdg ... ok
[INFO] [stdout] test cache::tests::suppressions_roundtrip_by_hash ... ok
[INFO] [stdout] test config::tests::global_only_is_applied_when_no_repo_root ... ok
[INFO] [stdout] test config::tests::editor_section_parses_from_toml ... ok
[INFO] [stdout] test config::tests::load_with_no_files_returns_defaults ... ok
[INFO] [stdout] test config::tests::invalid_toml_surfaces_parse_error_with_path ... ok
[INFO] [stdout] test config::tests::global_path_prefers_xdg_config_home_when_set ... ok
[INFO] [stdout] test editor::tests::code_multi_file_produces_one_spec_per_file ... ok
[INFO] [stdout] test editor::tests::code_single_file_uses_dash_g ... ok
[INFO] [stdout] test editor::tests::cursor_multi_file_produces_one_spec_per_file ... ok
[INFO] [stdout] test editor::tests::cursor_single_file_uses_dash_g ... ok
[INFO] [stdout] test editor::tests::custom_preset_substitutes_file_and_line_tokens ... ok
[INFO] [stdout] test editor::tests::custom_preset_without_command_produces_no_specs ... ok
[INFO] [stdout] test editor::tests::default_terminal_for_code_is_none ... ok
[INFO] [stdout] test editor::tests::default_terminal_for_nvim_is_auto ... ok
[INFO] [stdout] test editor::tests::editor_config_round_trips_through_toml ... ok
[INFO] [stdout] test editor::tests::editor_preset_parses_all_known_values ... ok
[INFO] [stdout] test editor::tests::editor_preset_rejects_unknown_value ... ok
[INFO] [stdout] test editor::tests::emacs_multi_file_is_one_spec_dropping_line_info ... ok
[INFO] [stdout] test editor::tests::emacs_single_file_uses_plus_line_and_nw ... ok
[INFO] [stdout] test editor::tests::empty_targets_produces_no_specs ... ok
[INFO] [stdout] test editor::tests::helix_multi_file_is_one_spec_with_multiple_args ... ok
[INFO] [stdout] test config::tests::newer_schema_version_is_rejected ... ok
[INFO] [stdout] test editor::tests::helix_single_file_uses_colon_line_syntax ... ok
[INFO] [stdout] test editor::tests::jetbrains_multi_file_produces_one_spec_per_file ... ok
[INFO] [stdout] test editor::tests::jetbrains_single_file_uses_dash_dash_line ... ok
[INFO] [stdout] test editor::tests::nvim_multi_file_builds_one_spec_with_c_chain ... ok
[INFO] [stdout] test editor::tests::nvim_multi_file_shell_escapes_paths_with_spaces_and_quotes ... ok
[INFO] [stdout] test editor::tests::nvim_single_file_uses_plus_line_syntax ... ok
[INFO] [stdout] test editor::tests::posix_single_quote_empty_string ... ok
[INFO] [stdout] test editor::tests::posix_single_quote_escapes_embedded_single_quote ... ok
[INFO] [stdout] test editor::tests::posix_single_quote_handles_spaces ... ok
[INFO] [stdout] test editor::tests::posix_single_quote_wraps_plain_string ... ok
[INFO] [stdout] test editor::tests::resolve_custom_uses_first_word_of_command ... ok
[INFO] [stdout] test editor::tests::posix_single_quote_passes_dollar_and_backtick_literally ... ok
[INFO] [stdout] test editor::tests::resolve_custom_without_command_errors ... ok
[INFO] [stdout] test editor::tests::resolve_non_nvim_missing_errors_no_editor ... ok
[INFO] [stdout] test editor::tests::resolve_nvim_and_vim_missing_errors_no_editor ... ok
[INFO] [stdout] test editor::tests::resolve_nvim_present_returns_nvim ... ok
[INFO] [stdout] test editor::tests::sublime_multi_file_produces_one_spec_per_file ... ok
[INFO] [stdout] test editor::tests::sublime_single_file_uses_subl_binary ... ok
[INFO] [stdout] test config::tests::load_respects_project_overrides ... ok
[INFO] [stdout] test editor::tests::terminal_auto_escapes_embedded_double_quotes_for_applescript ... ok
[INFO] [stdout] test cache::tests::suppression_keyed_by_hash_not_group_id ... ok
[INFO] [stdout] test editor::tests::resolve_nvim_missing_falls_back_to_vim ... ok
[INFO] [stdout] test cache::tests::undismiss_is_idempotent_when_unknown ... ok
[INFO] [stdout] test config::tests::project_overrides_global_and_global_overrides_defaults ... ok
[INFO] [stdout] test cache::tests::user_version_stamped_on_fresh_open ... ok
[INFO] [stdout] test cache::tests::undismiss_all_occurrences_for_clears_the_group_only ... ok
[INFO] [stdout] test cache::tests::wal_mode_enabled ... ok
[INFO] [stdout] test cache::tests::undismiss_occurrence_removes_only_the_target_row ... ok
[INFO] [stdout] test cache::tests::undismiss_roundtrip_restores_to_list_groups ... ok
[INFO] [stdout] test cache::tests::write_scan_result_preserves_file_cache ... ok
[INFO] [stdout] test cache::tests::write_is_idempotent_replace ... ok
[INFO] [stdout] test editor::tests::terminal_auto_wraps_in_osascript ... ok
[INFO] [stdout] test editor::tests::terminal_custom_substitutes_cmd_placeholder ... ok
[INFO] [stdout] test cache::tests::v2_db_upgrades_to_current_on_open ... ok
[INFO] [stdout] test editor::tests::terminal_custom_without_template_passes_through ... ok
[INFO] [stdout] test editor::tests::terminal_none_passes_through ... ok
[INFO] [stdout] test editor::tests::vim_multi_file_builds_one_spec_with_c_chain ... ok
[INFO] [stdout] test editor::tests::zed_multi_file_produces_one_spec_per_file ... ok
[INFO] [stdout] test editor::tests::zed_single_file_uses_colon_line_syntax ... ok
[INFO] [stdout] test editor::tests::vim_single_file_uses_plus_line_syntax ... ok
[INFO] [stdout] test rolling_hash::tests::different_tokens_hash_distinct ... ok
[INFO] [stdout] test rolling_hash::tests::empty_when_window_larger_than_input ... ok
[INFO] [stdout] test rolling_hash::tests::exact_one_window_when_equal_length ... ok
[INFO] [stdout] test rolling_hash::tests::empty_when_n_zero ... ok
[INFO] [stdout] test rolling_hash::tests::same_tokens_hash_equal ... ok
[INFO] [stdout] test rolling_hash::tests::sliding_hash_matches_naive_recompute ... ok
[INFO] [stdout] test rolling_hash::tests::span_byte_ranges_cover_input ... ok
[INFO] [stdout] test ignore::tests::layer1_binary_sniff ... ok
[INFO] [stdout] test ignore::tests::layer3_vendored_dirs_skip_children ... ok
[INFO] [stdout] test scanner::tests::atomic_progress_sink_clones_share_state ... ok
[INFO] [stdout] test ignore::tests::layer4_dedupignore_parses_gitignore_syntax ... ok
[INFO] [stdout] test ignore::tests::layer1_git_dir ... ok
[INFO] [stdout] test ignore::tests::built_in_pattern_coverage_is_stable ... ok
[INFO] [stdout] test ignore::tests::layer1_size_cap ... ok
[INFO] [stdout] test ignore::tests::layer3_header_generated ... ok
[INFO] [stdout] test scanner::tests::file_issue_counts_totals_match_sum ... ok
[INFO] [stdout] test ignore::tests::layer3_minified_and_lock_patterns ... ok
[INFO] [stdout] test ignore::tests::all_flag_disables_layers_1_through_3_but_not_4 ... ok
[INFO] [stdout] test scanner::tests::cancel_flag_before_scan_aborts_with_cancelled ... ok
[INFO] [stdout] test ignore::tests::layer4_whitelist_reincludes_docs ... ok
[INFO] [stdout] test ignore::tests::layer4_whitelist_overrides_layer3 ... ok
[INFO] [stdout] test ignore::tests::no_gitignore_disables_layer2_only ... ok
[INFO] [stdout] test scanner::tests::atomic_progress_sink_counts_files_and_matches ... ok
[INFO] [stdout] test scanner::tests::panic_message_extracts_static_str_and_string ... ok
[INFO] [stdout] test scanner::tests::empty_directory_yields_no_groups ... ok
[INFO] [stdout] test scanner::tests::binary_files_are_skipped ... ok
[INFO] [stdout] test ignore::tests::layer3_docs_notes_logs_and_generic_lock_patterns ... ok
[INFO] [stdout] test scanner::tests::cancel_flag_flipped_mid_walk_aborts_before_tier_b ... ok
[INFO] [stdout] test scanner::tests::tiny_file_under_threshold_is_not_reported ... ok
[INFO] [stdout] test scanner::tests::utf8_failure_surfaces_as_issue_and_is_skipped ... ok
[INFO] [stdout] test cache::tests::concurrent_writers_on_same_db_converge ... ok
[INFO] [stdout] test scanner::tests::progress_sink_sees_every_file_and_group ... ok
[INFO] [stdout] test scanner::tests::git_directory_is_skipped ... ok
[INFO] [stdout] test tokenizer::tests::block_comment ... ok
[INFO] [stdout] test tokenizer::tests::comment_markers_inside_strings_are_not_comments ... ok
[INFO] [stdout] test tokenizer::tests::comment_stripping_preserves_non_comment_token_count ... ok
[INFO] [stdout] test tokenizer::tests::non_ascii_identifier ... ok
[INFO] [stdout] test tokenizer::tests::byte_spans_round_trip ... ok
[INFO] [stdout] test tokenizer::tests::line_comment_slash ... ok
[INFO] [stdout] test tokenizer::tests::line_comment_hash ... ok
[INFO] [stdout] test scanner::tests::tier_a_streaming_callback_fires_once_with_final_membership ... ok
[INFO] [stdout] test tokenizer::tests::numbers_and_decimals ... ok
[INFO] [stdout] test tokenizer::tests::single_quoted_string ... ok
[INFO] [stdout] test tokenizer::tests::punctuation_tokens ... ok
[INFO] [stdout] test tokenizer::tests::string_with_escaped_quote ... ok
[INFO] [stdout] test tokenizer::tests::string_literal_preserved_verbatim ... ok
[INFO] [stdout] test tokenizer::tests::strips_whitespace ... ok
[INFO] [stdout] test tokenizer::tests::tracks_line_numbers ... ok
[INFO] [stdout] test scanner::tests::tier_b_panic_with_non_string_payload_still_reported ... ok
[INFO] [stdout] test scanner::tests::read_error_surfaces_file_issue_and_scan_continues ... FAILED
[INFO] [stdout] test scanner::tests::noop_sink_matches_scan_convenience ... ok
[INFO] [stdout] test scanner::tests::tier_b_grammar_panic_is_caught_and_reported ... ok
[INFO] [stdout] test tokenizer::tests::deterministic ... ok
[INFO] [stdout] test tokenizer::tests::whitespace_edits_preserve_tokens ... ok
[INFO] [stdout] test tokenizer::tests::collapsing_runs_of_whitespace_preserves_tokens ... ok
[INFO] [stdout] test rolling_hash::tests::stable_under_identical_input ... ok
[INFO] [stdout] test rolling_hash::tests::rolling_matches_direct_computation ... ok
[INFO] [stdout] test rolling_hash::tests::span_covers_exactly_n_tokens ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- scanner::tests::read_error_surfaces_file_issue_and_scan_continues stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'scanner::tests::read_error_surfaces_file_issue_and_scan_continues' (1400) panicked at crates/dedup-core/src/scanner.rs:1695:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x633e29ca8afa - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x633e29ca8afa - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x633e29ca8afa - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x633e29ca8afa - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x633e29cbfa1a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x633e29cbfa1a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x633e29cada12 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x633e29cada12 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x633e29c840df - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x633e29c840df - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x633e29c9f7f9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x633e29696acc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x633e29696acc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x633e29c9fa72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x633e29c9fa72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x633e29c84198 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x633e29c7b719 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x633e29c850fd - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x633e29cc028c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x633e29cc0113 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x633e29cbaf1d - core[35159d6ffb30e017]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x633e294e1d65 - dedup_core[86f89cc236b2db19]::scanner::tests::read_error_surfaces_file_issue_and_scan_continues
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/dedup-core/src/scanner.rs:1695:9
[INFO] [stdout]   22:     0x633e294d3e07 - dedup_core[86f89cc236b2db19]::scanner::tests::read_error_surfaces_file_issue_and_scan_continues::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/dedup-core/src/scanner.rs:1677:59
[INFO] [stdout]   23:     0x633e294739c6 - <dedup_core[86f89cc236b2db19]::scanner::tests::read_error_surfaces_file_issue_and_scan_continues::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x633e29689dab - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x633e29689dab - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x633e2969759b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x633e2969759b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x633e2969759b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x633e2969759b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x633e2969759b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x633e2969759b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x633e2969759b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x633e29691f74 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x633e29691f74 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x633e2969a1a2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x633e2969a1a2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x633e2969a1a2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x633e2969a1a2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x633e2969a1a2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x633e2969a1a2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x633e2969a1a2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x633e29ca7baf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x633e29ca7baf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72acbc8e7aa4 - <unknown>
[INFO] [stdout]   45:     0x72acbc974a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     scanner::tests::read_error_surfaces_file_issue_and_scan_continues
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 152 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p dedup-core --lib`
[INFO] running `Command { std: "docker" "inspect" "382b24a3cb7b2dbd2e9fef1dc369f243a9df3b799d0fa8b79467a42465ba9d0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "382b24a3cb7b2dbd2e9fef1dc369f243a9df3b799d0fa8b79467a42465ba9d0c", kill_on_drop: false }`
[INFO] [stdout] 382b24a3cb7b2dbd2e9fef1dc369f243a9df3b799d0fa8b79467a42465ba9d0c
