[INFO] fetching crate ffuzzy 0.3.16...
[INFO] testing ffuzzy-0.3.16 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate ffuzzy 0.3.16 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate ffuzzy 0.3.16
[INFO] finished tweaking crates.io crate ffuzzy 0.3.16
[INFO] tweaked toml for crates.io crate ffuzzy 0.3.16 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ffuzzy 0.3.16 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ffuzzy 0.3.16 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd189e4a09a272dfa7dbf543667b9d3794e1aa0d894d0cfadb957dc2cbbdcede
[INFO] running `Command { std: "docker" "start" "-a" "fd189e4a09a272dfa7dbf543667b9d3794e1aa0d894d0cfadb957dc2cbbdcede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd189e4a09a272dfa7dbf543667b9d3794e1aa0d894d0cfadb957dc2cbbdcede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd189e4a09a272dfa7dbf543667b9d3794e1aa0d894d0cfadb957dc2cbbdcede", kill_on_drop: false }`
[INFO] [stdout] fd189e4a09a272dfa7dbf543667b9d3794e1aa0d894d0cfadb957dc2cbbdcede
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c818ab2488d913e09c4c9c8f651f6509ffb77e2891c6b60d88ebb77a409d7717
[INFO] running `Command { std: "docker" "start" "-a" "c818ab2488d913e09c4c9c8f651f6509ffb77e2891c6b60d88ebb77a409d7717", kill_on_drop: false }`
[INFO] [stderr]    Compiling ffuzzy v0.3.16 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1611:41
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1673:39
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1696:41
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1727:39
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] running `Command { std: "docker" "inspect" "c818ab2488d913e09c4c9c8f651f6509ffb77e2891c6b60d88ebb77a409d7717", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c818ab2488d913e09c4c9c8f651f6509ffb77e2891c6b60d88ebb77a409d7717", kill_on_drop: false }`
[INFO] [stdout] c818ab2488d913e09c4c9c8f651f6509ffb77e2891c6b60d88ebb77a409d7717
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf92267afed0e3d91e3d57f9196c29d441092c1e83aef8ec84677addaff0a1ef
[INFO] running `Command { std: "docker" "start" "-a" "bf92267afed0e3d91e3d57f9196c29d441092c1e83aef8ec84677addaff0a1ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.163
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1611:41
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1673:39
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1696:41
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1727:39
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ffuzzy v0.3.16 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1611:41
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1673:39
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1696:41
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stdout]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stdout]      |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/internals/hash.rs:1727:39
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stdout]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stdout]      |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.80s
[INFO] running `Command { std: "docker" "inspect" "bf92267afed0e3d91e3d57f9196c29d441092c1e83aef8ec84677addaff0a1ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf92267afed0e3d91e3d57f9196c29d441092c1e83aef8ec84677addaff0a1ef", kill_on_drop: false }`
[INFO] [stdout] bf92267afed0e3d91e3d57f9196c29d441092c1e83aef8ec84677addaff0a1ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9cc035fe6cc61d53fbb7050e02b51516288aa7c8a5bd5c25542636b6a0d7183b
[INFO] running `Command { std: "docker" "start" "-a" "9cc035fe6cc61d53fbb7050e02b51516288aa7c8a5bd5c25542636b6a0d7183b", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/internals/hash.rs:1611:41
[INFO] [stderr]      |
[INFO] [stderr] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stderr]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |                                         |
[INFO] [stderr]      |                                         this lifetime flows to the output
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1611 |     pub fn block_hash_1_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stderr]      |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/internals/hash.rs:1673:39
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stderr]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |                                       |
[INFO] [stderr]      |                                       this lifetime flows to the output
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1673 |     pub fn block_hash_1_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stderr]      |                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/internals/hash.rs:1696:41
[INFO] [stderr]      |
[INFO] [stderr] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows {
[INFO] [stderr]      |                                         ^^^^^     --------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |                                         |
[INFO] [stderr]      |                                         this lifetime flows to the output
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1696 |     pub fn block_hash_2_numeric_windows(&self) -> block::block_hash::NumericWindows<'_> {
[INFO] [stderr]      |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/internals/hash.rs:1727:39
[INFO] [stderr]      |
[INFO] [stderr] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows {
[INFO] [stderr]      |                                       ^^^^^     ------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |                                       |
[INFO] [stderr]      |                                       this lifetime flows to the output
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1727 |     pub fn block_hash_2_index_windows(&self) -> block::block_hash::IndexWindows<'_> {
[INFO] [stderr]      |                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ffuzzy` (lib) generated 4 warnings
[INFO] [stderr] warning: `ffuzzy` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ssdeep-26e512bd3f049c3e)
[INFO] [stdout] 
[INFO] [stdout] running 197 tests
[INFO] [stdout] test internals::base64::tests::invalid_chars ... ok
[INFO] [stdout] test internals::base64::tests::values_and_indices ... ok
[INFO] [stdout] test internals::base64::tests::compare_impls ... ok
[INFO] [stdout] test internals::base64::tests::alphabets ... ok
[INFO] [stdout] test internals::compare::const_asserts::score_arithmetic_causes_no_overflow ... ok
[INFO] [stdout] test internals::compare::const_asserts::log_block_size_capping_border_is_correct ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::edit_distance_itself_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::edit_distance_itself_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::edit_distance_itself_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::position_array_glob ... ok
[INFO] [stdout] test internals::compare::position_array::tests::position_array_impls ... ok
[INFO] [stdout] test internals::compare::position_array::tests::position_array_usage ... ok
[INFO] [stdout] test internals::compare::position_array::tests::prerequisite_64bit ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_inequality_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::scoring_with_itself_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_fail_example_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_fail_example_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_fail_example_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::scoring_with_itself_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_inequality_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::scoring_with_itself_bhpa ... ok
[INFO] [stdout] test internals::compare::tests::common_prerequisites ... ok
[INFO] [stdout] test internals::compare::tests::compare_candidate_with_block_size_pairs ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_inequality_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::test_has_common_substring_naive ... ok
[INFO] [stdout] test internals::compare::tests::data_model_inequality_slightly_different ... ok
[INFO] [stdout] test internals::compare::tests::data_model_internal_refs ... ok
[INFO] [stdout] test internals::compare::tests::data_model_new ... ok
[INFO] [stdout] test internals::compare::tests::comparison_with_block_size_pairs ... ok
[INFO] [stdout] test internals::compare::tests::score_caps_on_block_hash_comparison ... ok
[INFO] [stdout] test internals::compare::tests::raw_scores_on_block_hash_comparison ... ok
[INFO] [stdout] test internals::compare_easy::tests::parse_error_either_basic_and_impls ... ok
[INFO] [stdout] test internals::compare_easy::tests::parse_error_either_impls_display_and_debug_with_side ... ok
[INFO] [stdout] test internals::compare_easy::tests::parse_error_either_source_with_side ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::test_utils::test_zero_data_period ... ok
[INFO] [stdout] test internals::compare::position_array::tests::test_has_sequences ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::basic_impls ... ok
[INFO] [stdout] test internals::compare_easy::tests::compare_example ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::initial_state ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::regular_fnv1_test_vectors ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::usage ... ok
[INFO] [stdout] test internals::compare_easy::tests::compare_errors ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::table_contents ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::test_utils::new_hash_with_prefix_zeroes_prerequisites ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::test_utils::new_hash_with_prefix_zeroes_state ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::tests::inspect_internal_state_while_rolling ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::tests::basic_impls ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::tests::rolling_basic ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::tests::usage ... ok
[INFO] [stdout] test internals::generate::tests::cover_generator_basic ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::const_asserts::rolling_hash_h3_shift_amount ... ok
[INFO] [stdout] test internals::generate::tests::empty_data ... ok
[INFO] [stdout] test internals::generate::tests::generator_error_is_size_too_large_error ... ok
[INFO] [stdout] test internals::generate::tests::length_mismatches ... ok
[INFO] [stdout] test internals::generate::tests::large_data_triggers_1 ... ok
[INFO] [stdout] test internals::generate::tests::large_data_triggers_2 ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::generate::tests::usage ... ok
[INFO] [stdout] test internals::generate::tests::generator_error_impl_display ... ok
[INFO] [stdout] test internals::generate::tests::usage_fixed_size ... ok
[INFO] [stdout] test internals::generate::tests::verify_get_log_block_size_from_input_size ... ok
[INFO] [stdout] test internals::generate_easy::tests::hash_buf_usage ... ok
[INFO] [stdout] test internals::generate_easy::tests::hash_buf_input_too_large ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_file_usage ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_stream_common_io_fail ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_stream_common_size_inconsistency ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_file_not_exist ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_file_too_large ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_stream_common_usage ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_states_and_normalization ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::insert_block_hash_into_bytes_contents ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_size_from_bytes_all_valid ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_size_from_bytes_patterns ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::test_normalize_block_hash_in_place ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::test_verify_block_hash_normalization ... ok
[INFO] [stdout] test internals::hash::block::tests::block_hash_numeric_window_basic ... ok
[INFO] [stdout] test internals::hash::block::tests::block_hash_numeric_window_prerequisites ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_log_invalid ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_log_valid ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_log_whole_range ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_relation_consistency ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_overflow_noseq ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_validness_near_the_border ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_corruption_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::cmp_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_states_and_normalization_reporting ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::compare_sizes_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::cmp_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::block_size_strings ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_eq_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_eq_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::compare_sizes_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_gt_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_lt_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::log_from_valid_internal_fail - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::prerequisites ... ok
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_basic_and_impls ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_lt_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_gt_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_impls_display_and_debug ... ok
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_kind_impls ... ok
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_origin_impls ... ok
[INFO] [stdout] test internals::hash::tests::block_hash_const_substring_lengths ... ok
[INFO] [stdout] test internals::hash::tests::compare_fuzzy_hash_data_examples_eq ... ok
[INFO] [stdout] test internals::hash::tests::check_call_for_fuzzy_hash_type_and_sizes ... ok
[INFO] [stdout] test internals::hash::tests::cover_hash ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa_ref ... ok
[INFO] [stdout] test internals::hash::tests::compare_fuzzy_hash_data_examples_eq_near_but_not_eq ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_size ... ok
[INFO] [stdout] test internals::generate::tests::test_make_generator_with_prefix_zeroes ... ok
[INFO] [stdout] test internals::hash::tests::data_model_corruption_normalization ... ok
[INFO] [stdout] test internals::hash::tests::data_model_eq_and_full_eq ... ok
[INFO] [stdout] test internals::generate::tests::verify_with_small_precomputed_vectors ... ok
[INFO] [stdout] test internals::hash::block::tests::failures::log_from_valid_fail - should panic ... ok
[INFO] [stdout] test internals::hash::tests::data_model_new ... ok
[INFO] [stdout] test internals::hash::tests::data_model_normalized_windows ... ok
[INFO] [stdout] test internals::hash::tests::data_model_normalized_numeric_windows ... ok
[INFO] [stdout] test internals::hash::tests::impl_debug ... ok
[INFO] [stdout] test internals::compare::tests::data_model_corruption ... ok
[INFO] [stdout] test internals::hash::tests::fuzzy_hash_operation_error_impls ... ok
[INFO] [stdout] test internals::hash::tests::make_fuzzy_hash_bytes_examples ... ok
[INFO] [stdout] test internals::hash::tests::normalization_examples ... ok
[INFO] [stdout] test internals::hash::tests::parse_block_hash_1_patterns ... ok
[INFO] [stdout] test internals::hash::tests::parse_block_hash_2_patterns ... ok
[INFO] [stdout] test internals::hash::tests::ord_by_block_size_examples ... ok
[INFO] [stdout] test internals::hash::tests::parse_patterns ... ok
[INFO] [stdout] test internals::hash::tests::parsed_data_example ... ok
[INFO] [stdout] test internals::hash::tests::parser_err_cases_prerequisites ... ok
[INFO] [stdout] test internals::hash_dual::private::const_asserts::div_ceil_examples ... ok
[INFO] [stdout] test internals::hash_dual::rle_encoding::decode_terminator ... ok
[INFO] [stdout] test internals::hash_dual::tests::cover_hash ... ok
[INFO] [stdout] test internals::hash::tests::parsed_block_size ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_corruption_bhpa ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_corruption ... ok
[INFO] [stdout] test internals::hash::tests::data_model_corruption_common ... ok
[INFO] [stdout] test internals::compare::tests::compare_candidate_self ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_internal_ref ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_new ... ok
[INFO] [stdout] test internals::hash_dual::tests::impl_debug ... ok
[INFO] [stdout] test internals::hash_dual::tests::impl_display ... ok
[INFO] [stdout] test internals::hash_dual::tests::impl_to_string ... ok
[INFO] [stdout] test internals::compare::tests::compare_self ... ok
[INFO] [stdout] test internals::hash_dual::tests::parse_errors ... ok
[INFO] [stdout] test internals::hash_dual::tests::parse_overflow_examples_long_and_short ... ok
[INFO] [stdout] test internals::hash_dual::tests::parse_patterns ... ok
[INFO] [stdout] test internals::intrinsics::tests::test_likely_unlikely ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_1 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_2 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_3 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_4 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_with_msg_1 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::counterexample_with_msg_2 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::example_with_msg ... ok
[INFO] [stdout] test internals::test_utils::tests::assert_fits_in::examples ... ok
[INFO] [stdout] test internals::test_utils::tests::recommended_default_counterexample - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::recommended_default_example ... ok
[INFO] [stdout] test internals::test_utils::tests::test_eq_slice_buf_not_eq ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_01 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_02 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_03 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_04 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_05 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_06 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_07 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_08 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_09 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_10 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_11 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::counterexample_12 - should panic ... ok
[INFO] [stdout] test internals::test_utils::tests::test_for_each_type::valid_examples ... ok
[INFO] [stdout] test internals::utils::tests::u64_ilog2_examples ... ok
[INFO] [stdout] test internals::utils::tests::u64_ilog2_near_borders ... ok
[INFO] [stdout] test internals::utils::tests::u64_lsb_ones_and_ilog2 ... ok
[INFO] [stdout] test internals::utils::tests::u64_lsb_ones_from_binary_string ... ok
[INFO] [stdout] test internals::utils::tests::u64_lsb_ones_table ... ok
[INFO] [stdout] test tests::test_prerequisites ... FAILED
[INFO] [stdout] test internals::hash::tests::ord_and_sorting ... ok
[INFO] [stdout] test internals::compare::tests::compare_slightly_different ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_init_from_normalized ... ok
[INFO] [stdout] test internals::hash::tests::data_model_init_and_basic ... ok
[INFO] [stdout] test internals::compare::tests::data_model_basic ... ok
[INFO] [stdout] test internals::compare::tests::data_model_equiv_inequality_block_hash ... ok
[INFO] [stdout] test internals::hash_dual::tests::ord_and_sorting ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_corresponding_fuzzy_hash_strings ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_corresponding_fuzzy_hashes ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_basic ... ok
[INFO] [stdout] test internals::compare::tests::data_model_equiv ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_init_and_basic ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_and_lossless_conversion ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_and_normalization ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_and_string_conversion ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::cmp_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:585:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::compare_sizes_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:575:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::cmp_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:590:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_eq_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:545:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_eq_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:550:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::compare_sizes_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:580:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:540:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_gt_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:570:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_lt_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:555:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:535:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::log_from_valid_internal_fail stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:530:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_lt_fail_2 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:560:8
[INFO] [stdout] ---- internals::hash::block::tests::failures_on_debug::is_near_gt_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:565:8
[INFO] [stdout] ---- tests::test_prerequisites stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_prerequisites' panicked at src/tests.rs:12:5:
[INFO] [stdout] The tests in this crate require debug assertions to be enabled (by default).  To test this crate without debug assertions, add rustc flags "--cfg ffuzzy_tests_without_debug_assertions".
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x612b12d7a622 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x612b12d7a622 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x612b12d7a622 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x612b12d7a622 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x612b12d9f993 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x612b12d9f993 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x612b12d77363 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x612b12d77363 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x612b12d7a472 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x612b12d7bc4c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x612b12d7baa2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x612b12d43584 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x612b12d43584 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x612b12d7c72b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x612b12d7c72b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x612b12d7c3c6 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x612b12d7ab19 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x612b12d7c08d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x612b12d9e4e0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x612b12cd49fc - ssdeep::tests::test_prerequisites::h4fd3dce36febe8f9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:12:5
[INFO] [stdout]   20:     0x612b12d04816 - ssdeep::tests::test_prerequisites::{{closure}}::h4d593a598f57f7e0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:11:24
[INFO] [stdout]   21:     0x612b12d04816 - core::ops::function::FnOnce::call_once::h8847a3c41acd7f80
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x612b12d48cbb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x612b12d48cbb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x612b12d47efe - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x612b12d47efe - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x612b12d47efe - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x612b12d47efe - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x612b12d47efe - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x612b12d47efe - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x612b12d47efe - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x612b12d0baa4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x612b12d0baa4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x612b12d0f44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x612b12d0f44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x612b12d0f44a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x612b12d0f44a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x612b12d0f44a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x612b12d0f44a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x612b12d0f44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x612b12d7f687 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x612b12d7f687 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x612b12d7f687 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x749f7ee09aa4 - <unknown>
[INFO] [stdout]   44:     0x749f7ee96a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::cmp_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::cmp_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::compare_sizes_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::compare_sizes_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_eq_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_eq_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_gt_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_gt_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_lt_fail_1
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::is_near_lt_fail_2
[INFO] [stdout]     internals::hash::block::tests::failures_on_debug::log_from_valid_internal_fail
[INFO] [stdout]     tests::test_prerequisites
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 183 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.72s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "9cc035fe6cc61d53fbb7050e02b51516288aa7c8a5bd5c25542636b6a0d7183b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cc035fe6cc61d53fbb7050e02b51516288aa7c8a5bd5c25542636b6a0d7183b", kill_on_drop: false }`
[INFO] [stdout] 9cc035fe6cc61d53fbb7050e02b51516288aa7c8a5bd5c25542636b6a0d7183b
