[INFO] fetching crate xcalgo 0.1.0...
[INFO] testing xcalgo-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate xcalgo 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate xcalgo 0.1.0
[INFO] finished tweaking crates.io crate xcalgo 0.1.0
[INFO] tweaked toml for crates.io crate xcalgo 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate xcalgo 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xcalgo 0.1.0 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ea3244b307ebeae56c744ccae0827697d06824e211ebced9d63792f4173e576
[INFO] running `Command { std: "docker" "start" "-a" "5ea3244b307ebeae56c744ccae0827697d06824e211ebced9d63792f4173e576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ea3244b307ebeae56c744ccae0827697d06824e211ebced9d63792f4173e576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ea3244b307ebeae56c744ccae0827697d06824e211ebced9d63792f4173e576", kill_on_drop: false }`
[INFO] [stdout] 5ea3244b307ebeae56c744ccae0827697d06824e211ebced9d63792f4173e576
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 163630ebebc98c78a067ab1be0767cd85a0743f3610a8eb17ace3b668321e296
[INFO] running `Command { std: "docker" "start" "-a" "163630ebebc98c78a067ab1be0767cd85a0743f3610a8eb17ace3b668321e296", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.35
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling xcalgo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `a`, `b`, and `c` are never read
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct RecursiveGenerator {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 10 |     a: BigUint,      // Multiplier
[INFO] [stdout]    |     ^
[INFO] [stdout] 11 |     b: u32,          // Exponent
[INFO] [stdout]    |     ^
[INFO] [stdout] 12 |     c: BigUint,      // Modulus
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RecursiveGenerator` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `step` and `step_n` are never used
[INFO] [stdout]   --> src/main.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl RecursiveGenerator {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn step(&mut self) -> BigUint {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn step_n(&mut self, n: usize) -> BigUint {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `p` and `q` are never read
[INFO] [stdout]   --> src/main.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct PrivateKey {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 58 |     p: BigUint,      // Prime p
[INFO] [stdout]    |     ^
[INFO] [stdout] 59 |     q: BigUint,      // Prime q
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrivateKey` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
[INFO] running `Command { std: "docker" "inspect" "163630ebebc98c78a067ab1be0767cd85a0743f3610a8eb17ace3b668321e296", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "163630ebebc98c78a067ab1be0767cd85a0743f3610a8eb17ace3b668321e296", kill_on_drop: false }`
[INFO] [stdout] 163630ebebc98c78a067ab1be0767cd85a0743f3610a8eb17ace3b668321e296
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ce4e8899c9e83c5f385fed4bdbf73f6a56495cdd48ea98745fe01b4f39b2b25
[INFO] running `Command { std: "docker" "start" "-a" "4ce4e8899c9e83c5f385fed4bdbf73f6a56495cdd48ea98745fe01b4f39b2b25", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.35
[INFO] [stderr]    Compiling zmij v1.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling zerocopy-derive v0.8.35
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[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 ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling xcalgo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `a`, `b`, and `c` are never read
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct RecursiveGenerator {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 10 |     a: BigUint,      // Multiplier
[INFO] [stdout]    |     ^
[INFO] [stdout] 11 |     b: u32,          // Exponent
[INFO] [stdout]    |     ^
[INFO] [stdout] 12 |     c: BigUint,      // Modulus
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RecursiveGenerator` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `step` and `step_n` are never used
[INFO] [stdout]   --> src/main.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl RecursiveGenerator {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn step(&mut self) -> BigUint {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn step_n(&mut self, n: usize) -> BigUint {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `p` and `q` are never read
[INFO] [stdout]   --> src/main.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct PrivateKey {
[INFO] [stdout]    |        ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 58 |     p: BigUint,      // Prime p
[INFO] [stdout]    |     ^
[INFO] [stdout] 59 |     q: BigUint,      // Prime q
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrivateKey` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.37s
[INFO] running `Command { std: "docker" "inspect" "4ce4e8899c9e83c5f385fed4bdbf73f6a56495cdd48ea98745fe01b4f39b2b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ce4e8899c9e83c5f385fed4bdbf73f6a56495cdd48ea98745fe01b4f39b2b25", kill_on_drop: false }`
[INFO] [stdout] 4ce4e8899c9e83c5f385fed4bdbf73f6a56495cdd48ea98745fe01b4f39b2b25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6faa5a4a897458cd0cd0a0804d54fa98006a79bb4b2d5ac84a31ea2b86b8dc59
[INFO] running `Command { std: "docker" "start" "-a" "6faa5a4a897458cd0cd0a0804d54fa98006a79bb4b2d5ac84a31ea2b86b8dc59", kill_on_drop: false }`
[INFO] [stderr] warning: fields `a`, `b`, and `c` are never read
[INFO] [stderr]   --> src/main.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | struct RecursiveGenerator {
[INFO] [stderr]    |        ------------------ fields in this struct
[INFO] [stderr] 10 |     a: BigUint,      // Multiplier
[INFO] [stderr]    |     ^
[INFO] [stderr] 11 |     b: u32,          // Exponent
[INFO] [stderr]    |     ^
[INFO] [stderr] 12 |     c: BigUint,      // Modulus
[INFO] [stderr]    |     ^
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] running 21 tests
[INFO] [stderr]    = note: `RecursiveGenerator` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `step` and `step_n` are never used
[INFO] [stderr]   --> src/main.rs:28:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl RecursiveGenerator {
[INFO] [stderr]    | ----------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 28 |     fn step(&mut self) -> BigUint {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     fn step_n(&mut self, n: usize) -> BigUint {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `p` and `q` are never read
[INFO] [stderr]   --> src/main.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 54 | struct PrivateKey {
[INFO] [stderr]    |        ---------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 58 |     p: BigUint,      // Prime p
[INFO] [stderr]    |     ^
[INFO] [stderr] 59 |     q: BigUint,      // Prime q
[INFO] [stderr]    |     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `PrivateKey` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `xcalgo` (bin "xcalgo" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcalgo-ab33014ccc805955)
[INFO] [stdout] test tda::hints::tests::test_conflict_detection_destination_in_avoid ... ok
[INFO] [stdout] test tda::hints::tests::test_conflict_detection_visit_avoid_overlap ... ok
[INFO] [stdout] test tda::crypto::tests::test_generate_sparse_graph ... ok
[INFO] [stdout] test tda::hints::tests::test_hint_path_length ... ok
[INFO] [stdout] test tda::hints::tests::test_hint_visit_nodes ... ok
[INFO] [stdout] test tda::hints::tests::test_no_conflicts ... ok
[INFO] [stdout] test tda::homology::tests::test_h1_tree ... ok
[INFO] [stdout] test tda::homology::tests::test_spanning_tree_simple ... ok
[INFO] [stdout] test tda::padding::tests::test_generate_padding_chunks ... ok
[INFO] [stdout] test tda::homology::tests::test_h1_single_cycle ... ok
[INFO] [stdout] test tda::crypto::tests::test_tda_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test tda::crypto::tests::test_tda_keygen ... ok
[INFO] [stdout] test tda::padding::tests::test_insert_and_remove_padding ... ok
[INFO] [stdout] test tda::path::tests::test_path_encoding_simple ... ok
[INFO] [stdout] test tda::path::tests::test_path_encoding_decoding_roundtrip ... ok
[INFO] [stdout] test tda::padding::tests::test_padding_metadata_serialization ... ok
[INFO] [stdout] test tda::hints::tests::test_ambiguity_estimation ... ok
[INFO] [stdout] test tda::noise::tests::test_noise_ratio ... ok
[INFO] [stdout] test tda::noise::tests::test_noise_preserves_connectivity ... ok
[INFO] [stdout] test tda::path::tests::test_bytes_to_bits_conversion ... ok
[INFO] [stdout] test tda::crypto::tests::test_full_roundtrip_small_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.35s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/xcalgo-4c247569afadab7d)
[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]    Doc-tests xcalgo
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/tda/crypto.rs - tda::crypto::tda_encrypt_with_config (line 548) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/tda/crypto.rs - tda::crypto::tda_encrypt_with_config (line 548) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `XCAlgo` in this scope
[INFO] [stdout]    --> src/tda/crypto.rs:549:5
[INFO] [stdout]     |
[INFO] [stdout] 549 | use XCAlgo::tda::{tda_keygen, tda_encrypt_with_config, EncryptionConfig};
[INFO] [stdout]     |     ^^^^^^ use of undeclared type `XCAlgo`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/tda/crypto.rs - tda::crypto::tda_encrypt_with_config (line 548)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.14s; merged doctests compilation took 0.06s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6faa5a4a897458cd0cd0a0804d54fa98006a79bb4b2d5ac84a31ea2b86b8dc59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6faa5a4a897458cd0cd0a0804d54fa98006a79bb4b2d5ac84a31ea2b86b8dc59", kill_on_drop: false }`
[INFO] [stdout] 6faa5a4a897458cd0cd0a0804d54fa98006a79bb4b2d5ac84a31ea2b86b8dc59
