Oct 13 04:56:28.938 INFO testing ohazi/cryptopals against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:56:28.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:56:29.560 INFO blam! e3566f6e913f2fc2584ad9d645e2b08cd5a8c5b246c33d2fa095c10133c3ed7f Oct 13 04:56:29.562 INFO running `"docker" "start" "-a" "e3566f6e913f2fc2584ad9d645e2b08cd5a8c5b246c33d2fa095c10133c3ed7f"` Oct 13 04:56:31.994 INFO kablam! usermod: no changes Oct 13 04:56:32.105 INFO kablam! Compiling maplit v1.0.0 Oct 13 04:56:32.105 INFO kablam! Compiling rand v0.4.1 Oct 13 04:56:35.123 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 13 04:56:36.019 INFO kablam! warning: function is never used: `base64_encode` Oct 13 04:56:36.020 INFO kablam! --> src/set1.rs:1:1 Oct 13 04:56:36.021 INFO kablam! | Oct 13 04:56:36.021 INFO kablam! 1 | pub fn base64_encode(bytes: &[u8]) -> Result { Oct 13 04:56:36.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.023 INFO kablam! | Oct 13 04:56:36.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:56:36.024 INFO kablam! Oct 13 04:56:36.024 INFO kablam! warning: function is never used: `xor` Oct 13 04:56:36.025 INFO kablam! --> src/set1.rs:85:1 Oct 13 04:56:36.026 INFO kablam! | Oct 13 04:56:36.026 INFO kablam! 85 | pub fn xor(a: &[u8], b: &[u8]) -> Result, &'static str> { Oct 13 04:56:36.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.028 INFO kablam! Oct 13 04:56:36.028 INFO kablam! warning: function is never used: `xor_in_place` Oct 13 04:56:36.029 INFO kablam! --> src/set1.rs:100:1 Oct 13 04:56:36.029 INFO kablam! | Oct 13 04:56:36.030 INFO kablam! 100 | pub fn xor_in_place(data: &mut [u8], other: &[u8]) -> Result { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `xor_repeat` Oct 13 04:56:36.031 INFO kablam! --> src/set1.rs:115:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 115 | pub fn xor_repeat(plaintext: &[u8], key: &[u8]) -> Vec { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `char_freq_score` Oct 13 04:56:36.031 INFO kablam! --> src/set1.rs:129:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 129 | pub fn char_freq_score(text: &[u8]) -> f64 { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `hamming_distance` Oct 13 04:56:36.031 INFO kablam! --> src/set1.rs:215:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 215 | pub fn hamming_distance(a: &[u8], b: &[u8]) -> Result { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `find_best_single_byte_xor` Oct 13 04:56:36.031 INFO kablam! --> src/set1.rs:231:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 231 | pub fn find_best_single_byte_xor(ciphertext: &[u8]) -> u8 { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `to_hex` Oct 13 04:56:36.031 INFO kablam! --> src/set1.rs:248:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `pkcs7_pad` Oct 13 04:56:36.031 INFO kablam! --> src/set2.rs:3:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 3 | pub fn pkcs7_pad(data: &[u8], blocksize: u8) -> Result, &'static str> { Oct 13 04:56:36.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.031 INFO kablam! Oct 13 04:56:36.031 INFO kablam! warning: function is never used: `pkcs7_unpad` Oct 13 04:56:36.031 INFO kablam! --> src/set2.rs:18:1 Oct 13 04:56:36.031 INFO kablam! | Oct 13 04:56:36.031 INFO kablam! 18 | pub fn pkcs7_unpad(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `pkcs7_unpad_unchecked` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:36:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 36 | pub fn pkcs7_unpad_unchecked(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `aes_cbc_encrypt` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:53:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 53 | pub fn aes_cbc_encrypt(key: &[u8], iv: &[u8], plaintext: &[u8]) -> Result, &'static str> { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `aes_cbc_decrypt` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:101:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 101 | pub fn aes_cbc_decrypt(key: &[u8], iv: &[u8], ciphertext: &[u8]) -> Result, &'static str> { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: variant is never constructed: `CBC` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:160:5 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 160 | CBC, Oct 13 04:56:36.032 INFO kablam! | ^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: variant is never constructed: `ECB` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:161:5 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 161 | ECB, Oct 13 04:56:36.032 INFO kablam! | ^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: variant is never constructed: `Unknown` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:162:5 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 162 | Unknown, Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `encryption_oracle` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:165:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 165 | pub fn encryption_oracle(input: &[u8]) -> (Vec, CipherMode) { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `detect_ecb_cbc` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:201:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 201 | / pub fn detect_ecb_cbc(mut oracle: F) -> CipherMode Oct 13 04:56:36.032 INFO kablam! 202 | | where Oct 13 04:56:36.032 INFO kablam! 203 | | F: FnMut(&[u8]) -> Vec, Oct 13 04:56:36.032 INFO kablam! 204 | | { Oct 13 04:56:36.032 INFO kablam! ... | Oct 13 04:56:36.032 INFO kablam! 213 | | } Oct 13 04:56:36.032 INFO kablam! 214 | | } Oct 13 04:56:36.032 INFO kablam! | |_^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: struct is never constructed: `RandomKey` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:220:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 220 | pub struct RandomKey { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: method is never used: `new` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:225:5 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 225 | pub fn new() -> RandomKey { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `byte_at_a_time_ecb_decryption_simple` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:251:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 251 | pub fn byte_at_a_time_ecb_decryption_simple(oracle: &EcbOracleSimple) -> Result { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `parse_key_value` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:328:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 328 | fn parse_key_value(input: &str) -> Result, &'static str> { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: function is never used: `ecb_cut_and_paste` Oct 13 04:56:36.032 INFO kablam! --> src/set2.rs:381:1 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 381 | fn ecb_cut_and_paste(oracle: &EcbCutPaste) -> Vec { Oct 13 04:56:36.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.032 INFO kablam! Oct 13 04:56:36.032 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 04:56:36.032 INFO kablam! --> src/main.rs:1:12 Oct 13 04:56:36.032 INFO kablam! | Oct 13 04:56:36.032 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 13 04:56:36.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:36.033 INFO kablam! | Oct 13 04:56:36.033 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:56:36.033 INFO kablam! Oct 13 04:56:36.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.44s Oct 13 04:56:36.464 INFO kablam! su: No module specific data is present Oct 13 04:56:37.904 INFO running `"docker" "rm" "-f" "e3566f6e913f2fc2584ad9d645e2b08cd5a8c5b246c33d2fa095c10133c3ed7f"` Oct 13 04:56:38.255 INFO blam! e3566f6e913f2fc2584ad9d645e2b08cd5a8c5b246c33d2fa095c10133c3ed7f Oct 13 04:56:38.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:56:38.655 INFO blam! 293355d5feff2e7f8c24401649c8e770f07f50981284389edb8aa7c8bc272a48 Oct 13 04:56:38.657 INFO running `"docker" "start" "-a" "293355d5feff2e7f8c24401649c8e770f07f50981284389edb8aa7c8bc272a48"` Oct 13 04:56:41.131 INFO kablam! usermod: no changes Oct 13 04:56:41.215 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 13 04:56:42.235 INFO kablam! warning: function is never used: `to_hex` Oct 13 04:56:42.235 INFO kablam! --> src/set1.rs:248:1 Oct 13 04:56:42.235 INFO kablam! | Oct 13 04:56:42.235 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 13 04:56:42.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.235 INFO kablam! | Oct 13 04:56:42.235 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:56:42.235 INFO kablam! Oct 13 04:56:42.235 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 04:56:42.235 INFO kablam! --> src/main.rs:1:12 Oct 13 04:56:42.235 INFO kablam! | Oct 13 04:56:42.235 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 13 04:56:42.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.235 INFO kablam! | Oct 13 04:56:42.235 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:56:42.235 INFO kablam! Oct 13 04:56:46.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.13s Oct 13 04:56:46.292 INFO kablam! su: No module specific data is present Oct 13 04:56:47.170 INFO running `"docker" "rm" "-f" "293355d5feff2e7f8c24401649c8e770f07f50981284389edb8aa7c8bc272a48"` Oct 13 04:56:47.511 INFO blam! 293355d5feff2e7f8c24401649c8e770f07f50981284389edb8aa7c8bc272a48 Oct 13 04:56:47.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:56:47.931 INFO blam! 716a1e95cfb7946cbc2ff4b74403bdfbdc8cebf259eb0c004b490cf3bb38a9cb Oct 13 04:56:47.932 INFO running `"docker" "start" "-a" "716a1e95cfb7946cbc2ff4b74403bdfbdc8cebf259eb0c004b490cf3bb38a9cb"` Oct 13 04:56:50.171 INFO kablam! usermod: no changes Oct 13 04:56:50.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 04:56:50.283 INFO kablam! Running /target/debug/deps/cryptopals-12f00718788a48ea Oct 13 04:56:50.295 INFO blam! Oct 13 04:56:50.295 INFO blam! running 18 tests Oct 13 04:56:50.307 INFO blam! test set1::tests::repeating_key_xor ... ok Oct 13 04:56:50.307 INFO blam! test set1::tests::base64_decode ... ok Oct 13 04:56:50.307 INFO blam! test set1::tests::hamming_distance ... ok Oct 13 04:56:50.315 INFO blam! test set1::tests::base64_encode ... ok Oct 13 04:56:50.335 INFO blam! test set1::tests::xor ... ok Oct 13 04:56:50.335 INFO blam! test set1::tests::aes_ecb_mode ... ok Oct 13 04:56:50.335 INFO blam! test set2::tests::aes_cbc_encrypt ... ok Oct 13 04:56:50.347 INFO blam! test set2::tests::aes_cbc_decrypt ... ok Oct 13 04:56:50.347 INFO blam! test set2::tests::parse_key_value ... ok Oct 13 04:56:50.347 INFO blam! test set2::tests::pkcs7_pad ... ok Oct 13 04:56:50.347 INFO blam! test set2::tests::profile_for ... ok Oct 13 04:56:50.375 INFO blam! test set2::tests::detect_ecb_cbc ... ok Oct 13 04:56:50.387 INFO blam! test set2::tests::ecb_cut_and_paste ... ok Oct 13 04:56:50.567 INFO blam! test set1::tests::single_byte_xor_cipher ... ok Oct 13 04:56:51.803 INFO blam! test set1::tests::detect_aes_ecb_mode ... ok Oct 13 04:56:53.883 INFO blam! test set1::tests::break_repeating_key_xor ... ok Oct 13 04:56:55.655 INFO blam! test set2::tests::byte_at_a_time_ecb_decryption_simple ... ok Oct 13 04:57:05.163 INFO blam! test set1::tests::detect_single_char_xor ... ok Oct 13 04:57:05.163 INFO kablam! su: No module specific data is present Oct 13 04:57:05.163 INFO blam! Oct 13 04:57:05.163 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:57:05.163 INFO blam! Oct 13 04:57:06.049 INFO running `"docker" "rm" "-f" "716a1e95cfb7946cbc2ff4b74403bdfbdc8cebf259eb0c004b490cf3bb38a9cb"` Oct 13 04:57:06.283 INFO blam! 716a1e95cfb7946cbc2ff4b74403bdfbdc8cebf259eb0c004b490cf3bb38a9cb