[INFO] cloning repository https://github.com/sebastienrousseau/hsh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebastienrousseau/hsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastienrousseau%2Fhsh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastienrousseau%2Fhsh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 107a7cb7941d41a05039a3600742278e5d85fba0
[INFO] testing sebastienrousseau/hsh/107a7cb7941d41a05039a3600742278e5d85fba0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebastienrousseau%2Fhsh" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sebastienrousseau/hsh
[INFO] finished tweaking git repo https://github.com/sebastienrousseau/hsh
[INFO] tweaked toml for git repo https://github.com/sebastienrousseau/hsh written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sebastienrousseau/hsh on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sebastienrousseau/hsh 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a
[INFO] running `Command { std: "docker" "start" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling hsh v0.0.10 (/opt/rustwide/workdir/crates/hsh)
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hsh-cli v0.0.10 (/opt/rustwide/workdir/crates/hsh-cli)
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rtoolbox v0.0.5
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rpassword v7.5.3
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling cipher v0.5.2
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling blowfish v0.10.0
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling bcrypt v0.19.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hsh-kms v0.0.10 (/opt/rustwide/workdir/crates/hsh-kms)
[INFO] [stderr]    Compiling hsh-digest v0.0.10 (/opt/rustwide/workdir/crates/hsh-digest)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.71s
[INFO] running `Command { std: "docker" "inspect" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling hsh-kms v0.0.10 (/opt/rustwide/workdir/crates/hsh-kms)
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling hsh v0.0.10 (/opt/rustwide/workdir/crates/hsh)
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling hsh-cli v0.0.10 (/opt/rustwide/workdir/crates/hsh-cli)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling hsh-digest v0.0.10 (/opt/rustwide/workdir/crates/hsh-digest)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.87s
[INFO] running `Command { std: "docker" "inspect" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hsh-279b4d0cec817074)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_algorithms.rs (/opt/rustwide/target/debug/deps/test_algorithms-ac4e1b75ceb9e75b)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test bcrypt_rejects_oversize_without_prehash ... ok
[INFO] [stdout] test bcrypt_verify_rejects_malformed_mcf_string ... ok
[INFO] [stdout] test pbkdf2_different_prfs_yield_different_outputs ... ok
[INFO] [stdout] test pbkdf2_rejects_zero_iterations ... ok
[INFO] [stdout] test pbkdf2_round_trip_is_deterministic ... ok
[INFO] [stdout] test pbkdf2_sha512_prf_path ... ok
[INFO] [stdout] test pbkdf2_rejects_zero_dk_len ... ok
[INFO] [stdout] test bcrypt_verify_accepts_correct_password ... ok
[INFO] [stdout] test argon2d_rejects_too_short_salt ... ok
[INFO] [stdout] test argon2i_rejects_too_short_salt ... ok
[INFO] [stdout] test bcrypt_with_prehash_sha256_accepts_long_input ... ok
[INFO] [stdout] test argon2id_rejects_too_short_salt ... ok
[INFO] [stdout] test scrypt_to_native_accepts_default ... ok
[INFO] [stdout] test argon2id_verify_returns_false_on_size_mismatch ... ok
[INFO] [stdout] test scrypt_to_native_rejects_invalid_combination ... ok
[INFO] [stdout] test bcrypt_verify_rejects_wrong_password ... ok
[INFO] [stdout] test scrypt_hash_with_round_trip_is_deterministic ... ok
[INFO] [stdout] test bcrypt_hash_password_via_trait ... ok
[INFO] [stdout] test argon2id_hash_password_via_trait ... ok
[INFO] [stdout] test argon2i_hash_password_via_trait ... ok
[INFO] [stdout] test argon2id_verify_matches_when_inputs_agree ... ok
[INFO] [stdout] test argon2d_hash_password_via_trait ... ok
[INFO] [stdout] test argon2id_verify_rejects_wrong_password ... ok
[INFO] [stdout] test pbkdf2_hash_password_via_trait ... ok
[INFO] [stdout] test scrypt_hash_password_via_trait ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 28.70s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_api.rs (/opt/rustwide/target/debug/deps/test_api-d5149a276dd8d8a2)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::argon2id_triggers_rehash_when_policy_strengthens ... ok
[INFO] [stdout] test tests::pbkdf2_dk_len_drift_triggers_rehash ... ok
[INFO] [stdout] test tests::argon2id_rejects_wrong_password ... ok
[INFO] [stdout] test tests::argon2id_round_trip ... ok
[INFO] [stdout] test tests::bcrypt_with_prehash_sha256_round_trips ... ok
[INFO] [stdout] test tests::bcrypt_with_prehash_rejects_wrong_password ... ok
[INFO] [stdout] test tests::bcrypt_with_prehash_accepts_long_passwords ... ok
[INFO] [stdout] test tests::bcrypt_mcf_round_trip ... ok
[INFO] [stdout] test tests::bcrypt_then_upgrade_to_argon2id ... ok
[INFO] [stdout] test tests::bcrypt_cost_drift_triggers_rehash ... ok
[INFO] [stdout] test tests::bcrypt_prehash_drift_triggers_rehash_none_to_sha256 ... ok
[INFO] [stdout] test tests::bcrypt_prehash_drift_triggers_rehash_sha256_to_none ... ok
[INFO] [stdout] test tests::scrypt_hash_honors_policy_log_n ... ok
[INFO] [stdout] test tests::scrypt_round_trip_with_policy_params ... ok
[INFO] [stderr]      Running tests/test_api_branches.rs (/opt/rustwide/target/debug/deps/test_api_branches-efb4ca09cc823702)
[INFO] [stdout] test tests::scrypt_param_drift_triggers_rehash ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test bcrypt_rejects_non_utf8_password_bytes ... ok
[INFO] [stdout] test pbkdf2_sha512_phc_round_trip ... ok
[INFO] [stdout] test pbkdf2_phc_with_explicit_l_parameter ... ok
[INFO] [stdout] test verify_accepts_argon2i_phc_string ... ok
[INFO] [stdout] test verify_pbkdf2_phc_ignores_unknown_parameter ... ok
[INFO] [stdout] test verify_pbkdf2_phc_with_unknown_parameter_key ... ok
[INFO] [stdout] test verify_dispatches_other_arm_on_unknown_algorithm ... ok
[INFO] [stdout] test verify_rejects_pbkdf2_phc_missing_iteration_count ... ok
[INFO] [stdout] test verify_pbkdf2_phc_with_corrupted_iteration_count ... ok
[INFO] [stdout] test verify_rejects_pbkdf2_phc_bad_iteration_count ... ok
[INFO] [stdout] test verify_rejects_not_a_phc_string ... ok
[INFO] [stdout] test verify_accepts_argon2d_phc_string ... ok
[INFO] [stdout] test verify_rejects_unknown_algorithm_in_phc ... ok
[INFO] [stdout] test verify_unsupported_phc_algorithm ... ok
[INFO] [stdout] test verify_rejects_pbkdf2_phc_with_bad_dk_len ... ok
[INFO] [stdout] test verify_rejects_argon2i_with_wrong_password ... ok
[INFO] [stdout] test bcrypt_verify_rejects_non_utf8_password_bytes ... ok
[INFO] [stdout] test verify_pbkdf2_phc_with_corrupted_dk_len ... ok
[INFO] [stderr]      Running tests/test_api_helpers.rs (/opt/rustwide/target/debug/deps/test_api_helpers-c038b61c927ab2fc)
[INFO] [stdout] test bcrypt_mismatch_under_bcrypt_policy_returns_invalid ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test bcrypt_requires_utf8_helper_returns_invalid_password ... ok
[INFO] [stdout] test bcrypt_verify_requires_utf8_helper_returns_invalid_password ... ok
[INFO] [stdout] test fips_primary_must_be_pbkdf2_helper_includes_primary_name ... ok
[INFO] [stdout] test map_argon2_err_preserves_upstream_message ... ok
[INFO] [stdout] test fips_feature_not_built_helper_mentions_fips_feature_flag ... ok
[INFO] [stdout] test map_scrypt_err_wraps_into_hashing_scrypt ... ok
[INFO] [stdout] test map_bcrypt_utf8_err_wraps_into_hashing_bcrypt ... ok
[INFO] [stdout] test map_argon2_err_wraps_into_hashing_argon2 ... ok
[INFO] [stdout] test parse_pbkdf2_params_ignores_unknown_keys ... ok
[INFO] [stdout] test parse_pbkdf2_params_rejects_bad_dk_len_decimal ... ok
[INFO] [stdout] test pbkdf2_bad_dk_len_helper_returns_invalid_hash_string ... ok
[INFO] [stdout] test pbkdf2_bad_iter_helper_returns_invalid_hash_string ... ok
[INFO] [stdout] test pbkdf2_missing_hash_returns_invalid_hash_string ... ok
[INFO] [stdout] test pepper_keyver_not_int_helper_returns_invalid_hash_string ... ok
[INFO] [stdout] test pepper_malformed_prefix_helper_returns_invalid_hash_string ... ok
[INFO] [stdout] test phc_not_recognised_helper_returns_invalid_hash_string ... ok
[INFO] [stdout] test parse_pbkdf2_params_extracts_i_and_l ... ok
[INFO] [stdout] test parse_pbkdf2_params_rejects_bad_iteration_decimal ... ok
[INFO] [stdout] test pbkdf2_missing_salt_returns_invalid_hash_string ... ok
[INFO] [stdout] test parse_pbkdf2_params_uses_default_dk_len_when_l_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_argon2id.rs (/opt/rustwide/target/debug/deps/test_argon2id-822a5570596e29ee)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_from_hash ... ok
[INFO] [stdout] test tests::test_hash_password_length ... ok
[INFO] [stdout] test tests::test_hash_differs_from_password ... ok
[INFO] [stdout] test tests::test_different_salts_produce_different_hashes ... ok
[INFO] [stdout] test tests::test_same_password_and_salt_produce_same_hash ... ok
[INFO] [stdout] test tests::test_verify_wrong_password_returns_false ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.87s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_backend_policy.rs (/opt/rustwide/target/debug/deps/test_backend_policy-a442beda5e88dc52)
[INFO] [stdout] running 20 tests
[INFO] [stdout] test backend_default_is_native ... ok
[INFO] [stdout] test bcrypt_params_default_and_new ... ok
[INFO] [stdout] test bcrypt_safety_rail_rejects_long_input ... ok
[INFO] [stdout] test builder_chain_overrides_in_order ... ok
[INFO] [stdout] test builder_new_default_is_blank ... ok
[INFO] [stdout] test builder_inherits_defaults_for_unset_fields ... ok
[INFO] [stdout] test fips_available_mirrors_cargo_feature ... ok
[INFO] [stdout] test outcome_is_valid_and_needs_rehash ... ok
[INFO] [stdout] test pbkdf2_owasp_2025_preset_uses_sha256 ... ok
[INFO] [stdout] test fips_140_pbkdf2_carries_fips_marker ... ok
[INFO] [stdout] test owasp_minimum_2025_uses_argon2id ... ok
[INFO] [stdout] test pbkdf2_owasp_2025_sha512_preset ... ok
[INFO] [stdout] test policy_accessors_return_configured_values ... ok
[INFO] [stdout] test policy_to_builder_round_trips ... ok
[INFO] [stdout] test prf_default_is_sha256 ... ok
[INFO] [stdout] test policy_default_is_owasp ... ok
[INFO] [stdout] test prf_phc_ids ... ok
[INFO] [stdout] test rfc9106_first_recommended_uses_high_memory ... ok
[INFO] [stdout] test scrypt_params_default_is_owasp_minimum ... ok
[INFO] [stderr]      Running tests/test_bcrypt.rs (/opt/rustwide/target/debug/deps/test_bcrypt-01da290a234fcefa)
[INFO] [stdout] test bcrypt_with_prehash_accepts_long_input ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::test_from_hash ... ok
[INFO] [stdout] test tests::test_new_bcrypt_error ... ok
[INFO] [stdout] test tests::test_hashing_error ... ok
[INFO] [stdout] test tests::test_from_hash_error ... ok
[INFO] [stdout] test tests::test_new_bcrypt ... ok
[INFO] [stdout] test tests::test_verify_bcrypt ... ok
[INFO] [stdout] test tests::test_hash_differs_from_password ... ok
[INFO] [stdout] test tests::test_different_salts_produce_different_hashes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.39s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_error.rs (/opt/rustwide/target/debug/deps/test_error-13e3851a4df903bc)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test decode_base64_display ... ok
[INFO] [stdout] test decode_utf8_display ... ok
[INFO] [stdout] test error_clone_preserves_variant_and_payload ... ok
[INFO] [stdout] test error_implements_std_error ... ok
[INFO] [stdout] test decode_error_clone_round_trip ... ok
[INFO] [stdout] test error_is_send_and_sync ... ok
[INFO] [stdout] test from_serde_json_error_wraps_into_decode_json ... ok
[INFO] [stdout] test from_base64_decode_error_wraps_into_decode_base64 ... ok
[INFO] [stdout] test hashing_error_clone_preserves_kind_and_detail ... ok
[INFO] [stdout] test from_utf8_error_wraps_into_decode_utf8 ... ok
[INFO] [stdout] test hashing_error_accepts_owned_string ... ok
[INFO] [stdout] test error_accepts_owned_string_payload ... ok
[INFO] [stdout] test decode_json_display ... ok
[INFO] [stdout] test hashing_error_display_format_is_kind_colon_detail ... ok
[INFO] [stdout] test hashing_error_kind_display_covers_every_variant ... ok
[INFO] [stdout] test hashing_error_kind_equality_and_ord ... ok
[INFO] [stdout] test invalid_parameter_display ... ok
[INFO] [stdout] test invalid_password_display ... ok
[INFO] [stdout] test invalid_policy_display ... ok
[INFO] [stdout] test unsupported_algorithm_display ... ok
[INFO] [stdout] test invalid_salt_display ... ok
[INFO] [stdout] test verification_display ... ok
[INFO] [stdout] test invalid_hash_string_display ... ok
[INFO] [stdout] test hashing_error_constructor_threads_kind_and_detail ... ok
[INFO] [stdout] test hashing_error_source_chain ... ok
[INFO] [stdout] test error_accepts_static_literal_payload ... ok
[INFO] [stdout] test error_decode_is_transparent_to_inner ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_hash.rs (/opt/rustwide/target/debug/deps/test_hash-564d8ad82a046aab)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_from_hash ... ok
[INFO] [stdout] test tests::test_hash_algorithm_from_str ... ok
[INFO] [stdout] test tests::test_hash_builder ... ok
[INFO] [stdout] test tests::test_new_bcrypt ... ok
[INFO] [stdout] test tests::test_new_argon2id ... ok
[INFO] [stdout] test tests::test_new_scrypt ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 24.73s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_hash_algorithm.rs (/opt/rustwide/target/debug/deps/test_hash_algorithm-10e87e93ebc6a9ae)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/test_hash_branches.rs (/opt/rustwide/target/debug/deps/test_hash_branches-9243813baaf7f591)
[INFO] [stdout] test tests::test_hashing_algorithm_trait ... ok
[INFO] [stdout] test tests::test_hash_algorithm_enum_round_trip_via_display ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test from_hash_constructs_with_known_tag ... ok
[INFO] [stdout] test from_string_rejects_wrong_field_count ... ok
[INFO] [stdout] test from_hash_rejects_unknown_tag ... ok
[INFO] [stdout] test generate_random_string_produces_alphanumeric_chars ... ok
[INFO] [stdout] test generate_salt_bcrypt_returns_base64 ... ok
[INFO] [stdout] test generate_salt_rejects_unknown_algorithm ... ok
[INFO] [stdout] test generate_salt_scrypt_returns_base64 ... ok
[INFO] [stdout] test hash_builder_yields_hash_when_complete ... ok
[INFO] [stdout] test hash_builder_requires_hash_salt_and_algorithm ... ok
[INFO] [stdout] test generate_salt_argon2id_returns_16_chars ... ok
[INFO] [stdout] test parse_algorithm_rejects_missing_marker ... ok
[INFO] [stdout] test parse_algorithm_rejects_unknown_marker ... ok
[INFO] [stdout] test new_bcrypt_constructor_yields_bcrypt_algorithm ... ok
[INFO] [stdout] test verify_round_trips_bcrypt ... ok
[INFO] [stdout] test set_hash_replaces_bytes ... ok
[INFO] [stdout] test set_salt_replaces_bytes ... ok
[INFO] [stdout] test parse_round_trips_serialised_hash ... ok
[INFO] [stdout] test hash_length_matches_hash_bytes ... ok
[INFO] [stdout] test to_string_representation_carries_hash_and_salt ... ok
[INFO] [stdout] test new_argon2id_constructor_yields_argon2id_algorithm ... ok
[INFO] [stdout] test verify_argon2d_via_set_password ... ok
[INFO] [stdout] test set_password_rehashes_in_place ... ok
[INFO] [stdout] test verify_argon2d_via_from_hash ... ok
[INFO] [stdout] test verify_argon2i_via_from_hash ... ok
[INFO] [stdout] test verify_round_trips_argon2id ... ok
[INFO] [stdout] test generate_hash_supports_pbkdf2_alias ... ok
[INFO] [stdout] test generate_hash_supports_pbkdf2_sha256_alias ... ok
[INFO] [stdout] test new_scrypt_constructor_yields_scrypt_algorithm ... ok
[INFO] [stdout] test verify_pbkdf2_via_from_hash ... ok
[INFO] [stdout] test verify_round_trips_scrypt has been running for over 60 seconds
[INFO] [stdout] test verify_round_trips_scrypt ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 93.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_lib.rs (/opt/rustwide/target/debug/deps/test_lib-38369148c2d41571)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test tests::test_from_string_invalid_hash_string ... ok
[INFO] [stdout] test tests::test_generate_salt ... ok
[INFO] [stdout] test tests::test_generate_salt_invalid_algorithm ... ok
[INFO] [stdout] test tests::test_from_string ... ok
[INFO] [stdout] test tests::test_generate_salt_bcrypt ... ok
[INFO] [stdout] test tests::test_hash_algorithm_display ... ok
[INFO] [stdout] test tests::test_hash_algorithm_from_str ... ok
[INFO] [stdout] test tests::test_generate_salt_scrypt ... ok
[INFO] [stdout] test tests::test_hash_algorithm_from_str_invalid ... ok
[INFO] [stdout] test tests::test_parse_algorithm_argon2i ... ok
[INFO] [stdout] test tests::test_parse_algorithm_bcrypt ... ok
[INFO] [stdout] test tests::test_parse_algorithm_unsupported ... ok
[INFO] [stdout] test tests::test_parse_algorithm_invalid ... ok
[INFO] [stdout] test tests::test_parse_algorithm_scrypt ... ok
[INFO] [stdout] test tests::test_invalid_algorithm ... ok
[INFO] [stdout] test tests::test_new_with_unsupported_algo ... ok
[INFO] [stdout] test tests::test_short_password ... ok
[INFO] [stdout] test tests::test_parse_invalid ... ok
[INFO] [stdout] test tests::test_new ... ok
[INFO] [stdout] test tests::test_hash_display ... ok
[INFO] [stdout] test tests::test_parse ... ok
[INFO] [stdout] test tests::test_to_string_representation ... ok
[INFO] [stdout] test tests::test_from_hash_invalid_algorithm ... ok
[INFO] [stdout] test tests::test_algorithm ... ok
[INFO] [stdout] test tests::test_set_salt ... ok
[INFO] [stdout] test tests::test_set_hash ... ok
[INFO] [stdout] test tests::test_hash ... ok
[INFO] [stdout] test tests::test_salt ... ok
[INFO] [stdout] test tests::test_argon2i_hashing ... ok
[INFO] [stdout] test tests::test_verify ... ok
[INFO] [stdout] test tests::test_set_password ... ok
[INFO] [stdout] test tests::test_bcrypt_hashing ... ok
[INFO] [stdout] test tests::test_from_hash ... ok
[INFO] [stdout] test tests::test_scrypt_hashing has been running for over 60 seconds
[INFO] [stderr]      Running tests/test_outcome.rs (/opt/rustwide/target/debug/deps/test_outcome-4a5302eed8498f5c)
[INFO] [stdout] test tests::test_scrypt_hashing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 91.35s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test into_rehashed_yields_none_on_no_rehash ... ok
[INFO] [stdout] test invalid_is_neither_valid_nor_needs_rehash ... ok
[INFO] [stdout] test into_rehashed_yields_none_on_invalid ... ok
[INFO] [stdout] test into_rehashed_consumes_and_yields_owned_string ... ok
[INFO] [stdout] test outcome_debug_format_includes_variant_name ... ok
[INFO] [stdout] test outcome_is_send_and_sync ... ok
[INFO] [stdout] test outcome_clone_round_trips_valid_with_payload ... ok
[INFO] [stdout] test rehashed_returns_str_slice_when_present ... ok
[INFO] [stdout] test valid_with_rehash_is_valid_and_needs_rehash ... ok
[INFO] [stdout] test outcome_clone_round_trips_invalid ... ok
[INFO] [stdout] test outcome_partialeq_distinguishes_variants ... ok
[INFO] [stdout] test valid_no_rehash_is_valid_and_no_rehash ... ok
[INFO] [stdout] test rehashed_returns_none_on_invalid ... ok
[INFO] [stdout] test rehashed_returns_none_when_no_payload ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_pbkdf2.rs (/opt/rustwide/target/debug/deps/test_pbkdf2-e6316c84aaae01f1)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test backend_is_fips_round_trips ... ok
[INFO] [stdout] test fips_policy_refuses_when_feature_not_enabled ... ok
[INFO] [stdout] test fips_policy_refuses_to_mint_argon2id ... ok
[INFO] [stdout] test policy_builder_requires_primary_when_blank ... ok
[INFO] [stdout] test policy_fips_140_pbkdf2_uses_pbkdf2_primary ... ok
[INFO] [stdout] test pbkdf2_round_trip_holds ... ok
[INFO] [stdout] test pbkdf2_rejects_wrong_password ... ok
[INFO] [stdout] test pbkdf2_prf_drift_triggers_rehash ... ok
[INFO] [stdout] test pbkdf2_iteration_drift_triggers_rehash ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_pepper.rs (/opt/rustwide/target/debug/deps/test_pepper-81b1e43e41d04fb5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/test_properties.rs (/opt/rustwide/target/debug/deps/test_properties-2299acf786a6a6d9)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test short_passwords_are_rejected ... ok
[INFO] [stdout] test bcrypt_rejects_oversize_input ... ok
[INFO] [stdout] test argon2id_rejects_distinct_passwords ... ok
[INFO] [stdout] test salts_make_each_hash_distinct ... ok
[INFO] [stdout] test argon2id_round_trip_holds ... ok
[INFO] [stdout] test bcrypt_round_trip_holds ... ok
[INFO] [stdout] test scrypt_round_trip_holds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_scrypt.rs (/opt/rustwide/target/debug/deps/test_scrypt-cbd38410ed370e74)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_hash_password_success ... ok
[INFO] [stdout] test tests::test_different_passwords_produce_different_hashes has been running for over 60 seconds
[INFO] [stdout] test tests::test_different_salts_produce_different_hashes has been running for over 60 seconds
[INFO] [stdout] test tests::test_same_salt_and_password_produce_same_hash has been running for over 60 seconds
[INFO] [stdout] test tests::test_same_salt_and_password_produce_same_hash ... ok
[INFO] [stdout] test tests::test_different_passwords_produce_different_hashes ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hsh-193a7a8627968fbf)
[INFO] [stdout] test tests::test_different_salts_produce_different_hashes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 82.34s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test commands::calibrate::tests::consider_keeps_only_candidate ... ok
[INFO] [stdout] test commands::calibrate::tests::consider_picks_closest_to_target ... ok
[INFO] [stdout] test commands::calibrate::tests::consider_does_not_drift_to_slowest ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-331b058cf79f12a7)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test completions_emit_powershell_script ... ok
[INFO] [stdout] test completions_emit_elvish_script ... ok
[INFO] [stdout] test completions_emit_fish_script ... ok
[INFO] [stdout] test hash_with_fips_preset_refuses_argon2id ... ok
[INFO] [stdout] test completions_emit_zsh_script ... ok
[INFO] [stdout] test completions_emit_bash_script ... ok
[INFO] [stdout] test hash_with_rfc9106_preset ... ok
[INFO] [stdout] test inspect_backend_fips_reports_readiness_consistent_with_feature ... ok
[INFO] [stdout] test inspect_backend_owasp_reports_native_satisfied ... ok
[INFO] [stdout] test inspect_backend_plain_output_includes_preset_label ... ok
[INFO] [stdout] test inspect_handles_hsh_pepper_prefix ... ok
[INFO] [stdout] test inspect_json_on_malformed_input_still_emits_json ... ok
[INFO] [stdout] test inspect_json_output_is_well_formed ... ok
[INFO] [stdout] test inspect_parses_bcrypt_mcf ... ok
[INFO] [stdout] test inspect_parses_phc_string ... ok
[INFO] [stdout] test inspect_pepper_json_branch ... ok
[INFO] [stdout] test inspect_rejects_garbage_string ... ok
[INFO] [stdout] test inspect_rejects_malformed_pepper_prefix ... ok
[INFO] [stdout] test hash_with_bcrypt_algorithm_via_arg ... ok
[INFO] [stdout] test hash_with_argon2id_completes ... ok
[INFO] [stdout] test calibrate_argon2id_runs_to_completion has been running for over 60 seconds
[INFO] [stdout] test calibrate_bcrypt_runs_to_completion has been running for over 60 seconds
[INFO] [stdout] test calibrate_json_includes_ladder_and_runner_blocks has been running for over 60 seconds
[INFO] [stdout] test calibrate_json_output_is_well_formed has been running for over 60 seconds
[INFO] [stdout] test calibrate_pbkdf2_runs_to_completion has been running for over 60 seconds
[INFO] [stdout] test calibrate_scrypt_runs_to_completion has been running for over 60 seconds
[INFO] [stdout] test hash_accepts_crlf_terminated_stdin has been running for over 60 seconds
[INFO] [stdout] test hash_then_verify_succeeds has been running for over 60 seconds
[INFO] [stdout] test hash_via_password_flag_direct has been running for over 60 seconds
[INFO] [stdout] test hash_with_pbkdf2_algorithm_completes has been running for over 60 seconds
[INFO] [stdout] test hash_with_scrypt_algorithm_via_arg has been running for over 60 seconds
[INFO] [stdout] test inspect_handles_pbkdf2_phc has been running for over 60 seconds
[INFO] [stdout] test inspect_handles_scrypt_phc has been running for over 60 seconds
[INFO] [stdout] test json_output_is_valid_json has been running for over 60 seconds
[INFO] [stdout] test rehash_exits_1_on_wrong_password has been running for over 60 seconds
[INFO] [stdout] test hash_with_pbkdf2_algorithm_completes ... ok
[INFO] [stdout] test inspect_handles_pbkdf2_phc ... ok
[INFO] [stdout] test rehash_json_on_wrong_password_emits_valid_json has been running for over 60 seconds
[INFO] [stdout] test calibrate_bcrypt_runs_to_completion ... ok
[INFO] [stdout] test rehash_json_output_is_well_formed_on_success has been running for over 60 seconds
[INFO] [stdout] test rehash_succeeds_on_correct_password has been running for over 60 seconds
[INFO] [stdout] test verify_json_output_is_well_formed has been running for over 60 seconds
[INFO] [stdout] test calibrate_argon2id_runs_to_completion ... FAILED
[INFO] [stdout] test verify_malformed_stored_exits_nonzero ... ok
[INFO] [stdout] test calibrate_json_includes_ladder_and_runner_blocks ... ok
[INFO] [stdout] test calibrate_json_output_is_well_formed ... ok
[INFO] [stdout] test rehash_exits_1_on_wrong_password ... FAILED
[INFO] [stdout] test json_output_is_valid_json ... ok
[INFO] [stdout] test hash_accepts_crlf_terminated_stdin ... ok
[INFO] [stdout] test inspect_handles_scrypt_phc ... ok
[INFO] [stdout] test hash_via_password_flag_direct ... ok
[INFO] [stdout] test verify_rejects_wrong_password_with_exit_1 has been running for over 60 seconds
[INFO] [stdout] test hash_with_scrypt_algorithm_via_arg ... ok
[INFO] [stdout] test calibrate_pbkdf2_runs_to_completion ... ok
[INFO] [stdout] test hash_then_verify_succeeds ... ok
[INFO] [stdout] test calibrate_scrypt_runs_to_completion ... ok
[INFO] [stdout] test rehash_json_on_wrong_password_emits_valid_json ... ok
[INFO] [stdout] test verify_json_output_is_well_formed ... ok
[INFO] [stdout] test rehash_json_output_is_well_formed_on_success ... ok
[INFO] [stdout] test verify_rejects_wrong_password_with_exit_1 ... ok
[INFO] [stdout] test rehash_succeeds_on_correct_password ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- calibrate_argon2id_runs_to_completion stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'calibrate_argon2id_runs_to_completion' (9212) panicked at crates/hsh-cli/tests/cli.rs:233:5:
[INFO] [stdout] calibrate failed: 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cd022014691 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cd022014691 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cd022014691 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cd022014691 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cd022029caa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cd022029caa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5cd022018dac - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5cd022018dac - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5cd021ff2976 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cd021ff2976 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cd02200c8b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cd021fa7440 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5cd021fa7440 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5cd02200ca72 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5cd02200ca72 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5cd021ff2a22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5cd021fea389 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5cd021ff361d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5cd02202a43c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cd021f5b56d - cli[d032f0ce5de37924]::calibrate_argon2id_runs_to_completion
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/hsh-cli/tests/cli.rs:233:5
[INFO] [stdout]   20:     0x5cd021f55cd7 - cli[d032f0ce5de37924]::calibrate_argon2id_runs_to_completion::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/hsh-cli/tests/cli.rs:222:43
[INFO] [stdout]   21:     0x5cd021f654d6 - <cli[d032f0ce5de37924]::calibrate_argon2id_runs_to_completion::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5cd021f9a77b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5cd021f9a77b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5cd021fa7dc5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5cd021fa2874 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5cd021fa2874 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5cd021faaf12 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5cd021faaf12 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5cd021faaf12 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x5cd021faaf12 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5cd021faaf12 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5cd021faaf12 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5cd021faaf12 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5cd022013f1f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x5cd022013f1f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7e4176474aa4 - <unknown>
[INFO] [stdout]   43:     0x7e4176501a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rehash_exits_1_on_wrong_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rehash_exits_1_on_wrong_password' (9280) panicked at crates/hsh-cli/tests/cli.rs:33:5:
[INFO] [stdout] hsh exited non-zero: signal: 9 (SIGKILL)
[INFO] [stdout] stderr: 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cd022014691 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cd022014691 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cd022014691 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cd022014691 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cd022029caa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cd022029caa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5cd022018dac - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5cd022018dac - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5cd021ff2976 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cd021ff2976 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cd02200c8b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cd021fa7440 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5cd021fa7440 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5cd02200ca72 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5cd02200ca72 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5cd021ff2a22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5cd021fea389 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5cd021ff361d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5cd02202a43c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cd021f56473 - cli[d032f0ce5de37924]::pipe_hash
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/hsh-cli/tests/cli.rs:33:5
[INFO] [stdout]   20:     0x5cd021f58b6d - cli[d032f0ce5de37924]::rehash_exits_1_on_wrong_password
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/hsh-cli/tests/cli.rs:173:9
[INFO] [stdout]   21:     0x5cd021f55a37 - cli[d032f0ce5de37924]::rehash_exits_1_on_wrong_password::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/hsh-cli/tests/cli.rs:171:38
[INFO] [stdout]   22:     0x5cd021f65156 - <cli[d032f0ce5de37924]::rehash_exits_1_on_wrong_password::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5cd021f9a77b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5cd021f9a77b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5cd021fa7dc5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5cd021fa7dc5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5cd021fa7dc5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5cd021fa2874 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5cd021fa2874 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5cd021faaf12 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5cd021faaf12 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5cd021faaf12 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   37:     0x5cd021faaf12 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5cd021faaf12 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5cd021faaf12 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5cd021faaf12 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5cd022013f1f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   42:     0x5cd022013f1f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   43:     0x7e4176474aa4 - <unknown>
[INFO] [stdout]   44:     0x7e4176501a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     calibrate_argon2id_runs_to_completion
[INFO] [stdout]     rehash_exits_1_on_wrong_password
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 39 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 280.54s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p hsh-cli --test cli`
[INFO] running `Command { std: "docker" "inspect" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a", kill_on_drop: false }`
[INFO] [stdout] 0709508e854b29e6f597770de42670d4a2801cffcf3c3e533e116b3e48f3892a
