Oct 12 04:02:10.952 INFO testing cargo-graph-0.3.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:02:10.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 04:02:11.245 INFO blam! 6f0ead4bd315340f86b1a0189148511913d6c9d8349b0bf862356b9e80c6a2fe Oct 12 04:02:11.246 INFO running `"docker" "start" "-a" "6f0ead4bd315340f86b1a0189148511913d6c9d8349b0bf862356b9e80c6a2fe"` Oct 12 04:02:11.764 INFO kablam! usermod: no changes Oct 12 04:02:11.821 INFO kablam! Compiling vec_map v0.6.0 Oct 12 04:02:11.824 INFO kablam! Compiling unicode-segmentation v0.1.3 Oct 12 04:02:11.824 INFO kablam! Compiling term_size v0.2.3 Oct 12 04:02:12.584 INFO kablam! Compiling clap v2.11.3 Oct 12 04:02:22.234 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 12 04:02:22.648 INFO kablam! warning: unused macro definition Oct 12 04:02:22.648 INFO kablam! --> src/macros.rs:8:1 Oct 12 04:02:22.648 INFO kablam! | Oct 12 04:02:22.648 INFO kablam! 8 | / macro_rules! werr( Oct 12 04:02:22.648 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 12 04:02:22.648 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 12 04:02:22.648 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 04:02:22.648 INFO kablam! 12 | | }) Oct 12 04:02:22.648 INFO kablam! 13 | | ); Oct 12 04:02:22.649 INFO kablam! | |__^ Oct 12 04:02:22.649 INFO kablam! | Oct 12 04:02:22.649 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:02:22.649 INFO kablam! Oct 12 04:02:22.649 INFO kablam! warning: unused macro definition Oct 12 04:02:22.649 INFO kablam! --> src/macros.rs:15:1 Oct 12 04:02:22.649 INFO kablam! | Oct 12 04:02:22.649 INFO kablam! 15 | / macro_rules! verbose( Oct 12 04:02:22.649 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:22.649 INFO kablam! 17 | | if $cfg.verbose { Oct 12 04:02:22.649 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 12 04:02:22.649 INFO kablam! ... | Oct 12 04:02:22.649 INFO kablam! 21 | | }) Oct 12 04:02:22.649 INFO kablam! 22 | | ); Oct 12 04:02:22.649 INFO kablam! | |__^ Oct 12 04:02:22.649 INFO kablam! Oct 12 04:02:22.649 INFO kablam! warning: unused macro definition Oct 12 04:02:22.649 INFO kablam! --> src/macros.rs:24:1 Oct 12 04:02:22.649 INFO kablam! | Oct 12 04:02:22.649 INFO kablam! 24 | / macro_rules! verboseln( Oct 12 04:02:22.649 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:22.649 INFO kablam! 26 | | if $cfg.verbose { Oct 12 04:02:22.649 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 12 04:02:22.649 INFO kablam! ... | Oct 12 04:02:22.649 INFO kablam! 30 | | }) Oct 12 04:02:22.649 INFO kablam! 31 | | ); Oct 12 04:02:22.649 INFO kablam! | |__^ Oct 12 04:02:22.649 INFO kablam! Oct 12 04:02:22.649 INFO kablam! warning: unused macro definition Oct 12 04:02:22.649 INFO kablam! --> src/macros.rs:33:1 Oct 12 04:02:22.649 INFO kablam! | Oct 12 04:02:22.649 INFO kablam! 33 | / macro_rules! regex( Oct 12 04:02:22.649 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 12 04:02:22.649 INFO kablam! 35 | | ); Oct 12 04:02:22.649 INFO kablam! | |__^ Oct 12 04:02:22.649 INFO kablam! Oct 12 04:02:22.649 INFO kablam! warning: unused macro definition Oct 12 04:02:22.649 INFO kablam! --> src/macros.rs:56:1 Oct 12 04:02:22.649 INFO kablam! | Oct 12 04:02:22.649 INFO kablam! 56 | / macro_rules! debug { Oct 12 04:02:22.649 INFO kablam! 57 | | ($fmt:expr) => (); Oct 12 04:02:22.649 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 04:02:22.649 INFO kablam! 59 | | } Oct 12 04:02:22.649 INFO kablam! | |_^ Oct 12 04:02:22.649 INFO kablam! Oct 12 04:02:22.672 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:22.672 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:22.672 INFO kablam! | Oct 12 04:02:22.672 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:22.672 INFO kablam! | Oct 12 04:02:22.672 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:02:22.672 INFO kablam! Oct 12 04:02:22.672 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:22.672 INFO kablam! --> src/config.rs:28:1 Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 INFO kablam! 28 | / arg_enum! { Oct 12 04:02:22.673 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:22.673 INFO kablam! 30 | | pub enum DotLineShape { Oct 12 04:02:22.673 INFO kablam! 31 | | Solid, Oct 12 04:02:22.673 INFO kablam! ... | Oct 12 04:02:22.673 INFO kablam! 34 | | } Oct 12 04:02:22.673 INFO kablam! 35 | | } Oct 12 04:02:22.673 INFO kablam! | |_^ Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 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 12 04:02:22.673 INFO kablam! Oct 12 04:02:22.673 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:22.673 INFO kablam! --> src/config.rs:47:1 Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 INFO kablam! 47 | / arg_enum!{ Oct 12 04:02:22.673 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:22.673 INFO kablam! 49 | | pub enum DotColor { Oct 12 04:02:22.673 INFO kablam! 50 | | Blue, Oct 12 04:02:22.673 INFO kablam! ... | Oct 12 04:02:22.673 INFO kablam! 58 | | } Oct 12 04:02:22.673 INFO kablam! 59 | | } Oct 12 04:02:22.673 INFO kablam! | |_^ Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 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 12 04:02:22.673 INFO kablam! Oct 12 04:02:22.673 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:22.673 INFO kablam! --> src/config.rs:76:1 Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 INFO kablam! 76 | / arg_enum!{ Oct 12 04:02:22.673 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:22.673 INFO kablam! 78 | | pub enum DotShape { Oct 12 04:02:22.673 INFO kablam! 79 | | Box, Oct 12 04:02:22.673 INFO kablam! ... | Oct 12 04:02:22.673 INFO kablam! 83 | | } Oct 12 04:02:22.673 INFO kablam! 84 | | } Oct 12 04:02:22.673 INFO kablam! | |_^ Oct 12 04:02:22.673 INFO kablam! | Oct 12 04:02:22.673 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 12 04:02:22.673 INFO kablam! Oct 12 04:02:23.008 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 04:02:23.008 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:23.008 INFO kablam! | Oct 12 04:02:23.008 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:23.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:23.008 INFO kablam! | Oct 12 04:02:23.008 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:02:23.008 INFO kablam! Oct 12 04:02:24.906 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.13s Oct 12 04:02:24.909 INFO kablam! su: No module specific data is present Oct 12 04:02:25.240 INFO running `"docker" "rm" "-f" "6f0ead4bd315340f86b1a0189148511913d6c9d8349b0bf862356b9e80c6a2fe"` Oct 12 04:02:25.350 INFO blam! 6f0ead4bd315340f86b1a0189148511913d6c9d8349b0bf862356b9e80c6a2fe Oct 12 04:02:25.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 04:02:25.563 INFO blam! 0dc147bcee125b1c6831976933a924f1cbfa86210f1dd4936925bbd441c03b6c Oct 12 04:02:25.565 INFO running `"docker" "start" "-a" "0dc147bcee125b1c6831976933a924f1cbfa86210f1dd4936925bbd441c03b6c"` Oct 12 04:02:26.372 INFO kablam! usermod: no changes Oct 12 04:02:26.453 INFO kablam! Compiling cargo-graph v0.3.1 (/source) Oct 12 04:02:26.849 INFO kablam! warning: unused macro definition Oct 12 04:02:26.849 INFO kablam! --> src/macros.rs:8:1 Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! 8 | / macro_rules! werr( Oct 12 04:02:26.849 INFO kablam! 9 | | ($($arg:tt)*) => ({ Oct 12 04:02:26.849 INFO kablam! 10 | | use std::io::{Write, stderr}; Oct 12 04:02:26.849 INFO kablam! 11 | | write!(&mut stderr(), $($arg)*).ok(); Oct 12 04:02:26.849 INFO kablam! 12 | | }) Oct 12 04:02:26.849 INFO kablam! 13 | | ); Oct 12 04:02:26.849 INFO kablam! | |__^ Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:02:26.849 INFO kablam! Oct 12 04:02:26.849 INFO kablam! warning: unused macro definition Oct 12 04:02:26.849 INFO kablam! --> src/macros.rs:15:1 Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! 15 | / macro_rules! verbose( Oct 12 04:02:26.849 INFO kablam! 16 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:26.849 INFO kablam! 17 | | if $cfg.verbose { Oct 12 04:02:26.849 INFO kablam! 18 | | use std::io::{Write, stdout}; Oct 12 04:02:26.849 INFO kablam! ... | Oct 12 04:02:26.849 INFO kablam! 21 | | }) Oct 12 04:02:26.849 INFO kablam! 22 | | ); Oct 12 04:02:26.849 INFO kablam! | |__^ Oct 12 04:02:26.849 INFO kablam! Oct 12 04:02:26.849 INFO kablam! warning: unused macro definition Oct 12 04:02:26.849 INFO kablam! --> src/macros.rs:24:1 Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! 24 | / macro_rules! verboseln( Oct 12 04:02:26.849 INFO kablam! 25 | | ($cfg:expr, $($arg:tt)*) => ({ Oct 12 04:02:26.849 INFO kablam! 26 | | if $cfg.verbose { Oct 12 04:02:26.849 INFO kablam! 27 | | use std::io::{Write, stdout}; Oct 12 04:02:26.849 INFO kablam! ... | Oct 12 04:02:26.849 INFO kablam! 30 | | }) Oct 12 04:02:26.849 INFO kablam! 31 | | ); Oct 12 04:02:26.849 INFO kablam! | |__^ Oct 12 04:02:26.849 INFO kablam! Oct 12 04:02:26.849 INFO kablam! warning: unused macro definition Oct 12 04:02:26.849 INFO kablam! --> src/macros.rs:33:1 Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! 33 | / macro_rules! regex( Oct 12 04:02:26.849 INFO kablam! 34 | | ($s:expr) => ({::regex::Regex::new($s).unwrap()}) Oct 12 04:02:26.849 INFO kablam! 35 | | ); Oct 12 04:02:26.849 INFO kablam! | |__^ Oct 12 04:02:26.849 INFO kablam! Oct 12 04:02:26.849 INFO kablam! warning: unused macro definition Oct 12 04:02:26.849 INFO kablam! --> src/macros.rs:56:1 Oct 12 04:02:26.849 INFO kablam! | Oct 12 04:02:26.849 INFO kablam! 56 | / macro_rules! debug { Oct 12 04:02:26.849 INFO kablam! 57 | | ($fmt:expr) => (); Oct 12 04:02:26.849 INFO kablam! 58 | | ($fmt:expr, $($arg:tt)*) => (); Oct 12 04:02:26.849 INFO kablam! 59 | | } Oct 12 04:02:26.849 INFO kablam! | |_^ Oct 12 04:02:26.849 INFO kablam! Oct 12 04:02:26.864 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:26.864 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:26.864 INFO kablam! | Oct 12 04:02:26.864 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:26.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:26.864 INFO kablam! | Oct 12 04:02:26.864 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:02:26.865 INFO kablam! Oct 12 04:02:26.865 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:26.865 INFO kablam! --> src/config.rs:28:1 Oct 12 04:02:26.865 INFO kablam! | Oct 12 04:02:26.865 INFO kablam! 28 | / arg_enum! { Oct 12 04:02:26.865 INFO kablam! 29 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:26.865 INFO kablam! 30 | | pub enum DotLineShape { Oct 12 04:02:26.865 INFO kablam! 31 | | Solid, Oct 12 04:02:26.865 INFO kablam! ... | Oct 12 04:02:26.865 INFO kablam! 34 | | } Oct 12 04:02:26.865 INFO kablam! 35 | | } Oct 12 04:02:26.865 INFO kablam! | |_^ Oct 12 04:02:26.865 INFO kablam! | Oct 12 04:02:26.865 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 12 04:02:26.865 INFO kablam! Oct 12 04:02:26.865 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:26.865 INFO kablam! --> src/config.rs:47:1 Oct 12 04:02:26.865 INFO kablam! | Oct 12 04:02:26.865 INFO kablam! 47 | / arg_enum!{ Oct 12 04:02:26.865 INFO kablam! 48 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:26.865 INFO kablam! 49 | | pub enum DotColor { Oct 12 04:02:26.865 INFO kablam! 50 | | Blue, Oct 12 04:02:26.865 INFO kablam! ... | Oct 12 04:02:26.865 INFO kablam! 58 | | } Oct 12 04:02:26.865 INFO kablam! 59 | | } Oct 12 04:02:26.865 INFO kablam! | |_^ Oct 12 04:02:26.869 INFO kablam! | Oct 12 04:02:26.869 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 12 04:02:26.869 INFO kablam! Oct 12 04:02:26.869 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 04:02:26.869 INFO kablam! --> src/config.rs:76:1 Oct 12 04:02:26.869 INFO kablam! | Oct 12 04:02:26.869 INFO kablam! 76 | / arg_enum!{ Oct 12 04:02:26.869 INFO kablam! 77 | | #[derive(Debug, Copy, Clone)] Oct 12 04:02:26.869 INFO kablam! 78 | | pub enum DotShape { Oct 12 04:02:26.869 INFO kablam! 79 | | Box, Oct 12 04:02:26.869 INFO kablam! ... | Oct 12 04:02:26.869 INFO kablam! 83 | | } Oct 12 04:02:26.869 INFO kablam! 84 | | } Oct 12 04:02:26.869 INFO kablam! | |_^ Oct 12 04:02:26.869 INFO kablam! | Oct 12 04:02:26.869 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 12 04:02:26.869 INFO kablam! Oct 12 04:02:27.152 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 04:02:27.152 INFO kablam! --> src/config.rs:1:5 Oct 12 04:02:27.152 INFO kablam! | Oct 12 04:02:27.152 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 12 04:02:27.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 04:02:27.152 INFO kablam! | Oct 12 04:02:27.152 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:02:27.152 INFO kablam! Oct 12 04:02:27.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 12 04:02:27.792 INFO kablam! su: No module specific data is present Oct 12 04:02:28.356 INFO running `"docker" "rm" "-f" "0dc147bcee125b1c6831976933a924f1cbfa86210f1dd4936925bbd441c03b6c"` Oct 12 04:02:28.441 INFO blam! 0dc147bcee125b1c6831976933a924f1cbfa86210f1dd4936925bbd441c03b6c Oct 12 04:02:28.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 04:02:28.724 INFO blam! c76b1d981fbb4fee583d70ea364720245e64cdbbe74551744166a58b5ff115b6 Oct 12 04:02:28.729 INFO running `"docker" "start" "-a" "c76b1d981fbb4fee583d70ea364720245e64cdbbe74551744166a58b5ff115b6"` Oct 12 04:02:29.134 INFO kablam! usermod: no changes Oct 12 04:02:29.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 04:02:29.184 INFO kablam! Running /target/debug/deps/cargo_graph-5876e24831522460 Oct 12 04:02:29.188 INFO kablam! su: No module specific data is present Oct 12 04:02:29.188 INFO blam! Oct 12 04:02:29.188 INFO blam! running 0 tests Oct 12 04:02:29.188 INFO blam! Oct 12 04:02:29.188 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:02:29.188 INFO blam! Oct 12 04:02:29.494 INFO running `"docker" "rm" "-f" "c76b1d981fbb4fee583d70ea364720245e64cdbbe74551744166a58b5ff115b6"` Oct 12 04:02:29.594 INFO blam! c76b1d981fbb4fee583d70ea364720245e64cdbbe74551744166a58b5ff115b6