[INFO] cloning repository https://github.com/ThoisoiThree/fcrypt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThoisoiThree/fcrypt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThoisoiThree%2Ffcrypt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThoisoiThree%2Ffcrypt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 350e04a05b576ab140432726b67bc9621e7c5a70
[INFO] testing ThoisoiThree/fcrypt 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%2FThoisoiThree%2Ffcrypt" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ThoisoiThree/fcrypt
[INFO] finished tweaking git repo https://github.com/ThoisoiThree/fcrypt
[INFO] tweaked toml for git repo https://github.com/ThoisoiThree/fcrypt written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ThoisoiThree/fcrypt 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/ThoisoiThree/fcrypt 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c
[INFO] running `Command { std: "docker" "start" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", 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" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c" "/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" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", 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" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling build-deps v0.1.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling dbl v0.3.2
[INFO] [stderr]    Compiling oqs v0.11.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cstr_core v0.2.6
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling rpassword v7.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling serpent v0.5.1
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling cmac v0.7.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling eax v0.5.0
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling oqs-sys v0.11.0+liboqs-0.13.0
[INFO] [stderr]    Compiling filecrypt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 02s
[INFO] running `Command { std: "docker" "inspect" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", 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" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c" "/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 aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling filecrypt v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.90s
[INFO] running `Command { std: "docker" "inspect" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", 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" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c" "/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.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/filecrypt-43edeed052427e76)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test keygen::password::tests::generated_password_has_requested_length_and_allowed_chars ... ok
[INFO] [stdout] test keygen::password::tests::invalid_lengths_are_rejected ... ok
[INFO] [stdout] test sym::file_ops::tests::persist_temp_file_does_not_clobber_without_overwrite ... ok
[INFO] [stdout] test sym::file_ops::tests::persist_temp_file_replaces_when_overwrite_allowed ... ok
[INFO] [stdout] test keygen::phrase::tests::invalid_word_counts_are_rejected ... ok
[INFO] [stdout] test keygen::password::tests::alphabet_contains_required_character_classes ... ok
[INFO] [stdout] test keygen::phrase::tests::wordlist_has_eff_large_size ... ok
[INFO] [stdout] test keygen::phrase::tests::phrase_uses_requested_word_count_and_separator ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fcrypt-c81c15538a29d89b)
[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] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-bbd79902f49dd93b)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test asymmetric_path_mapping_behavior ... ok
[INFO] [stdout] test cli_aliases_parse_to_same_commands ... ok
[INFO] [stdout] test filename_mapping_behavior ... ok
[INFO] [stdout] test encrypt_preflight_rejects_oversized_payload_before_writing ... ok
[INFO] [stdout] test keygen_phrase_uses_embedded_eff_wordlist ... ok
[INFO] [stdout] test legacy_empty_file_without_tag_is_rejected ... ok
[INFO] [stdout] test keygen_phrase_cli_accepts_sep_alias ... ok
[INFO] [stdout] test help_all_forms_exit_successfully ... ok
[INFO] [stdout] test keygen_pair_cli_accepts_lifetime_days ... ok
[INFO] [stdout] test keygen_pair_cli_generates_named_non_expiring_keys ... ok
[INFO] [stdout] test overwrite_resolution_logic ... ok
[INFO] [stdout] test recipient_key_auto_discovery_is_bounded_before_parsing_keys ... ok
[INFO] [stdout] test asymmetric_sign_creates_detached_signature ... ok
[INFO] [stdout] test short_help_mentions_help_all_alias ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/integration-bbd79902f49dd93b` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c", kill_on_drop: false }`
[INFO] [stdout] aa91680828aae3a26fd16455ccd31a967c31297eac6b9cc69ca873263c2f421c
