Oct 15 16:50:25.426 INFO testing terminal_cli-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:50:25.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:50:25.595 INFO blam! c9da2272c0286e8c6f2afcc0639b5a5f39e96f42209f5485af7be538e8ac9f3a Oct 15 16:50:25.601 INFO running `"docker" "start" "-a" "c9da2272c0286e8c6f2afcc0639b5a5f39e96f42209f5485af7be538e8ac9f3a"` Oct 15 16:50:26.043 INFO kablam! usermod: no changes Oct 15 16:50:26.087 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 15 16:50:26.703 INFO kablam! warning: unused variable: `i` Oct 15 16:50:26.703 INFO kablam! --> src/utils.rs:88:10 Oct 15 16:50:26.703 INFO kablam! | Oct 15 16:50:26.704 INFO kablam! 88 | for i in 0..spaces { Oct 15 16:50:26.704 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:50:26.704 INFO kablam! | Oct 15 16:50:26.704 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:50:26.704 INFO kablam! Oct 15 16:50:26.705 INFO kablam! warning: unused variable: `cmd` Oct 15 16:50:26.705 INFO kablam! --> src/i18n.rs:23:67 Oct 15 16:50:26.706 INFO kablam! | Oct 15 16:50:26.706 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 15 16:50:26.706 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 16:50:26.706 INFO kablam! Oct 15 16:50:26.706 INFO kablam! warning: unused variable: `prefix` Oct 15 16:50:26.706 INFO kablam! --> src/autocomplete.rs:142:52 Oct 15 16:50:26.706 INFO kablam! | Oct 15 16:50:26.706 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 15 16:50:26.706 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 15 16:50:26.706 INFO kablam! Oct 15 16:50:26.706 INFO kablam! warning: unused variable: `more_input_required` Oct 15 16:50:26.706 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 15 16:50:26.706 INFO kablam! | Oct 15 16:50:26.708 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:26.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 15 16:50:26.708 INFO kablam! Oct 15 16:50:26.780 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:26.780 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 15 16:50:26.780 INFO kablam! | Oct 15 16:50:26.780 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:26.780 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.780 INFO kablam! | | Oct 15 16:50:26.780 INFO kablam! | help: remove this `mut` Oct 15 16:50:26.780 INFO kablam! | Oct 15 16:50:26.780 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:26.782 INFO kablam! Oct 15 16:50:26.809 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.809 INFO kablam! --> src/cli.rs:115:8 Oct 15 16:50:26.809 INFO kablam! | Oct 15 16:50:26.809 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 15 16:50:26.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.809 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:50:26.811 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.811 INFO kablam! Oct 15 16:50:26.811 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.811 INFO kablam! --> src/cli.rs:118:8 Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 15 16:50:26.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.811 INFO kablam! Oct 15 16:50:26.811 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.811 INFO kablam! --> src/cli.rs:121:8 Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 15 16:50:26.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.811 INFO kablam! Oct 15 16:50:26.811 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.811 INFO kablam! --> src/cli_property.rs:24:5 Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 15 16:50:26.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.811 INFO kablam! | Oct 15 16:50:26.811 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.811 INFO kablam! Oct 15 16:50:26.813 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.813 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 15 16:50:26.813 INFO kablam! | Oct 15 16:50:26.813 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 15 16:50:26.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.813 INFO kablam! | Oct 15 16:50:26.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.813 INFO kablam! Oct 15 16:50:26.819 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:26.819 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 15 16:50:26.819 INFO kablam! | Oct 15 16:50:26.819 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 15 16:50:26.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:26.819 INFO kablam! | Oct 15 16:50:26.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:26.820 INFO kablam! Oct 15 16:50:27.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 15 16:50:27.489 INFO kablam! su: No module specific data is present Oct 15 16:50:27.890 INFO running `"docker" "rm" "-f" "c9da2272c0286e8c6f2afcc0639b5a5f39e96f42209f5485af7be538e8ac9f3a"` Oct 15 16:50:28.000 INFO blam! c9da2272c0286e8c6f2afcc0639b5a5f39e96f42209f5485af7be538e8ac9f3a Oct 15 16:50:28.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:50:28.163 INFO blam! 337db1fb0771dd1ddb0788164f340425c54e0d423b8c1400d46fcf246e606b8f Oct 15 16:50:28.167 INFO running `"docker" "start" "-a" "337db1fb0771dd1ddb0788164f340425c54e0d423b8c1400d46fcf246e606b8f"` Oct 15 16:50:28.626 INFO kablam! usermod: no changes Oct 15 16:50:28.680 INFO kablam! Compiling terminal_cli v0.2.0 (/source) Oct 15 16:50:29.279 INFO kablam! warning: unused import: `prelude::v1::*` Oct 15 16:50:29.280 INFO kablam! --> src/utils.rs:103:6 Oct 15 16:50:29.280 INFO kablam! | Oct 15 16:50:29.280 INFO kablam! 103 | use prelude::v1::*; Oct 15 16:50:29.280 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 16:50:29.281 INFO kablam! | Oct 15 16:50:29.281 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:29.281 INFO kablam! Oct 15 16:50:29.554 INFO kablam! warning: unused variable: `i` Oct 15 16:50:29.555 INFO kablam! --> src/utils.rs:88:10 Oct 15 16:50:29.555 INFO kablam! | Oct 15 16:50:29.555 INFO kablam! 88 | for i in 0..spaces { Oct 15 16:50:29.555 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:50:29.555 INFO kablam! | Oct 15 16:50:29.555 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:50:29.555 INFO kablam! Oct 15 16:50:29.556 INFO kablam! warning: unused variable: `cmd` Oct 15 16:50:29.556 INFO kablam! --> src/i18n.rs:23:67 Oct 15 16:50:29.557 INFO kablam! | Oct 15 16:50:29.557 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 15 16:50:29.557 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 16:50:29.557 INFO kablam! Oct 15 16:50:29.558 INFO kablam! warning: unused variable: `prefix` Oct 15 16:50:29.559 INFO kablam! --> src/autocomplete.rs:142:52 Oct 15 16:50:29.559 INFO kablam! | Oct 15 16:50:29.559 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 15 16:50:29.559 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 15 16:50:29.559 INFO kablam! Oct 15 16:50:29.563 INFO kablam! warning: unused variable: `more_input_required` Oct 15 16:50:29.563 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 15 16:50:29.563 INFO kablam! | Oct 15 16:50:29.564 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:29.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 15 16:50:29.564 INFO kablam! Oct 15 16:50:29.645 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:29.645 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 15 16:50:29.645 INFO kablam! | Oct 15 16:50:29.646 INFO kablam! 22 | let mut more_input_required = false; Oct 15 16:50:29.646 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.646 INFO kablam! | | Oct 15 16:50:29.646 INFO kablam! | help: remove this `mut` Oct 15 16:50:29.647 INFO kablam! | Oct 15 16:50:29.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:29.647 INFO kablam! Oct 15 16:50:29.703 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:29.703 INFO kablam! --> src/tests.rs:24:6 Oct 15 16:50:29.703 INFO kablam! | Oct 15 16:50:29.703 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 15 16:50:29.703 INFO kablam! | ----^^^^^^^^^^^ Oct 15 16:50:29.703 INFO kablam! | | Oct 15 16:50:29.703 INFO kablam! | help: remove this `mut` Oct 15 16:50:29.703 INFO kablam! Oct 15 16:50:29.706 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.706 INFO kablam! --> src/cli.rs:115:8 Oct 15 16:50:29.706 INFO kablam! | Oct 15 16:50:29.706 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 15 16:50:29.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.706 INFO kablam! | Oct 15 16:50:29.706 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 16:50:29.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.707 INFO kablam! Oct 15 16:50:29.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.707 INFO kablam! --> src/cli.rs:118:8 Oct 15 16:50:29.707 INFO kablam! | Oct 15 16:50:29.707 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 15 16:50:29.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.707 INFO kablam! | Oct 15 16:50:29.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.707 INFO kablam! Oct 15 16:50:29.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.707 INFO kablam! --> src/cli.rs:121:8 Oct 15 16:50:29.707 INFO kablam! | Oct 15 16:50:29.707 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 15 16:50:29.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.707 INFO kablam! | Oct 15 16:50:29.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.707 INFO kablam! Oct 15 16:50:29.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.711 INFO kablam! --> src/cli_property.rs:24:5 Oct 15 16:50:29.711 INFO kablam! | Oct 15 16:50:29.711 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 15 16:50:29.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.711 INFO kablam! | Oct 15 16:50:29.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.711 INFO kablam! Oct 15 16:50:29.715 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.715 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 15 16:50:29.715 INFO kablam! | Oct 15 16:50:29.715 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 15 16:50:29.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.715 INFO kablam! | Oct 15 16:50:29.715 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.715 INFO kablam! Oct 15 16:50:29.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 16:50:29.719 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 15 16:50:29.719 INFO kablam! | Oct 15 16:50:29.719 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 15 16:50:29.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:29.719 INFO kablam! | Oct 15 16:50:29.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 16:50:29.719 INFO kablam! Oct 15 16:50:30.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 15 16:50:30.883 INFO kablam! su: No module specific data is present Oct 15 16:50:31.088 INFO running `"docker" "rm" "-f" "337db1fb0771dd1ddb0788164f340425c54e0d423b8c1400d46fcf246e606b8f"` Oct 15 16:50:31.215 INFO blam! 337db1fb0771dd1ddb0788164f340425c54e0d423b8c1400d46fcf246e606b8f Oct 15 16:50:31.217 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:50:31.558 INFO blam! fb9394a0da6ba699e1f39b53c1bccfe727a0020988ab80ea64a87aaa5cf1de31 Oct 15 16:50:31.560 INFO running `"docker" "start" "-a" "fb9394a0da6ba699e1f39b53c1bccfe727a0020988ab80ea64a87aaa5cf1de31"` Oct 15 16:50:32.002 INFO kablam! usermod: no changes Oct 15 16:50:32.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 16:50:32.028 INFO kablam! Running /target/debug/deps/terminal_cli-f60480b7c47276cb Oct 15 16:50:32.034 INFO blam! Oct 15 16:50:32.035 INFO blam! running 4 tests Oct 15 16:50:32.035 INFO blam! test tests::test_suggest ... ok Oct 15 16:50:32.035 INFO blam! test keys_terminal::test_escape_sequences ... ok Oct 15 16:50:32.035 INFO blam! test utils::tests::test_lcp ... ok Oct 15 16:50:32.038 INFO blam! test utils::tests::test_column_format ... ok Oct 15 16:50:32.039 INFO kablam! Doc-tests terminal_cli Oct 15 16:50:32.039 INFO blam! Oct 15 16:50:32.039 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:32.039 INFO blam! Oct 15 16:50:32.775 INFO blam! Oct 15 16:50:32.775 INFO blam! running 2 tests Oct 15 16:50:33.863 INFO blam! test src/utils.rs - utils::format_in_columns (line 50) ... ok Oct 15 16:50:34.282 INFO blam! test src/lib.rs - (line 12) ... ok Oct 15 16:50:34.282 INFO blam! Oct 15 16:50:34.283 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:34.283 INFO blam! Oct 15 16:50:34.296 INFO kablam! su: No module specific data is present Oct 15 16:50:35.139 INFO running `"docker" "rm" "-f" "fb9394a0da6ba699e1f39b53c1bccfe727a0020988ab80ea64a87aaa5cf1de31"` Oct 15 16:50:35.323 INFO blam! fb9394a0da6ba699e1f39b53c1bccfe727a0020988ab80ea64a87aaa5cf1de31