[INFO] cloning repository https://github.com/pnadon/crypto-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pnadon/crypto-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnadon%2Fcrypto-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnadon%2Fcrypto-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 206de002a8027c54549a00feb1946cafb2ae0af1 [INFO] testing pnadon/crypto-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnadon%2Fcrypto-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pnadon/crypto-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pnadon/crypto-rs [INFO] finished tweaking git repo https://github.com/pnadon/crypto-rs [INFO] tweaked toml for git repo https://github.com/pnadon/crypto-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/pnadon/crypto-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62186f06cf988da97a5f378a1fa06398f4bab183f93b8584242774be04db259e [INFO] running `Command { std: "docker" "start" "-a" "62186f06cf988da97a5f378a1fa06398f4bab183f93b8584242774be04db259e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62186f06cf988da97a5f378a1fa06398f4bab183f93b8584242774be04db259e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62186f06cf988da97a5f378a1fa06398f4bab183f93b8584242774be04db259e", kill_on_drop: false }` [INFO] [stdout] 62186f06cf988da97a5f378a1fa06398f4bab183f93b8584242774be04db259e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 763ea1d4b908646cab35babb2608c2a116e468d019e05124fcb83e4b4774d6df [INFO] running `Command { std: "docker" "start" "-a" "763ea1d4b908646cab35babb2608c2a116e468d019e05124fcb83e4b4774d6df", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling crypto v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stdout] warning: function is never used: `xor_hex` [INFO] [stdout] --> crypto/src/repeating_key_xor.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | fn xor_hex(input_1: &str, input_2: &str) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/base64.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 48 - _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] 48 + _ => panic!("Invalid digit for base64: {:?}", digit), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/hex.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 24 - _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] 24 + _ => panic!("Invalid digit for hex: {:?}", input), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir/cryptopals) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `Command { std: "docker" "inspect" "763ea1d4b908646cab35babb2608c2a116e468d019e05124fcb83e4b4774d6df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "763ea1d4b908646cab35babb2608c2a116e468d019e05124fcb83e4b4774d6df", kill_on_drop: false }` [INFO] [stdout] 763ea1d4b908646cab35babb2608c2a116e468d019e05124fcb83e4b4774d6df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f965aa5db64396049f6417a67ee87d4d5d25361d2885d1cb34c33c3b4ed3efb4 [INFO] running `Command { std: "docker" "start" "-a" "f965aa5db64396049f6417a67ee87d4d5d25361d2885d1cb34c33c3b4ed3efb4", kill_on_drop: false }` [INFO] [stdout] warning: function is never used: `xor_hex` [INFO] [stdout] --> crypto/src/repeating_key_xor.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | fn xor_hex(input_1: &str, input_2: &str) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crypto v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/base64.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 48 - _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] 48 + _ => panic!("Invalid digit for base64: {:?}", digit), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir/cryptopals) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/hex.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 24 - _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] 24 + _ => panic!("Invalid digit for hex: {:?}", input), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> crypto/src/base64.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> crypto/src/heuristics.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> crypto/src/hex.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::panic` [INFO] [stdout] --> crypto/src/repeating_key_xor.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | use core::panic; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/base64.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 48 - _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stdout] 48 + _ => panic!("Invalid digit for base64: {:?}", digit), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> crypto/src/hex.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 24 - _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stdout] 24 + _ => panic!("Invalid digit for hex: {:?}", input), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/crypto-75b7c5e63d75be8a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-d586c5fc2add5e69) [INFO] running `Command { std: "docker" "inspect" "f965aa5db64396049f6417a67ee87d4d5d25361d2885d1cb34c33c3b4ed3efb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f965aa5db64396049f6417a67ee87d4d5d25361d2885d1cb34c33c3b4ed3efb4", kill_on_drop: false }` [INFO] [stdout] f965aa5db64396049f6417a67ee87d4d5d25361d2885d1cb34c33c3b4ed3efb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 406966715ac105c600dfff5e36858f405d0bf2491d0f18cd7bf8298dbe6ab4f2 [INFO] running `Command { std: "docker" "start" "-a" "406966715ac105c600dfff5e36858f405d0bf2491d0f18cd7bf8298dbe6ab4f2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: function is never used: `xor_hex` [INFO] [stderr] --> crypto/src/repeating_key_xor.rs:10:4 [INFO] [stderr] | [INFO] [stderr] 10 | fn xor_hex(input_1: &str, input_2: &str) -> String { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> crypto/src/base64.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 48 - _ => panic!(format!("Invalid digit for base64: {:?}", digit)), [INFO] [stderr] 48 + _ => panic!("Invalid digit for base64: {:?}", digit), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> crypto/src/hex.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 24 - _ => panic!(format!("Invalid digit for hex: {:?}", input)), [INFO] [stderr] 24 + _ => panic!("Invalid digit for hex: {:?}", input), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `crypto` (lib) generated 3 warnings [INFO] [stderr] warning: unused import: `core::panic` [INFO] [stderr] --> crypto/src/base64.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | use core::panic; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::panic` [INFO] [stderr] --> crypto/src/heuristics.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | use core::panic; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::panic` [INFO] [stderr] --> crypto/src/hex.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | use core::panic; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::panic` [INFO] [stderr] --> crypto/src/repeating_key_xor.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | use core::panic; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `crypto` (lib test) generated 6 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crypto-75b7c5e63d75be8a) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test base64::tests::test_hex_to_base64 ... ok [INFO] [stdout] test heuristics::tests::test_hamming_distance ... ok [INFO] [stdout] test hex::tests::test_hex_to_bytes ... ok [INFO] [stdout] test repeating_key_xor::tests::test_repeating_key_xor ... ok [INFO] [stdout] test repeating_key_xor::tests::test_transpose_blocks ... ok [INFO] [stdout] test repeating_key_xor::tests::test_xor_hex ... ok [INFO] [stdout] test tests::test_im_not_crazy ... 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 unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-d586c5fc2add5e69) [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 crypto [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] running `Command { std: "docker" "inspect" "406966715ac105c600dfff5e36858f405d0bf2491d0f18cd7bf8298dbe6ab4f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "406966715ac105c600dfff5e36858f405d0bf2491d0f18cd7bf8298dbe6ab4f2", kill_on_drop: false }` [INFO] [stdout] 406966715ac105c600dfff5e36858f405d0bf2491d0f18cd7bf8298dbe6ab4f2