Oct 27 14:45:19.073 INFO checking terminal_cli-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:45:19.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 14:45:19.408 INFO blam! 145835fff569725c917aa720eb54d8bc703e221dcc5b7fefd7271265718a998c Oct 27 14:45:19.410 INFO running `"docker" "start" "-a" "145835fff569725c917aa720eb54d8bc703e221dcc5b7fefd7271265718a998c"` Oct 27 14:45:19.936 INFO kablam! usermod: no changes Oct 27 14:45:19.961 INFO kablam! Checking terminal_cli v0.2.0 (/source) Oct 27 14:45:20.643 INFO kablam! warning: unused import: `prelude::v1::*` Oct 27 14:45:20.643 INFO kablam! --> src/utils.rs:103:6 Oct 27 14:45:20.643 INFO kablam! | Oct 27 14:45:20.643 INFO kablam! 103 | use prelude::v1::*; Oct 27 14:45:20.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 14:45:20.643 INFO kablam! | Oct 27 14:45:20.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:45:20.643 INFO kablam! Oct 27 14:45:20.731 INFO kablam! warning: unused variable: `i` Oct 27 14:45:20.734 INFO kablam! --> src/utils.rs:88:10 Oct 27 14:45:20.735 INFO kablam! | Oct 27 14:45:20.735 INFO kablam! 88 | for i in 0..spaces { Oct 27 14:45:20.735 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:45:20.735 INFO kablam! | Oct 27 14:45:20.735 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:45:20.735 INFO kablam! Oct 27 14:45:20.735 INFO kablam! warning: unused variable: `cmd` Oct 27 14:45:20.735 INFO kablam! --> src/i18n.rs:23:67 Oct 27 14:45:20.735 INFO kablam! | Oct 27 14:45:20.735 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 27 14:45:20.735 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 14:45:20.735 INFO kablam! Oct 27 14:45:20.735 INFO kablam! warning: unused variable: `prefix` Oct 27 14:45:20.735 INFO kablam! --> src/autocomplete.rs:142:52 Oct 27 14:45:20.735 INFO kablam! | Oct 27 14:45:20.735 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 27 14:45:20.735 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 27 14:45:20.735 INFO kablam! Oct 27 14:45:20.735 INFO kablam! warning: unused variable: `more_input_required` Oct 27 14:45:20.735 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 27 14:45:20.735 INFO kablam! | Oct 27 14:45:20.735 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:20.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 27 14:45:20.735 INFO kablam! Oct 27 14:45:20.819 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:20.819 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 27 14:45:20.819 INFO kablam! | Oct 27 14:45:20.819 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:20.819 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.819 INFO kablam! | | Oct 27 14:45:20.819 INFO kablam! | help: remove this `mut` Oct 27 14:45:20.819 INFO kablam! | Oct 27 14:45:20.819 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:45:20.819 INFO kablam! Oct 27 14:45:20.843 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.843 INFO kablam! --> src/cli.rs:115:8 Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 27 14:45:20.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:45:20.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.843 INFO kablam! Oct 27 14:45:20.843 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.843 INFO kablam! --> src/cli.rs:118:8 Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 27 14:45:20.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.843 INFO kablam! Oct 27 14:45:20.843 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.843 INFO kablam! --> src/cli.rs:121:8 Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 27 14:45:20.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.843 INFO kablam! | Oct 27 14:45:20.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.843 INFO kablam! Oct 27 14:45:20.847 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.847 INFO kablam! --> src/cli_property.rs:24:5 Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 27 14:45:20.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.847 INFO kablam! Oct 27 14:45:20.847 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.847 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 27 14:45:20.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.847 INFO kablam! Oct 27 14:45:20.847 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.847 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 27 14:45:20.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.847 INFO kablam! | Oct 27 14:45:20.847 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.847 INFO kablam! Oct 27 14:45:21.071 INFO kablam! warning: unused variable: `i` Oct 27 14:45:21.071 INFO kablam! --> src/utils.rs:88:10 Oct 27 14:45:21.071 INFO kablam! | Oct 27 14:45:21.071 INFO kablam! 88 | for i in 0..spaces { Oct 27 14:45:21.071 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:45:21.071 INFO kablam! | Oct 27 14:45:21.071 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:45:21.071 INFO kablam! Oct 27 14:45:21.071 INFO kablam! warning: unused variable: `cmd` Oct 27 14:45:21.071 INFO kablam! --> src/i18n.rs:23:67 Oct 27 14:45:21.071 INFO kablam! | Oct 27 14:45:21.071 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 27 14:45:21.071 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 14:45:21.071 INFO kablam! Oct 27 14:45:21.071 INFO kablam! warning: unused variable: `prefix` Oct 27 14:45:21.071 INFO kablam! --> src/autocomplete.rs:142:52 Oct 27 14:45:21.071 INFO kablam! | Oct 27 14:45:21.071 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 27 14:45:21.071 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 27 14:45:21.071 INFO kablam! Oct 27 14:45:21.071 INFO kablam! warning: unused variable: `more_input_required` Oct 27 14:45:21.071 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 27 14:45:21.071 INFO kablam! | Oct 27 14:45:21.071 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:21.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 27 14:45:21.071 INFO kablam! Oct 27 14:45:21.155 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:21.155 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 27 14:45:21.155 INFO kablam! | Oct 27 14:45:21.155 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:21.155 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.155 INFO kablam! | | Oct 27 14:45:21.155 INFO kablam! | help: remove this `mut` Oct 27 14:45:21.155 INFO kablam! | Oct 27 14:45:21.155 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:45:21.155 INFO kablam! Oct 27 14:45:21.191 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:21.191 INFO kablam! --> src/tests.rs:24:6 Oct 27 14:45:21.191 INFO kablam! | Oct 27 14:45:21.191 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 27 14:45:21.191 INFO kablam! | ----^^^^^^^^^^^ Oct 27 14:45:21.191 INFO kablam! | | Oct 27 14:45:21.191 INFO kablam! | help: remove this `mut` Oct 27 14:45:21.191 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/cli.rs:115:8 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/cli.rs:118:8 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/cli.rs:121:8 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/cli_property.rs:24:5 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.199 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 27 14:45:21.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.199 INFO kablam! | Oct 27 14:45:21.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.199 INFO kablam! Oct 27 14:45:21.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 27 14:45:21.223 INFO kablam! su: No module specific data is present Oct 27 14:45:21.798 INFO running `"docker" "rm" "-f" "145835fff569725c917aa720eb54d8bc703e221dcc5b7fefd7271265718a998c"` Oct 27 14:45:22.051 INFO blam! 145835fff569725c917aa720eb54d8bc703e221dcc5b7fefd7271265718a998c