Oct 13 04:56:27.580 INFO testing ohazi/cryptopals against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:56:27.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:28.165 INFO blam! 5e6f12ea768f5f0b06fff34173c0cb1a345709cd9cd16d1afddd8cf4f6c4ee2f Oct 13 04:56:28.166 INFO running `"docker" "start" "-a" "5e6f12ea768f5f0b06fff34173c0cb1a345709cd9cd16d1afddd8cf4f6c4ee2f"` Oct 13 04:56:30.018 INFO kablam! usermod: no changes Oct 13 04:56:30.167 INFO kablam! Compiling maplit v1.0.0 Oct 13 04:56:30.167 INFO kablam! Compiling openssl-sys v0.9.23 Oct 13 04:56:32.661 INFO kablam! Compiling openssl v0.9.23 Oct 13 04:56:41.187 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 13 04:56:42.167 INFO kablam! warning: function is never used: `base64_encode` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:1:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 1 | pub fn base64_encode(bytes: &[u8]) -> Result { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `xor` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:85:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 85 | pub fn xor(a: &[u8], b: &[u8]) -> Result, &'static str> { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `xor_in_place` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:100:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 100 | pub fn xor_in_place(data: &mut [u8], other: &[u8]) -> Result { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `xor_repeat` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:115:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 115 | pub fn xor_repeat(plaintext: &[u8], key: &[u8]) -> Vec { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `char_freq_score` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:129:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 129 | pub fn char_freq_score(text: &[u8]) -> f64 { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `hamming_distance` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:215:1 Oct 13 04:56:42.168 INFO kablam! | Oct 13 04:56:42.168 INFO kablam! 215 | pub fn hamming_distance(a: &[u8], b: &[u8]) -> Result { Oct 13 04:56:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.168 INFO kablam! Oct 13 04:56:42.168 INFO kablam! warning: function is never used: `find_best_single_byte_xor` Oct 13 04:56:42.168 INFO kablam! --> src/set1.rs:231:1 Oct 13 04:56:42.176 INFO kablam! | Oct 13 04:56:42.176 INFO kablam! 231 | pub fn find_best_single_byte_xor(ciphertext: &[u8]) -> u8 { Oct 13 04:56:42.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.176 INFO kablam! Oct 13 04:56:42.176 INFO kablam! warning: function is never used: `to_hex` Oct 13 04:56:42.176 INFO kablam! --> src/set1.rs:248:1 Oct 13 04:56:42.176 INFO kablam! | Oct 13 04:56:42.176 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 13 04:56:42.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.176 INFO kablam! Oct 13 04:56:42.176 INFO kablam! warning: function is never used: `pkcs7_pad` Oct 13 04:56:42.176 INFO kablam! --> src/set2.rs:3:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 3 | pub fn pkcs7_pad(data: &[u8], blocksize: u8) -> Result, &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `pkcs7_unpad` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:18:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 18 | pub fn pkcs7_unpad(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `pkcs7_unpad_unchecked` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:36:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 36 | pub fn pkcs7_unpad_unchecked(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `aes_cbc_encrypt` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:53:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 53 | pub fn aes_cbc_encrypt(key: &[u8], iv: &[u8], plaintext: &[u8]) -> Result, &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `aes_cbc_decrypt` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:101:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 101 | pub fn aes_cbc_decrypt(key: &[u8], iv: &[u8], ciphertext: &[u8]) -> Result, &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: variant is never constructed: `CBC` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:160:5 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 160 | CBC, Oct 13 04:56:42.177 INFO kablam! | ^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: variant is never constructed: `ECB` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:161:5 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 161 | ECB, Oct 13 04:56:42.177 INFO kablam! | ^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: variant is never constructed: `Unknown` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:162:5 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 162 | Unknown, Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `encryption_oracle` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:165:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 165 | pub fn encryption_oracle(input: &[u8]) -> (Vec, CipherMode) { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `detect_ecb_cbc` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:201:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 201 | / pub fn detect_ecb_cbc(mut oracle: F) -> CipherMode Oct 13 04:56:42.177 INFO kablam! 202 | | where Oct 13 04:56:42.177 INFO kablam! 203 | | F: FnMut(&[u8]) -> Vec, Oct 13 04:56:42.177 INFO kablam! 204 | | { Oct 13 04:56:42.177 INFO kablam! ... | Oct 13 04:56:42.177 INFO kablam! 213 | | } Oct 13 04:56:42.177 INFO kablam! 214 | | } Oct 13 04:56:42.177 INFO kablam! | |_^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: struct is never constructed: `RandomKey` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:220:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 220 | pub struct RandomKey { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: method is never used: `new` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:225:5 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 225 | pub fn new() -> RandomKey { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `byte_at_a_time_ecb_decryption_simple` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:251:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 251 | pub fn byte_at_a_time_ecb_decryption_simple(oracle: &EcbOracleSimple) -> Result { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `parse_key_value` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:328:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.177 INFO kablam! 328 | fn parse_key_value(input: &str) -> Result, &'static str> { Oct 13 04:56:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.177 INFO kablam! Oct 13 04:56:42.177 INFO kablam! warning: function is never used: `ecb_cut_and_paste` Oct 13 04:56:42.177 INFO kablam! --> src/set2.rs:381:1 Oct 13 04:56:42.177 INFO kablam! | Oct 13 04:56:42.178 INFO kablam! 381 | fn ecb_cut_and_paste(oracle: &EcbCutPaste) -> Vec { Oct 13 04:56:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.178 INFO kablam! Oct 13 04:56:42.178 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.178 INFO kablam! --> src/main.rs:1:12 Oct 13 04:56:42.178 INFO kablam! | Oct 13 04:56:42.178 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 13 04:56:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:42.178 INFO kablam! | Oct 13 04:56:42.178 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:56:42.178 INFO kablam! Oct 13 04:56:42.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.57s Oct 13 04:56:42.645 INFO kablam! su: No module specific data is present Oct 13 04:56:44.381 INFO running `"docker" "rm" "-f" "5e6f12ea768f5f0b06fff34173c0cb1a345709cd9cd16d1afddd8cf4f6c4ee2f"` Oct 13 04:56:44.719 INFO blam! 5e6f12ea768f5f0b06fff34173c0cb1a345709cd9cd16d1afddd8cf4f6c4ee2f Oct 13 04:56:44.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:45.165 INFO blam! 6dd25569f1aadcb0f0c2a7f306bfcc62b8fa2971179edfba6f83a967003f4949 Oct 13 04:56:45.168 INFO running `"docker" "start" "-a" "6dd25569f1aadcb0f0c2a7f306bfcc62b8fa2971179edfba6f83a967003f4949"` Oct 13 04:56:46.958 INFO kablam! usermod: no changes Oct 13 04:56:47.049 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 13 04:56:48.195 INFO kablam! warning: function is never used: `to_hex` Oct 13 04:56:48.195 INFO kablam! --> src/set1.rs:248:1 Oct 13 04:56:48.195 INFO kablam! | Oct 13 04:56:48.195 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 13 04:56:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:48.195 INFO kablam! | Oct 13 04:56:48.195 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:56:48.195 INFO kablam! Oct 13 04:56:48.195 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:48.195 INFO kablam! --> src/main.rs:1:12 Oct 13 04:56:48.195 INFO kablam! | Oct 13 04:56:48.195 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 13 04:56:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:56:48.195 INFO kablam! | Oct 13 04:56:48.195 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 04:56:48.195 INFO kablam! Oct 13 04:56:51.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.70s Oct 13 04:56:51.701 INFO kablam! su: No module specific data is present Oct 13 04:56:53.570 INFO running `"docker" "rm" "-f" "6dd25569f1aadcb0f0c2a7f306bfcc62b8fa2971179edfba6f83a967003f4949"` Oct 13 04:56:53.955 INFO blam! 6dd25569f1aadcb0f0c2a7f306bfcc62b8fa2971179edfba6f83a967003f4949 Oct 13 04:56:53.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:54.424 INFO blam! 6749cfb130699f00fc869cd660e8eae4e8c5f04cf2492f44f0fc23c49cb7339d Oct 13 04:56:54.439 INFO running `"docker" "start" "-a" "6749cfb130699f00fc869cd660e8eae4e8c5f04cf2492f44f0fc23c49cb7339d"` Oct 13 04:56:55.931 INFO kablam! usermod: no changes Oct 13 04:56:56.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 04:56:56.012 INFO kablam! Running /target/debug/deps/cryptopals-482aac73028fedb2 Oct 13 04:56:56.015 INFO blam! Oct 13 04:56:56.015 INFO blam! running 18 tests Oct 13 04:56:56.016 INFO blam! test set1::tests::repeating_key_xor ... ok Oct 13 04:56:56.016 INFO blam! test set1::tests::hamming_distance ... ok Oct 13 04:56:56.039 INFO blam! test set1::tests::base64_encode ... ok Oct 13 04:56:56.039 INFO blam! test set1::tests::xor ... ok Oct 13 04:56:56.095 INFO blam! test set1::tests::base64_decode ... ok Oct 13 04:56:56.095 INFO blam! test set1::tests::aes_ecb_mode ... ok Oct 13 04:56:56.095 INFO blam! test set2::tests::aes_cbc_decrypt ... ok Oct 13 04:56:56.127 INFO blam! test set2::tests::aes_cbc_encrypt ... ok Oct 13 04:56:56.127 INFO blam! test set2::tests::parse_key_value ... ok Oct 13 04:56:56.139 INFO blam! test set2::tests::pkcs7_pad ... ok Oct 13 04:56:56.139 INFO blam! test set2::tests::profile_for ... ok Oct 13 04:56:56.143 INFO blam! test set2::tests::ecb_cut_and_paste ... ok Oct 13 04:56:56.171 INFO blam! test set2::tests::detect_ecb_cbc ... ok Oct 13 04:56:56.259 INFO blam! test set1::tests::single_byte_xor_cipher ... ok Oct 13 04:56:57.931 INFO blam! test set1::tests::detect_aes_ecb_mode ... ok Oct 13 04:56:59.379 INFO blam! test set1::tests::break_repeating_key_xor ... ok Oct 13 04:57:01.935 INFO blam! test set2::tests::byte_at_a_time_ecb_decryption_simple ... ok Oct 13 04:57:10.783 INFO blam! test set1::tests::detect_single_char_xor ... ok Oct 13 04:57:10.783 INFO kablam! su: No module specific data is present Oct 13 04:57:10.783 INFO blam! Oct 13 04:57:10.783 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:57:10.783 INFO blam! Oct 13 04:57:11.611 INFO running `"docker" "rm" "-f" "6749cfb130699f00fc869cd660e8eae4e8c5f04cf2492f44f0fc23c49cb7339d"` Oct 13 04:57:11.890 INFO blam! 6749cfb130699f00fc869cd660e8eae4e8c5f04cf2492f44f0fc23c49cb7339d