Oct 11 10:15:40.950 INFO testing terminal_cli-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:15:40.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:15:40.950 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 10:15:41.478 INFO blam! 6ea50bd452d87e1d924b0e4c4f0a0e463d51adc0de1c2312887c2db8ab82a710 Oct 11 10:15:41.488 INFO running `"docker" "start" "-a" "6ea50bd452d87e1d924b0e4c4f0a0e463d51adc0de1c2312887c2db8ab82a710"` Oct 11 10:15:42.307 INFO kablam! usermod: no changes Oct 11 10:15:42.368 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 11 10:15:43.390 INFO kablam! warning: unused variable: `i` Oct 11 10:15:43.390 INFO kablam! --> src/utils.rs:88:10 Oct 11 10:15:43.390 INFO kablam! | Oct 11 10:15:43.390 INFO kablam! 88 | for i in 0..spaces { Oct 11 10:15:43.390 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:15:43.390 INFO kablam! | Oct 11 10:15:43.390 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:15:43.390 INFO kablam! Oct 11 10:15:43.390 INFO kablam! warning: unused variable: `cmd` Oct 11 10:15:43.390 INFO kablam! --> src/i18n.rs:23:67 Oct 11 10:15:43.390 INFO kablam! | Oct 11 10:15:43.390 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 11 10:15:43.390 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 11 10:15:43.390 INFO kablam! Oct 11 10:15:43.390 INFO kablam! warning: unused variable: `prefix` Oct 11 10:15:43.390 INFO kablam! --> src/autocomplete.rs:142:52 Oct 11 10:15:43.390 INFO kablam! | Oct 11 10:15:43.390 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 11 10:15:43.390 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 11 10:15:43.390 INFO kablam! Oct 11 10:15:43.390 INFO kablam! warning: unused variable: `more_input_required` Oct 11 10:15:43.390 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 11 10:15:43.390 INFO kablam! | Oct 11 10:15:43.390 INFO kablam! 22 | let mut more_input_required = false; Oct 11 10:15:43.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 11 10:15:43.390 INFO kablam! Oct 11 10:15:43.453 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:43.453 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 11 10:15:43.453 INFO kablam! | Oct 11 10:15:43.453 INFO kablam! 22 | let mut more_input_required = false; Oct 11 10:15:43.453 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.453 INFO kablam! | | Oct 11 10:15:43.453 INFO kablam! | help: remove this `mut` Oct 11 10:15:43.453 INFO kablam! | Oct 11 10:15:43.453 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:15:43.453 INFO kablam! Oct 11 10:15:43.482 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.482 INFO kablam! --> src/cli.rs:115:8 Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.482 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 11 10:15:43.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.482 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 10:15:43.482 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.482 INFO kablam! Oct 11 10:15:43.482 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.482 INFO kablam! --> src/cli.rs:118:8 Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.482 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 11 10:15:43.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.482 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.482 INFO kablam! Oct 11 10:15:43.482 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.482 INFO kablam! --> src/cli.rs:121:8 Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.482 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 11 10:15:43.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.482 INFO kablam! | Oct 11 10:15:43.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.483 INFO kablam! Oct 11 10:15:43.483 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.483 INFO kablam! --> src/cli_property.rs:24:5 Oct 11 10:15:43.483 INFO kablam! | Oct 11 10:15:43.483 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 11 10:15:43.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.483 INFO kablam! | Oct 11 10:15:43.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.483 INFO kablam! Oct 11 10:15:43.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.484 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 11 10:15:43.484 INFO kablam! | Oct 11 10:15:43.484 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 11 10:15:43.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.488 INFO kablam! | Oct 11 10:15:43.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.488 INFO kablam! Oct 11 10:15:43.488 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:43.488 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 11 10:15:43.488 INFO kablam! | Oct 11 10:15:43.488 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 11 10:15:43.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:43.488 INFO kablam! | Oct 11 10:15:43.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:43.488 INFO kablam! Oct 11 10:15:44.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 11 10:15:44.079 INFO kablam! su: No module specific data is present Oct 11 10:15:44.495 INFO running `"docker" "rm" "-f" "6ea50bd452d87e1d924b0e4c4f0a0e463d51adc0de1c2312887c2db8ab82a710"` Oct 11 10:15:44.612 INFO blam! 6ea50bd452d87e1d924b0e4c4f0a0e463d51adc0de1c2312887c2db8ab82a710 Oct 11 10:15:44.613 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:15:44.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 10:15:44.845 INFO blam! 695e9ca275f5aebbf660e657e809cf5952f58d4d0ba227c072a3793576abafe5 Oct 11 10:15:44.847 INFO running `"docker" "start" "-a" "695e9ca275f5aebbf660e657e809cf5952f58d4d0ba227c072a3793576abafe5"` Oct 11 10:15:45.625 INFO kablam! usermod: no changes Oct 11 10:15:45.657 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 11 10:15:46.436 INFO kablam! warning: unused import: `prelude::v1::*` Oct 11 10:15:46.436 INFO kablam! --> src/utils.rs:103:6 Oct 11 10:15:46.436 INFO kablam! | Oct 11 10:15:46.436 INFO kablam! 103 | use prelude::v1::*; Oct 11 10:15:46.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 10:15:46.436 INFO kablam! | Oct 11 10:15:46.436 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:15:46.436 INFO kablam! Oct 11 10:15:46.708 INFO kablam! warning: unused variable: `i` Oct 11 10:15:46.708 INFO kablam! --> src/utils.rs:88:10 Oct 11 10:15:46.708 INFO kablam! | Oct 11 10:15:46.708 INFO kablam! 88 | for i in 0..spaces { Oct 11 10:15:46.708 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:15:46.708 INFO kablam! | Oct 11 10:15:46.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:15:46.708 INFO kablam! Oct 11 10:15:46.708 INFO kablam! warning: unused variable: `cmd` Oct 11 10:15:46.708 INFO kablam! --> src/i18n.rs:23:67 Oct 11 10:15:46.708 INFO kablam! | Oct 11 10:15:46.708 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 11 10:15:46.708 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 11 10:15:46.708 INFO kablam! Oct 11 10:15:46.708 INFO kablam! warning: unused variable: `prefix` Oct 11 10:15:46.708 INFO kablam! --> src/autocomplete.rs:142:52 Oct 11 10:15:46.708 INFO kablam! | Oct 11 10:15:46.708 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 11 10:15:46.708 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 11 10:15:46.708 INFO kablam! Oct 11 10:15:46.709 INFO kablam! warning: unused variable: `more_input_required` Oct 11 10:15:46.709 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 11 10:15:46.709 INFO kablam! | Oct 11 10:15:46.709 INFO kablam! 22 | let mut more_input_required = false; Oct 11 10:15:46.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 11 10:15:46.709 INFO kablam! Oct 11 10:15:46.788 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:46.788 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 11 10:15:46.788 INFO kablam! | Oct 11 10:15:46.788 INFO kablam! 22 | let mut more_input_required = false; Oct 11 10:15:46.788 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.788 INFO kablam! | | Oct 11 10:15:46.788 INFO kablam! | help: remove this `mut` Oct 11 10:15:46.788 INFO kablam! | Oct 11 10:15:46.788 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:15:46.788 INFO kablam! Oct 11 10:15:46.822 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:46.822 INFO kablam! --> src/tests.rs:24:6 Oct 11 10:15:46.822 INFO kablam! | Oct 11 10:15:46.823 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 11 10:15:46.823 INFO kablam! | ----^^^^^^^^^^^ Oct 11 10:15:46.823 INFO kablam! | | Oct 11 10:15:46.823 INFO kablam! | help: remove this `mut` Oct 11 10:15:46.824 INFO kablam! Oct 11 10:15:46.829 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.829 INFO kablam! --> src/cli.rs:115:8 Oct 11 10:15:46.829 INFO kablam! | Oct 11 10:15:46.829 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 11 10:15:46.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.829 INFO kablam! | Oct 11 10:15:46.829 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 10:15:46.829 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.829 INFO kablam! Oct 11 10:15:46.831 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.831 INFO kablam! --> src/cli.rs:118:8 Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 11 10:15:46.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.831 INFO kablam! Oct 11 10:15:46.831 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.831 INFO kablam! --> src/cli.rs:121:8 Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 11 10:15:46.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.831 INFO kablam! Oct 11 10:15:46.831 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.831 INFO kablam! --> src/cli_property.rs:24:5 Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 11 10:15:46.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.831 INFO kablam! | Oct 11 10:15:46.831 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.831 INFO kablam! Oct 11 10:15:46.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.832 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 11 10:15:46.832 INFO kablam! | Oct 11 10:15:46.832 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 11 10:15:46.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.832 INFO kablam! | Oct 11 10:15:46.832 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.832 INFO kablam! Oct 11 10:15:46.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 10:15:46.832 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 11 10:15:46.832 INFO kablam! | Oct 11 10:15:46.832 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 11 10:15:46.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:46.833 INFO kablam! | Oct 11 10:15:46.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 10:15:46.833 INFO kablam! Oct 11 10:15:47.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 11 10:15:47.722 INFO kablam! su: No module specific data is present Oct 11 10:15:48.183 INFO running `"docker" "rm" "-f" "695e9ca275f5aebbf660e657e809cf5952f58d4d0ba227c072a3793576abafe5"` Oct 11 10:15:48.387 INFO blam! 695e9ca275f5aebbf660e657e809cf5952f58d4d0ba227c072a3793576abafe5 Oct 11 10:15:48.389 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:15:48.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 10:15:48.667 INFO blam! 1c43263f8e86b563ed64ba20b54079b4587e837110fd74beb4884bf1e78dfdd6 Oct 11 10:15:48.675 INFO running `"docker" "start" "-a" "1c43263f8e86b563ed64ba20b54079b4587e837110fd74beb4884bf1e78dfdd6"` Oct 11 10:15:49.480 INFO kablam! usermod: no changes Oct 11 10:15:49.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 10:15:49.516 INFO kablam! Running /target/debug/deps/terminal_cli-f60480b7c47276cb Oct 11 10:15:49.522 INFO blam! Oct 11 10:15:49.522 INFO blam! running 4 tests Oct 11 10:15:49.531 INFO blam! test utils::tests::test_lcp ... ok Oct 11 10:15:49.539 INFO blam! test utils::tests::test_column_format ... ok Oct 11 10:15:49.545 INFO blam! test keys_terminal::test_escape_sequences ... ok Oct 11 10:15:49.545 INFO blam! test tests::test_suggest ... ok Oct 11 10:15:49.545 INFO blam! Oct 11 10:15:49.545 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:15:49.545 INFO blam! Oct 11 10:15:49.546 INFO kablam! Doc-tests terminal_cli Oct 11 10:15:50.906 INFO blam! Oct 11 10:15:50.906 INFO blam! running 2 tests Oct 11 10:15:53.152 INFO blam! test src/utils.rs - utils::format_in_columns (line 50) ... ok Oct 11 10:15:53.660 INFO blam! test src/lib.rs - (line 12) ... ok Oct 11 10:15:53.660 INFO blam! Oct 11 10:15:53.660 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:15:53.660 INFO blam! Oct 11 10:15:53.670 INFO kablam! su: No module specific data is present Oct 11 10:15:54.339 INFO running `"docker" "rm" "-f" "1c43263f8e86b563ed64ba20b54079b4587e837110fd74beb4884bf1e78dfdd6"` Oct 11 10:15:54.512 INFO blam! 1c43263f8e86b563ed64ba20b54079b4587e837110fd74beb4884bf1e78dfdd6