Oct 15 16:50:25.207 INFO testing terminal_cli-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:50:25.208 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 16:50:25.387 INFO blam! b47e29828096e378c9469c1537f171578ff5da230d2e3b797a5739e695267685 Oct 15 16:50:25.389 INFO running `"docker" "start" "-a" "b47e29828096e378c9469c1537f171578ff5da230d2e3b797a5739e695267685"` Oct 15 16:50:25.745 INFO kablam! usermod: no changes Oct 15 16:50:25.781 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 15 16:50:26.452 INFO kablam! warning: unused variable: `i` Oct 15 16:50:26.452 INFO kablam! --> src/utils.rs:88:10 Oct 15 16:50:26.452 INFO kablam! | Oct 15 16:50:26.452 INFO kablam! 88 | for i in 0..spaces { Oct 15 16:50:26.452 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:50:26.452 INFO kablam! | Oct 15 16:50:26.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:50:26.452 INFO kablam! Oct 15 16:50:26.467 INFO kablam! warning: unused variable: `cmd` Oct 15 16:50:26.467 INFO kablam! --> src/i18n.rs:23:67 Oct 15 16:50:26.467 INFO kablam! | Oct 15 16:50:26.467 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 15 16:50:26.467 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 16:50:26.467 INFO kablam! Oct 15 16:50:26.467 INFO kablam! warning: unused variable: `prefix` Oct 15 16:50:26.467 INFO kablam! --> src/autocomplete.rs:142:52 Oct 15 16:50:26.467 INFO kablam! | Oct 15 16:50:26.467 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 15 16:50:26.467 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 15 16:50:26.467 INFO kablam! Oct 15 16:50:26.467 INFO kablam! warning: unused variable: `more_input_required` Oct 15 16:50:26.467 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 15 16:50:26.467 INFO kablam! | Oct 15 16:50:26.467 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:26.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 15 16:50:26.467 INFO kablam! Oct 15 16:50:26.528 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:26.528 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 15 16:50:26.528 INFO kablam! | Oct 15 16:50:26.528 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:26.529 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.529 INFO kablam! | | Oct 15 16:50:26.529 INFO kablam! | help: remove this `mut` Oct 15 16:50:26.529 INFO kablam! | Oct 15 16:50:26.529 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:26.529 INFO kablam! Oct 15 16:50:26.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.562 INFO kablam! --> src/cli.rs:115:8 Oct 15 16:50:26.562 INFO kablam! | Oct 15 16:50:26.562 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 15 16:50:26.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.563 INFO kablam! | Oct 15 16:50:26.563 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:50:26.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.563 INFO kablam! Oct 15 16:50:26.563 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.563 INFO kablam! --> src/cli.rs:118:8 Oct 15 16:50:26.563 INFO kablam! | Oct 15 16:50:26.563 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 15 16:50:26.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.563 INFO kablam! | Oct 15 16:50:26.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.563 INFO kablam! Oct 15 16:50:26.563 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.563 INFO kablam! --> src/cli.rs:121:8 Oct 15 16:50:26.563 INFO kablam! | Oct 15 16:50:26.563 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 15 16:50:26.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.563 INFO kablam! | Oct 15 16:50:26.565 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.565 INFO kablam! Oct 15 16:50:26.565 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.565 INFO kablam! --> src/cli_property.rs:24:5 Oct 15 16:50:26.565 INFO kablam! | Oct 15 16:50:26.565 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 15 16:50:26.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.565 INFO kablam! | Oct 15 16:50:26.565 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.565 INFO kablam! Oct 15 16:50:26.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.567 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 15 16:50:26.567 INFO kablam! | Oct 15 16:50:26.567 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 15 16:50:26.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.567 INFO kablam! | Oct 15 16:50:26.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.567 INFO kablam! Oct 15 16:50:26.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.567 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 15 16:50:26.567 INFO kablam! | Oct 15 16:50:26.567 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 15 16:50:26.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.567 INFO kablam! | Oct 15 16:50:26.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.567 INFO kablam! Oct 15 16:50:27.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 15 16:50:27.467 INFO kablam! su: No module specific data is present Oct 15 16:50:27.886 INFO running `"docker" "rm" "-f" "b47e29828096e378c9469c1537f171578ff5da230d2e3b797a5739e695267685"` Oct 15 16:50:28.005 INFO blam! b47e29828096e378c9469c1537f171578ff5da230d2e3b797a5739e695267685 Oct 15 16:50:28.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 16:50:28.201 INFO blam! 89cd064455e4860bae711f93067fcf2377bbe607d84be976a5ef466a770c3d57 Oct 15 16:50:28.203 INFO running `"docker" "start" "-a" "89cd064455e4860bae711f93067fcf2377bbe607d84be976a5ef466a770c3d57"` Oct 15 16:50:28.622 INFO kablam! usermod: no changes Oct 15 16:50:28.655 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 15 16:50:29.235 INFO kablam! warning: unused import: `prelude::v1::*` Oct 15 16:50:29.235 INFO kablam! --> src/utils.rs:103:6 Oct 15 16:50:29.235 INFO kablam! | Oct 15 16:50:29.235 INFO kablam! 103 | use prelude::v1::*; Oct 15 16:50:29.235 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 16:50:29.235 INFO kablam! | Oct 15 16:50:29.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:29.235 INFO kablam! Oct 15 16:50:29.542 INFO kablam! warning: unused variable: `i` Oct 15 16:50:29.543 INFO kablam! --> src/utils.rs:88:10 Oct 15 16:50:29.543 INFO kablam! | Oct 15 16:50:29.543 INFO kablam! 88 | for i in 0..spaces { Oct 15 16:50:29.544 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:50:29.544 INFO kablam! | Oct 15 16:50:29.544 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:50:29.544 INFO kablam! Oct 15 16:50:29.551 INFO kablam! warning: unused variable: `cmd` Oct 15 16:50:29.551 INFO kablam! --> src/i18n.rs:23:67 Oct 15 16:50:29.552 INFO kablam! | Oct 15 16:50:29.552 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 15 16:50:29.552 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 16:50:29.553 INFO kablam! Oct 15 16:50:29.553 INFO kablam! warning: unused variable: `prefix` Oct 15 16:50:29.553 INFO kablam! --> src/autocomplete.rs:142:52 Oct 15 16:50:29.554 INFO kablam! | Oct 15 16:50:29.554 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 15 16:50:29.554 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 15 16:50:29.554 INFO kablam! Oct 15 16:50:29.554 INFO kablam! warning: unused variable: `more_input_required` Oct 15 16:50:29.554 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 15 16:50:29.554 INFO kablam! | Oct 15 16:50:29.554 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:29.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 15 16:50:29.554 INFO kablam! Oct 15 16:50:29.631 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:29.631 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 15 16:50:29.632 INFO kablam! | Oct 15 16:50:29.632 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:29.632 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.632 INFO kablam! | | Oct 15 16:50:29.633 INFO kablam! | help: remove this `mut` Oct 15 16:50:29.633 INFO kablam! | Oct 15 16:50:29.633 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:29.633 INFO kablam! Oct 15 16:50:29.667 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:29.667 INFO kablam! --> src/tests.rs:24:6 Oct 15 16:50:29.667 INFO kablam! | Oct 15 16:50:29.667 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 15 16:50:29.667 INFO kablam! | ----^^^^^^^^^^^ Oct 15 16:50:29.667 INFO kablam! | | Oct 15 16:50:29.667 INFO kablam! | help: remove this `mut` Oct 15 16:50:29.667 INFO kablam! Oct 15 16:50:29.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.676 INFO kablam! --> src/cli.rs:115:8 Oct 15 16:50:29.676 INFO kablam! | Oct 15 16:50:29.676 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 15 16:50:29.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.676 INFO kablam! | Oct 15 16:50:29.676 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:50:29.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.676 INFO kablam! Oct 15 16:50:29.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.676 INFO kablam! --> src/cli.rs:118:8 Oct 15 16:50:29.676 INFO kablam! | Oct 15 16:50:29.676 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 15 16:50:29.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.676 INFO kablam! | Oct 15 16:50:29.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.676 INFO kablam! Oct 15 16:50:29.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.676 INFO kablam! --> src/cli.rs:121:8 Oct 15 16:50:29.676 INFO kablam! | Oct 15 16:50:29.676 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 15 16:50:29.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.677 INFO kablam! | Oct 15 16:50:29.677 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.677 INFO kablam! Oct 15 16:50:29.677 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.677 INFO kablam! --> src/cli_property.rs:24:5 Oct 15 16:50:29.677 INFO kablam! | Oct 15 16:50:29.677 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 15 16:50:29.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.677 INFO kablam! | Oct 15 16:50:29.677 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.677 INFO kablam! Oct 15 16:50:29.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.683 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 15 16:50:29.683 INFO kablam! | Oct 15 16:50:29.683 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 15 16:50:29.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.683 INFO kablam! | Oct 15 16:50:29.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.683 INFO kablam! Oct 15 16:50:29.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.683 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 15 16:50:29.683 INFO kablam! | Oct 15 16:50:29.683 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 15 16:50:29.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.683 INFO kablam! | Oct 15 16:50:29.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.683 INFO kablam! Oct 15 16:50:30.854 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 15 16:50:30.856 INFO kablam! su: No module specific data is present Oct 15 16:50:31.099 INFO running `"docker" "rm" "-f" "89cd064455e4860bae711f93067fcf2377bbe607d84be976a5ef466a770c3d57"` Oct 15 16:50:31.232 INFO blam! 89cd064455e4860bae711f93067fcf2377bbe607d84be976a5ef466a770c3d57 Oct 15 16:50:31.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 16:50:31.473 INFO blam! 53d7ef41064932e638c170c0e8bd2b55b0fe13c7a6f2ca02c9e0543f0b25bc4e Oct 15 16:50:31.474 INFO running `"docker" "start" "-a" "53d7ef41064932e638c170c0e8bd2b55b0fe13c7a6f2ca02c9e0543f0b25bc4e"` Oct 15 16:50:31.922 INFO kablam! usermod: no changes Oct 15 16:50:31.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 16:50:31.947 INFO kablam! Running /target/debug/deps/terminal_cli-564fa30c3056458a Oct 15 16:50:31.949 INFO blam! Oct 15 16:50:31.949 INFO blam! running 4 tests Oct 15 16:50:31.949 INFO blam! test utils::tests::test_lcp ... ok Oct 15 16:50:31.949 INFO blam! test utils::tests::test_column_format ... ok Oct 15 16:50:31.950 INFO blam! test tests::test_suggest ... ok Oct 15 16:50:31.955 INFO blam! test keys_terminal::test_escape_sequences ... ok Oct 15 16:50:31.955 INFO kablam! Doc-tests terminal_cli Oct 15 16:50:31.955 INFO blam! Oct 15 16:50:31.955 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:31.955 INFO blam! Oct 15 16:50:32.741 INFO blam! Oct 15 16:50:32.741 INFO blam! running 2 tests Oct 15 16:50:34.395 INFO blam! test src/utils.rs - utils::format_in_columns (line 50) ... ok Oct 15 16:50:34.627 INFO blam! test src/lib.rs - (line 12) ... ok Oct 15 16:50:34.627 INFO blam! Oct 15 16:50:34.627 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:34.627 INFO blam! Oct 15 16:50:34.643 INFO kablam! su: No module specific data is present Oct 15 16:50:35.349 INFO running `"docker" "rm" "-f" "53d7ef41064932e638c170c0e8bd2b55b0fe13c7a6f2ca02c9e0543f0b25bc4e"` Oct 15 16:50:35.435 INFO blam! 53d7ef41064932e638c170c0e8bd2b55b0fe13c7a6f2ca02c9e0543f0b25bc4e