Oct 10 18:51:34.209 INFO testing master-d/rust-pwned-passwords against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:51:34.209 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:51:34.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:51:34.745 INFO blam! 25ec1f8c7d68c6631f3d009009536c9590958d52176dd696ae61ac9f54f7eb87 Oct 10 18:51:34.746 INFO running `"docker" "start" "-a" "25ec1f8c7d68c6631f3d009009536c9590958d52176dd696ae61ac9f54f7eb87"` Oct 10 18:51:36.064 INFO kablam! usermod: no changes Oct 10 18:51:36.152 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 10 18:51:36.770 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:51:36.770 INFO kablam! --> src/main.rs:86:20 Oct 10 18:51:36.770 INFO kablam! | Oct 10 18:51:36.771 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 10 18:51:36.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:51:36.771 INFO kablam! | Oct 10 18:51:36.772 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 18:51:36.772 INFO kablam! Oct 10 18:51:36.772 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:51:36.773 INFO kablam! --> src/main.rs:90:20 Oct 10 18:51:36.773 INFO kablam! | Oct 10 18:51:36.774 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 10 18:51:36.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:51:36.774 INFO kablam! Oct 10 18:51:36.852 INFO kablam! warning: unused variable: `line` Oct 10 18:51:36.853 INFO kablam! --> src/main.rs:117:13 Oct 10 18:51:36.853 INFO kablam! | Oct 10 18:51:36.853 INFO kablam! 117 | let line = match line_br { Oct 10 18:51:36.854 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 10 18:51:36.854 INFO kablam! | Oct 10 18:51:36.854 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:51:36.855 INFO kablam! Oct 10 18:51:36.855 INFO kablam! warning: unused variable: `hf` Oct 10 18:51:36.855 INFO kablam! --> src/main.rs:120:25 Oct 10 18:51:36.855 INFO kablam! | Oct 10 18:51:36.856 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 10 18:51:36.856 INFO kablam! | ^^ help: consider using `_hf` instead Oct 10 18:51:36.856 INFO kablam! Oct 10 18:51:36.857 INFO kablam! warning: unused variable: `e` Oct 10 18:51:36.857 INFO kablam! --> src/main.rs:123:17 Oct 10 18:51:36.857 INFO kablam! | Oct 10 18:51:36.857 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 10 18:51:36.858 INFO kablam! | ^ help: consider using `_e` instead Oct 10 18:51:36.858 INFO kablam! Oct 10 18:51:36.858 INFO kablam! warning: unused variable: `e` Oct 10 18:51:36.859 INFO kablam! --> src/main.rs:32:21 Oct 10 18:51:36.859 INFO kablam! | Oct 10 18:51:36.859 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 10 18:51:36.860 INFO kablam! | ^ help: consider using `_e` instead Oct 10 18:51:36.860 INFO kablam! Oct 10 18:51:36.861 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:36.861 INFO kablam! --> src/main.rs:51:13 Oct 10 18:51:36.861 INFO kablam! | Oct 10 18:51:36.861 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 10 18:51:36.861 INFO kablam! | ----^^^ Oct 10 18:51:36.861 INFO kablam! | | Oct 10 18:51:36.861 INFO kablam! | help: remove this `mut` Oct 10 18:51:36.861 INFO kablam! | Oct 10 18:51:36.861 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:51:36.861 INFO kablam! Oct 10 18:51:36.870 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:36.870 INFO kablam! --> src/main.rs:109:9 Oct 10 18:51:36.870 INFO kablam! | Oct 10 18:51:36.870 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 10 18:51:36.870 INFO kablam! | ----^^^^^^^^^^^ Oct 10 18:51:36.870 INFO kablam! | | Oct 10 18:51:36.870 INFO kablam! | help: remove this `mut` Oct 10 18:51:36.870 INFO kablam! Oct 10 18:51:36.870 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:36.870 INFO kablam! --> src/main.rs:115:9 Oct 10 18:51:36.870 INFO kablam! | Oct 10 18:51:36.870 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 10 18:51:36.870 INFO kablam! | ----^^^^^^^^^ Oct 10 18:51:36.870 INFO kablam! | | Oct 10 18:51:36.870 INFO kablam! | help: remove this `mut` Oct 10 18:51:36.870 INFO kablam! Oct 10 18:51:36.879 INFO kablam! warning: method is never used: `seek` Oct 10 18:51:36.879 INFO kablam! --> src/main.rs:50:5 Oct 10 18:51:36.879 INFO kablam! | Oct 10 18:51:36.879 INFO kablam! 50 | pub fn seek(&mut self) { Oct 10 18:51:36.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.879 INFO kablam! | Oct 10 18:51:36.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:51:36.879 INFO kablam! Oct 10 18:51:36.879 INFO kablam! warning: method is never used: `write_hash` Oct 10 18:51:36.879 INFO kablam! --> src/main.rs:64:5 Oct 10 18:51:36.879 INFO kablam! | Oct 10 18:51:36.879 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 10 18:51:36.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.879 INFO kablam! Oct 10 18:51:36.889 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:36.889 INFO kablam! --> src/main.rs:54:13 Oct 10 18:51:36.889 INFO kablam! | Oct 10 18:51:36.889 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 10 18:51:36.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.889 INFO kablam! | Oct 10 18:51:36.896 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:51:36.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:36.896 INFO kablam! Oct 10 18:51:36.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:36.896 INFO kablam! --> src/main.rs:59:9 Oct 10 18:51:36.896 INFO kablam! | Oct 10 18:51:36.896 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 10 18:51:36.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.896 INFO kablam! | Oct 10 18:51:36.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:36.896 INFO kablam! Oct 10 18:51:36.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:36.897 INFO kablam! --> src/main.rs:67:9 Oct 10 18:51:36.897 INFO kablam! | Oct 10 18:51:36.897 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 10 18:51:36.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.897 INFO kablam! | Oct 10 18:51:36.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:36.897 INFO kablam! Oct 10 18:51:36.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:36.898 INFO kablam! --> src/main.rs:82:17 Oct 10 18:51:36.898 INFO kablam! | Oct 10 18:51:36.898 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 10 18:51:36.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:36.898 INFO kablam! | Oct 10 18:51:36.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:36.898 INFO kablam! Oct 10 18:51:37.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 10 18:51:37.760 INFO kablam! su: No module specific data is present Oct 10 18:51:38.509 INFO running `"docker" "rm" "-f" "25ec1f8c7d68c6631f3d009009536c9590958d52176dd696ae61ac9f54f7eb87"` Oct 10 18:51:38.824 INFO blam! 25ec1f8c7d68c6631f3d009009536c9590958d52176dd696ae61ac9f54f7eb87 Oct 10 18:51:38.844 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:51:38.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:51:39.387 INFO blam! 2e3021013110b64738c6d0565295793a3ef7f7c62734867351dc005d33354536 Oct 10 18:51:39.389 INFO running `"docker" "start" "-a" "2e3021013110b64738c6d0565295793a3ef7f7c62734867351dc005d33354536"` Oct 10 18:51:40.365 INFO kablam! usermod: no changes Oct 10 18:51:40.408 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 10 18:51:41.113 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:51:41.113 INFO kablam! --> src/main.rs:86:20 Oct 10 18:51:41.113 INFO kablam! | Oct 10 18:51:41.114 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 10 18:51:41.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:51:41.114 INFO kablam! | Oct 10 18:51:41.115 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 18:51:41.115 INFO kablam! Oct 10 18:51:41.115 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:51:41.115 INFO kablam! --> src/main.rs:90:20 Oct 10 18:51:41.116 INFO kablam! | Oct 10 18:51:41.116 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 10 18:51:41.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:51:41.116 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: unused variable: `line` Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:117:13 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! 117 | let line = match line_br { Oct 10 18:51:41.188 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:51:41.188 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: unused variable: `hf` Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:120:25 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 10 18:51:41.188 INFO kablam! | ^^ help: consider using `_hf` instead Oct 10 18:51:41.188 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: unused variable: `e` Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:123:17 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 10 18:51:41.188 INFO kablam! | ^ help: consider using `_e` instead Oct 10 18:51:41.188 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: unused variable: `e` Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:32:21 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 10 18:51:41.188 INFO kablam! | ^ help: consider using `_e` instead Oct 10 18:51:41.188 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:51:13 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 10 18:51:41.188 INFO kablam! | ----^^^ Oct 10 18:51:41.188 INFO kablam! | | Oct 10 18:51:41.188 INFO kablam! | help: remove this `mut` Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.188 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:51:41.188 INFO kablam! Oct 10 18:51:41.188 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:41.188 INFO kablam! --> src/main.rs:109:9 Oct 10 18:51:41.188 INFO kablam! | Oct 10 18:51:41.189 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 10 18:51:41.189 INFO kablam! | ----^^^^^^^^^^^ Oct 10 18:51:41.189 INFO kablam! | | Oct 10 18:51:41.189 INFO kablam! | help: remove this `mut` Oct 10 18:51:41.189 INFO kablam! Oct 10 18:51:41.189 INFO kablam! warning: variable does not need to be mutable Oct 10 18:51:41.189 INFO kablam! --> src/main.rs:115:9 Oct 10 18:51:41.189 INFO kablam! | Oct 10 18:51:41.189 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 10 18:51:41.189 INFO kablam! | ----^^^^^^^^^ Oct 10 18:51:41.189 INFO kablam! | | Oct 10 18:51:41.189 INFO kablam! | help: remove this `mut` Oct 10 18:51:41.189 INFO kablam! Oct 10 18:51:41.200 INFO kablam! warning: method is never used: `seek` Oct 10 18:51:41.200 INFO kablam! --> src/main.rs:50:5 Oct 10 18:51:41.200 INFO kablam! | Oct 10 18:51:41.200 INFO kablam! 50 | pub fn seek(&mut self) { Oct 10 18:51:41.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.200 INFO kablam! | Oct 10 18:51:41.200 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:51:41.200 INFO kablam! Oct 10 18:51:41.200 INFO kablam! warning: method is never used: `write_hash` Oct 10 18:51:41.200 INFO kablam! --> src/main.rs:64:5 Oct 10 18:51:41.200 INFO kablam! | Oct 10 18:51:41.200 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 10 18:51:41.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.200 INFO kablam! Oct 10 18:51:41.209 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:41.209 INFO kablam! --> src/main.rs:54:13 Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 10 18:51:41.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:51:41.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:41.209 INFO kablam! Oct 10 18:51:41.209 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:41.209 INFO kablam! --> src/main.rs:59:9 Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 10 18:51:41.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:41.209 INFO kablam! Oct 10 18:51:41.209 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:41.209 INFO kablam! --> src/main.rs:67:9 Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 10 18:51:41.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:41.209 INFO kablam! Oct 10 18:51:41.209 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:51:41.209 INFO kablam! --> src/main.rs:82:17 Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 10 18:51:41.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:51:41.209 INFO kablam! | Oct 10 18:51:41.209 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:51:41.209 INFO kablam! Oct 10 18:51:41.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 10 18:51:41.741 INFO kablam! su: No module specific data is present Oct 10 18:51:42.412 INFO running `"docker" "rm" "-f" "2e3021013110b64738c6d0565295793a3ef7f7c62734867351dc005d33354536"` Oct 10 18:51:42.693 INFO blam! 2e3021013110b64738c6d0565295793a3ef7f7c62734867351dc005d33354536 Oct 10 18:51:42.704 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:51:42.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:51:43.164 INFO blam! 2c5c0c29e4c17bd022f30104a3b787f652daefd873b51ca30868943fa4bec0b0 Oct 10 18:51:43.208 INFO running `"docker" "start" "-a" "2c5c0c29e4c17bd022f30104a3b787f652daefd873b51ca30868943fa4bec0b0"` Oct 10 18:51:44.344 INFO kablam! usermod: no changes Oct 10 18:51:44.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:51:44.388 INFO kablam! Running /target/debug/deps/rust_pwned_passwords-d122eba45521caa2 Oct 10 18:51:44.404 INFO kablam! su: No module specific data is present Oct 10 18:51:44.404 INFO blam! Oct 10 18:51:44.404 INFO blam! running 0 tests Oct 10 18:51:44.404 INFO blam! Oct 10 18:51:44.404 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:51:44.404 INFO blam! Oct 10 18:51:44.979 INFO running `"docker" "rm" "-f" "2c5c0c29e4c17bd022f30104a3b787f652daefd873b51ca30868943fa4bec0b0"` Oct 10 18:51:45.328 INFO blam! 2c5c0c29e4c17bd022f30104a3b787f652daefd873b51ca30868943fa4bec0b0