Oct 13 05:43:18.381 INFO testing neosam/textgame against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:43:18.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 05:43:18.683 INFO blam! b52e61e6bb26de542aae0fceb63c6f17952bd0e433e6c5619395f42d06230db3 Oct 13 05:43:18.685 INFO running `"docker" "start" "-a" "b52e61e6bb26de542aae0fceb63c6f17952bd0e433e6c5619395f42d06230db3"` Oct 13 05:43:19.854 INFO kablam! usermod: no changes Oct 13 05:43:19.955 INFO kablam! Compiling serde_json v0.8.4 Oct 13 05:43:22.359 INFO kablam! Compiling textgametest v0.1.0 (/source) Oct 13 05:43:22.823 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:43:22.823 INFO kablam! --> src/terminal.rs:59:23 Oct 13 05:43:22.823 INFO kablam! | Oct 13 05:43:22.823 INFO kablam! 59 | return Ok((false)) Oct 13 05:43:22.823 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 13 05:43:22.823 INFO kablam! | Oct 13 05:43:22.823 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:43:22.823 INFO kablam! Oct 13 05:43:23.343 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.343 INFO kablam! --> src/main.rs:30:13 Oct 13 05:43:23.343 INFO kablam! | Oct 13 05:43:23.343 INFO kablam! 30 | let mut game_room = game.room_mut(room_ref); Oct 13 05:43:23.343 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:23.343 INFO kablam! | | Oct 13 05:43:23.343 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.343 INFO kablam! | Oct 13 05:43:23.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:43:23.343 INFO kablam! Oct 13 05:43:23.487 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.487 INFO kablam! --> src/game.rs:54:13 Oct 13 05:43:23.487 INFO kablam! | Oct 13 05:43:23.487 INFO kablam! 54 | let mut to_room = self.room_mut(to_room_key); Oct 13 05:43:23.487 INFO kablam! | ----^^^^^^^ Oct 13 05:43:23.487 INFO kablam! | | Oct 13 05:43:23.487 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.487 INFO kablam! Oct 13 05:43:23.506 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.506 INFO kablam! --> src/terminal.rs:114:15 Oct 13 05:43:23.506 INFO kablam! | Oct 13 05:43:23.506 INFO kablam! 114 | Box::new(|mut game| { Oct 13 05:43:23.506 INFO kablam! | ----^^^^ Oct 13 05:43:23.506 INFO kablam! | | Oct 13 05:43:23.506 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.506 INFO kablam! Oct 13 05:43:23.506 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.506 INFO kablam! --> src/terminal.rs:126:15 Oct 13 05:43:23.506 INFO kablam! | Oct 13 05:43:23.506 INFO kablam! 126 | Box::new(|mut game| { Oct 13 05:43:23.506 INFO kablam! | ----^^^^ Oct 13 05:43:23.506 INFO kablam! | | Oct 13 05:43:23.506 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.506 INFO kablam! Oct 13 05:43:23.511 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.511 INFO kablam! --> src/terminal.rs:134:15 Oct 13 05:43:23.511 INFO kablam! | Oct 13 05:43:23.511 INFO kablam! 134 | Box::new(|mut game| { Oct 13 05:43:23.511 INFO kablam! | ----^^^^ Oct 13 05:43:23.511 INFO kablam! | | Oct 13 05:43:23.511 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.511 INFO kablam! Oct 13 05:43:23.511 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.511 INFO kablam! --> src/terminal.rs:150:15 Oct 13 05:43:23.511 INFO kablam! | Oct 13 05:43:23.511 INFO kablam! 150 | Box::new(|mut game| { Oct 13 05:43:23.511 INFO kablam! | ----^^^^ Oct 13 05:43:23.511 INFO kablam! | | Oct 13 05:43:23.511 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.511 INFO kablam! Oct 13 05:43:23.515 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.515 INFO kablam! --> src/terminal.rs:161:15 Oct 13 05:43:23.515 INFO kablam! | Oct 13 05:43:23.515 INFO kablam! 161 | Box::new(|mut game| { Oct 13 05:43:23.515 INFO kablam! | ----^^^^ Oct 13 05:43:23.515 INFO kablam! | | Oct 13 05:43:23.515 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.515 INFO kablam! Oct 13 05:43:23.515 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.515 INFO kablam! --> src/terminal.rs:173:15 Oct 13 05:43:23.515 INFO kablam! | Oct 13 05:43:23.515 INFO kablam! 173 | Box::new(|mut game| { Oct 13 05:43:23.515 INFO kablam! | ----^^^^ Oct 13 05:43:23.515 INFO kablam! | | Oct 13 05:43:23.515 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.515 INFO kablam! Oct 13 05:43:23.515 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.515 INFO kablam! --> src/terminal.rs:176:13 Oct 13 05:43:23.515 INFO kablam! | Oct 13 05:43:23.515 INFO kablam! 176 | let mut room = game.player_room_mut(); Oct 13 05:43:23.515 INFO kablam! | ----^^^^ Oct 13 05:43:23.515 INFO kablam! | | Oct 13 05:43:23.515 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.515 INFO kablam! Oct 13 05:43:23.523 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.523 INFO kablam! --> src/terminal.rs:190:15 Oct 13 05:43:23.523 INFO kablam! | Oct 13 05:43:23.523 INFO kablam! 190 | Box::new(|mut game| { Oct 13 05:43:23.523 INFO kablam! | ----^^^^ Oct 13 05:43:23.523 INFO kablam! | | Oct 13 05:43:23.523 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.523 INFO kablam! Oct 13 05:43:23.523 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:23.523 INFO kablam! --> src/terminal.rs:196:13 Oct 13 05:43:23.523 INFO kablam! | Oct 13 05:43:23.523 INFO kablam! 196 | let mut room = game.player_room_mut(); Oct 13 05:43:23.523 INFO kablam! | ----^^^^ Oct 13 05:43:23.523 INFO kablam! | | Oct 13 05:43:23.523 INFO kablam! | help: remove this `mut` Oct 13 05:43:23.523 INFO kablam! Oct 13 05:43:23.535 INFO kablam! warning: type alias is never used: `GameResult` Oct 13 05:43:23.535 INFO kablam! --> src/gameerror.rs:25:1 Oct 13 05:43:23.535 INFO kablam! | Oct 13 05:43:23.535 INFO kablam! 25 | type GameResult = result::Result; Oct 13 05:43:23.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:23.535 INFO kablam! | Oct 13 05:43:23.535 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:43:23.535 INFO kablam! Oct 13 05:43:23.535 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 05:43:23.535 INFO kablam! --> src/main.rs:1:12 Oct 13 05:43:23.535 INFO kablam! | Oct 13 05:43:23.535 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 05:43:23.535 INFO kablam! | ^^^^^^^^^^ Oct 13 05:43:23.535 INFO kablam! | Oct 13 05:43:23.535 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:43:23.535 INFO kablam! Oct 13 05:43:23.535 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:43:23.535 INFO kablam! --> src/main.rs:2:12 Oct 13 05:43:23.535 INFO kablam! | Oct 13 05:43:23.535 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 13 05:43:23.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:23.535 INFO kablam! Oct 13 05:43:27.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.70s Oct 13 05:43:27.575 INFO kablam! su: No module specific data is present Oct 13 05:43:28.110 INFO running `"docker" "rm" "-f" "b52e61e6bb26de542aae0fceb63c6f17952bd0e433e6c5619395f42d06230db3"` Oct 13 05:43:28.395 INFO blam! b52e61e6bb26de542aae0fceb63c6f17952bd0e433e6c5619395f42d06230db3 Oct 13 05:43:28.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 05:43:28.755 INFO blam! d0c752d1e31712e6b9ea758c575d2bb7bc3b66bf103a1b9034818462da6bdece Oct 13 05:43:28.763 INFO running `"docker" "start" "-a" "d0c752d1e31712e6b9ea758c575d2bb7bc3b66bf103a1b9034818462da6bdece"` Oct 13 05:43:29.855 INFO kablam! usermod: no changes Oct 13 05:43:29.931 INFO kablam! Compiling textgametest v0.1.0 (/source) Oct 13 05:43:30.484 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:43:30.484 INFO kablam! --> src/terminal.rs:59:23 Oct 13 05:43:30.484 INFO kablam! | Oct 13 05:43:30.484 INFO kablam! 59 | return Ok((false)) Oct 13 05:43:30.484 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 13 05:43:30.484 INFO kablam! | Oct 13 05:43:30.484 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:43:30.484 INFO kablam! Oct 13 05:43:31.047 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.047 INFO kablam! --> src/main.rs:30:13 Oct 13 05:43:31.047 INFO kablam! | Oct 13 05:43:31.047 INFO kablam! 30 | let mut game_room = game.room_mut(room_ref); Oct 13 05:43:31.047 INFO kablam! | ----^^^^^^^^^ Oct 13 05:43:31.047 INFO kablam! | | Oct 13 05:43:31.047 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.047 INFO kablam! | Oct 13 05:43:31.067 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:43:31.067 INFO kablam! Oct 13 05:43:31.227 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.227 INFO kablam! --> src/game.rs:54:13 Oct 13 05:43:31.227 INFO kablam! | Oct 13 05:43:31.227 INFO kablam! 54 | let mut to_room = self.room_mut(to_room_key); Oct 13 05:43:31.227 INFO kablam! | ----^^^^^^^ Oct 13 05:43:31.227 INFO kablam! | | Oct 13 05:43:31.227 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.227 INFO kablam! Oct 13 05:43:31.251 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.251 INFO kablam! --> src/terminal.rs:114:15 Oct 13 05:43:31.251 INFO kablam! | Oct 13 05:43:31.251 INFO kablam! 114 | Box::new(|mut game| { Oct 13 05:43:31.251 INFO kablam! | ----^^^^ Oct 13 05:43:31.251 INFO kablam! | | Oct 13 05:43:31.251 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.251 INFO kablam! Oct 13 05:43:31.251 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.251 INFO kablam! --> src/terminal.rs:126:15 Oct 13 05:43:31.251 INFO kablam! | Oct 13 05:43:31.251 INFO kablam! 126 | Box::new(|mut game| { Oct 13 05:43:31.251 INFO kablam! | ----^^^^ Oct 13 05:43:31.251 INFO kablam! | | Oct 13 05:43:31.251 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.251 INFO kablam! Oct 13 05:43:31.259 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.259 INFO kablam! --> src/terminal.rs:134:15 Oct 13 05:43:31.259 INFO kablam! | Oct 13 05:43:31.259 INFO kablam! 134 | Box::new(|mut game| { Oct 13 05:43:31.259 INFO kablam! | ----^^^^ Oct 13 05:43:31.259 INFO kablam! | | Oct 13 05:43:31.259 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.259 INFO kablam! Oct 13 05:43:31.259 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.259 INFO kablam! --> src/terminal.rs:150:15 Oct 13 05:43:31.259 INFO kablam! | Oct 13 05:43:31.259 INFO kablam! 150 | Box::new(|mut game| { Oct 13 05:43:31.259 INFO kablam! | ----^^^^ Oct 13 05:43:31.259 INFO kablam! | | Oct 13 05:43:31.259 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.259 INFO kablam! Oct 13 05:43:31.259 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.259 INFO kablam! --> src/terminal.rs:161:15 Oct 13 05:43:31.259 INFO kablam! | Oct 13 05:43:31.259 INFO kablam! 161 | Box::new(|mut game| { Oct 13 05:43:31.259 INFO kablam! | ----^^^^ Oct 13 05:43:31.259 INFO kablam! | | Oct 13 05:43:31.259 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.259 INFO kablam! Oct 13 05:43:31.259 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.259 INFO kablam! --> src/terminal.rs:173:15 Oct 13 05:43:31.259 INFO kablam! | Oct 13 05:43:31.259 INFO kablam! 173 | Box::new(|mut game| { Oct 13 05:43:31.259 INFO kablam! | ----^^^^ Oct 13 05:43:31.259 INFO kablam! | | Oct 13 05:43:31.259 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.259 INFO kablam! Oct 13 05:43:31.259 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.259 INFO kablam! --> src/terminal.rs:176:13 Oct 13 05:43:31.259 INFO kablam! | Oct 13 05:43:31.259 INFO kablam! 176 | let mut room = game.player_room_mut(); Oct 13 05:43:31.259 INFO kablam! | ----^^^^ Oct 13 05:43:31.259 INFO kablam! | | Oct 13 05:43:31.259 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.259 INFO kablam! Oct 13 05:43:31.266 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.266 INFO kablam! --> src/terminal.rs:190:15 Oct 13 05:43:31.266 INFO kablam! | Oct 13 05:43:31.266 INFO kablam! 190 | Box::new(|mut game| { Oct 13 05:43:31.266 INFO kablam! | ----^^^^ Oct 13 05:43:31.266 INFO kablam! | | Oct 13 05:43:31.266 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.266 INFO kablam! Oct 13 05:43:31.266 INFO kablam! warning: variable does not need to be mutable Oct 13 05:43:31.266 INFO kablam! --> src/terminal.rs:196:13 Oct 13 05:43:31.266 INFO kablam! | Oct 13 05:43:31.266 INFO kablam! 196 | let mut room = game.player_room_mut(); Oct 13 05:43:31.266 INFO kablam! | ----^^^^ Oct 13 05:43:31.266 INFO kablam! | | Oct 13 05:43:31.266 INFO kablam! | help: remove this `mut` Oct 13 05:43:31.266 INFO kablam! Oct 13 05:43:31.275 INFO kablam! warning: type alias is never used: `GameResult` Oct 13 05:43:31.275 INFO kablam! --> src/gameerror.rs:25:1 Oct 13 05:43:31.275 INFO kablam! | Oct 13 05:43:31.275 INFO kablam! 25 | type GameResult = result::Result; Oct 13 05:43:31.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:31.275 INFO kablam! | Oct 13 05:43:31.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:43:31.275 INFO kablam! Oct 13 05:43:31.275 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 05:43:31.275 INFO kablam! --> src/main.rs:1:12 Oct 13 05:43:31.275 INFO kablam! | Oct 13 05:43:31.275 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 05:43:31.275 INFO kablam! | ^^^^^^^^^^ Oct 13 05:43:31.275 INFO kablam! | Oct 13 05:43:31.275 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:43:31.275 INFO kablam! Oct 13 05:43:31.275 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:43:31.275 INFO kablam! --> src/main.rs:2:12 Oct 13 05:43:31.275 INFO kablam! | Oct 13 05:43:31.275 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 13 05:43:31.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:43:31.275 INFO kablam! Oct 13 05:43:31.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 13 05:43:31.931 INFO kablam! su: No module specific data is present Oct 13 05:43:32.563 INFO running `"docker" "rm" "-f" "d0c752d1e31712e6b9ea758c575d2bb7bc3b66bf103a1b9034818462da6bdece"` Oct 13 05:43:32.991 INFO blam! d0c752d1e31712e6b9ea758c575d2bb7bc3b66bf103a1b9034818462da6bdece Oct 13 05:43:33.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 05:43:33.491 INFO blam! 61d09740243604bfa140245c3dc74e30e4535a8eca0a66292028d3c6430d6553 Oct 13 05:43:33.503 INFO running `"docker" "start" "-a" "61d09740243604bfa140245c3dc74e30e4535a8eca0a66292028d3c6430d6553"` Oct 13 05:43:34.859 INFO kablam! usermod: no changes Oct 13 05:43:34.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 05:43:34.971 INFO kablam! Running /target/debug/deps/textgametest-04c0d89f6bd7ed01 Oct 13 05:43:35.003 INFO kablam! su: No module specific data is present Oct 13 05:43:35.004 INFO blam! Oct 13 05:43:35.004 INFO blam! running 0 tests Oct 13 05:43:35.004 INFO blam! Oct 13 05:43:35.005 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:35.005 INFO blam! Oct 13 05:43:35.824 INFO running `"docker" "rm" "-f" "61d09740243604bfa140245c3dc74e30e4535a8eca0a66292028d3c6430d6553"` Oct 13 05:43:36.119 INFO blam! 61d09740243604bfa140245c3dc74e30e4535a8eca0a66292028d3c6430d6553