Oct 10 17:16:06.022 INFO testing ohazi/cryptopals against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:16:06.022 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:16:06.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:16:06.471 INFO blam! 0c871432ffdfe1512384637c5f85b25a1d10d344e40bf748c6985c3071b6ac59 Oct 10 17:16:06.488 INFO running `"docker" "start" "-a" "0c871432ffdfe1512384637c5f85b25a1d10d344e40bf748c6985c3071b6ac59"` Oct 10 17:16:07.680 INFO kablam! usermod: no changes Oct 10 17:16:07.820 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 10 17:16:09.252 INFO kablam! warning: function is never used: `base64_encode` Oct 10 17:16:09.253 INFO kablam! --> src/set1.rs:1:1 Oct 10 17:16:09.253 INFO kablam! | Oct 10 17:16:09.253 INFO kablam! 1 | pub fn base64_encode(bytes: &[u8]) -> Result { Oct 10 17:16:09.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.254 INFO kablam! | Oct 10 17:16:09.254 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:16:09.254 INFO kablam! Oct 10 17:16:09.255 INFO kablam! warning: function is never used: `xor` Oct 10 17:16:09.255 INFO kablam! --> src/set1.rs:85:1 Oct 10 17:16:09.255 INFO kablam! | Oct 10 17:16:09.255 INFO kablam! 85 | pub fn xor(a: &[u8], b: &[u8]) -> Result, &'static str> { Oct 10 17:16:09.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.256 INFO kablam! Oct 10 17:16:09.256 INFO kablam! warning: function is never used: `xor_in_place` Oct 10 17:16:09.257 INFO kablam! --> src/set1.rs:100:1 Oct 10 17:16:09.257 INFO kablam! | Oct 10 17:16:09.257 INFO kablam! 100 | pub fn xor_in_place(data: &mut [u8], other: &[u8]) -> Result { Oct 10 17:16:09.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.258 INFO kablam! Oct 10 17:16:09.258 INFO kablam! warning: function is never used: `xor_repeat` Oct 10 17:16:09.258 INFO kablam! --> src/set1.rs:115:1 Oct 10 17:16:09.259 INFO kablam! | Oct 10 17:16:09.259 INFO kablam! 115 | pub fn xor_repeat(plaintext: &[u8], key: &[u8]) -> Vec { Oct 10 17:16:09.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.259 INFO kablam! Oct 10 17:16:09.260 INFO kablam! warning: function is never used: `char_freq_score` Oct 10 17:16:09.260 INFO kablam! --> src/set1.rs:129:1 Oct 10 17:16:09.260 INFO kablam! | Oct 10 17:16:09.260 INFO kablam! 129 | pub fn char_freq_score(text: &[u8]) -> f64 { Oct 10 17:16:09.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.261 INFO kablam! Oct 10 17:16:09.261 INFO kablam! warning: function is never used: `hamming_distance` Oct 10 17:16:09.261 INFO kablam! --> src/set1.rs:215:1 Oct 10 17:16:09.262 INFO kablam! | Oct 10 17:16:09.262 INFO kablam! 215 | pub fn hamming_distance(a: &[u8], b: &[u8]) -> Result { Oct 10 17:16:09.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.262 INFO kablam! Oct 10 17:16:09.263 INFO kablam! warning: function is never used: `find_best_single_byte_xor` Oct 10 17:16:09.263 INFO kablam! --> src/set1.rs:231:1 Oct 10 17:16:09.263 INFO kablam! | Oct 10 17:16:09.263 INFO kablam! 231 | pub fn find_best_single_byte_xor(ciphertext: &[u8]) -> u8 { Oct 10 17:16:09.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.263 INFO kablam! Oct 10 17:16:09.263 INFO kablam! warning: function is never used: `to_hex` Oct 10 17:16:09.263 INFO kablam! --> src/set1.rs:248:1 Oct 10 17:16:09.263 INFO kablam! | Oct 10 17:16:09.263 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 10 17:16:09.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.263 INFO kablam! Oct 10 17:16:09.264 INFO kablam! warning: function is never used: `pkcs7_pad` Oct 10 17:16:09.264 INFO kablam! --> src/set2.rs:3:1 Oct 10 17:16:09.264 INFO kablam! | Oct 10 17:16:09.264 INFO kablam! 3 | pub fn pkcs7_pad(data: &[u8], blocksize: u8) -> Result, &'static str> { Oct 10 17:16:09.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.264 INFO kablam! Oct 10 17:16:09.264 INFO kablam! warning: function is never used: `pkcs7_unpad` Oct 10 17:16:09.264 INFO kablam! --> src/set2.rs:18:1 Oct 10 17:16:09.264 INFO kablam! | Oct 10 17:16:09.268 INFO kablam! 18 | pub fn pkcs7_unpad(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 10 17:16:09.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.268 INFO kablam! Oct 10 17:16:09.268 INFO kablam! warning: function is never used: `pkcs7_unpad_unchecked` Oct 10 17:16:09.268 INFO kablam! --> src/set2.rs:36:1 Oct 10 17:16:09.268 INFO kablam! | Oct 10 17:16:09.268 INFO kablam! 36 | pub fn pkcs7_unpad_unchecked(data: &[u8], blocksize: u8) -> Result<&[u8], &'static str> { Oct 10 17:16:09.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.268 INFO kablam! Oct 10 17:16:09.268 INFO kablam! warning: function is never used: `aes_cbc_encrypt` Oct 10 17:16:09.268 INFO kablam! --> src/set2.rs:53:1 Oct 10 17:16:09.268 INFO kablam! | Oct 10 17:16:09.268 INFO kablam! 53 | pub fn aes_cbc_encrypt(key: &[u8], iv: &[u8], plaintext: &[u8]) -> Result, &'static str> { Oct 10 17:16:09.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.269 INFO kablam! Oct 10 17:16:09.269 INFO kablam! warning: function is never used: `aes_cbc_decrypt` Oct 10 17:16:09.269 INFO kablam! --> src/set2.rs:101:1 Oct 10 17:16:09.269 INFO kablam! | Oct 10 17:16:09.269 INFO kablam! 101 | pub fn aes_cbc_decrypt(key: &[u8], iv: &[u8], ciphertext: &[u8]) -> Result, &'static str> { Oct 10 17:16:09.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.269 INFO kablam! Oct 10 17:16:09.269 INFO kablam! warning: variant is never constructed: `CBC` Oct 10 17:16:09.269 INFO kablam! --> src/set2.rs:160:5 Oct 10 17:16:09.269 INFO kablam! | Oct 10 17:16:09.269 INFO kablam! 160 | CBC, Oct 10 17:16:09.269 INFO kablam! | ^^^ Oct 10 17:16:09.269 INFO kablam! Oct 10 17:16:09.269 INFO kablam! warning: variant is never constructed: `ECB` Oct 10 17:16:09.269 INFO kablam! --> src/set2.rs:161:5 Oct 10 17:16:09.269 INFO kablam! | Oct 10 17:16:09.269 INFO kablam! 161 | ECB, Oct 10 17:16:09.269 INFO kablam! | ^^^ Oct 10 17:16:09.269 INFO kablam! Oct 10 17:16:09.269 INFO kablam! warning: variant is never constructed: `Unknown` Oct 10 17:16:09.269 INFO kablam! --> src/set2.rs:162:5 Oct 10 17:16:09.269 INFO kablam! | Oct 10 17:16:09.269 INFO kablam! 162 | Unknown, Oct 10 17:16:09.269 INFO kablam! | ^^^^^^^ Oct 10 17:16:09.270 INFO kablam! Oct 10 17:16:09.270 INFO kablam! warning: function is never used: `encryption_oracle` Oct 10 17:16:09.270 INFO kablam! --> src/set2.rs:165:1 Oct 10 17:16:09.270 INFO kablam! | Oct 10 17:16:09.270 INFO kablam! 165 | pub fn encryption_oracle(input: &[u8]) -> (Vec, CipherMode) { Oct 10 17:16:09.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.270 INFO kablam! Oct 10 17:16:09.270 INFO kablam! warning: function is never used: `detect_ecb_cbc` Oct 10 17:16:09.270 INFO kablam! --> src/set2.rs:201:1 Oct 10 17:16:09.270 INFO kablam! | Oct 10 17:16:09.270 INFO kablam! 201 | / pub fn detect_ecb_cbc(mut oracle: F) -> CipherMode Oct 10 17:16:09.270 INFO kablam! 202 | | where Oct 10 17:16:09.270 INFO kablam! 203 | | F: FnMut(&[u8]) -> Vec, Oct 10 17:16:09.270 INFO kablam! 204 | | { Oct 10 17:16:09.270 INFO kablam! ... | Oct 10 17:16:09.270 INFO kablam! 213 | | } Oct 10 17:16:09.270 INFO kablam! 214 | | } Oct 10 17:16:09.270 INFO kablam! | |_^ Oct 10 17:16:09.270 INFO kablam! Oct 10 17:16:09.270 INFO kablam! warning: struct is never constructed: `RandomKey` Oct 10 17:16:09.270 INFO kablam! --> src/set2.rs:220:1 Oct 10 17:16:09.270 INFO kablam! | Oct 10 17:16:09.270 INFO kablam! 220 | pub struct RandomKey { Oct 10 17:16:09.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.271 INFO kablam! Oct 10 17:16:09.271 INFO kablam! warning: method is never used: `new` Oct 10 17:16:09.271 INFO kablam! --> src/set2.rs:225:5 Oct 10 17:16:09.271 INFO kablam! | Oct 10 17:16:09.271 INFO kablam! 225 | pub fn new() -> RandomKey { Oct 10 17:16:09.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.271 INFO kablam! Oct 10 17:16:09.271 INFO kablam! warning: function is never used: `byte_at_a_time_ecb_decryption_simple` Oct 10 17:16:09.271 INFO kablam! --> src/set2.rs:251:1 Oct 10 17:16:09.271 INFO kablam! | Oct 10 17:16:09.271 INFO kablam! 251 | pub fn byte_at_a_time_ecb_decryption_simple(oracle: &EcbOracleSimple) -> Result { Oct 10 17:16:09.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.271 INFO kablam! Oct 10 17:16:09.271 INFO kablam! warning: function is never used: `parse_key_value` Oct 10 17:16:09.271 INFO kablam! --> src/set2.rs:328:1 Oct 10 17:16:09.271 INFO kablam! | Oct 10 17:16:09.271 INFO kablam! 328 | fn parse_key_value(input: &str) -> Result, &'static str> { Oct 10 17:16:09.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.271 INFO kablam! Oct 10 17:16:09.271 INFO kablam! warning: function is never used: `ecb_cut_and_paste` Oct 10 17:16:09.271 INFO kablam! --> src/set2.rs:381:1 Oct 10 17:16:09.271 INFO kablam! | Oct 10 17:16:09.271 INFO kablam! 381 | fn ecb_cut_and_paste(oracle: &EcbCutPaste) -> Vec { Oct 10 17:16:09.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.271 INFO kablam! Oct 10 17:16:09.272 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:16:09.272 INFO kablam! --> src/main.rs:1:12 Oct 10 17:16:09.272 INFO kablam! | Oct 10 17:16:09.272 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 10 17:16:09.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:09.272 INFO kablam! | Oct 10 17:16:09.272 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:16:09.272 INFO kablam! Oct 10 17:16:09.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 10 17:16:09.648 INFO kablam! su: No module specific data is present Oct 10 17:16:10.465 INFO running `"docker" "rm" "-f" "0c871432ffdfe1512384637c5f85b25a1d10d344e40bf748c6985c3071b6ac59"` Oct 10 17:16:10.723 INFO blam! 0c871432ffdfe1512384637c5f85b25a1d10d344e40bf748c6985c3071b6ac59 Oct 10 17:16:10.728 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:16:10.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:16:11.088 INFO blam! 02e1e33ae682662e43a0fb15a4b5edd8ae541582615b152772d50c507e14daf7 Oct 10 17:16:11.096 INFO running `"docker" "start" "-a" "02e1e33ae682662e43a0fb15a4b5edd8ae541582615b152772d50c507e14daf7"` Oct 10 17:16:12.211 INFO kablam! usermod: no changes Oct 10 17:16:12.288 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 10 17:16:13.975 INFO kablam! warning: function is never used: `to_hex` Oct 10 17:16:13.975 INFO kablam! --> src/set1.rs:248:1 Oct 10 17:16:13.975 INFO kablam! | Oct 10 17:16:13.975 INFO kablam! 248 | pub fn to_hex(data: &[u8]) -> String { Oct 10 17:16:13.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:13.975 INFO kablam! | Oct 10 17:16:13.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:16:13.975 INFO kablam! Oct 10 17:16:13.975 INFO kablam! warning: the feature `inclusive_range_syntax` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:16:13.975 INFO kablam! --> src/main.rs:1:12 Oct 10 17:16:13.975 INFO kablam! | Oct 10 17:16:13.975 INFO kablam! 1 | #![feature(inclusive_range_syntax)] Oct 10 17:16:13.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:16:13.975 INFO kablam! | Oct 10 17:16:13.975 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:16:13.975 INFO kablam! Oct 10 17:16:16.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 10 17:16:16.945 INFO kablam! su: No module specific data is present Oct 10 17:16:17.613 INFO running `"docker" "rm" "-f" "02e1e33ae682662e43a0fb15a4b5edd8ae541582615b152772d50c507e14daf7"` Oct 10 17:16:17.920 INFO blam! 02e1e33ae682662e43a0fb15a4b5edd8ae541582615b152772d50c507e14daf7 Oct 10 17:16:17.929 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:16:17.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:16:18.413 INFO blam! e366ff4d594ede8bc171245369ac9b20d6323ea55b6b4e7a9af81aff2a97fd00 Oct 10 17:16:18.415 INFO running `"docker" "start" "-a" "e366ff4d594ede8bc171245369ac9b20d6323ea55b6b4e7a9af81aff2a97fd00"` Oct 10 17:16:19.712 INFO kablam! usermod: no changes Oct 10 17:16:19.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 17:16:19.824 INFO kablam! Running /target/debug/deps/cryptopals-12f00718788a48ea Oct 10 17:16:19.842 INFO blam! Oct 10 17:16:19.842 INFO blam! running 18 tests Oct 10 17:16:19.872 INFO blam! test set1::tests::repeating_key_xor ... ok Oct 10 17:16:19.873 INFO blam! test set1::tests::hamming_distance ... ok Oct 10 17:16:19.882 INFO blam! test set1::tests::base64_encode ... ok Oct 10 17:16:19.882 INFO blam! test set1::tests::base64_decode ... ok Oct 10 17:16:19.882 INFO blam! test set1::tests::xor ... ok Oct 10 17:16:19.977 INFO blam! test set1::tests::single_byte_xor_cipher ... ok Oct 10 17:16:19.977 INFO blam! test set2::tests::aes_cbc_encrypt ... ok Oct 10 17:16:19.977 INFO blam! test set1::tests::aes_ecb_mode ... ok Oct 10 17:16:19.977 INFO blam! test set2::tests::aes_cbc_decrypt ... ok Oct 10 17:16:19.989 INFO blam! test set2::tests::detect_ecb_cbc ... ok Oct 10 17:16:19.989 INFO blam! test set2::tests::parse_key_value ... ok Oct 10 17:16:19.989 INFO blam! test set2::tests::ecb_cut_and_paste ... ok Oct 10 17:16:19.989 INFO blam! test set2::tests::pkcs7_pad ... ok Oct 10 17:16:19.989 INFO blam! test set2::tests::profile_for ... ok Oct 10 17:16:20.588 INFO blam! test set1::tests::detect_aes_ecb_mode ... ok Oct 10 17:16:21.584 INFO blam! test set1::tests::break_repeating_key_xor ... ok Oct 10 17:16:23.068 INFO blam! test set2::tests::byte_at_a_time_ecb_decryption_simple ... ok Oct 10 17:16:32.598 INFO blam! test set1::tests::detect_single_char_xor ... ok Oct 10 17:16:32.598 INFO blam! Oct 10 17:16:32.598 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:16:32.599 INFO blam! Oct 10 17:16:32.604 INFO kablam! su: No module specific data is present Oct 10 17:16:33.349 INFO running `"docker" "rm" "-f" "e366ff4d594ede8bc171245369ac9b20d6323ea55b6b4e7a9af81aff2a97fd00"` Oct 10 17:16:33.643 INFO blam! e366ff4d594ede8bc171245369ac9b20d6323ea55b6b4e7a9af81aff2a97fd00