[INFO] fetching crate plain-aes 0.1.1... [INFO] testing plain-aes-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate plain-aes 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate plain-aes 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate plain-aes 0.1.1 [INFO] tweaked toml for crates.io crate plain-aes 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate plain-aes 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ffe2462f12b2833eec24226b0fd599af285447c48e3b4819a52543777d4d8ff7 [INFO] running `Command { std: "docker" "start" "-a" "ffe2462f12b2833eec24226b0fd599af285447c48e3b4819a52543777d4d8ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ffe2462f12b2833eec24226b0fd599af285447c48e3b4819a52543777d4d8ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffe2462f12b2833eec24226b0fd599af285447c48e3b4819a52543777d4d8ff7", kill_on_drop: false }` [INFO] [stdout] ffe2462f12b2833eec24226b0fd599af285447c48e3b4819a52543777d4d8ff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 31c30f09d24dafa73c8f9f7bf94d2cb787c2e81f886080e44e4a94fb897051a9 [INFO] running `Command { std: "docker" "start" "-a" "31c30f09d24dafa73c8f9f7bf94d2cb787c2e81f886080e44e4a94fb897051a9", kill_on_drop: false }` [INFO] [stderr] Compiling plain-aes v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "31c30f09d24dafa73c8f9f7bf94d2cb787c2e81f886080e44e4a94fb897051a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31c30f09d24dafa73c8f9f7bf94d2cb787c2e81f886080e44e4a94fb897051a9", kill_on_drop: false }` [INFO] [stdout] 31c30f09d24dafa73c8f9f7bf94d2cb787c2e81f886080e44e4a94fb897051a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 23eea239ef3ead1959cce2322d107bb24088eab87480f061778a2b83bcb4ca06 [INFO] running `Command { std: "docker" "start" "-a" "23eea239ef3ead1959cce2322d107bb24088eab87480f061778a2b83bcb4ca06", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plain-aes v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation { [INFO] [stdout] | ^^^^^ ---------------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | fn mode_of_operation(&self) -> &ModeOfOperation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `Command { std: "docker" "inspect" "23eea239ef3ead1959cce2322d107bb24088eab87480f061778a2b83bcb4ca06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23eea239ef3ead1959cce2322d107bb24088eab87480f061778a2b83bcb4ca06", kill_on_drop: false }` [INFO] [stdout] 23eea239ef3ead1959cce2322d107bb24088eab87480f061778a2b83bcb4ca06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 13525241516dcc68a9f3ceff104fcb901cc8228ec9c7bf27deff3cf7945b4685 [INFO] running `Command { std: "docker" "start" "-a" "13525241516dcc68a9f3ceff104fcb901cc8228ec9c7bf27deff3cf7945b4685", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:82:26 [INFO] [stderr] | [INFO] [stderr] 82 | fn mode_of_operation(&self) -> &ModeOfOperation { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | || [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 82 | fn mode_of_operation(&self) -> &ModeOfOperation<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `plain-aes` (lib) generated 1 warning (run `cargo fix --lib -p plain-aes` to apply 1 suggestion) [INFO] [stderr] warning: `plain-aes` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/plain_aes-541b7f9786f4187a) [INFO] [stdout] [INFO] [stderr] Running tests/aes128_cbc_decryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes128_cbc_decryption_test-c822678de086a1e8) [INFO] [stdout] running 19 tests [INFO] [stdout] test internal::decryption::tests::decrypt_block_aes192_test ... ok [INFO] [stdout] test internal::decryption::tests::decrypt_block_aes128_test ... ok [INFO] [stdout] test internal::decryption::tests::inv_mix_columns_test ... ok [INFO] [stdout] test internal::decryption::tests::inv_shift_rows_test ... ok [INFO] [stdout] test internal::decryption::tests::inv_sub_bytes_test ... ok [INFO] [stdout] test internal::encryption::tests::encrypt_block_aes128_test ... ok [INFO] [stdout] test internal::encryption::tests::encrypt_block_aes192_test ... ok [INFO] [stdout] test internal::encryption::tests::sub_bytes_test ... ok [INFO] [stdout] test internal::key_expansion::tests::expand_key_aes128_test ... ok [INFO] [stdout] test internal::key_expansion::tests::key_schedule_core_test ... ok [INFO] [stdout] test internal::key_expansion::tests::expand_key_aes128_invalid_key_length ... ok [INFO] [stdout] test internal::key_expansion::tests::expand_key_aes192_test ... ok [INFO] [stdout] test internal::key_expansion::tests::rot_word_test ... ok [INFO] [stdout] test internal::key_expansion::tests::sub_word_test ... ok [INFO] [stdout] test tests::pkcs5_padding_test ... ok [INFO] [stdout] test tests::remove_pkcs5_padding_test ... ok [INFO] [stdout] test tests::remove_pkcs5_padding_unconsistent_test ... ok [INFO] [stdout] test internal::encryption::tests::mix_columns_test ... ok [INFO] [stdout] test internal::encryption::tests::shift_rows_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test decrypt_aes128_cbc_empty_string_empty_u8 ... ok [INFO] [stdout] test decrypt_aes128_cbc_invalid_target_size ... ok [INFO] [stdout] test decrypt_aes128_cbc_key_expansion_failure ... ok [INFO] [stdout] test decrypt_aes128_cbc_u8_block_1 ... ok [INFO] [stdout] test decrypt_aes128_cbc_u8_block_2 ... ok [INFO] [stdout] test decrypt_aes128_cbc_u8_block_3 ... ok [INFO] [stdout] test decrypt_aes128_cbc_u8_block_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] Running tests/aes128_cbc_encryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes128_cbc_encryption_test-3b2ee5558794b669) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test encrypt_aes128_cbc_invalid_target_size ... ok [INFO] [stdout] test encrypt_aes128_cbc_empty_string_empty_u8 ... ok [INFO] [stdout] test encrypt_aes128_cbc_u8_block_1 ... ok [INFO] [stdout] test encrypt_aes128_cbc_u8_block_3 ... ok [INFO] [stdout] test encrypt_aes128_cbc_u8_block_4 ... ok [INFO] [stdout] test encrypt_aes128_cbc_key_expansion_failure ... ok [INFO] [stdout] test encrypt_aes128_cbc_u8_block_2 ... ok [INFO] [stdout] [INFO] [stderr] Running tests/aes128_ecb_decryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes128_ecb_decryption_test-a40dc20ba09c9ed5) [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test decrypt_aes128_ecb_u8_block_2 ... ok [INFO] [stdout] test decrypt_aes128_ecb_u8_block_1 ... ok [INFO] [stdout] test decrypt_aes128_ecb_u8_block_3 ... ok [INFO] [stdout] test decrypt_aes128_ecb_u8_block_4 ... ok [INFO] [stdout] test encrypt_aes128_ecb_empty_string_empty_u8 ... 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/aes128_ecb_encryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes128_ecb_encryption_test-ef1a7de4c5e0c1f1) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test encrypt_aes128_ecb_empty_string_empty_u8 ... ok [INFO] [stdout] test encrypt_aes128_ecb_key_expansion_failure ... ok [INFO] [stdout] test encrypt_aes128_ecb_u8_block_2 ... ok [INFO] [stdout] test encrypt_aes128_ecb_u8_block_1 ... ok [INFO] [stdout] test encrypt_aes128_ecb_u8_block_3 ... ok [INFO] [stdout] test encrypt_aes128_ecb_u8_block_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test decrypt_aes192_cbc_u8_block_2 ... ok [INFO] [stdout] test decrypt_aes192_cbc_u8_block_1 ... ok [INFO] [stdout] test decrypt_aes192_cbc_u8_block_4 ... ok [INFO] [stdout] test decrypt_aes192_cbc_u8_block_3 ... ok [INFO] [stderr] Running tests/aes192_cbc_decryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes192_cbc_decryption_test-318f06fbbc523bb0) [INFO] [stdout] test decrypt_aes192_cbc_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/aes192_cbc_encryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes192_cbc_encryption_test-2e35206fe0385772) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test encrypt_aes192_cbc_u8_block_2 ... ok [INFO] [stdout] test encrypt_aes192_cbc_u8_block_3 ... ok [INFO] [stdout] test encrypt_aes192_cbc_u8_block_1 ... ok [INFO] [stdout] test encrypt_aes192_cbc_u8_block_4 ... ok [INFO] [stdout] test encrypt_aes192_cbc_str ... 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/aes192_ecb_decryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes192_ecb_decryption_test-3f47a9b1f8e4f433) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test decrypt_aes192_ecb_key_expansion_failure ... ok [INFO] [stdout] test decrypt_aes192_ecb_invalid_target_size ... ok [INFO] [stdout] test decrypt_aes192_ecb_u8_block_2 ... ok [INFO] [stdout] test decrypt_aes192_ecb_u8_block_1 ... ok [INFO] [stdout] test decrypt_aes192_ecb_u8_block_3 ... ok [INFO] [stdout] test decrypt_aes192_ecb_u8_block_4 ... ok [INFO] [stdout] test encrypt_aes192_ecb_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/aes192_ecb_encryption_test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/aes192_ecb_encryption_test-ada3ce01ee8a2fdb) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test encrypt_aes192_ecb_invalid_target_size ... ok [INFO] [stdout] test encrypt_aes192_ecb_u8_block_3 ... ok [INFO] [stdout] test encrypt_aes192_ecb_u8_block_4 ... ok [INFO] [stdout] test encrypt_aes192_ecb_str ... ok [INFO] [stdout] test encrypt_aes192_ecb_u8_block_1 ... ok [INFO] [stdout] test encrypt_aes192_ecb_u8_block_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "13525241516dcc68a9f3ceff104fcb901cc8228ec9c7bf27deff3cf7945b4685", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13525241516dcc68a9f3ceff104fcb901cc8228ec9c7bf27deff3cf7945b4685", kill_on_drop: false }` [INFO] [stdout] 13525241516dcc68a9f3ceff104fcb901cc8228ec9c7bf27deff3cf7945b4685