Oct 15 00:31:06.681 INFO testing collin5/bc-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:31:06.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:31:07.141 INFO blam! 7ef98347cc33fc4b46af246c31e1cbb71cd5085fc5f6c7c00b522fe613a25045 Oct 15 00:31:07.159 INFO running `"docker" "start" "-a" "7ef98347cc33fc4b46af246c31e1cbb71cd5085fc5f6c7c00b522fe613a25045"` Oct 15 00:31:08.447 INFO kablam! usermod: no changes Oct 15 00:31:08.599 INFO kablam! Compiling itoa v0.4.0 Oct 15 00:31:08.619 INFO kablam! Compiling digest v0.7.2 Oct 15 00:31:08.907 INFO kablam! Compiling sha2 v0.7.0 Oct 15 00:31:09.287 INFO kablam! Compiling serde_json v1.0.12 Oct 15 00:31:13.463 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 15 00:31:14.155 INFO kablam! warning: unused import: `std::io` Oct 15 00:31:14.155 INFO kablam! --> src/main.rs:4:5 Oct 15 00:31:14.155 INFO kablam! | Oct 15 00:31:14.155 INFO kablam! 4 | use std::io; Oct 15 00:31:14.155 INFO kablam! | ^^^^^^^ Oct 15 00:31:14.155 INFO kablam! | Oct 15 00:31:14.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:31:14.155 INFO kablam! Oct 15 00:31:14.155 INFO kablam! warning: unused import: `std::io::Write` Oct 15 00:31:14.155 INFO kablam! --> src/main.rs:5:5 Oct 15 00:31:14.155 INFO kablam! | Oct 15 00:31:14.155 INFO kablam! 5 | use std::io::Write; Oct 15 00:31:14.155 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:31:14.155 INFO kablam! Oct 15 00:31:14.155 INFO kablam! warning: unused import: `std::process` Oct 15 00:31:14.155 INFO kablam! --> src/main.rs:6:5 Oct 15 00:31:14.155 INFO kablam! | Oct 15 00:31:14.155 INFO kablam! 6 | use std::process; Oct 15 00:31:14.155 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:31:14.155 INFO kablam! Oct 15 00:31:14.311 INFO kablam! warning: struct is never constructed: `Blockheader` Oct 15 00:31:14.311 INFO kablam! --> src/blockchain.rs:17:1 Oct 15 00:31:14.311 INFO kablam! | Oct 15 00:31:14.311 INFO kablam! 17 | pub struct Blockheader { Oct 15 00:31:14.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.311 INFO kablam! | Oct 15 00:31:14.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:31:14.311 INFO kablam! Oct 15 00:31:14.311 INFO kablam! warning: struct is never constructed: `Block` Oct 15 00:31:14.311 INFO kablam! --> src/blockchain.rs:26:1 Oct 15 00:31:14.311 INFO kablam! | Oct 15 00:31:14.311 INFO kablam! 26 | pub struct Block { Oct 15 00:31:14.311 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:14.311 INFO kablam! Oct 15 00:31:14.311 INFO kablam! warning: struct is never constructed: `Chain` Oct 15 00:31:14.311 INFO kablam! --> src/blockchain.rs:32:1 Oct 15 00:31:14.311 INFO kablam! | Oct 15 00:31:14.311 INFO kablam! 32 | pub struct Chain { Oct 15 00:31:14.311 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:14.311 INFO kablam! Oct 15 00:31:14.311 INFO kablam! warning: method is never used: `new` Oct 15 00:31:14.311 INFO kablam! --> src/blockchain.rs:41:5 Oct 15 00:31:14.311 INFO kablam! | Oct 15 00:31:14.311 INFO kablam! 41 | pub fn new(addr: String, difficulty: u32) -> Chain { Oct 15 00:31:14.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.311 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `new_trans` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:53:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 53 | pub fn new_trans(&mut self, sender: String, reciever: String, amount: f32) -> bool { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `last_hash` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:63:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 63 | pub fn last_hash(&self) -> String { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `update_difficulty` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:71:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 71 | pub fn update_difficulty(&mut self, difficulty: u32) -> bool { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `update_reward` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:76:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 76 | pub fn update_reward(&mut self, reward: f32) -> bool { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `gen_new_block` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:81:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 81 | pub fn gen_new_block(&mut self) -> bool { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `get_merkle` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:113:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 113 | fn get_merkle(current_trans: Vec) -> String { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `proof_of_work` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:136:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 136 | pub fn proof_of_work(header: &mut Blockheader) { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `hash` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:156:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.315 INFO kablam! 156 | pub fn hash(item: &T) -> String { Oct 15 00:31:14.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.315 INFO kablam! Oct 15 00:31:14.315 INFO kablam! warning: method is never used: `hex_to_str` Oct 15 00:31:14.315 INFO kablam! --> src/blockchain.rs:165:5 Oct 15 00:31:14.315 INFO kablam! | Oct 15 00:31:14.316 INFO kablam! 165 | pub fn hex_to_str(res: &[u8]) -> String { Oct 15 00:31:14.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:14.316 INFO kablam! Oct 15 00:31:14.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.19s Oct 15 00:31:14.683 INFO kablam! su: No module specific data is present Oct 15 00:31:15.798 INFO running `"docker" "rm" "-f" "7ef98347cc33fc4b46af246c31e1cbb71cd5085fc5f6c7c00b522fe613a25045"` Oct 15 00:31:16.139 INFO blam! 7ef98347cc33fc4b46af246c31e1cbb71cd5085fc5f6c7c00b522fe613a25045 Oct 15 00:31:16.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:31:16.593 INFO blam! 62f6bc1a263d7065aef053f2960079b9a0beb47c3df169967384c31984390c3d Oct 15 00:31:16.603 INFO running `"docker" "start" "-a" "62f6bc1a263d7065aef053f2960079b9a0beb47c3df169967384c31984390c3d"` Oct 15 00:31:18.243 INFO kablam! usermod: no changes Oct 15 00:31:18.386 INFO kablam! Compiling blockchain v0.1.0 (/source) Oct 15 00:31:18.903 INFO kablam! warning: unused import: `std::io` Oct 15 00:31:18.903 INFO kablam! --> src/main.rs:4:5 Oct 15 00:31:18.903 INFO kablam! | Oct 15 00:31:18.903 INFO kablam! 4 | use std::io; Oct 15 00:31:18.903 INFO kablam! | ^^^^^^^ Oct 15 00:31:18.903 INFO kablam! | Oct 15 00:31:18.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:31:18.903 INFO kablam! Oct 15 00:31:18.903 INFO kablam! warning: unused import: `std::io::Write` Oct 15 00:31:18.903 INFO kablam! --> src/main.rs:5:5 Oct 15 00:31:18.903 INFO kablam! | Oct 15 00:31:18.903 INFO kablam! 5 | use std::io::Write; Oct 15 00:31:18.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:31:18.903 INFO kablam! Oct 15 00:31:18.903 INFO kablam! warning: unused import: `std::process` Oct 15 00:31:18.903 INFO kablam! --> src/main.rs:6:5 Oct 15 00:31:18.903 INFO kablam! | Oct 15 00:31:18.903 INFO kablam! 6 | use std::process; Oct 15 00:31:18.903 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:31:18.903 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: struct is never constructed: `Blockheader` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:17:1 Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! 17 | pub struct Blockheader { Oct 15 00:31:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:31:19.059 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: struct is never constructed: `Block` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:26:1 Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! 26 | pub struct Block { Oct 15 00:31:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:19.059 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: struct is never constructed: `Chain` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:32:1 Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! 32 | pub struct Chain { Oct 15 00:31:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:31:19.059 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: method is never used: `new` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:41:5 Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! 41 | pub fn new(addr: String, difficulty: u32) -> Chain { Oct 15 00:31:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.059 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: method is never used: `new_trans` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:53:5 Oct 15 00:31:19.059 INFO kablam! | Oct 15 00:31:19.059 INFO kablam! 53 | pub fn new_trans(&mut self, sender: String, reciever: String, amount: f32) -> bool { Oct 15 00:31:19.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.059 INFO kablam! Oct 15 00:31:19.059 INFO kablam! warning: method is never used: `last_hash` Oct 15 00:31:19.059 INFO kablam! --> src/blockchain.rs:63:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 63 | pub fn last_hash(&self) -> String { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `update_difficulty` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:71:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 71 | pub fn update_difficulty(&mut self, difficulty: u32) -> bool { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `update_reward` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:76:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 76 | pub fn update_reward(&mut self, reward: f32) -> bool { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `gen_new_block` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:81:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 81 | pub fn gen_new_block(&mut self) -> bool { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `get_merkle` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:113:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 113 | fn get_merkle(current_trans: Vec) -> String { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `proof_of_work` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:136:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 136 | pub fn proof_of_work(header: &mut Blockheader) { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `hash` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:156:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 156 | pub fn hash(item: &T) -> String { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.060 INFO kablam! warning: method is never used: `hex_to_str` Oct 15 00:31:19.060 INFO kablam! --> src/blockchain.rs:165:5 Oct 15 00:31:19.060 INFO kablam! | Oct 15 00:31:19.060 INFO kablam! 165 | pub fn hex_to_str(res: &[u8]) -> String { Oct 15 00:31:19.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:31:19.060 INFO kablam! Oct 15 00:31:19.477 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 00:31:19.482 INFO kablam! su: No module specific data is present Oct 15 00:31:19.860 INFO running `"docker" "rm" "-f" "62f6bc1a263d7065aef053f2960079b9a0beb47c3df169967384c31984390c3d"` Oct 15 00:31:20.159 INFO blam! 62f6bc1a263d7065aef053f2960079b9a0beb47c3df169967384c31984390c3d Oct 15 00:31:20.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 00:31:20.561 INFO blam! bb61e0ad2fa0215dc8c3f3de57fb81d504b1aa4e1da24f5dfb9b8c5b4e28fe37 Oct 15 00:31:20.563 INFO running `"docker" "start" "-a" "bb61e0ad2fa0215dc8c3f3de57fb81d504b1aa4e1da24f5dfb9b8c5b4e28fe37"` Oct 15 00:31:21.974 INFO kablam! usermod: no changes Oct 15 00:31:22.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 00:31:22.123 INFO kablam! Running /target/debug/deps/blockchain-cb84b7d630d1f68f Oct 15 00:31:22.124 INFO blam! Oct 15 00:31:22.124 INFO blam! running 0 tests Oct 15 00:31:22.124 INFO blam! Oct 15 00:31:22.124 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:31:22.124 INFO blam! Oct 15 00:31:22.139 INFO kablam! su: No module specific data is present Oct 15 00:31:22.867 INFO running `"docker" "rm" "-f" "bb61e0ad2fa0215dc8c3f3de57fb81d504b1aa4e1da24f5dfb9b8c5b4e28fe37"` Oct 15 00:31:23.269 INFO blam! bb61e0ad2fa0215dc8c3f3de57fb81d504b1aa4e1da24f5dfb9b8c5b4e28fe37