[INFO] cloning repository https://github.com/usemantle/dugout
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/usemantle/dugout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusemantle%2Fdugout", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusemantle%2Fdugout'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a929f9c5e09dcd76c422ee6183b09e4aad7457ef
[INFO] testing usemantle/dugout against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fusemantle%2Fdugout" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/usemantle/dugout
[INFO] finished tweaking git repo https://github.com/usemantle/dugout
[INFO] tweaked toml for git repo https://github.com/usemantle/dugout written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/usemantle/dugout on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/usemantle/dugout 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 339eacf98b494049da49a03bb631641bec822bd9bd7383029c34ea3a8b8254b9
[INFO] running `Command { std: "docker" "start" "-a" "339eacf98b494049da49a03bb631641bec822bd9bd7383029c34ea3a8b8254b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "339eacf98b494049da49a03bb631641bec822bd9bd7383029c34ea3a8b8254b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "339eacf98b494049da49a03bb631641bec822bd9bd7383029c34ea3a8b8254b9", kill_on_drop: false }`
[INFO] [stdout] 339eacf98b494049da49a03bb631641bec822bd9bd7383029c34ea3a8b8254b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e18c5149fac9d22b7680464ba0741580d9c2b53baf4ea7d1e87e34a889a15c07
[INFO] running `Command { std: "docker" "start" "-a" "e18c5149fac9d22b7680464ba0741580d9c2b53baf4ea7d1e87e34a889a15c07", kill_on_drop: false }`
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling io_tee v0.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling cookie-factory v0.3.3
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]    Compiling age-core v0.11.0
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling age v0.11.2
[INFO] [stderr]    Compiling dugout v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.08s
[INFO] running `Command { std: "docker" "inspect" "e18c5149fac9d22b7680464ba0741580d9c2b53baf4ea7d1e87e34a889a15c07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e18c5149fac9d22b7680464ba0741580d9c2b53baf4ea7d1e87e34a889a15c07", kill_on_drop: false }`
[INFO] [stdout] e18c5149fac9d22b7680464ba0741580d9c2b53baf4ea7d1e87e34a889a15c07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a88f52119e89afbdf5fc1820e0d8a1019db6da6c308c6a838d5fec6982615fed
[INFO] running `Command { std: "docker" "start" "-a" "a88f52119e89afbdf5fc1820e0d8a1019db6da6c308c6a838d5fec6982615fed", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling predicates v3.1.4
[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.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling age-core v0.11.0
[INFO] [stderr]    Compiling age v0.11.2
[INFO] [stderr]    Compiling dugout v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.95s
[INFO] running `Command { std: "docker" "inspect" "a88f52119e89afbdf5fc1820e0d8a1019db6da6c308c6a838d5fec6982615fed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a88f52119e89afbdf5fc1820e0d8a1019db6da6c308c6a838d5fec6982615fed", kill_on_drop: false }`
[INFO] [stdout] a88f52119e89afbdf5fc1820e0d8a1019db6da6c308c6a838d5fec6982615fed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ca7d17715f6343d2c5f660e5a6ca3b55e671db05f413e133bc8322c0d88a7f36
[INFO] running `Command { std: "docker" "start" "-a" "ca7d17715f6343d2c5f660e5a6ca3b55e671db05f413e133bc8322c0d88a7f36", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dugout-e0fd8912103c070b)
[INFO] [stdout] 
[INFO] [stdout] running 102 tests
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_allows_default_for_selection ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_rejects_empty ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_for_init_rejects_default ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_boundary ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_rejects_path_separators ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_rejects_dots ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_rejects_special_chars ... ok
[INFO] [stdout] test cli::resolve::tests::test_validate_vault_name_valid ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_age_from_config ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_detect_aws_arn ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_detect_aws_alias ... ok
[INFO] [stdout] test core::cipher::age::tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_backward_compat_raw_age ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_detect_invalid ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_invalid_kms_key_format ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_detect_gcp_resource ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_from_config ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_age_encrypt_decrypt ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_age_reads_hybrid_envelope ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_decrypt_via_age ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_gcp_from_config ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_envelope_is_envelope ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_stub_kms_roundtrip ... ok
[INFO] [stdout] test core::config::tests::test_config_path_for_vault ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_stub_kms_invalid_ciphertext ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_envelope_roundtrip ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_envelope_parse_raw_age_returns_none ... ok
[INFO] [stdout] test core::cipher::envelope::tests::test_envelope_age_only ... ok
[INFO] [stdout] test core::constants::tests::test_request_dir_default ... ok
[INFO] [stdout] test core::constants::tests::test_request_dir_named ... ok
[INFO] [stdout] test core::constants::tests::test_vault_path_default ... ok
[INFO] [stdout] test core::constants::tests::test_vault_path_named ... ok
[INFO] [stdout] test core::detect::tests::test_command_generation ... ok
[INFO] [stdout] test core::config::tests::test_config_validate_bad_secret_key ... ok
[INFO] [stdout] test core::config::tests::test_config_save_load_roundtrip ... ok
[INFO] [stdout] test core::detect::tests::test_all_variants_have_commands ... ok
[INFO] [stdout] test core::config::tests::test_config_validate_missing_recipients ... ok
[INFO] [stdout] test core::cipher::age::tests::test_encrypt_decrypt_large_payload ... ok
[INFO] [stdout] test core::constants::tests::test_vault_name_from_path_named ... ok
[INFO] [stdout] test core::detect::tests::test_detect_deno_over_node ... ok
[INFO] [stdout] test core::detect::tests::test_detect_docker_compose_yml ... ok
[INFO] [stdout] test core::detect::tests::test_detect_elixir ... ok
[INFO] [stdout] test core::detect::tests::test_detect_go ... ok
[INFO] [stdout] test core::detect::tests::test_detect_justfile ... ok
[INFO] [stdout] test core::detect::tests::test_detect_makefile ... ok
[INFO] [stdout] test core::config::tests::test_config_validate_valid ... ok
[INFO] [stdout] test core::constants::tests::test_vault_name_from_path_default ... ok
[INFO] [stdout] test core::constants::tests::test_vault_name_from_path_empty_name ... ok
[INFO] [stdout] test core::detect::tests::test_detect_deno ... ok
[INFO] [stdout] test core::detect::tests::test_detect_docker_compose_yaml ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_encrypt_produces_envelope ... ok
[INFO] [stdout] test core::detect::tests::test_display_names ... ok
[INFO] [stdout] test core::detect::tests::test_detect_node ... ok
[INFO] [stdout] test core::detect::tests::test_detect_ruby ... ok
[INFO] [stdout] test core::detect::tests::test_detect_none ... ok
[INFO] [stdout] test core::domain::audit::tests::test_finding_display ... ok
[INFO] [stdout] test core::domain::audit::tests::test_finding_without_line ... ok
[INFO] [stdout] test core::domain::audit::tests::test_severity_ordering ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_mixed ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_vault_only ... ok
[INFO] [stdout] test core::detect::tests::test_detect_priority ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_display ... ok
[INFO] [stdout] test core::detect::tests::test_detect_rust ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_display_escapes_special_chars ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_env_only ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_all_synced ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_from_pairs ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_get ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_handles_comments ... ok
[INFO] [stdout] test core::constants::tests::test_vault_name_from_path_invalid ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_handles_quotes ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_empty ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_empty ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_unescapes_double_quoted_values ... ok
[INFO] [stdout] test core::cipher::age::tests::test_encrypt_with_multiple_recipients ... ok
[INFO] [stdout] test core::detect::tests::test_detect_python ... ok
[INFO] [stdout] test core::domain::recipient::tests::test_recipient_new_valid ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_save_sets_secure_permissions ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_load_and_entries ... ok
[INFO] [stdout] test core::domain::env::tests::test_env_save_roundtrip ... ok
[INFO] [stdout] test core::domain::recipient::tests::test_recipient_new_empty_name ... ok
[INFO] [stdout] test core::domain::identity::tests::test_generate_and_load ... ok
[INFO] [stdout] test core::domain::identity::tests::test_path ... ok
[INFO] [stdout] test core::domain::recipient::tests::test_recipient_new_invalid_key ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_entry_is_synced ... ok
[INFO] [stdout] test core::domain::secret::tests::test_secret_display ... ok
[INFO] [stdout] test core::domain::secret::tests::test_secret_new ... ok
[INFO] [stdout] test core::domain::vault_info::tests::test_vault_info_creation ... ok
[INFO] [stdout] test core::cipher::backend::tests::test_hybrid_decrypt_via_kms_fallback ... ok
[INFO] [stdout] test core::domain::diff::tests::test_diff_modified ... ok
[INFO] [stdout] test core::domain::identity::tests::test_public_key ... ok
[INFO] [stdout] test core::vault::tests::test_validate_member_name_rejects_path_separators ... ok
[INFO] [stdout] test core::store::backend::tests::test_default_backend_returns_store ... ok
[INFO] [stdout] test core::vault::tests::test_vault_add_recipient ... ok
[INFO] [stdout] test core::vault::tests::test_vault_import ... ok
[INFO] [stdout] test core::vault::tests::test_vault_reencrypt_after_team_change ... ok
[INFO] [stdout] test core::vault::tests::test_vault_remove ... ok
[INFO] [stdout] test core::vault::tests::test_vault_remove_recipient ... ok
[INFO] [stdout] test core::vault::tests::test_vault_export_roundtrip ... ok
[INFO] [stdout] test core::vault::tests::test_vault_set_and_get ... ok
[INFO] [stdout] test core::vault::tests::test_vault_list ... ok
[INFO] [stdout] test core::vault::tests::test_vault_open_denies_non_member_identity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dugout-e772563ff3500ade)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/aws_kms.rs (/opt/rustwide/target/debug/deps/aws_kms-e72416988efaa4bc)
[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/cli.rs (/opt/rustwide/target/debug/deps/cli-530315b5934cb94b)
[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] [stdout] 
[INFO] [stdout] running 120 tests
[INFO] [stdout] test add::test_add_without_vault_fails ... ok
[INFO] [stdout] test check::test_status_without_init_fails ... ok
[INFO] [stdout] test add::test_add_empty_value_fails ... ok
[INFO] [stdout] test add::test_add_key_starting_with_digit_fails ... ok
[INFO] [stdout] test check::test_audit_outside_git_repo ... ok
[INFO] [stdout] test add::test_add_invalid_key_fails ... ok
[INFO] [stdout] test add::test_add_via_stdin ... ok
[INFO] [stdout] test dot::test_dot_deno_priority_over_node ... ok
[INFO] [stdout] test add::test_add_replaces_existing_when_confirmed ... ok
[INFO] [stdout] test check::test_status_shows_overview ... ok
[INFO] [stdout] test add::test_add_multiple_secrets ... ok
[INFO] [stdout] test add::test_add_then_get_roundtrip ... ok
[INFO] [stdout] test dot::test_dot_detects_elixir ... ok
[INFO] [stdout] test dot::test_dot_detects_deno_jsonc ... ok
[INFO] [stdout] test dot::test_dot_detects_justfile ... ok
[INFO] [stdout] test dot::test_dot_detects_node ... ok
[INFO] [stdout] test dot::test_dot_without_vault_fails ... ok
[INFO] [stdout] test dot::test_dot_detects_deno ... ok
[INFO] [stdout] test errors::test_completions_fish ... ok
[INFO] [stdout] test dot::test_dot_no_project_detected ... ok
[INFO] [stdout] test errors::test_no_command_shows_help ... ok
[INFO] [stdout] test errors::test_completions_powershell ... ok
[INFO] [stdout] test errors::test_unknown_command_fails ... ok
[INFO] [stdout] test errors::test_completions_bash_outputs_script ... ok
[INFO] [stdout] test errors::test_version_flag ... ok
[INFO] [stdout] test dot::test_dot_detects_makefile ... ok
[INFO] [stdout] test errors::test_verbose_flag_accepted ... ok
[INFO] [stdout] test dot::test_dot_without_access_suggests_knock ... ok
[INFO] [stdout] test check::test_audit_in_git_repo ... ok
[INFO] [stdout] test init::test_init_rejects_invalid_member_name ... ok
[INFO] [stdout] test init::test_init_creates_config_and_key ... ok
[INFO] [stdout] test errors::test_completions_zsh ... ok
[INFO] [stdout] test init::test_init_shows_correct_output ... ok
[INFO] [stdout] test init::test_init_creates_gitignore_entry ... ok
[INFO] [stdout] test init::test_init_with_custom_name ... ok
[INFO] [stdout] test init::test_init_vault_name_boundary ... ok
[INFO] [stdout] test knock::test_admit_nonexistent_request_fails ... ok
[INFO] [stdout] test init::test_init_vault_name_too_long ... ok
[INFO] [stdout] test init::test_init_in_already_initialized_dir_fails ... ok
[INFO] [stdout] test init::test_init_rejects_default_vault_name ... ok
[INFO] [stdout] test knock::test_admit_corrupted_request_file ... ok
[INFO] [stdout] test dot::test_dot_detects_ruby ... ok
[INFO] [stdout] test knock::test_knock_idempotent_same_key ... ok
[INFO] [stdout] test knock::test_knock_when_already_member ... ok
[INFO] [stdout] test knock::test_knock_rejects_invalid_member_name ... ok
[INFO] [stdout] test dot::test_dot_python_no_entry_shows_summary ... ok
[INFO] [stdout] test dot::test_dot_priority_python_over_node ... ok
[INFO] [stdout] test dot::test_dot_detects_python ... ok
[INFO] [stdout] test knock::test_pending_when_no_requests ... ok
[INFO] [stdout] test run::test_env_with_init_does_not_crash ... ok
[INFO] [stdout] test run::test_run_command_exit_code_passthrough ... ok
[INFO] [stdout] test dot::test_dot_python_with_main_py ... ok
[INFO] [stdout] test run::test_env_without_init_fails ... ok
[INFO] [stdout] test knock::test_knock_different_key_fails ... ok
[INFO] [stdout] test secrets::test_diff_shows_env_only ... ok
[INFO] [stdout] test run::test_run_with_no_secrets ... ok
[INFO] [stdout] test run::test_run_without_init_fails ... ok
[INFO] [stdout] test run::test_run_injects_env_vars ... ok
[INFO] [stdout] test knock::test_knock_pending_admit_workflow ... ok
[INFO] [stdout] test knock::test_pending_lists_requests ... ok
[INFO] [stdout] test secrets::test_diff_shows_synced ... ok
[INFO] [stdout] test knock::test_knock_output_includes_instructions ... ok
[INFO] [stdout] test knock::test_knock_creates_request_file ... ok
[INFO] [stdout] test knock::test_knock_uses_global_identity_key ... ok
[INFO] [stdout] test secrets::test_import_empty_file ... ok
[INFO] [stdout] test secrets::test_export_empty_vault ... ok
[INFO] [stdout] test secrets::test_diff_with_no_env_file ... ok
[INFO] [stdout] test secrets::test_diff_shows_modified ... ok
[INFO] [stdout] test knock::test_knock_without_global_identity_fails ... ok
[INFO] [stdout] test secrets::test_get_nonexistent_key_fails ... ok
[INFO] [stdout] test secrets::test_diff_shows_vault_only ... ok
[INFO] [stdout] test secrets::test_export_outputs_env_format ... ok
[INFO] [stdout] test secrets::test_list_empty_vault ... ok
[INFO] [stdout] test dot::test_dot_detects_rust ... ok
[INFO] [stdout] test secrets::test_import_nonexistent_file_fails ... ok
[INFO] [stdout] test secrets::test_rm_nonexistent_key_fails ... ok
[INFO] [stdout] test secrets::test_list_json_output ... ok
[INFO] [stdout] test dot::test_dot_detects_docker_compose ... ok
[INFO] [stdout] test secrets::test_get_outputs_raw_value ... ok
[INFO] [stdout] test secrets::test_lock_verifies_encryption ... ok
[INFO] [stdout] test secrets::test_rotate_with_empty_vault ... ok
[INFO] [stdout] test secrets::test_export_after_import_roundtrip ... ok
[INFO] [stdout] test knock::test_admit_approves_request ... ok
[INFO] [stdout] test secrets::test_import_handles_empty_lines ... ok
[INFO] [stdout] test secrets::test_set_without_init_fails ... ok
[INFO] [stdout] test secrets::test_import_from_env_file ... ok
[INFO] [stdout] test secrets::test_import_handles_quotes ... ok
[INFO] [stdout] test secrets::test_rm_removes_secret ... ok
[INFO] [stdout] test secrets::test_import_skips_comments ... ok
[INFO] [stdout] test setup::test_setup_creates_global_identity ... ok
[INFO] [stdout] test secrets::test_set_with_multiline_value ... ok
[INFO] [stdout] test setup::test_setup_output_includes_paths ... ok
[INFO] [stdout] test knock::test_full_onboarding_with_separate_identities ... ok
[INFO] [stdout] test secrets::test_invalid_key_names_rejected ... ok
[INFO] [stdout] test secrets::test_set_with_special_characters_in_value ... ok
[INFO] [stdout] test secrets::test_unlock_sets_secure_env_permissions ... ok
[INFO] [stdout] test setup::test_whoami_without_setup_fails ... ok
[INFO] [stdout] test secrets::test_unlock_creates_env_file ... ok
[INFO] [stdout] test secrets::test_list_shows_keys ... ok
[INFO] [stdout] test secrets::test_set_with_force_overwrites ... ok
[INFO] [stdout] test secrets::test_set_and_get_roundtrip ... ok
[INFO] [stdout] test setup::test_setup_with_force_overwrites ... ok
[INFO] [stdout] test setup::test_open_falls_back_to_global_identity_when_project_key_stale ... ok
[INFO] [stdout] test secrets::test_set_with_very_long_value ... ok
[INFO] [stdout] test setup::test_setup_idempotent_without_force ... ok
[INFO] [stdout] test team::test_team_add_with_invalid_key_fails ... ok
[INFO] [stdout] test team::test_team_add_rejects_invalid_member_name ... ok
[INFO] [stdout] test secrets::test_rotate_reencrypts_all_secrets ... ok
[INFO] [stdout] test team::test_team_list_json_output ... ok
[INFO] [stdout] test secrets::test_set_with_unicode_value ... ok
[INFO] [stdout] test team::test_team_add_duplicate_member ... ok
[INFO] [stdout] test secrets::test_set_multiple_secrets ... ok
[INFO] [stdout] test setup::test_whoami_prints_public_key ... ok
[INFO] [stdout] test team::test_team_list_shows_members ... ok
[INFO] [stdout] test team::test_team_rm_nonexistent_fails ... ok
[INFO] [stdout] test team::test_team_add_with_valid_key ... ok
[INFO] [stdout] test setup::test_setup_then_init_dot_works ... ok
[INFO] [stdout] test setup::test_setup_then_init_uses_global_identity ... ok
[INFO] [stdout] test team::test_team_rm_member ... ok
[INFO] [stdout] test team::test_team_add_reencrypts_secrets ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.91s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config.rs (/opt/rustwide/target/debug/deps/config-4452b87794c268c6)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_config_with_no_recipients ... ok
[INFO] [stdout] test test_load_config_wrong_type ... ok
[INFO] [stdout] test test_load_empty_config_file ... ok
[INFO] [stdout] test test_load_missing_version ... ok
[INFO] [stdout] test test_load_truncated_config ... ok
[INFO] [stdout] test test_config_with_invalid_secret_key ... ok
[INFO] [stdout] test test_load_malformed_toml ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage.rs (/opt/rustwide/target/debug/deps/coverage-c2d6600c9b8ba932)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test test_export_empty_vault ... ok
[INFO] [stdout] test test_rm_nonexistent_key ... ok
[INFO] [stdout] test test_get_nonexistent_key ... ok
[INFO] [stdout] test test_empty_secret_value_rejected ... ok
[INFO] [stdout] test test_init_already_initialized ... ok
[INFO] [stdout] test test_list_empty_vault ... ok
[INFO] [stdout] test test_check_audit_clean ... ok
[INFO] [stdout] test test_list_json_format ... ok
[INFO] [stdout] test test_run_without_secrets ... ok
[INFO] [stdout] test test_operations_without_init ... ok
[INFO] [stdout] test test_full_team_workflow ... ok
[INFO] [stdout] test test_run_nonexistent_command ... ok
[INFO] [stdout] test test_rm_then_readd ... ok
[INFO] [stdout] test test_secrets_diff_no_env ... ok
[INFO] [stdout] test test_key_with_numbers_and_underscores ... ok
[INFO] [stdout] test test_check_audit_detects_issues ... ok
[INFO] [stdout] test test_team_add_duplicate_name ... ok
[INFO] [stdout] test test_secrets_lock_command ... ok
[INFO] [stdout] test test_run_exit_code_passthrough ... ok
[INFO] [stdout] test test_team_add_invalid_key ... ok
[INFO] [stdout] test test_set_overwrite_requires_force ... ok
[INFO] [stdout] test test_knock_admit_flow ... ok
[INFO] [stdout] test test_set_invalid_key_name ... ok
[INFO] [stdout] test test_check_status_output ... ok
[INFO] [stdout] test test_team_list_json_format ... ok
[INFO] [stdout] test test_team_rm_nonexistent ... ok
[INFO] [stdout] test test_secrets_import_from_file ... ok
[INFO] [stdout] test test_secrets_diff_with_changes ... ok
[INFO] [stdout] test test_set_overwrite_with_force ... ok
[INFO] [stdout] test test_secrets_export_format ... ok
[INFO] [stdout] test test_unlock_then_lock_then_unlock ... ok
[INFO] [stdout] test test_very_long_secret ... ok
[INFO] [stdout] test test_team_list_output ... ok
[INFO] [stdout] test test_team_rm_requires_member_name ... ok
[INFO] [stdout] test test_special_chars_in_value ... ok
[INFO] [stdout] test test_secrets_rotate_preserves_all ... ok
[INFO] [stdout] test test_many_secrets ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/deploy.rs (/opt/rustwide/target/debug/deps/deploy-c9d42a5589932b2a)
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_setup_output_to_file ... ok
[INFO] [stdout] test test_setup_output_to_stdout ... ok
[INFO] [stdout] test test_no_identity_gives_error ... ok
[INFO] [stdout] test test_decrypt_via_env_identity_file ... ok
[INFO] [stdout] test test_invalid_env_identity_falls_through ... ok
[INFO] [stdout] test test_setup_with_name_flag ... ok
[INFO] [stdout] test test_list_via_env_identity ... ok
[INFO] [stdout] test test_env_identity_wrong_key_denied ... ok
[INFO] [stdout] test test_decrypt_via_env_identity ... ok
[INFO] [stdout] test test_run_via_env_identity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/domain.rs (/opt/rustwide/target/debug/deps/domain-f278f652c00bebfa)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_env_from_pairs_and_display ... ok
[INFO] [stdout] test test_env_load_basic ... ok
[INFO] [stdout] test test_env_load_skips_comments ... ok
[INFO] [stdout] test test_env_load_handles_empty_lines ... ok
[INFO] [stdout] test test_env_load_with_quotes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/encoding.rs (/opt/rustwide/target/debug/deps/encoding-22ae913e87e4564f)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test test_key_very_long ... ok
[INFO] [stdout] test test_key_starting_with_number_is_rejected ... ok
[INFO] [stdout] test test_crlf_line_endings ... ok
[INFO] [stdout] test test_key_with_numbers_after_letter ... ok
[INFO] [stdout] test test_empty_value_is_rejected ... ok
[INFO] [stdout] test test_key_with_mixed_underscores ... ok
[INFO] [stdout] test test_consecutive_newlines ... ok
[INFO] [stdout] test test_multiline_value_pem_certificate ... ok
[INFO] [stdout] test test_key_with_underscores ... ok
[INFO] [stdout] test test_leading_and_trailing_whitespace ... ok
[INFO] [stdout] test test_multiline_value_simple ... ok
[INFO] [stdout] test test_multiline_value_with_blank_lines ... ok
[INFO] [stdout] test test_overwrite_secret_without_force_fails ... ok
[INFO] [stdout] test test_null_byte_handling ... ok
[INFO] [stdout] test test_overwrite_secret_with_force_succeeds ... ok
[INFO] [stdout] test test_special_chars_backticks ... ok
[INFO] [stdout] test test_spaces_only_value ... ok
[INFO] [stdout] test test_secrets_import_with_equals_in_value ... ok
[INFO] [stdout] test test_special_chars_dollar_signs ... ok
[INFO] [stdout] test test_secrets_import_tricky_env_file ... ok
[INFO] [stdout] test test_overwrite_multiple_times ... ok
[INFO] [stdout] test test_special_chars_backslashes ... ok
[INFO] [stdout] test test_tabs_only_value ... ok
[INFO] [stdout] test test_special_chars_mixed ... ok
[INFO] [stdout] test test_secrets_unlock_roundtrip_multiline ... ok
[INFO] [stdout] test test_unicode_arabic_value ... ok
[INFO] [stdout] test test_secrets_unlock_roundtrip_basic ... ok
[INFO] [stdout] test test_special_chars_single_quotes ... ok
[INFO] [stdout] test test_special_chars_double_quotes ... ok
[INFO] [stdout] test test_secrets_import_export_roundtrip ... ok
[INFO] [stdout] test test_special_chars_shell_injection ... ok
[INFO] [stdout] test test_unicode_key_names ... ok
[INFO] [stdout] test test_unicode_japanese_value ... ok
[INFO] [stdout] test test_unicode_chinese_value ... ok
[INFO] [stdout] test test_unicode_mixed_value ... ok
[INFO] [stdout] test test_special_chars_sql_injection ... ok
[INFO] [stdout] test test_very_long_value_multiline_10kb ... ok
[INFO] [stdout] test test_very_long_value_10kb ... ok
[INFO] [stdout] test test_unicode_emoji_value ... ok
[INFO] [stdout] test test_secrets_unlock_roundtrip_unicode ... ok
[INFO] [stdout] test test_secrets_unlock_roundtrip_special_chars ... ok
[INFO] [stderr]      Running tests/gcp_kms.rs (/opt/rustwide/target/debug/deps/gcp_kms-36ff73276d2cdbce)
[INFO] [stdout] test test_very_long_value_100kb ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[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/hardening.rs (/opt/rustwide/target/debug/deps/hardening-255c0187b40a92d0)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test test_directory_as_env_file ... ok
[INFO] [stdout] test test_nonexistent_env_file_import ... ok
[INFO] [stdout] test test_concurrent_read_write ... ok
[INFO] [stdout] test test_paths_no_backslash_in_output ... ok
[INFO] [stdout] test test_mixed_line_endings ... ok
[INFO] [stdout] test test_concurrent_reads ... ok
[INFO] [stdout] test test_recovery_empty_config ... ok
[INFO] [stdout] test test_recovery_corrupted_config ... ok
[INFO] [stdout] test test_recovery_missing_key_file ... ok
[INFO] [stdout] test test_recovery_truncated_config ... ok
[INFO] [stdout] test test_member_name_validation_comprehensive ... ok
[INFO] [stdout] test test_atomic_config_survives_concurrent_reads ... ok
[INFO] [stdout] test test_concurrent_writes_different_keys ... ok
[INFO] [stdout] test test_symlink_following ... ok
[INFO] [stdout] test test_rotation_with_team_members ... ok
[INFO] [stdout] test test_readonly_directory_fails_gracefully ... FAILED
[INFO] [stdout] test test_readonly_keys_dir_fails_gracefully ... FAILED
[INFO] [stdout] test test_key_name_edge_cases ... ok
[INFO] [stdout] test test_env_parser_edge_cases ... ok
[INFO] [stdout] test test_list_during_modifications ... ok
[INFO] [stdout] test test_windows_line_endings_in_env ... ok
[INFO] [stdout] test test_vault_name_validation_comprehensive ... ok
[INFO] [stdout] test test_rotation_preserves_all_secrets ... ok
[INFO] [stdout] test test_rapid_sequential_operations ... ok
[INFO] [stdout] test test_set_edge_case_values ... ok
[INFO] [stdout] test proptest_tests::env_parser_no_panic ... ok
[INFO] [stdout] test proptest_tests::valid_key_names_accepted ... ok
[INFO] [stdout] test proptest_tests::roundtrip_unicode_values ... ok
[INFO] [stdout] test proptest_tests::roundtrip_ascii_values ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_readonly_directory_fails_gracefully stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_readonly_directory_fails_gracefully' (2702) panicked at tests/support/assertions.rs:15:5:
[INFO] [stdout] Expected command to fail but it succeeded
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648c2ba0c63a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648c2ba0c63a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648c2ba0c63a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x648c2ba0c63a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x648c2ba2228a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x648c2ba2228a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x648c2ba113d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648c2ba113d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x648c2b9e8ddf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x648c2b9e8ddf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x648c2ba03c99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x648c2b884a8c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x648c2b884a8c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648c2ba03e52 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x648c2ba03e52 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x648c2b9e8eca - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x648c2b9e05a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x648c2b9e9cfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x648c2ba22bec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648c2b8627f8 - hardening::support::assertions::assert_failure::h0405b9a774a509f8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/support/assertions.rs:15:5
[INFO] [stdout]   20:     0x648c2b87781e - hardening::test_readonly_directory_fails_gracefully::hc77f420fbce2d8b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/hardening.rs:424:5
[INFO] [stdout]   21:     0x648c2b877997 - hardening::test_readonly_directory_fails_gracefully::{{closure}}::hf1296c3a2d32ed1b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/hardening.rs:413:46
[INFO] [stdout]   22:     0x648c2b864cf6 - core::ops::function::FnOnce::call_once::hd5fccb16556f3e1c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x648c2b878b6b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x648c2b878b6b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x648c2b88555b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x648c2b88555b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x648c2b88555b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x648c2b88555b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x648c2b880c74 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x648c2b880c74 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x648c2b888162 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x648c2b888162 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x648c2b888162 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x648c2b888162 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x648c2b888162 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x648c2b888162 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x648c2b888162 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x648c2ba0ba2f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x648c2ba0ba2f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7e99064daaa4 - <unknown>
[INFO] [stdout]   44:     0x7e9906567a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_readonly_keys_dir_fails_gracefully stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_readonly_keys_dir_fails_gracefully' (2756) panicked at tests/support/assertions.rs:15:5:
[INFO] [stdout] Expected command to fail but it succeeded
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648c2ba0c63a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648c2ba0c63a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648c2ba0c63a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x648c2ba0c63a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x648c2ba2228a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x648c2ba2228a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x648c2ba113d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648c2ba113d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x648c2b9e8ddf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x648c2b9e8ddf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x648c2ba03c99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x648c2b884a8c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x648c2b884a8c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648c2ba03e52 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x648c2ba03e52 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x648c2b9e8eca - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x648c2b9e05a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x648c2b9e9cfd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x648c2ba22bec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648c2b8627f8 - hardening::support::assertions::assert_failure::h0405b9a774a509f8
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/support/assertions.rs:15:5
[INFO] [stdout]   20:     0x648c2b8774bd - hardening::test_readonly_keys_dir_fails_gracefully::h7775133657d59032
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/hardening.rs:444:5
[INFO] [stdout]   21:     0x648c2b877647 - hardening::test_readonly_keys_dir_fails_gracefully::{{closure}}::h10ace90318f3d3e6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/hardening.rs:432:45
[INFO] [stdout]   22:     0x648c2b864916 - core::ops::function::FnOnce::call_once::h9787a4d30c9a1998
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x648c2b878b6b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x648c2b878b6b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x648c2b88555b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x648c2b88555b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x648c2b88555b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x648c2b88555b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x648c2b88555b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x648c2b880c74 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x648c2b880c74 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x648c2b888162 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x648c2b888162 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x648c2b888162 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x648c2b888162 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x648c2b888162 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x648c2b888162 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x648c2b888162 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x648c2ba0ba2f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x648c2ba0ba2f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7e99064daaa4 - <unknown>
[INFO] [stdout]   44:     0x7e9906567a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_readonly_directory_fails_gracefully
[INFO] [stdout]     test_readonly_keys_dir_fails_gracefully
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 27 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.71s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test hardening`
[INFO] running `Command { std: "docker" "inspect" "ca7d17715f6343d2c5f660e5a6ca3b55e671db05f413e133bc8322c0d88a7f36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca7d17715f6343d2c5f660e5a6ca3b55e671db05f413e133bc8322c0d88a7f36", kill_on_drop: false }`
[INFO] [stdout] ca7d17715f6343d2c5f660e5a6ca3b55e671db05f413e133bc8322c0d88a7f36
