[INFO] fetching crate ffuzzy 0.3.16...
[INFO] testing ffuzzy-0.3.16 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate ffuzzy 0.3.16 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ffuzzy 0.3.16 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tempfile v3.6.0
[INFO] [stderr]   Downloaded libc v0.2.163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1380919ce3633edd784dfa476f0ef660b8cb818fd657a43f81d3fa81a4fa2ea
[INFO] running `Command { std: "docker" "start" "-a" "c1380919ce3633edd784dfa476f0ef660b8cb818fd657a43f81d3fa81a4fa2ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1380919ce3633edd784dfa476f0ef660b8cb818fd657a43f81d3fa81a4fa2ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1380919ce3633edd784dfa476f0ef660b8cb818fd657a43f81d3fa81a4fa2ea", kill_on_drop: false }`
[INFO] [stdout] c1380919ce3633edd784dfa476f0ef660b8cb818fd657a43f81d3fa81a4fa2ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b24adcb1d05820a7338c45a5c9433adae341f1da58bbb523d32b21ef36d6836
[INFO] running `Command { std: "docker" "start" "-a" "4b24adcb1d05820a7338c45a5c9433adae341f1da58bbb523d32b21ef36d6836", 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.81s
[INFO] running `Command { std: "docker" "inspect" "4b24adcb1d05820a7338c45a5c9433adae341f1da58bbb523d32b21ef36d6836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b24adcb1d05820a7338c45a5c9433adae341f1da58bbb523d32b21ef36d6836", kill_on_drop: false }`
[INFO] [stdout] 4b24adcb1d05820a7338c45a5c9433adae341f1da58bbb523d32b21ef36d6836
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36e00a5f8e0843440e99b24f439af2b3adca275f7795fed749f436ed9f3bfb39
[INFO] running `Command { std: "docker" "start" "-a" "36e00a5f8e0843440e99b24f439af2b3adca275f7795fed749f436ed9f3bfb39", 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 39.22s
[INFO] running `Command { std: "docker" "inspect" "36e00a5f8e0843440e99b24f439af2b3adca275f7795fed749f436ed9f3bfb39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36e00a5f8e0843440e99b24f439af2b3adca275f7795fed749f436ed9f3bfb39", kill_on_drop: false }`
[INFO] [stdout] 36e00a5f8e0843440e99b24f439af2b3adca275f7795fed749f436ed9f3bfb39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 205b84c1dc1049fe8bb9a9be9d6c1d1efedd837ef66bc4e982d6dec17165ab6a
[INFO] running `Command { std: "docker" "start" "-a" "205b84c1dc1049fe8bb9a9be9d6c1d1efedd837ef66bc4e982d6dec17165ab6a", 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.08s
[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::alphabets ... ok
[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::compare::const_asserts::log_block_size_capping_border_is_correct ... ok
[INFO] [stdout] test internals::compare::const_asserts::score_arithmetic_causes_no_overflow ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::position_array_usage ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::prerequisite_64bit ... 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::edit_distance_itself_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_basic_bhpa ... 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::edit_distance_itself_bhpa_mut_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::test_has_common_substring_naive ... 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::data_model_inequality_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::test_has_sequences ... ok
[INFO] [stdout] test internals::compare::position_array::tests::scoring_with_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::data_model_inequality_bhpa_ref ... ok
[INFO] [stdout] test internals::compare::tests::comparison_with_block_size_pairs ... ok
[INFO] [stdout] test internals::compare::tests::data_model_inequality_slightly_different ... ok
[INFO] [stdout] test internals::compare::tests::common_prerequisites ... ok
[INFO] [stdout] test internals::compare::tests::data_model_internal_refs ... ok
[INFO] [stdout] test internals::compare::tests::raw_scores_on_block_hash_comparison ... ok
[INFO] [stdout] test internals::compare::tests::data_model_new ... ok
[INFO] [stdout] test internals::compare::tests::compare_candidate_with_block_size_pairs ... ok
[INFO] [stdout] test internals::compare_easy::tests::compare_errors ... ok
[INFO] [stdout] test internals::compare::tests::score_caps_on_block_hash_comparison ... ok
[INFO] [stdout] test internals::compare::position_array::tests::data_model_inequality_bhpa ... ok
[INFO] [stdout] test internals::compare_easy::tests::compare_example ... 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_source_with_side ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::test_utils::test_zero_data_period ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::initial_state ... ok
[INFO] [stdout] test internals::compare_easy::tests::parse_error_either_impls_display_and_debug_with_side ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::regular_fnv1_test_vectors ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::table_contents ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::const_asserts::rolling_hash_h3_shift_amount ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::test_utils::new_hash_with_prefix_zeroes_state ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::usage ... 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::tests::basic_impls ... 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::tests::rolling_basic ... ok
[INFO] [stdout] test internals::generate::tests::generator_error_impl_display ... ok
[INFO] [stdout] test internals::generate::tests::generator_error_is_size_too_large_error ... ok
[INFO] [stdout] test internals::generate::hashes::partial_fnv::tests::basic_impls ... ok
[INFO] [stdout] test internals::generate::tests::large_data_triggers_2 ... ok
[INFO] [stdout] test internals::generate::hashes::rolling_hash::tests::inspect_internal_state_while_rolling ... ok
[INFO] [stdout] test internals::generate::tests::large_data_triggers_1 ... ok
[INFO] [stdout] test internals::generate::tests::empty_data ... 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::tests::length_mismatches ... ok
[INFO] [stdout] test internals::generate::tests::usage ... 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_not_exist ... ok
[INFO] [stdout] test internals::generate_easy_std::tests::hash_file_usage ... 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_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_stream_common_usage ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::insert_block_hash_into_bytes_contents ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_overflow_noseq ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_states_and_normalization_reporting ... ok
[INFO] [stdout] test internals::hash::algorithms::tests::parse_block_hash_from_bytes_states_and_normalization ... 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_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::block::tests::block_size_strings ... ok
[INFO] [stdout] test internals::hash::block::tests::block_size_validness_near_the_border ... ok
[INFO] [stdout] test internals::hash::block::tests::block_hash_numeric_window_basic ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa_ref ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::cmp_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::failures_on_debug::compare_sizes_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_eq_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::compare::position_array::tests::data_model_corruption_bhpa ... ok
[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_eq_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::compare::position_array::tests::data_model_corruption_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa ... ok
[INFO] [stdout] test internals::compare::position_array::tests::substring_itself_bhpa_mut_ref ... ok
[INFO] [stdout] test internals::generate::tests::test_make_generator_with_prefix_zeroes ... 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_2 - 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::failures_on_debug::is_near_gt_fail_1 - 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::parser_state::tests::parse_error_impls_display_and_debug ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_lt_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::tests::compare_fuzzy_hash_data_examples_eq ... ok
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_kind_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_near_but_not_eq ... ok
[INFO] [stdout] test internals::hash::parser_state::tests::parse_error_origin_impls ... ok
[INFO] [stdout] test internals::hash::tests::cover_hash ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_fail_2 - should panic ... FAILED
[INFO] [stdout] test internals::compare::tests::data_model_corruption ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_size ... ok
[INFO] [stdout] test internals::hash::tests::check_call_for_fuzzy_hash_type_and_sizes ... ok
[INFO] [stdout] test internals::hash::tests::data_model_eq_and_full_eq ... ok
[INFO] [stdout] test internals::hash::block::tests::failures::log_from_valid_fail - should panic ... ok
[INFO] [stdout] test internals::hash::block::tests::failures_on_debug::is_near_fail_1 - should panic ... FAILED
[INFO] [stdout] test internals::hash::tests::data_model_new ... ok
[INFO] [stdout] test internals::hash::tests::data_model_normalized_numeric_windows ... ok
[INFO] [stdout] test internals::hash::tests::data_model_normalized_windows ... ok
[INFO] [stdout] test internals::hash::tests::impl_debug ... 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::generate::tests::verify_with_small_precomputed_vectors ... ok
[INFO] [stdout] test internals::hash::tests::fuzzy_hash_operation_error_impls ... ok
[INFO] [stdout] test internals::hash::tests::ord_by_block_size_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::parse_patterns ... ok
[INFO] [stdout] test internals::hash::tests::parsed_data_example ... ok
[INFO] [stdout] test internals::hash::tests::parsed_block_size ... ok
[INFO] [stdout] test internals::hash_dual::private::const_asserts::div_ceil_examples ... ok
[INFO] [stdout] test internals::hash::tests::parser_err_cases_prerequisites ... ok
[INFO] [stdout] test internals::hash_dual::rle_encoding::decode_terminator ... ok
[INFO] [stdout] test internals::hash::tests::data_model_corruption_normalization ... ok
[INFO] [stdout] test internals::hash_dual::tests::cover_hash ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_corruption ... ok
[INFO] [stdout] test internals::compare::tests::compare_candidate_self ... ok
[INFO] [stdout] test internals::hash::tests::data_model_corruption_common ... 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::hash::tests::ord_and_sorting ... 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_3 - 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::counterexample_with_msg_1 - 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_02 - should panic ... 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_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_08 - 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_09 - 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::test_utils::tests::test_for_each_type::counterexample_10 - should panic ... ok
[INFO] [stdout] test internals::utils::tests::u64_ilog2_near_borders ... ok
[INFO] [stdout] test internals::utils::tests::u64_ilog2_examples ... 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_dual::tests::data_model_init_from_normalized ... ok
[INFO] [stdout] test internals::compare::tests::compare_slightly_different ... ok
[INFO] [stdout] test internals::hash::tests::data_model_init_and_basic ... ok
[INFO] [stdout] test internals::hash_dual::tests::ord_and_sorting ... 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::data_model_corresponding_fuzzy_hash_strings ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_basic ... ok
[INFO] [stdout] test internals::hash_dual::tests::data_model_corresponding_fuzzy_hashes ... ok
[INFO] [stdout] test internals::compare::tests::data_model_equiv ... ok
[INFO] [stdout] test internals::hash::tests::data_model_block_hash_contents_and_normalization ... 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_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::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::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::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::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_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::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_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::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_gt_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:565: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_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_fail_1 stdout ----
[INFO] [stdout] note: test did not panic as expected at src/internals/hash/block/tests.rs:535: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:     0x5e07b65da662 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e07b65da662 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e07b65da662 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e07b65da662 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e07b65ff9a3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e07b65ff9a3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5e07b65d75f3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e07b65d75f3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e07b65da4b2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e07b65dbc8c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5e07b65dbae2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5e07b65a3584 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5e07b65a3584 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e07b65dc76b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5e07b65dc76b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5e07b65dc406 - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5e07b65dab69 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5e07b65dc0cd - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5e07b65fe4f0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e07b65349fc - ssdeep::tests::test_prerequisites::h857fc2e60741d1d5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:12:5
[INFO] [stdout]   20:     0x5e07b6563a46 - ssdeep::tests::test_prerequisites::{{closure}}::h9999f966c828f22c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:11:24
[INFO] [stdout]   21:     0x5e07b6563a46 - core::ops::function::FnOnce::call_once::h69a03901f545a5bd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5e07b65a8d0b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5e07b65a8d0b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x5e07b65a7efe - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x5e07b65a7efe - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x5e07b65a7efe - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x5e07b65a7efe - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x5e07b65a7efe - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5e07b65a7efe - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x5e07b65a7efe - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x5e07b656ba74 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x5e07b656ba74 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x5e07b656f44a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x5e07b656f44a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5e07b656f44a - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5e07b656f44a - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x5e07b656f44a - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5e07b656f44a - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x5e07b656f44a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5e07b65df6c7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x5e07b65df6c7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x5e07b65df6c7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x763086becaa4 - <unknown>
[INFO] [stdout]   44:     0x763086c79a34 - 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 15.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "205b84c1dc1049fe8bb9a9be9d6c1d1efedd837ef66bc4e982d6dec17165ab6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "205b84c1dc1049fe8bb9a9be9d6c1d1efedd837ef66bc4e982d6dec17165ab6a", kill_on_drop: false }`
[INFO] [stdout] 205b84c1dc1049fe8bb9a9be9d6c1d1efedd837ef66bc4e982d6dec17165ab6a
