Oct 15 18:09:30.910 INFO testing spaniel-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:09:30.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:09:31.383 INFO blam! 32ad5c8a197318f4844222b92f0f57403d19100157b144a6164b23e2f9abc9c1 Oct 15 18:09:31.387 INFO running `"docker" "start" "-a" "32ad5c8a197318f4844222b92f0f57403d19100157b144a6164b23e2f9abc9c1"` Oct 15 18:09:32.552 INFO kablam! usermod: no changes Oct 15 18:09:32.623 INFO kablam! Compiling spaniel v0.1.0 (/source) Oct 15 18:09:33.475 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/mod.rs:11:41 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:33.484 INFO kablam! | ^^^^ Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/mod.rs:11:47 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:33.484 INFO kablam! | ^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/reader.rs:7:5 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 7 | use tokio_io::codec::length_delimited; Oct 15 18:09:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/reader.rs:12:10 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 12 | src: length_delimited::FramedRead, Oct 15 18:09:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/mod.rs:23:12 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 23 | inner: Framed, Oct 15 18:09:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/reader.rs:19:19 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 19 | let src = length_delimited::Builder::new() Oct 15 18:09:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.484 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:33.484 INFO kablam! --> src/protocol/codec/mod.rs:32:20 Oct 15 18:09:33.484 INFO kablam! | Oct 15 18:09:33.484 INFO kablam! 32 | inner: length_delimited::Builder::new() Oct 15 18:09:33.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.484 INFO kablam! Oct 15 18:09:33.701 INFO kablam! warning: unused variable: `src` Oct 15 18:09:33.701 INFO kablam! --> src/protocol/frames.rs:305:28 Oct 15 18:09:33.701 INFO kablam! | Oct 15 18:09:33.701 INFO kablam! 305 | fn decode_from(src: &mut B) -> Result { Oct 15 18:09:33.701 INFO kablam! | ^^^ help: consider using `_src` instead Oct 15 18:09:33.701 INFO kablam! | Oct 15 18:09:33.701 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:09:33.701 INFO kablam! Oct 15 18:09:33.701 INFO kablam! warning: unused variable: `dst` Oct 15 18:09:33.701 INFO kablam! --> src/protocol/frames.rs:309:38 Oct 15 18:09:33.702 INFO kablam! | Oct 15 18:09:33.702 INFO kablam! 309 | fn encode_into(&self, dst: &mut B) -> Result<(), ()> { Oct 15 18:09:33.702 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 15 18:09:33.702 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: method is never used: `notify_all` Oct 15 18:09:33.807 INFO kablam! --> src/connection.rs:195:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 195 | fn notify_all(&mut self) { Oct 15 18:09:33.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: variant is never constructed: `CreditBased` Oct 15 18:09:33.807 INFO kablam! --> src/flow_control.rs:8:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 8 | CreditBased(FlowControlRatio), Oct 15 18:09:33.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: method is never used: `push_front` Oct 15 18:09:33.807 INFO kablam! --> src/protocol/codec/buffer.rs:21:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 21 | pub fn push_front(&mut self, value: B) { Oct 15 18:09:33.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: variant is never constructed: `Error` Oct 15 18:09:33.807 INFO kablam! --> src/protocol/codec/writer.rs:72:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 72 | Error, Oct 15 18:09:33.807 INFO kablam! | ^^^^^ Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: method is never used: `set_watermarks` Oct 15 18:09:33.807 INFO kablam! --> src/protocol/codec/writer.rs:119:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 119 | pub fn set_watermarks(&mut self, high: usize, low: usize) { Oct 15 18:09:33.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:33.807 INFO kablam! warning: method is never used: `write_and_flush` Oct 15 18:09:33.807 INFO kablam! --> src/protocol/codec/writer.rs:220:5 Oct 15 18:09:33.807 INFO kablam! | Oct 15 18:09:33.807 INFO kablam! 220 | pub fn write_and_flush(&mut self, data: Bytes) -> Poll<(), std::io::Error> { Oct 15 18:09:33.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:33.807 INFO kablam! Oct 15 18:09:34.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Oct 15 18:09:34.703 INFO kablam! su: No module specific data is present Oct 15 18:09:35.211 INFO running `"docker" "rm" "-f" "32ad5c8a197318f4844222b92f0f57403d19100157b144a6164b23e2f9abc9c1"` Oct 15 18:09:35.563 INFO blam! 32ad5c8a197318f4844222b92f0f57403d19100157b144a6164b23e2f9abc9c1 Oct 15 18:09:35.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:09:35.973 INFO blam! 0cd515db83aeadff34efc49fe5afef44816fe2a080dbb3e365fee28d38bed1c2 Oct 15 18:09:35.983 INFO running `"docker" "start" "-a" "0cd515db83aeadff34efc49fe5afef44816fe2a080dbb3e365fee28d38bed1c2"` Oct 15 18:09:37.348 INFO kablam! usermod: no changes Oct 15 18:09:37.419 INFO kablam! Compiling spaniel v0.1.0 (/source) Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/mod.rs:11:41 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:38.371 INFO kablam! | ^^^^ Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/mod.rs:11:47 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:38.371 INFO kablam! | ^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/reader.rs:7:5 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 7 | use tokio_io::codec::length_delimited; Oct 15 18:09:38.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/reader.rs:12:10 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 12 | src: length_delimited::FramedRead, Oct 15 18:09:38.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/mod.rs:23:12 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 23 | inner: Framed, Oct 15 18:09:38.371 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/reader.rs:19:19 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 19 | let src = length_delimited::Builder::new() Oct 15 18:09:38.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.371 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:38.371 INFO kablam! --> src/protocol/codec/mod.rs:32:20 Oct 15 18:09:38.371 INFO kablam! | Oct 15 18:09:38.371 INFO kablam! 32 | inner: length_delimited::Builder::new() Oct 15 18:09:38.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.371 INFO kablam! Oct 15 18:09:38.675 INFO kablam! warning: unused variable: `src` Oct 15 18:09:38.675 INFO kablam! --> src/protocol/frames.rs:305:28 Oct 15 18:09:38.675 INFO kablam! | Oct 15 18:09:38.675 INFO kablam! 305 | fn decode_from(src: &mut B) -> Result { Oct 15 18:09:38.675 INFO kablam! | ^^^ help: consider using `_src` instead Oct 15 18:09:38.675 INFO kablam! | Oct 15 18:09:38.675 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:09:38.675 INFO kablam! Oct 15 18:09:38.675 INFO kablam! warning: unused variable: `dst` Oct 15 18:09:38.675 INFO kablam! --> src/protocol/frames.rs:309:38 Oct 15 18:09:38.675 INFO kablam! | Oct 15 18:09:38.675 INFO kablam! 309 | fn encode_into(&self, dst: &mut B) -> Result<(), ()> { Oct 15 18:09:38.675 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 15 18:09:38.675 INFO kablam! Oct 15 18:09:38.759 INFO kablam! warning: method is never used: `notify_all` Oct 15 18:09:38.759 INFO kablam! --> src/connection.rs:195:5 Oct 15 18:09:38.759 INFO kablam! | Oct 15 18:09:38.759 INFO kablam! 195 | fn notify_all(&mut self) { Oct 15 18:09:38.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.759 INFO kablam! | Oct 15 18:09:38.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:09:38.759 INFO kablam! Oct 15 18:09:38.759 INFO kablam! warning: variant is never constructed: `CreditBased` Oct 15 18:09:38.759 INFO kablam! --> src/flow_control.rs:8:5 Oct 15 18:09:38.759 INFO kablam! | Oct 15 18:09:38.759 INFO kablam! 8 | CreditBased(FlowControlRatio), Oct 15 18:09:38.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.759 INFO kablam! Oct 15 18:09:38.759 INFO kablam! warning: method is never used: `push_front` Oct 15 18:09:38.759 INFO kablam! --> src/protocol/codec/buffer.rs:21:5 Oct 15 18:09:38.759 INFO kablam! | Oct 15 18:09:38.759 INFO kablam! 21 | pub fn push_front(&mut self, value: B) { Oct 15 18:09:38.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.759 INFO kablam! Oct 15 18:09:38.759 INFO kablam! warning: variant is never constructed: `Error` Oct 15 18:09:38.760 INFO kablam! --> src/protocol/codec/writer.rs:72:5 Oct 15 18:09:38.760 INFO kablam! | Oct 15 18:09:38.760 INFO kablam! 72 | Error, Oct 15 18:09:38.760 INFO kablam! | ^^^^^ Oct 15 18:09:38.760 INFO kablam! Oct 15 18:09:38.760 INFO kablam! warning: method is never used: `set_watermarks` Oct 15 18:09:38.760 INFO kablam! --> src/protocol/codec/writer.rs:119:5 Oct 15 18:09:38.760 INFO kablam! | Oct 15 18:09:38.760 INFO kablam! 119 | pub fn set_watermarks(&mut self, high: usize, low: usize) { Oct 15 18:09:38.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.760 INFO kablam! Oct 15 18:09:38.760 INFO kablam! warning: method is never used: `write_and_flush` Oct 15 18:09:38.760 INFO kablam! --> src/protocol/codec/writer.rs:220:5 Oct 15 18:09:38.760 INFO kablam! | Oct 15 18:09:38.760 INFO kablam! 220 | pub fn write_and_flush(&mut self, data: Bytes) -> Poll<(), std::io::Error> { Oct 15 18:09:38.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:38.760 INFO kablam! Oct 15 18:09:39.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 15 18:09:39.375 INFO kablam! su: No module specific data is present Oct 15 18:09:39.915 INFO running `"docker" "rm" "-f" "0cd515db83aeadff34efc49fe5afef44816fe2a080dbb3e365fee28d38bed1c2"` Oct 15 18:09:40.255 INFO blam! 0cd515db83aeadff34efc49fe5afef44816fe2a080dbb3e365fee28d38bed1c2 Oct 15 18:09:40.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:09:40.680 INFO blam! 600654c035ac186f8f377362522fe6101becfdeb347074e12d0ad2660fe0d4ff Oct 15 18:09:40.685 INFO running `"docker" "start" "-a" "600654c035ac186f8f377362522fe6101becfdeb347074e12d0ad2660fe0d4ff"` Oct 15 18:09:41.901 INFO kablam! usermod: no changes Oct 15 18:09:41.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 18:09:42.003 INFO kablam! Running /target/debug/deps/spaniel-23307a633888092e Oct 15 18:09:42.009 INFO kablam! Doc-tests spaniel Oct 15 18:09:42.009 INFO blam! Oct 15 18:09:42.009 INFO blam! running 1 test Oct 15 18:09:42.010 INFO blam! test tests::it_works ... ok Oct 15 18:09:42.010 INFO blam! Oct 15 18:09:42.010 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:09:42.010 INFO blam! Oct 15 18:09:43.319 INFO blam! Oct 15 18:09:43.319 INFO blam! running 0 tests Oct 15 18:09:43.319 INFO blam! Oct 15 18:09:43.319 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:09:43.319 INFO blam! Oct 15 18:09:43.331 INFO kablam! su: No module specific data is present Oct 15 18:09:43.951 INFO running `"docker" "rm" "-f" "600654c035ac186f8f377362522fe6101becfdeb347074e12d0ad2660fe0d4ff"` Oct 15 18:09:44.191 INFO blam! 600654c035ac186f8f377362522fe6101becfdeb347074e12d0ad2660fe0d4ff