Oct 15 18:09:24.114 INFO testing spaniel-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 18:09:24.116 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 18:09:24.440 INFO blam! c9ed48f0e90fafd9a73c27c5fc7d6c0e1fcb3cc0c115aaac381ba3c0e6413341 Oct 15 18:09:24.445 INFO running `"docker" "start" "-a" "c9ed48f0e90fafd9a73c27c5fc7d6c0e1fcb3cc0c115aaac381ba3c0e6413341"` Oct 15 18:09:25.999 INFO kablam! usermod: no changes Oct 15 18:09:26.074 INFO kablam! Compiling spaniel v0.1.0 (/source) Oct 15 18:09:26.863 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:26.864 INFO kablam! --> src/protocol/codec/mod.rs:11:41 Oct 15 18:09:26.864 INFO kablam! | Oct 15 18:09:26.864 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:26.864 INFO kablam! | ^^^^ Oct 15 18:09:26.865 INFO kablam! | Oct 15 18:09:26.865 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:09:26.865 INFO kablam! Oct 15 18:09:26.865 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:26.866 INFO kablam! --> src/protocol/codec/mod.rs:11:47 Oct 15 18:09:26.866 INFO kablam! | Oct 15 18:09:26.866 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:26.866 INFO kablam! | ^^^^^^ Oct 15 18:09:26.867 INFO kablam! Oct 15 18:09:26.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:26.867 INFO kablam! --> src/protocol/codec/reader.rs:7:5 Oct 15 18:09:26.868 INFO kablam! | Oct 15 18:09:26.868 INFO kablam! 7 | use tokio_io::codec::length_delimited; Oct 15 18:09:26.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:26.868 INFO kablam! Oct 15 18:09:26.869 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 18:09:26.869 INFO kablam! --> src/protocol/codec/reader.rs:12:10 Oct 15 18:09:26.869 INFO kablam! | Oct 15 18:09:26.869 INFO kablam! 12 | src: length_delimited::FramedRead, Oct 15 18:09:26.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:26.870 INFO kablam! Oct 15 18:09:26.870 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:26.870 INFO kablam! --> src/protocol/codec/mod.rs:23:12 Oct 15 18:09:26.871 INFO kablam! | Oct 15 18:09:26.871 INFO kablam! 23 | inner: Framed, Oct 15 18:09:26.871 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 18:09:26.871 INFO kablam! Oct 15 18:09:26.872 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:26.872 INFO kablam! --> src/protocol/codec/reader.rs:19:19 Oct 15 18:09:26.872 INFO kablam! | Oct 15 18:09:26.872 INFO kablam! 19 | let src = length_delimited::Builder::new() Oct 15 18:09:26.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:26.873 INFO kablam! Oct 15 18:09:26.873 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:26.873 INFO kablam! --> src/protocol/codec/mod.rs:32:20 Oct 15 18:09:26.874 INFO kablam! | Oct 15 18:09:26.874 INFO kablam! 32 | inner: length_delimited::Builder::new() Oct 15 18:09:26.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:26.874 INFO kablam! Oct 15 18:09:27.107 INFO kablam! warning: unused variable: `src` Oct 15 18:09:27.107 INFO kablam! --> src/protocol/frames.rs:305:28 Oct 15 18:09:27.107 INFO kablam! | Oct 15 18:09:27.107 INFO kablam! 305 | fn decode_from(src: &mut B) -> Result { Oct 15 18:09:27.107 INFO kablam! | ^^^ help: consider using `_src` instead Oct 15 18:09:27.107 INFO kablam! | Oct 15 18:09:27.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:09:27.107 INFO kablam! Oct 15 18:09:27.107 INFO kablam! warning: unused variable: `dst` Oct 15 18:09:27.107 INFO kablam! --> src/protocol/frames.rs:309:38 Oct 15 18:09:27.107 INFO kablam! | Oct 15 18:09:27.107 INFO kablam! 309 | fn encode_into(&self, dst: &mut B) -> Result<(), ()> { Oct 15 18:09:27.107 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 15 18:09:27.107 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: method is never used: `notify_all` Oct 15 18:09:27.192 INFO kablam! --> src/connection.rs:195:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 195 | fn notify_all(&mut self) { Oct 15 18:09:27.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: variant is never constructed: `CreditBased` Oct 15 18:09:27.192 INFO kablam! --> src/flow_control.rs:8:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 8 | CreditBased(FlowControlRatio), Oct 15 18:09:27.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: method is never used: `push_front` Oct 15 18:09:27.192 INFO kablam! --> src/protocol/codec/buffer.rs:21:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 21 | pub fn push_front(&mut self, value: B) { Oct 15 18:09:27.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: variant is never constructed: `Error` Oct 15 18:09:27.192 INFO kablam! --> src/protocol/codec/writer.rs:72:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 72 | Error, Oct 15 18:09:27.192 INFO kablam! | ^^^^^ Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: method is never used: `set_watermarks` Oct 15 18:09:27.192 INFO kablam! --> src/protocol/codec/writer.rs:119:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 119 | pub fn set_watermarks(&mut self, high: usize, low: usize) { Oct 15 18:09:27.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:27.192 INFO kablam! warning: method is never used: `write_and_flush` Oct 15 18:09:27.192 INFO kablam! --> src/protocol/codec/writer.rs:220:5 Oct 15 18:09:27.192 INFO kablam! | Oct 15 18:09:27.192 INFO kablam! 220 | pub fn write_and_flush(&mut self, data: Bytes) -> Poll<(), std::io::Error> { Oct 15 18:09:27.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:27.192 INFO kablam! Oct 15 18:09:28.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 15 18:09:28.135 INFO kablam! su: No module specific data is present Oct 15 18:09:28.569 INFO running `"docker" "rm" "-f" "c9ed48f0e90fafd9a73c27c5fc7d6c0e1fcb3cc0c115aaac381ba3c0e6413341"` Oct 15 18:09:28.931 INFO blam! c9ed48f0e90fafd9a73c27c5fc7d6c0e1fcb3cc0c115aaac381ba3c0e6413341 Oct 15 18:09:28.939 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 18:09:29.324 INFO blam! eb00813e28ce688b59a04ff79c773e9be1b2051726035551002570401d46cac8 Oct 15 18:09:29.327 INFO running `"docker" "start" "-a" "eb00813e28ce688b59a04ff79c773e9be1b2051726035551002570401d46cac8"` Oct 15 18:09:30.263 INFO kablam! usermod: no changes Oct 15 18:09:30.335 INFO kablam! Compiling spaniel v0.1.0 (/source) Oct 15 18:09:31.107 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:31.107 INFO kablam! --> src/protocol/codec/mod.rs:11:41 Oct 15 18:09:31.107 INFO kablam! | Oct 15 18:09:31.107 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:31.107 INFO kablam! | ^^^^ Oct 15 18:09:31.107 INFO kablam! | Oct 15 18:09:31.107 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 18:09:31.107 INFO kablam! Oct 15 18:09:31.115 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:31.116 INFO kablam! --> src/protocol/codec/mod.rs:11:47 Oct 15 18:09:31.116 INFO kablam! | Oct 15 18:09:31.116 INFO kablam! 11 | use tokio_io::codec::length_delimited::{self, Framed}; Oct 15 18:09:31.116 INFO kablam! | ^^^^^^ Oct 15 18:09:31.117 INFO kablam! Oct 15 18:09:31.117 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 15 18:09:31.117 INFO kablam! --> src/protocol/codec/reader.rs:7:5 Oct 15 18:09:31.117 INFO kablam! | Oct 15 18:09:31.118 INFO kablam! 7 | use tokio_io::codec::length_delimited; Oct 15 18:09:31.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.118 INFO kablam! Oct 15 18:09:31.119 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 15 18:09:31.119 INFO kablam! --> src/protocol/codec/reader.rs:12:10 Oct 15 18:09:31.119 INFO kablam! | Oct 15 18:09:31.119 INFO kablam! 12 | src: length_delimited::FramedRead, Oct 15 18:09:31.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.120 INFO kablam! Oct 15 18:09:31.120 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 15 18:09:31.120 INFO kablam! --> src/protocol/codec/mod.rs:23:12 Oct 15 18:09:31.121 INFO kablam! | Oct 15 18:09:31.121 INFO kablam! 23 | inner: Framed, Oct 15 18:09:31.121 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 18:09:31.121 INFO kablam! Oct 15 18:09:31.122 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:31.122 INFO kablam! --> src/protocol/codec/reader.rs:19:19 Oct 15 18:09:31.122 INFO kablam! | Oct 15 18:09:31.122 INFO kablam! 19 | let src = length_delimited::Builder::new() Oct 15 18:09:31.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.123 INFO kablam! Oct 15 18:09:31.123 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Builder': Moved to tokio-codec Oct 15 18:09:31.123 INFO kablam! --> src/protocol/codec/mod.rs:32:20 Oct 15 18:09:31.124 INFO kablam! | Oct 15 18:09:31.124 INFO kablam! 32 | inner: length_delimited::Builder::new() Oct 15 18:09:31.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.124 INFO kablam! Oct 15 18:09:31.371 INFO kablam! warning: unused variable: `src` Oct 15 18:09:31.371 INFO kablam! --> src/protocol/frames.rs:305:28 Oct 15 18:09:31.371 INFO kablam! | Oct 15 18:09:31.371 INFO kablam! 305 | fn decode_from(src: &mut B) -> Result { Oct 15 18:09:31.371 INFO kablam! | ^^^ help: consider using `_src` instead Oct 15 18:09:31.371 INFO kablam! | Oct 15 18:09:31.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:09:31.371 INFO kablam! Oct 15 18:09:31.371 INFO kablam! warning: unused variable: `dst` Oct 15 18:09:31.371 INFO kablam! --> src/protocol/frames.rs:309:38 Oct 15 18:09:31.371 INFO kablam! | Oct 15 18:09:31.371 INFO kablam! 309 | fn encode_into(&self, dst: &mut B) -> Result<(), ()> { Oct 15 18:09:31.371 INFO kablam! | ^^^ help: consider using `_dst` instead Oct 15 18:09:31.371 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: method is never used: `notify_all` Oct 15 18:09:31.443 INFO kablam! --> src/connection.rs:195:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 195 | fn notify_all(&mut self) { Oct 15 18:09:31.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: variant is never constructed: `CreditBased` Oct 15 18:09:31.443 INFO kablam! --> src/flow_control.rs:8:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 8 | CreditBased(FlowControlRatio), Oct 15 18:09:31.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: method is never used: `push_front` Oct 15 18:09:31.443 INFO kablam! --> src/protocol/codec/buffer.rs:21:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 21 | pub fn push_front(&mut self, value: B) { Oct 15 18:09:31.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: variant is never constructed: `Error` Oct 15 18:09:31.443 INFO kablam! --> src/protocol/codec/writer.rs:72:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 72 | Error, Oct 15 18:09:31.443 INFO kablam! | ^^^^^ Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: method is never used: `set_watermarks` Oct 15 18:09:31.443 INFO kablam! --> src/protocol/codec/writer.rs:119:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 119 | pub fn set_watermarks(&mut self, high: usize, low: usize) { Oct 15 18:09:31.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:31.443 INFO kablam! warning: method is never used: `write_and_flush` Oct 15 18:09:31.443 INFO kablam! --> src/protocol/codec/writer.rs:220:5 Oct 15 18:09:31.443 INFO kablam! | Oct 15 18:09:31.443 INFO kablam! 220 | pub fn write_and_flush(&mut self, data: Bytes) -> Poll<(), std::io::Error> { Oct 15 18:09:31.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:09:31.443 INFO kablam! Oct 15 18:09:32.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 15 18:09:32.035 INFO kablam! su: No module specific data is present Oct 15 18:09:32.563 INFO running `"docker" "rm" "-f" "eb00813e28ce688b59a04ff79c773e9be1b2051726035551002570401d46cac8"` Oct 15 18:09:32.832 INFO blam! eb00813e28ce688b59a04ff79c773e9be1b2051726035551002570401d46cac8 Oct 15 18:09:32.840 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 18:09:33.264 INFO blam! bda21421ea9d6651ddd896b05cd9efa4a2a91b4dac6ea060cee43207e1acdcd4 Oct 15 18:09:33.268 INFO running `"docker" "start" "-a" "bda21421ea9d6651ddd896b05cd9efa4a2a91b4dac6ea060cee43207e1acdcd4"` Oct 15 18:09:34.215 INFO kablam! usermod: no changes Oct 15 18:09:34.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 18:09:34.327 INFO kablam! Running /target/debug/deps/spaniel-8f653b76ea855b5b Oct 15 18:09:34.331 INFO kablam! Doc-tests spaniel Oct 15 18:09:34.331 INFO blam! Oct 15 18:09:34.331 INFO blam! running 1 test Oct 15 18:09:34.331 INFO blam! test tests::it_works ... ok Oct 15 18:09:34.331 INFO blam! Oct 15 18:09:34.331 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:09:34.331 INFO blam! Oct 15 18:09:35.602 INFO blam! Oct 15 18:09:35.602 INFO blam! running 0 tests Oct 15 18:09:35.603 INFO blam! Oct 15 18:09:35.603 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:09:35.603 INFO blam! Oct 15 18:09:35.616 INFO kablam! su: No module specific data is present Oct 15 18:09:36.299 INFO running `"docker" "rm" "-f" "bda21421ea9d6651ddd896b05cd9efa4a2a91b4dac6ea060cee43207e1acdcd4"` Oct 15 18:09:36.635 INFO blam! bda21421ea9d6651ddd896b05cd9efa4a2a91b4dac6ea060cee43207e1acdcd4