Oct 14 15:34:39.608 INFO testing kbknapp/cargo-graph against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:34:39.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 15:34:39.965 INFO blam! 3a402e277851f28de2f89b4107c3ccfd16888d2f05ea2b1e35c5a68f272c4904 Oct 14 15:34:39.971 INFO running `"docker" "start" "-a" "3a402e277851f28de2f89b4107c3ccfd16888d2f05ea2b1e35c5a68f272c4904"` Oct 14 15:34:41.247 INFO kablam! usermod: no changes Oct 14 15:34:41.364 INFO kablam! Compiling strsim v0.5.2 Oct 14 15:34:41.375 INFO kablam! Compiling term_size v0.2.3 Oct 14 15:34:41.375 INFO kablam! Compiling toml v0.2.1 Oct 14 15:34:42.711 INFO kablam! Compiling clap v2.11.3 Oct 14 15:34:57.709 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 14 15:34:58.131 INFO kablam! warning: unused macro definition Oct 14 15:34:58.132 INFO kablam! --> src/macros.rs:8:1 Oct 14 15:34:58.132 INFO kablam! | Oct 14 15:34:58.132 INFO kablam! 8 | / macro_rules! werr( Oct 14 15:34:58.133 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 14 15:34:58.133 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 14 15:34:58.133 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 14 15:34:58.134 INFO kablam! 12 | | }) Oct 14 15:34:58.134 INFO kablam! 13 | | ); Oct 14 15:34:58.134 INFO kablam! | |__^ Oct 14 15:34:58.135 INFO kablam! | Oct 14 15:34:58.135 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:34:58.135 INFO kablam! Oct 14 15:34:58.135 INFO kablam! warning: unused macro definition Oct 14 15:34:58.136 INFO kablam! --> src/macros.rs:15:1 Oct 14 15:34:58.136 INFO kablam! | Oct 14 15:34:58.136 INFO kablam! 15 | / macro_rules! verbose( Oct 14 15:34:58.137 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 14 15:34:58.137 INFO kablam! 17 | | if $cfg.verbose { Oct 14 15:34:58.137 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 14 15:34:58.138 INFO kablam! ... | Oct 14 15:34:58.138 INFO kablam! 21 | | }) Oct 14 15:34:58.138 INFO kablam! 22 | | ); Oct 14 15:34:58.139 INFO kablam! | |__^ Oct 14 15:34:58.139 INFO kablam! Oct 14 15:34:58.139 INFO kablam! warning: unused macro definition Oct 14 15:34:58.140 INFO kablam! --> src/macros.rs:24:1 Oct 14 15:34:58.140 INFO kablam! | Oct 14 15:34:58.140 INFO kablam! 24 | / macro_rules! verboseln( Oct 14 15:34:58.140 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 14 15:34:58.141 INFO kablam! 26 | | if $cfg.verbose { Oct 14 15:34:58.141 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 14 15:34:58.141 INFO kablam! ... | Oct 14 15:34:58.142 INFO kablam! 30 | | }) Oct 14 15:34:58.142 INFO kablam! 31 | | ); Oct 14 15:34:58.142 INFO kablam! | |__^ Oct 14 15:34:58.143 INFO kablam! Oct 14 15:34:58.143 INFO kablam! warning: unused macro definition Oct 14 15:34:58.143 INFO kablam! --> src/macros.rs:33:1 Oct 14 15:34:58.143 INFO kablam! | Oct 14 15:34:58.144 INFO kablam! 33 | / macro_rules! regex( Oct 14 15:34:58.144 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 14 15:34:58.144 INFO kablam! 35 | | ); Oct 14 15:34:58.144 INFO kablam! | |__^ Oct 14 15:34:58.145 INFO kablam! Oct 14 15:34:58.145 INFO kablam! warning: unused macro definition Oct 14 15:34:58.145 INFO kablam! --> src/macros.rs:56:1 Oct 14 15:34:58.145 INFO kablam! | Oct 14 15:34:58.146 INFO kablam! 56 | / macro_rules! debug { Oct 14 15:34:58.146 INFO kablam! 57 | | ($fmt:expr) => (); Oct 14 15:34:58.146 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 14 15:34:58.147 INFO kablam! 59 | | } Oct 14 15:34:58.147 INFO kablam! | |_^ Oct 14 15:34:58.147 INFO kablam! Oct 14 15:34:58.151 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:34:58.151 INFO kablam! --> src/config.rs:1:5 Oct 14 15:34:58.151 INFO kablam! | Oct 14 15:34:58.151 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 14 15:34:58.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:34:58.151 INFO kablam! | Oct 14 15:34:58.151 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:34:58.151 INFO kablam! Oct 14 15:34:58.152 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:34:58.152 INFO kablam! --> src/config.rs:28:1 Oct 14 15:34:58.152 INFO kablam! | Oct 14 15:34:58.152 INFO kablam! 28 | / arg_enum! { Oct 14 15:34:58.152 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 14 15:34:58.152 INFO kablam! 30 | | pub enum DotLineShape { Oct 14 15:34:58.152 INFO kablam! 31 | | Solid, Oct 14 15:34:58.152 INFO kablam! ... | Oct 14 15:34:58.152 INFO kablam! 34 | | } Oct 14 15:34:58.152 INFO kablam! 35 | | } Oct 14 15:34:58.152 INFO kablam! | |_^ Oct 14 15:34:58.152 INFO kablam! | Oct 14 15:34:58.152 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:34:58.152 INFO kablam! Oct 14 15:34:58.152 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:34:58.152 INFO kablam! --> src/config.rs:47:1 Oct 14 15:34:58.152 INFO kablam! | Oct 14 15:34:58.152 INFO kablam! 47 | / arg_enum!{ Oct 14 15:34:58.152 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 14 15:34:58.152 INFO kablam! 49 | | pub enum DotColor { Oct 14 15:34:58.152 INFO kablam! 50 | | Blue, Oct 14 15:34:58.152 INFO kablam! ... | Oct 14 15:34:58.152 INFO kablam! 58 | | } Oct 14 15:34:58.152 INFO kablam! 59 | | } Oct 14 15:34:58.152 INFO kablam! | |_^ Oct 14 15:34:58.152 INFO kablam! | Oct 14 15:34:58.152 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:34:58.152 INFO kablam! Oct 14 15:34:58.152 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:34:58.152 INFO kablam! --> src/config.rs:76:1 Oct 14 15:34:58.152 INFO kablam! | Oct 14 15:34:58.152 INFO kablam! 76 | / arg_enum!{ Oct 14 15:34:58.152 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 14 15:34:58.152 INFO kablam! 78 | | pub enum DotShape { Oct 14 15:34:58.152 INFO kablam! 79 | | Box, Oct 14 15:34:58.152 INFO kablam! ... | Oct 14 15:34:58.152 INFO kablam! 83 | | } Oct 14 15:34:58.152 INFO kablam! 84 | | } Oct 14 15:34:58.152 INFO kablam! | |_^ Oct 14 15:34:58.153 INFO kablam! | Oct 14 15:34:58.153 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:34:58.153 INFO kablam! Oct 14 15:34:58.427 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 15:34:58.427 INFO kablam! --> src/config.rs:1:5 Oct 14 15:34:58.427 INFO kablam! | Oct 14 15:34:58.427 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 14 15:34:58.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:34:58.427 INFO kablam! | Oct 14 15:34:58.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:34:58.427 INFO kablam! Oct 14 15:35:01.090 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.81s Oct 14 15:35:01.095 INFO kablam! su: No module specific data is present Oct 14 15:35:02.499 INFO running `"docker" "rm" "-f" "3a402e277851f28de2f89b4107c3ccfd16888d2f05ea2b1e35c5a68f272c4904"` Oct 14 15:35:02.831 INFO blam! 3a402e277851f28de2f89b4107c3ccfd16888d2f05ea2b1e35c5a68f272c4904 Oct 14 15:35:02.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 15:35:03.191 INFO blam! 70aab75faffe66254d020ac8b32f0e98d4d0f57918f7392e0f7e6d417c62d818 Oct 14 15:35:03.199 INFO running `"docker" "start" "-a" "70aab75faffe66254d020ac8b32f0e98d4d0f57918f7392e0f7e6d417c62d818"` Oct 14 15:35:05.427 INFO kablam! usermod: no changes Oct 14 15:35:05.519 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 14 15:35:06.063 INFO kablam! warning: unused macro definition Oct 14 15:35:06.063 INFO kablam! --> src/macros.rs:8:1 Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! 8 | / macro_rules! werr( Oct 14 15:35:06.063 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 14 15:35:06.063 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 14 15:35:06.063 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 14 15:35:06.063 INFO kablam! 12 | | }) Oct 14 15:35:06.063 INFO kablam! 13 | | ); Oct 14 15:35:06.063 INFO kablam! | |__^ Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:35:06.063 INFO kablam! Oct 14 15:35:06.063 INFO kablam! warning: unused macro definition Oct 14 15:35:06.063 INFO kablam! --> src/macros.rs:15:1 Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! 15 | / macro_rules! verbose( Oct 14 15:35:06.063 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 14 15:35:06.063 INFO kablam! 17 | | if $cfg.verbose { Oct 14 15:35:06.063 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 14 15:35:06.063 INFO kablam! ... | Oct 14 15:35:06.063 INFO kablam! 21 | | }) Oct 14 15:35:06.063 INFO kablam! 22 | | ); Oct 14 15:35:06.063 INFO kablam! | |__^ Oct 14 15:35:06.063 INFO kablam! Oct 14 15:35:06.063 INFO kablam! warning: unused macro definition Oct 14 15:35:06.063 INFO kablam! --> src/macros.rs:24:1 Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! 24 | / macro_rules! verboseln( Oct 14 15:35:06.063 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 14 15:35:06.063 INFO kablam! 26 | | if $cfg.verbose { Oct 14 15:35:06.063 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 14 15:35:06.063 INFO kablam! ... | Oct 14 15:35:06.063 INFO kablam! 30 | | }) Oct 14 15:35:06.063 INFO kablam! 31 | | ); Oct 14 15:35:06.063 INFO kablam! | |__^ Oct 14 15:35:06.063 INFO kablam! Oct 14 15:35:06.063 INFO kablam! warning: unused macro definition Oct 14 15:35:06.063 INFO kablam! --> src/macros.rs:33:1 Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! 33 | / macro_rules! regex( Oct 14 15:35:06.063 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 14 15:35:06.063 INFO kablam! 35 | | ); Oct 14 15:35:06.063 INFO kablam! | |__^ Oct 14 15:35:06.063 INFO kablam! Oct 14 15:35:06.063 INFO kablam! warning: unused macro definition Oct 14 15:35:06.063 INFO kablam! --> src/macros.rs:56:1 Oct 14 15:35:06.063 INFO kablam! | Oct 14 15:35:06.063 INFO kablam! 56 | / macro_rules! debug { Oct 14 15:35:06.063 INFO kablam! 57 | | ($fmt:expr) => (); Oct 14 15:35:06.063 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 14 15:35:06.063 INFO kablam! 59 | | } Oct 14 15:35:06.064 INFO kablam! | |_^ Oct 14 15:35:06.064 INFO kablam! Oct 14 15:35:06.111 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:06.111 INFO kablam! --> src/config.rs:1:5 Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 14 15:35:06.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:35:06.111 INFO kablam! Oct 14 15:35:06.111 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:06.111 INFO kablam! --> src/config.rs:28:1 Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! 28 | / arg_enum! { Oct 14 15:35:06.111 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 14 15:35:06.111 INFO kablam! 30 | | pub enum DotLineShape { Oct 14 15:35:06.111 INFO kablam! 31 | | Solid, Oct 14 15:35:06.111 INFO kablam! ... | Oct 14 15:35:06.111 INFO kablam! 34 | | } Oct 14 15:35:06.111 INFO kablam! 35 | | } Oct 14 15:35:06.111 INFO kablam! | |_^ Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:35:06.111 INFO kablam! Oct 14 15:35:06.111 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:06.111 INFO kablam! --> src/config.rs:47:1 Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! 47 | / arg_enum!{ Oct 14 15:35:06.111 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 14 15:35:06.111 INFO kablam! 49 | | pub enum DotColor { Oct 14 15:35:06.111 INFO kablam! 50 | | Blue, Oct 14 15:35:06.111 INFO kablam! ... | Oct 14 15:35:06.111 INFO kablam! 58 | | } Oct 14 15:35:06.111 INFO kablam! 59 | | } Oct 14 15:35:06.111 INFO kablam! | |_^ Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:35:06.111 INFO kablam! Oct 14 15:35:06.111 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 15:35:06.111 INFO kablam! --> src/config.rs:76:1 Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! 76 | / arg_enum!{ Oct 14 15:35:06.111 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 14 15:35:06.111 INFO kablam! 78 | | pub enum DotShape { Oct 14 15:35:06.111 INFO kablam! 79 | | Box, Oct 14 15:35:06.111 INFO kablam! ... | Oct 14 15:35:06.111 INFO kablam! 83 | | } Oct 14 15:35:06.111 INFO kablam! 84 | | } Oct 14 15:35:06.111 INFO kablam! | |_^ Oct 14 15:35:06.111 INFO kablam! | Oct 14 15:35:06.111 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 15:35:06.111 INFO kablam! Oct 14 15:35:06.464 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 15:35:06.464 INFO kablam! --> src/config.rs:1:5 Oct 14 15:35:06.464 INFO kablam! | Oct 14 15:35:06.464 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 14 15:35:06.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:35:06.466 INFO kablam! | Oct 14 15:35:06.466 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:35:06.466 INFO kablam! Oct 14 15:35:07.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 14 15:35:07.206 INFO kablam! su: No module specific data is present Oct 14 15:35:08.291 INFO running `"docker" "rm" "-f" "70aab75faffe66254d020ac8b32f0e98d4d0f57918f7392e0f7e6d417c62d818"` Oct 14 15:35:08.585 INFO blam! 70aab75faffe66254d020ac8b32f0e98d4d0f57918f7392e0f7e6d417c62d818 Oct 14 15:35:08.591 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 15:35:09.103 INFO blam! 2adfc687e2b23eeeb18c09177d7aab10cb4298c5b5ea5599a4c24a3d9869314c Oct 14 15:35:09.115 INFO running `"docker" "start" "-a" "2adfc687e2b23eeeb18c09177d7aab10cb4298c5b5ea5599a4c24a3d9869314c"` Oct 14 15:35:10.895 INFO kablam! usermod: no changes Oct 14 15:35:11.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 15:35:11.063 INFO kablam! Running /target/debug/deps/cargo_graph-571c8d0296a28b13 Oct 14 15:35:11.063 INFO kablam! su: No module specific data is present Oct 14 15:35:11.064 INFO blam! Oct 14 15:35:11.064 INFO blam! running 0 tests Oct 14 15:35:11.064 INFO blam! Oct 14 15:35:11.064 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:35:11.064 INFO blam! Oct 14 15:35:12.403 INFO running `"docker" "rm" "-f" "2adfc687e2b23eeeb18c09177d7aab10cb4298c5b5ea5599a4c24a3d9869314c"` Oct 14 15:35:12.763 INFO blam! 2adfc687e2b23eeeb18c09177d7aab10cb4298c5b5ea5599a4c24a3d9869314c