Oct 15 00:31:07.168 INFO testing collin5/bc-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:31:07.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 00:31:07.627 INFO blam! f2b4262d63d9f096d67147e160d647a6d1112a691aa05414939fa6de9f0f0d0b Oct 15 00:31:07.632 INFO running `"docker" "start" "-a" "f2b4262d63d9f096d67147e160d647a6d1112a691aa05414939fa6de9f0f0d0b"` Oct 15 00:31:09.418 INFO kablam! usermod: no changes Oct 15 00:31:09.544 INFO kablam! Compiling itoa v0.4.0 Oct 15 00:31:09.545 INFO kablam! Compiling serde_derive_internals v0.21.0 Oct 15 00:31:09.545 INFO kablam! Compiling sha2 v0.7.0 Oct 15 00:31:10.411 INFO kablam! Compiling serde_json v1.0.12 Oct 15 00:31:16.142 INFO kablam! Compiling serde_derive v1.0.33 Oct 15 00:31:24.547 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 15 00:31:25.091 INFO kablam! warning: unused import: `std::io` Oct 15 00:31:25.091 INFO kablam! --> src/main.rs:4:5 Oct 15 00:31:25.091 INFO kablam! | Oct 15 00:31:25.091 INFO kablam! 4 | use std::io; Oct 15 00:31:25.091 INFO kablam! | ^^^^^^^ Oct 15 00:31:25.092 INFO kablam! | Oct 15 00:31:25.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:31:25.092 INFO kablam! Oct 15 00:31:25.092 INFO kablam! warning: unused import: `std::io::Write` Oct 15 00:31:25.092 INFO kablam! --> src/main.rs:5:5 Oct 15 00:31:25.092 INFO kablam! | Oct 15 00:31:25.092 INFO kablam! 5 | use std::io::Write; Oct 15 00:31:25.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:31:25.092 INFO kablam! Oct 15 00:31:25.092 INFO kablam! warning: unused import: `std::process` Oct 15 00:31:25.092 INFO kablam! --> src/main.rs:6:5 Oct 15 00:31:25.092 INFO kablam! | Oct 15 00:31:25.092 INFO kablam! 6 | use std::process; Oct 15 00:31:25.092 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:31:25.092 INFO kablam! Oct 15 00:31:25.257 INFO kablam! warning: struct is never constructed: `Blockheader` Oct 15 00:31:25.257 INFO kablam! --> src/blockchain.rs:17:1 Oct 15 00:31:25.257 INFO kablam! | Oct 15 00:31:25.257 INFO kablam! 17 | pub struct Blockheader { Oct 15 00:31:25.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.257 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: struct is never constructed: `Block` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:26:1 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 26 | pub struct Block { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: struct is never constructed: `Chain` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:32:1 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 32 | pub struct Chain { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `new` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:41:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 41 | pub fn new(addr: String, difficulty: u32) -> Chain { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `new_trans` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:53:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 53 | pub fn new_trans(&mut self, sender: String, reciever: String, amount: f32) -> bool { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `last_hash` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:63:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 63 | pub fn last_hash(&self) -> String { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `update_difficulty` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:71:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 71 | pub fn update_difficulty(&mut self, difficulty: u32) -> bool { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `update_reward` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:76:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 76 | pub fn update_reward(&mut self, reward: f32) -> bool { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.259 INFO kablam! warning: method is never used: `gen_new_block` Oct 15 00:31:25.259 INFO kablam! --> src/blockchain.rs:81:5 Oct 15 00:31:25.259 INFO kablam! | Oct 15 00:31:25.259 INFO kablam! 81 | pub fn gen_new_block(&mut self) -> bool { Oct 15 00:31:25.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.259 INFO kablam! Oct 15 00:31:25.268 INFO kablam! warning: method is never used: `get_merkle` Oct 15 00:31:25.268 INFO kablam! --> src/blockchain.rs:113:5 Oct 15 00:31:25.268 INFO kablam! | Oct 15 00:31:25.268 INFO kablam! 113 | fn get_merkle(current_trans: Vec) -> String { Oct 15 00:31:25.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.268 INFO kablam! Oct 15 00:31:25.268 INFO kablam! warning: method is never used: `proof_of_work` Oct 15 00:31:25.268 INFO kablam! --> src/blockchain.rs:136:5 Oct 15 00:31:25.268 INFO kablam! | Oct 15 00:31:25.268 INFO kablam! 136 | pub fn proof_of_work(header: &mut Blockheader) { Oct 15 00:31:25.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.268 INFO kablam! Oct 15 00:31:25.268 INFO kablam! warning: method is never used: `hash` Oct 15 00:31:25.268 INFO kablam! --> src/blockchain.rs:156:5 Oct 15 00:31:25.268 INFO kablam! | Oct 15 00:31:25.268 INFO kablam! 156 | pub fn hash(item: &T) -> String { Oct 15 00:31:25.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.268 INFO kablam! Oct 15 00:31:25.268 INFO kablam! warning: method is never used: `hex_to_str` Oct 15 00:31:25.268 INFO kablam! --> src/blockchain.rs:165:5 Oct 15 00:31:25.268 INFO kablam! | Oct 15 00:31:25.268 INFO kablam! 165 | pub fn hex_to_str(res: &[u8]) -> String { Oct 15 00:31:25.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:25.268 INFO kablam! Oct 15 00:31:25.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.27s Oct 15 00:31:25.739 INFO kablam! su: No module specific data is present Oct 15 00:31:26.822 INFO running `"docker" "rm" "-f" "f2b4262d63d9f096d67147e160d647a6d1112a691aa05414939fa6de9f0f0d0b"` Oct 15 00:31:27.034 INFO blam! f2b4262d63d9f096d67147e160d647a6d1112a691aa05414939fa6de9f0f0d0b Oct 15 00:31:27.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 00:31:27.529 INFO blam! c898d35949745d6e7757014dc93adbd9add57226550f23cf7dc1b2b5847bff23 Oct 15 00:31:27.530 INFO running `"docker" "start" "-a" "c898d35949745d6e7757014dc93adbd9add57226550f23cf7dc1b2b5847bff23"` Oct 15 00:31:29.202 INFO kablam! usermod: no changes Oct 15 00:31:29.299 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 15 00:31:30.069 INFO kablam! warning: unused import: `std::io` Oct 15 00:31:30.069 INFO kablam! --> src/main.rs:4:5 Oct 15 00:31:30.069 INFO kablam! | Oct 15 00:31:30.069 INFO kablam! 4 | use std::io; Oct 15 00:31:30.069 INFO kablam! | ^^^^^^^ Oct 15 00:31:30.069 INFO kablam! | Oct 15 00:31:30.070 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:31:30.070 INFO kablam! Oct 15 00:31:30.070 INFO kablam! warning: unused import: `std::io::Write` Oct 15 00:31:30.070 INFO kablam! --> src/main.rs:5:5 Oct 15 00:31:30.070 INFO kablam! | Oct 15 00:31:30.070 INFO kablam! 5 | use std::io::Write; Oct 15 00:31:30.070 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:31:30.070 INFO kablam! Oct 15 00:31:30.070 INFO kablam! warning: unused import: `std::process` Oct 15 00:31:30.070 INFO kablam! --> src/main.rs:6:5 Oct 15 00:31:30.070 INFO kablam! | Oct 15 00:31:30.070 INFO kablam! 6 | use std::process; Oct 15 00:31:30.070 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:31:30.070 INFO kablam! Oct 15 00:31:30.236 INFO kablam! warning: struct is never constructed: `Blockheader` Oct 15 00:31:30.236 INFO kablam! --> src/blockchain.rs:17:1 Oct 15 00:31:30.236 INFO kablam! | Oct 15 00:31:30.236 INFO kablam! 17 | pub struct Blockheader { Oct 15 00:31:30.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.236 INFO kablam! | Oct 15 00:31:30.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:31:30.237 INFO kablam! Oct 15 00:31:30.237 INFO kablam! warning: struct is never constructed: `Block` Oct 15 00:31:30.237 INFO kablam! --> src/blockchain.rs:26:1 Oct 15 00:31:30.237 INFO kablam! | Oct 15 00:31:30.237 INFO kablam! 26 | pub struct Block { Oct 15 00:31:30.237 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:30.237 INFO kablam! Oct 15 00:31:30.237 INFO kablam! warning: struct is never constructed: `Chain` Oct 15 00:31:30.237 INFO kablam! --> src/blockchain.rs:32:1 Oct 15 00:31:30.237 INFO kablam! | Oct 15 00:31:30.237 INFO kablam! 32 | pub struct Chain { Oct 15 00:31:30.237 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:30.237 INFO kablam! Oct 15 00:31:30.238 INFO kablam! warning: method is never used: `new` Oct 15 00:31:30.238 INFO kablam! --> src/blockchain.rs:41:5 Oct 15 00:31:30.238 INFO kablam! | Oct 15 00:31:30.238 INFO kablam! 41 | pub fn new(addr: String, difficulty: u32) -> Chain { Oct 15 00:31:30.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.238 INFO kablam! Oct 15 00:31:30.238 INFO kablam! warning: method is never used: `new_trans` Oct 15 00:31:30.238 INFO kablam! --> src/blockchain.rs:53:5 Oct 15 00:31:30.238 INFO kablam! | Oct 15 00:31:30.238 INFO kablam! 53 | pub fn new_trans(&mut self, sender: String, reciever: String, amount: f32) -> bool { Oct 15 00:31:30.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.238 INFO kablam! Oct 15 00:31:30.239 INFO kablam! warning: method is never used: `last_hash` Oct 15 00:31:30.239 INFO kablam! --> src/blockchain.rs:63:5 Oct 15 00:31:30.239 INFO kablam! | Oct 15 00:31:30.239 INFO kablam! 63 | pub fn last_hash(&self) -> String { Oct 15 00:31:30.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.239 INFO kablam! Oct 15 00:31:30.239 INFO kablam! warning: method is never used: `update_difficulty` Oct 15 00:31:30.239 INFO kablam! --> src/blockchain.rs:71:5 Oct 15 00:31:30.239 INFO kablam! | Oct 15 00:31:30.239 INFO kablam! 71 | pub fn update_difficulty(&mut self, difficulty: u32) -> bool { Oct 15 00:31:30.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.239 INFO kablam! Oct 15 00:31:30.239 INFO kablam! warning: method is never used: `update_reward` Oct 15 00:31:30.239 INFO kablam! --> src/blockchain.rs:76:5 Oct 15 00:31:30.239 INFO kablam! | Oct 15 00:31:30.239 INFO kablam! 76 | pub fn update_reward(&mut self, reward: f32) -> bool { Oct 15 00:31:30.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.239 INFO kablam! Oct 15 00:31:30.240 INFO kablam! warning: method is never used: `gen_new_block` Oct 15 00:31:30.240 INFO kablam! --> src/blockchain.rs:81:5 Oct 15 00:31:30.240 INFO kablam! | Oct 15 00:31:30.240 INFO kablam! 81 | pub fn gen_new_block(&mut self) -> bool { Oct 15 00:31:30.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.240 INFO kablam! Oct 15 00:31:30.240 INFO kablam! warning: method is never used: `get_merkle` Oct 15 00:31:30.240 INFO kablam! --> src/blockchain.rs:113:5 Oct 15 00:31:30.240 INFO kablam! | Oct 15 00:31:30.240 INFO kablam! 113 | fn get_merkle(current_trans: Vec) -> String { Oct 15 00:31:30.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.240 INFO kablam! Oct 15 00:31:30.241 INFO kablam! warning: method is never used: `proof_of_work` Oct 15 00:31:30.241 INFO kablam! --> src/blockchain.rs:136:5 Oct 15 00:31:30.241 INFO kablam! | Oct 15 00:31:30.241 INFO kablam! 136 | pub fn proof_of_work(header: &mut Blockheader) { Oct 15 00:31:30.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.241 INFO kablam! Oct 15 00:31:30.241 INFO kablam! warning: method is never used: `hash` Oct 15 00:31:30.241 INFO kablam! --> src/blockchain.rs:156:5 Oct 15 00:31:30.241 INFO kablam! | Oct 15 00:31:30.241 INFO kablam! 156 | pub fn hash(item: &T) -> String { Oct 15 00:31:30.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.241 INFO kablam! Oct 15 00:31:30.243 INFO kablam! warning: method is never used: `hex_to_str` Oct 15 00:31:30.243 INFO kablam! --> src/blockchain.rs:165:5 Oct 15 00:31:30.243 INFO kablam! | Oct 15 00:31:30.243 INFO kablam! 165 | pub fn hex_to_str(res: &[u8]) -> String { Oct 15 00:31:30.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:30.243 INFO kablam! Oct 15 00:31:30.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 15 00:31:30.769 INFO kablam! su: No module specific data is present Oct 15 00:31:31.767 INFO running `"docker" "rm" "-f" "c898d35949745d6e7757014dc93adbd9add57226550f23cf7dc1b2b5847bff23"` Oct 15 00:31:32.067 INFO blam! c898d35949745d6e7757014dc93adbd9add57226550f23cf7dc1b2b5847bff23 Oct 15 00:31:32.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 00:31:32.556 INFO blam! 4f571452648001be546f62b8a4f1d3e1fcdd0f3623e0516ab344c0aa1fdbee39 Oct 15 00:31:32.559 INFO running `"docker" "start" "-a" "4f571452648001be546f62b8a4f1d3e1fcdd0f3623e0516ab344c0aa1fdbee39"` Oct 15 00:31:34.159 INFO kablam! usermod: no changes Oct 15 00:31:34.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 00:31:34.274 INFO kablam! Running /target/debug/deps/blockchain-d9fae100568fbaf2 Oct 15 00:31:34.297 INFO blam! Oct 15 00:31:34.297 INFO blam! running 0 tests Oct 15 00:31:34.298 INFO blam! Oct 15 00:31:34.298 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:31:34.298 INFO kablam! su: No module specific data is present Oct 15 00:31:34.299 INFO blam! Oct 15 00:31:35.174 INFO running `"docker" "rm" "-f" "4f571452648001be546f62b8a4f1d3e1fcdd0f3623e0516ab344c0aa1fdbee39"` Oct 15 00:31:35.467 INFO blam! 4f571452648001be546f62b8a4f1d3e1fcdd0f3623e0516ab344c0aa1fdbee39