[INFO] cloning repository https://github.com/nrminor/checkle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nrminor/checkle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrminor%2Fcheckle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrminor%2Fcheckle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c2402ef46a186e3de74023f30b5435c3c1d6f83
[INFO] testing nrminor/checkle against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrminor%2Fcheckle" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nrminor/checkle
[INFO] finished tweaking git repo https://github.com/nrminor/checkle
[INFO] tweaked toml for git repo https://github.com/nrminor/checkle written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nrminor/checkle on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nrminor/checkle already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded predicates v3.1.3
[INFO] [stderr]   Downloaded predicates-core v1.0.9
[INFO] [stderr]   Downloaded rstest v0.18.2
[INFO] [stderr]   Downloaded password-hash v0.4.2
[INFO] [stderr]   Downloaded float-cmp v0.10.0
[INFO] [stderr]   Downloaded relative-path v1.9.3
[INFO] [stderr]   Downloaded prettytable-rs v0.10.0
[INFO] [stderr]   Downloaded termtree v0.5.1
[INFO] [stderr]   Downloaded clap_complete v4.5.55
[INFO] [stderr]   Downloaded globset v0.4.16
[INFO] [stderr]   Downloaded ignore v0.4.23
[INFO] [stderr]   Downloaded predicates-tree v1.0.12
[INFO] [stderr]   Downloaded clap-verbosity-flag v2.2.3
[INFO] [stderr]   Downloaded xz2 v0.1.7
[INFO] [stderr]   Downloaded assert_cmd v2.0.17
[INFO] [stderr]   Downloaded fern v0.7.1
[INFO] [stderr]   Downloaded rstest_macros v0.18.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 93c59ff380edc80404bd4f05ec8ecb48fe8c4ac058184ecbca3522bed8fdd97c
[INFO] running `Command { std: "docker" "start" "-a" "93c59ff380edc80404bd4f05ec8ecb48fe8c4ac058184ecbca3522bed8fdd97c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93c59ff380edc80404bd4f05ec8ecb48fe8c4ac058184ecbca3522bed8fdd97c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93c59ff380edc80404bd4f05ec8ecb48fe8c4ac058184ecbca3522bed8fdd97c", kill_on_drop: false }`
[INFO] [stdout] 93c59ff380edc80404bd4f05ec8ecb48fe8c4ac058184ecbca3522bed8fdd97c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c17a3741cc33b5e780b2be8086f8e486222ac2358bc02670152f430b658b638
[INFO] running `Command { std: "docker" "start" "-a" "8c17a3741cc33b5e780b2be8086f8e486222ac2358bc02670152f430b658b638", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling clap_builder v4.5.42
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling checkle v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling fern v0.7.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling clap-verbosity-flag v2.2.3
[INFO] [stderr]    Compiling clap_complete v4.5.55
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.71s
[INFO] running `Command { std: "docker" "inspect" "8c17a3741cc33b5e780b2be8086f8e486222ac2358bc02670152f430b658b638", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c17a3741cc33b5e780b2be8086f8e486222ac2358bc02670152f430b658b638", kill_on_drop: false }`
[INFO] [stdout] 8c17a3741cc33b5e780b2be8086f8e486222ac2358bc02670152f430b658b638
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee79085af1bb46b1b78ac6cd5b14fd6fb74113a47aa26ca75dd52cc3cf6c79a0
[INFO] running `Command { std: "docker" "start" "-a" "ee79085af1bb46b1b78ac6cd5b14fd6fb74113a47aa26ca75dd52cc3cf6c79a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling clap-verbosity-flag v2.2.3
[INFO] [stderr]    Compiling clap_complete v4.5.55
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling checkle v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "ee79085af1bb46b1b78ac6cd5b14fd6fb74113a47aa26ca75dd52cc3cf6c79a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee79085af1bb46b1b78ac6cd5b14fd6fb74113a47aa26ca75dd52cc3cf6c79a0", kill_on_drop: false }`
[INFO] [stdout] ee79085af1bb46b1b78ac6cd5b14fd6fb74113a47aa26ca75dd52cc3cf6c79a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 564e5443dcb13d0c207d99390b89a1e06e566ad3284ce12c690f969975100c9e
[INFO] running `Command { std: "docker" "start" "-a" "564e5443dcb13d0c207d99390b89a1e06e566ad3284ce12c690f969975100c9e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/checkle-c2a4b84bc9b2f245)
[INFO] [stdout] 
[INFO] [stdout] running 276 tests
[INFO] [stdout] test archive::tests::test_archive_entry_metadata_validation ... ok
[INFO] [stdout] test archive_path::tests::test_supported_archive_extensions ... ok
[INFO] [stdout] test archive_path::tests::test_parse_invalid_archive_paths ... ok
[INFO] [stdout] test archive_path::tests::test_parse_valid_archive_paths ... ok
[INFO] [stdout] test buffer_pool::tests::test_invalid_parameters ... ok
[INFO] [stdout] test buffer_pool::tests::test_memory_limit_enforcement ... ok
[INFO] [stdout] test buffer_pool::tests::test_pool_exhaustion_and_backpressure ... ok
[INFO] [stdout] test archive_path::tests::test_archive_pattern_matching ... ok
[INFO] [stdout] test buffer_pool::tests::test_buffer_zeroing_on_release ... ok
[INFO] [stdout] test cli::tests::test_chunk_size_validation_invalid ... ok
[INFO] [stdout] test buffer_pool::tests::test_basic_acquire_release_cycle ... ok
[INFO] [stdout] test cli::tests::test_chunk_size_validation_valid ... ok
[INFO] [stdout] test archive_path::tests::test_path_traversal_detection ... ok
[INFO] [stdout] test archive::tests::test_entry_reader_bounds ... ok
[INFO] [stdout] test archive_path::tests::test_complex_archive_paths ... ok
[INFO] [stdout] test archive::tests::test_archive_reader_trait_bounds ... ok
[INFO] [stdout] test archive_path::tests::test_archive_pattern_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_algorithm_specification ... ok
[INFO] [stdout] test archive_path::tests::test_archive_path_components_validation ... ok
[INFO] [stdout] test archive_path::tests::test_glob_matching_edge_cases ... ok
[INFO] [stdout] test cli::tests::test_cli_chunk_size_kb_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_defaults_performance_options ... ok
[INFO] [stdout] test cli::tests::test_cli_default_values ... ok
[INFO] [stdout] test cli::tests::test_cli_parallel_readers_short_form ... ok
[INFO] [stdout] test buffer_pool::tests::test_stats_accuracy ... ok
[INFO] [stdout] test cli::tests::test_cli_info_and_version_consistency ... ok
[INFO] [stdout] test cli::tests::test_cli_hash_command_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_long_file_paths ... ok
[INFO] [stdout] test cli::tests::test_cli_parallel_readers_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_empty_args ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_excessive_verbose ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_invalid_chunk_size ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_invalid_parallel_readers ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_invalid_threads ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_missing_required_arg ... ok
[INFO] [stdout] test cli::tests::test_cli_both_performance_options ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_malformed_arguments ... ok
[INFO] [stdout] test cli::tests::test_cli_verbose_specification ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_algorithm_case_sensitivity ... ok
[INFO] [stdout] test cli::tests::test_cli_verify_command_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_verify_many_command_parsing ... ok
[INFO] [stdout] test cli::tests::test_cli_version_constant ... ok
[INFO] [stdout] test cli::tests::test_hashing_algo_from_str_invalid ... ok
[INFO] [stdout] test cli::tests::test_hashing_algo_from_str_normal ... ok
[INFO] [stdout] test cli::tests::test_hashing_algo_parser ... ok
[INFO] [stdout] test cli::tests::test_hashing_algo_parser_edge_cases ... ok
[INFO] [stdout] test cli::tests::test_cli_threads_specification ... ok
[INFO] [stdout] test cli::tests::test_parallel_readers_validation_invalid ... ok
[INFO] [stdout] test cli::tests::test_parallel_readers_validation_valid ... ok
[INFO] [stdout] test cli::tests::test_chunk_size_property_validation ... ok
[INFO] [stdout] test cli::tests::test_hashing_algo_parser_non_utf8 ... ok
[INFO] [stdout] test commands::hash::tests::test_colon_triggers_introspection ... ok
[INFO] [stdout] test cli::tests::test_parallel_readers_property_validation ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_threads_edge_cases ... ok
[INFO] [stdout] test archive_path::tests::test_pattern_validation ... ok
[INFO] [stdout] test data_source::tests::test_archive_data_source_validation ... ok
[INFO] [stdout] test cli::tests::test_case_insensitive_algorithm_parsing ... ok
[INFO] [stdout] test data_source::tests::test_data_source_file_size ... ok
[INFO] [stdout] test data_source::tests::test_data_source_exists ... ok
[INFO] [stdout] test buffer_pool::tests::test_concurrent_access ... ok
[INFO] [stdout] test data_source::tests::test_filesystem_data_source_creation ... ok
[INFO] [stdout] test data_source::tests::test_data_source_reader_filesystem ... ok
[INFO] [stdout] test commands::hash::tests::test_naive_tar_gz_hashing ... ok
[INFO] [stdout] test data_source::tests::test_hash_filesystem_source ... ok
[INFO] [stdout] test data_source::tests::test_verify_failure ... ok
[INFO] [stdout] test commands::hash::tests::test_naive_zip_hashing ... ok
[INFO] [stdout] test errors::tests::test_current_directory_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_error_chain_depth_and_propagation ... ok
[INFO] [stdout] test errors::tests::test_error_consistency_across_contexts ... ok
[INFO] [stdout] test errors::tests::test_error_context_preservation ... ok
[INFO] [stdout] test cli::tests::test_cli_command_aliases ... ok
[INFO] [stdout] test data_source::tests::test_hash_with_progress ... ok
[INFO] [stdout] test data_source::tests::test_verify_success ... ok
[INFO] [stdout] test errors::tests::test_error_handling_stress ... ok
[INFO] [stdout] test errors::tests::test_directory_read_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_error_recovery_patterns ... ok
[INFO] [stdout] test errors::tests::test_error_thread_safety ... ok
[INFO] [stdout] test errors::tests::test_error_type_classification ... ok
[INFO] [stdout] test errors::tests::test_exceeded_file_batch_size_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_failed_checksum_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_file_open_error_formatting ... ok
[INFO] [stdout] test cli::tests::test_cli_aliases_stress_test ... ok
[INFO] [stdout] test errors::tests::test_hash_conversion_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_hash_size_mismatch_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_file_read_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_error_memory_efficiency ... ok
[INFO] [stdout] test errors::tests::test_error_interoperability ... ok
[INFO] [stdout] test errors::tests::test_invalid_checksum_file_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_invalid_merkle_tree_result_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_multiple_failed_checksums_error_formatting ... ok
[INFO] [stdout] test errors::tests::test_inaccessible_file_error_formatting ... ok
[INFO] [stdout] test cli::tests::test_valid_algorithm_parsing ... ok
[INFO] [stdout] test errors::tests::test_thread_pool_init_error_formatting ... ok
[INFO] [stdout] test hashing::tests::test_builder_pattern_chunk_size ... ok
[INFO] [stdout] test hashing::tests::test_checksum_verification_failure ... ok
[INFO] [stdout] test hashing::tests::test_checksum_verification_success ... ok
[INFO] [stdout] test hashing::tests::test_builder_pattern_parallel_readers ... ok
[INFO] [stdout] test hashing::tests::test_builder_pattern_chaining ... ok
[INFO] [stdout] test hashing::tests::test_backward_compatibility_defaults ... ok
[INFO] [stdout] test hashing::tests::test_chunk_size_page_alignment ... ok
[INFO] [stdout] test cli::tests::test_invalid_algorithm_strings ... ok
[INFO] [stdout] test hashing::tests::test_compared_hashes_function ... ok
[INFO] [stdout] test hashing::tests::test_empty_file_hashing ... ok
[INFO] [stdout] test hashing::tests::test_chunk_size_validation_too_large ... ok
[INFO] [stdout] test hashing::tests::test_error_handling_and_recovery ... ok
[INFO] [stdout] test hashing::tests::test_chunk_size_validation_too_small ... ok
[INFO] [stdout] test hashing::tests::test_file_region_even_division ... ok
[INFO] [stdout] test hashing::tests::test_file_region_empty_file ... ok
[INFO] [stdout] test hashing::tests::test_file_region_max_threads ... ok
[INFO] [stdout] test hashing::tests::test_file_region_single_byte ... ok
[INFO] [stdout] test hashing::tests::test_file_region_single_thread ... ok
[INFO] [stdout] test hashing::tests::test_file_region_smaller_than_chunk ... ok
[INFO] [stdout] test errors::tests::test_size_errors_preserve_sizes ... ok
[INFO] [stdout] test hashing::tests::test_file_region_uneven_division ... ok
[INFO] [stdout] test hashing::tests::test_file_region_utility_methods ... ok
[INFO] [stdout] test hashing::tests::test_file_region_large_file ... ok
[INFO] [stdout] test hashing::tests::test_file_region_various_combinations ... ok
[INFO] [stdout] test hashing::tests::test_hash_array_utility_methods ... ok
[INFO] [stdout] test archive::tests::test_archive_entry_metadata_invalid_ratio - should panic ... ok
[INFO] [stdout] test archive::tests::test_archive_entry_metadata_size_limit - should panic ... ok
[INFO] [stdout] test data_source::tests::test_filesystem_data_source_nonexistent - should panic ... ok
[INFO] [stdout] test errors::tests::test_algorithm_errors_preserve_algorithm ... ok
[INFO] [stdout] test hashing::tests::test_file_region_chunk_too_large_panics - should panic ... ok
[INFO] [stdout] test hashing::tests::test_file_region_chunk_too_small_panics - should panic ... ok
[INFO] [stdout] test hashing::tests::test_hasher_directory_path - should panic ... ok
[INFO] [stdout] test hashing::tests::test_file_region_too_many_threads_panics - should panic ... ok
[INFO] [stdout] test hashing::tests::test_hasher_nonexistent_file - should panic ... ok
[INFO] [stdout] test hashing::tests::test_exact_chunk_boundary ... ok
[INFO] [stdout] test hashing::tests::test_file_region_zero_threads_panics - should panic ... ok
[INFO] [stdout] test hashing::tests::test_merkle_iter_multiple_hashes ... ok
[INFO] [stdout] test hashing::tests::test_merkle_iter_single_hash ... ok
[INFO] [stdout] test hashing::tests::test_hash_difference ... ok
[INFO] [stdout] test hashing::tests::test_md5_hasher_normal_operation ... ok
[INFO] [stdout] test hashing::tests::test_hash_length_invariant ... ok
[INFO] [stdout] test hashing::tests::test_parallel_empty_file ... ok
[INFO] [stdout] test hashing::tests::test_parallel_io_decision_large_file ... ok
[INFO] [stdout] test hashing::tests::test_parallel_io_decision_small_file ... ok
[INFO] [stdout] test hashing::tests::test_hash_hex_content ... ok
[INFO] [stdout] test hashing::tests::test_hash_avalanche_effect ... ok
[INFO] [stdout] test hashing::tests::test_just_over_chunk_boundary ... ok
[INFO] [stdout] test hashing::tests::test_parallel_io_decision_single_reader ... ok
[INFO] [stdout] test hashing::tests::test_large_file_hashing ... ok
[INFO] [stdout] test hashing::tests::test_parallel_readers_bounds_clamping ... ok
[INFO] [stdout] test hashing::tests::test_hash_determinism ... ok
[INFO] [stdout] test cli::tests::test_cli_performance_options_property ... ok
[INFO] [stdout] test errors::tests::test_path_errors_preserve_paths ... ok
[INFO] [stdout] test hashing::tests::test_parallel_zero_threads_panics - should panic ... ok
[INFO] [stdout] test hashing::tests::test_progress_callback_empty_file ... ok
[INFO] [stdout] test hashing::tests::test_performance_characteristics ... FAILED
[INFO] [stdout] test hashing::tests::test_parallel_threshold_boundary ... ok
[INFO] [stdout] test hashing::tests::test_progress_callback_invocation ... ok
[INFO] [stdout] test hashing::tests::test_realistic_file_1kb ... ok
[INFO] [stdout] test cli::tests::test_thread_count_parsing_robustness ... ok
[INFO] [stdout] test hashing::tests::test_sha256_hasher_normal_operation ... ok
[INFO] [stdout] test hashing::tests::test_tiger_style_compliance ... ok
[INFO] [stdout] test hashing::tests::test_checksum_verification_symmetry ... ok
[INFO] [stdout] test io::tests::test_check_file_availability_filesystem ... ok
[INFO] [stdout] test io::tests::test_check_file_availability_missing ... ok
[INFO] [stdout] test hashing::tests::test_realistic_genomics_simulation ... ok
[INFO] [stdout] test io::tests::test_checksum_file_excludes_itself ... ok
[INFO] [stdout] test io::tests::test_checksum_file_excludes_itself_relative_paths ... ok
[INFO] [stdout] test io::tests::test_checksum_file_excludes_itself_symlinks ... ok
[INFO] [stdout] test io::tests::test_checksum_file_line_endings ... ok
[INFO] [stdout] test io::tests::test_collect_files_archive_path ... ok
[INFO] [stdout] test io::tests::test_collect_files_archive_path_edge_cases ... ok
[INFO] [stdout] test io::tests::test_collect_files_differentiates_archive_from_regular_paths ... ok
[INFO] [stdout] test io::tests::test_collect_files_exceeds_max_batch_recursive ... ok
[INFO] [stdout] test io::tests::test_collect_files_exceeds_max_batch_non_recursive ... ok
[INFO] [stdout] test io::tests::test_collect_files_non_recursive ... ok
[INFO] [stdout] test io::tests::test_collect_files_recognizes_archive_syntax ... ok
[INFO] [stdout] test io::tests::test_collect_files_recursive ... ok
[INFO] [stdout] test io::tests::test_collect_files_recursive_depth_limit ... ok
[INFO] [stdout] test io::tests::test_collect_files_many_files_performance ... ok
[INFO] [stdout] test io::tests::test_collect_files_single ... ok
[INFO] [stdout] test io::tests::test_collect_files_recursive_hidden_files ... ok
[INFO] [stdout] test io::tests::test_collect_files_wildcard ... ok
[INFO] [stdout] test io::tests::test_collect_files_with_custom_max_batch ... ok
[INFO] [stdout] test io::tests::test_combined_include_exclude_patterns ... ok
[INFO] [stdout] test io::tests::test_corrupted_checksum_file_utf8 ... ok
[INFO] [stdout] test io::tests::test_exclude_patterns_filtering ... ok
[INFO] [stdout] test io::tests::test_file_access_edge_cases ... ok
[INFO] [stdout] test io::tests::test_file_filter_config_new ... ok
[INFO] [stdout] test io::tests::test_file_hash_pair_normal_operation ... ok
[INFO] [stdout] test io::tests::test_file_hash_pair_unchecked ... ok
[INFO] [stdout] test io::tests::test_file_hash_pair_unchecked_invalid_hash - should panic ... ok
[INFO] [stdout] test cli::tests::test_hash_string_validation ... ok
[INFO] [stdout] test hashing::tests::test_integration_parallel_sequential_equivalence ... ok
[INFO] [stdout] test hashing::tests::test_parallel_sequential_hash_equivalence ... ok
[INFO] [stdout] test io::tests::test_files_to_check_from_vec ... ok
[INFO] [stdout] test io::tests::test_files_to_check_new ... ok
[INFO] [stdout] test hashing::tests::test_progress_callback_thread_safety ... ok
[INFO] [stdout] test io::tests::test_files_to_check_push ... ok
[INFO] [stdout] test hashing::tests::test_parallel_sha256_equivalence ... ok
[INFO] [stdout] test io::tests::test_archive_path_handling_robustness ... ok
[INFO] [stdout] test io::tests::test_filter_config_build_overrides ... ok
[INFO] [stdout] test hashing::tests::test_realistic_file_10mb ... ok
[INFO] [stdout] test io::tests::test_format_path_absolute_mode ... ok
[INFO] [stdout] test io::tests::test_format_path_archive_unchanged ... ok
[INFO] [stdout] test io::tests::test_filter_config_invariants ... ok
[INFO] [stdout] test io::tests::test_invalid_glob_patterns ... ok
[INFO] [stdout] test io::tests::test_include_patterns_filtering ... ok
[INFO] [stdout] test io::tests::test_make_relative_path_parent_directory ... ok
[INFO] [stdout] test io::tests::test_make_relative_path_same_directory ... ok
[INFO] [stdout] test io::tests::test_large_checksum_file_simulation ... ok
[INFO] [stdout] test io::tests::test_max_batch_size_limit ... ok
[INFO] [stdout] test io::tests::test_files_to_check_stress_max_files ... ok
[INFO] [stdout] test io::tests::test_mixed_existing_nonexisting_files ... ok
[INFO] [stdout] test io::tests::test_parse_checksum_file_missing_files ... ok
[INFO] [stdout] test io::tests::test_make_relative_path_subdirectory ... ok
[INFO] [stdout] test io::tests::test_no_ignore_flag ... ok
[INFO] [stdout] test io::tests::test_parse_invalid_checksum_file ... ok
[INFO] [stdout] test io::tests::test_path_display_mode_from_flag ... ok
[INFO] [stdout] test io::tests::test_parse_checksum_file_normal ... ok
[INFO] [stdout] test io::tests::test_parse_empty_checksum_file ... ok
[INFO] [stdout] test io::tests::test_pathdiff_simple_relative ... ok
[INFO] [stdout] test io::tests::test_pathdiff_with_parent_dirs ... ok
[INFO] [stdout] test io::tests::test_file_hash_pair_with_valid_hex_hashes ... ok
[INFO] [stdout] test prettyprint::tests::test_colored_verification_rows_status_formatting ... ok
[INFO] [stdout] test prettyprint::tests::test_convert_to_basic_pairs ... ok
[INFO] [stdout] test prettyprint::tests::test_display_pretty_table_empty ... ok
[INFO] [stderr] 
[INFO] [stderr] Hash Results:
[INFO] [stderr] ┌──────────────────┬───────────┬──────┬──────────┬───────────┬─────────────┐
[INFO] [stderr] │ Hash             │ File Path │ Size │ Modified │ Extension │ Permissions │
[INFO] [stderr] ├──────────────────┼───────────┼──────┼──────────┼───────────┼─────────────┤
[INFO] [stderr] │ abcdef1234567890 │ test.txt  │ 0 B  │ Unknown  │ txt       │ Unknown     │
[INFO] [stderr] └──────────────────┴───────────┴──────┴──────────┴───────────┴─────────────┘
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test prettyprint::tests::test_display_pretty_table_with_data ... ok
[INFO] [stdout] test io::tests::test_recursive_filtering_with_patterns ... ok
[INFO] [stderr] 
[INFO] [stdout] test prettyprint::tests::test_display_verification_table_with_summary ... ok
[INFO] [stderr] Verification Results:
[INFO] [stderr] ┌─────────────┬────────┬──────────────────┬──────────────────┬──────┬──────────┬───────────────────┐
[INFO] [stderr] │ File Path   │ Status │ Expected Hash    │ Computed Hash    │ Size │ Modified │ Error Message     │
[INFO] [stderr] ├─────────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────────┤
[INFO] [stderr] │ pass1.txt   │ ✓ PASS │ abcdef1234567890 │ abcdef1234567890 │ -    │ -        │ -                 │
[INFO] [stderr] ├─────────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────────┤
[INFO] [stderr] │ pass2.txt   │ ✓ PASS │ 1234567890abcdef │ 1234567890abcdef │ -    │ -        │ -                 │
[INFO] [stderr] ├─────────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────────┤
[INFO] [stderr] │ fail.txt    │ ✗ FAIL │ fedcba0987654321 │ 1234567890abcdef │ -    │ -        │ -                 │
[INFO] [stderr] ├─────────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────────┤
[INFO] [stderr] │ missing.txt │ ⚠ MISS │ deadbeef12345678 │ -                │ -    │ -        │ File not found    │
[INFO] [stderr] ├─────────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────────┤
[INFO] [stderr] │ error.txt   │ ⚠ ERR  │ cafebabe87654321 │ -                │ -    │ -        │ Permission denied │
[INFO] [stderr] └─────────────┴────────┴──────────────────┴──────────────────┴──────┴──────────┴───────────────────┘
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] Summary: 2/5 passed, 1 failed, 1 missing, 1 errors
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] Verification Results:
[INFO] [stdout] test io::tests::test_pathdiff_same_path ... ok
[INFO] [stdout] test prettyprint::tests::test_display_verification_table ... ok
[INFO] [stderr] ┌───────────┬────────┬──────────────────┬──────────────────┬──────┬──────────┬───────────────┐
[INFO] [stderr] │ File Path │ Status │ Expected Hash    │ Computed Hash    │ Size │ Modified │ Error Message │
[INFO] [stderr] ├───────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────┤
[INFO] [stderr] │ pass.txt  │ ✓ PASS │ abcdef1234567890 │ abcdef1234567890 │ -    │ -        │ -             │
[INFO] [stderr] ├───────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────┤
[INFO] [stderr] │ fail.txt  │ ✗ FAIL │ abcdef1234567890 │ 1234567890abcdef │ -    │ -        │ -             │
[INFO] [stderr] └───────────┴────────┴──────────────────┴──────────────────┴──────┴──────────┴───────────────┘
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test prettyprint::tests::test_file_hash_pair_with_fallback ... ok
[INFO] [stdout] test prettyprint::tests::test_format_datetime ... ok
[INFO] [stdout] test prettyprint::tests::test_file_hash_pair_pretty_table_row ... ok
[INFO] [stdout] test prettyprint::tests::test_format_file_size ... ok
[INFO] [stdout] test prettyprint::tests::test_format_permissions ... ok
[INFO] [stderr] 
[INFO] [stderr] Verification Results:
[INFO] [stderr] ┌───────────┬────────┬──────────────────┬──────────────────┬──────┬──────────┬───────────────┐
[INFO] [stderr] │ File Path │ Status │ Expected Hash    │ Computed Hash    │ Size │ Modified │ Error Message │
[INFO] [stderr] ├───────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────┤
[INFO] [stderr] │ test1.txt │ ✓ PASS │ abcdef1234567890 │ abcdef1234567890 │ -    │ -        │ -             │
[INFO] [stderr] ├───────────┼────────┼──────────────────┼──────────────────┼──────┼──────────┼───────────────┤
[INFO] [stderr] │ test2.txt │ ✗ FAIL │ 1234567890abcdef │ fedcba0987654321 │ -    │ -        │ -             │
[INFO] [stderr] └───────────┴────────┴──────────────────┴──────────────────┴──────┴──────────┴───────────────┘
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test prettyprint::tests::test_generic_display_table ... ok
[INFO] [stdout] test prettyprint::tests::test_generic_display_table_empty ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_error ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_failed ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_failed_formatting ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_missing ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_creation ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_result_pretty_table_row ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_summary ... ok
[INFO] [stdout] test prettyprint::tests::test_file_hash_pair_with_metadata_creation ... ok
[INFO] [stdout] test prettyprint::tests::test_verification_status_methods ... ok
[INFO] [stdout] test io::tests::test_file_hash_pair_unchecked_robustness ... ok
[INFO] [stdout] test progress::tests::test_progress_manager_creation_with_progress ... ok
[INFO] [stdout] test progress::tests::test_progress_manager_creation_without_files ... ok
[INFO] [stdout] test simd::tests::test_is_hex_string_main_entry_point ... ok
[INFO] [stdout] test simd::tests::test_scalar_empty_input ... ok
[INFO] [stdout] test simd::tests::test_scalar_is_hex_string_empty ... ok
[INFO] [stdout] test simd::tests::test_scalar_is_hex_string_invalid ... ok
[INFO] [stdout] test simd::tests::test_scalar_is_hex_string_md5_length ... ok
[INFO] [stdout] test simd::tests::test_scalar_is_hex_string_sha256_length ... ok
[INFO] [stdout] test simd::tests::test_scalar_is_hex_string_valid ... ok
[INFO] [stdout] test simd::tests::test_scalar_known_values ... ok
[INFO] [stdout] test simd::tests::test_scalar_md5_size ... ok
[INFO] [stdout] test simd::tests::test_scalar_sha256_size ... ok
[INFO] [stdout] test simd::tests::test_scalar_single_byte ... ok
[INFO] [stdout] test simd::tests::test_scalar_validate_hash_md5_invalid_chars ... ok
[INFO] [stdout] test simd::tests::test_scalar_validate_hash_md5_valid ... ok
[INFO] [stdout] test simd::tests::test_scalar_validate_hash_md5_wrong_length ... ok
[INFO] [stdout] test simd::tests::test_scalar_validate_hash_sha256_valid ... ok
[INFO] [stdout] test simd::tests::test_scalar_validate_hash_sha256_wrong_length ... ok
[INFO] [stdout] test simd::tests::test_validate_hash_main_entry_point ... ok
[INFO] [stdout] test simd::tests::prop_is_hex_string_properties ... ok
[INFO] [stdout] test hashing::tests::test_parallel_buffer_pool_integration ... ok
[INFO] [stdout] test simd::tests::prop_validate_hash_length_consistency ... ok
[INFO] [stdout] test simd::tests::prop_bytes_to_hex_properties ... ok
[INFO] [stdout] test hashing::tests::test_parallel_performance_improvement ... ok
[INFO] [stdout] test io::tests::test_collect_files_single_file_property ... ok
[INFO] [stdout] test hashing::tests::test_parallel_large_file_simulation ... ok
[INFO] [stdout] test io::tests::test_hash_validation_consistency ... ok
[INFO] [stdout] test io::tests::test_path_handling_robustness ... ok
[INFO] [stdout] test cli::tests::test_cli_parsing_performance ... FAILED
[INFO] [stdout] test hashing::tests::test_parallel_various_file_sizes ... ok
[INFO] [stdout] test io::tests::test_files_to_check_size_constraints ... ok
[INFO] [stdout] test io::tests::test_files_to_check_invariants ... ok
[INFO] [stdout] test hashing::tests::test_parallel_property_same_hash ... ok
[INFO] [stdout] test hashing::tests::test_merkle_tree_consistency ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hashing::tests::test_performance_characteristics stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'hashing::tests::test_performance_characteristics' panicked at src/hashing.rs:3391:9:
[INFO] [stdout] Performance overhead should be minimal: 3.05x
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f69be2d9ea2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f69be2d9ea2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f69be2d9ea2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f69be2d9ea2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f69be303f83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f69be303f83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f69be2d6293 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f69be2d6293 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f69be2d9cf2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f69be2dbb79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5f69be2db9ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5f69bdc5f4e4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5f69bdc5f4e4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f69be2dc64e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5f69be2dc64e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5f69be2dc31a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5f69be2da3a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f69be2dbfad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5f69be3015c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f69bdc168bc - checkle::hashing::tests::test_performance_characteristics::h045aa3121e839642
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hashing.rs:3391:9
[INFO] [stdout]   20:     0x5f69bdc16147 - checkle::hashing::tests::test_performance_characteristics::{{closure}}::hbffd5051875c80d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/hashing.rs:3341:42
[INFO] [stdout]   21:     0x5f69bda393d6 - core::ops::function::FnOnce::call_once::h9ba7724997567cba
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   22:     0x5f69bdc64d4b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x5f69bdc64d4b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x5f69bdc63e85 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x5f69bdc63e85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x5f69bdc63e85 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x5f69bdc63e85 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x5f69bdc63e85 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f69bdc63e85 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x5f69bdc63e85 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x5f69bdc27a84 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x5f69bdc27a84 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x5f69bdc2b45a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x5f69bdc2b45a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5f69bdc2b45a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5f69bdc2b45a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x5f69bdc2b45a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5f69bdc2b45a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x5f69bdc2b45a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   40:     0x5f69be2df93f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x5f69be2df93f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   42:     0x748b6d421aa4 - <unknown>
[INFO] [stdout]   43:     0x748b6d4aea34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::test_cli_parsing_performance stdout ----
[INFO] [stdout] CLI parsing performance: 1000 iterations in 4.275416609s (4.275 ms/parse)
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::test_cli_parsing_performance' panicked at src/cli.rs:1546:9:
[INFO] [stdout] CLI parsing should be fast: 4.275416609s (threshold: 400ms)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f69be2d9ea2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f69be2d9ea2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f69be2d9ea2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f69be2d9ea2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f69be303f83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f69be303f83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5f69be2d6293 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f69be2d6293 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f69be2d9cf2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f69be2dbb79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5f69be2db9ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5f69bdc5f4e4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5f69bdc5f4e4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f69be2dc64e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5f69be2dc64e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5f69be2dc31a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5f69be2da3a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5f69be2dbfad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5f69be3015c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5f69bdb9e9aa - checkle::cli::tests::test_cli_parsing_performance::h72c538f003c73404
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:1546:9
[INFO] [stdout]   20:     0x5f69bdb9e467 - checkle::cli::tests::test_cli_parsing_performance::{{closure}}::h36a681f564ac12a2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:1503:38
[INFO] [stdout]   21:     0x5f69bda36a66 - core::ops::function::FnOnce::call_once::h2c96a5a9eed59b81
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   22:     0x5f69bdc64d4b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x5f69bdc64d4b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x5f69bdc63e85 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x5f69bdc63e85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x5f69bdc63e85 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x5f69bdc63e85 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x5f69bdc63e85 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f69bdc63e85 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x5f69bdc63e85 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x5f69bdc27a84 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x5f69bdc27a84 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x5f69bdc2b45a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x5f69bdc2b45a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5f69bdc2b45a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5f69bdc2b45a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x5f69bdc2b45a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5f69bdc2b45a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x5f69bdc2b45a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   40:     0x5f69be2df93f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x5f69be2df93f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   42:     0x748b6d421aa4 - <unknown>
[INFO] [stdout]   43:     0x748b6d4aea34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli::tests::test_cli_parsing_performance
[INFO] [stdout]     hashing::tests::test_performance_characteristics
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 274 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.93s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "564e5443dcb13d0c207d99390b89a1e06e566ad3284ce12c690f969975100c9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "564e5443dcb13d0c207d99390b89a1e06e566ad3284ce12c690f969975100c9e", kill_on_drop: false }`
[INFO] [stdout] 564e5443dcb13d0c207d99390b89a1e06e566ad3284ce12c690f969975100c9e
