Oct 21 23:06:28.908 INFO checking terminal_cli-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:06:28.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:06:29.279 INFO blam! 6a6298a51cd8897f9339de09c66da0f299dcb5d710ed4e550cbc4bc9598be086 Oct 21 23:06:29.282 INFO running `"docker" "start" "-a" "6a6298a51cd8897f9339de09c66da0f299dcb5d710ed4e550cbc4bc9598be086"` Oct 21 23:06:30.115 INFO kablam! usermod: no changes Oct 21 23:06:30.164 INFO kablam! Checking terminal_cli v0.2.0 (/source) Oct 21 23:06:30.860 INFO kablam! warning: unused import: `prelude::v1::*` Oct 21 23:06:30.860 INFO kablam! --> src/utils.rs:103:6 Oct 21 23:06:30.860 INFO kablam! | Oct 21 23:06:30.860 INFO kablam! 103 | use prelude::v1::*; Oct 21 23:06:30.860 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 23:06:30.860 INFO kablam! | Oct 21 23:06:30.860 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:06:30.860 INFO kablam! Oct 21 23:06:31.056 INFO kablam! warning: unused variable: `i` Oct 21 23:06:31.056 INFO kablam! --> src/utils.rs:88:10 Oct 21 23:06:31.056 INFO kablam! | Oct 21 23:06:31.056 INFO kablam! 88 | for i in 0..spaces { Oct 21 23:06:31.056 INFO kablam! | ^ help: consider using `_i` instead Oct 21 23:06:31.056 INFO kablam! | Oct 21 23:06:31.056 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:06:31.056 INFO kablam! Oct 21 23:06:31.056 INFO kablam! warning: unused variable: `cmd` Oct 21 23:06:31.056 INFO kablam! --> src/i18n.rs:23:67 Oct 21 23:06:31.056 INFO kablam! | Oct 21 23:06:31.056 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 21 23:06:31.056 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 21 23:06:31.056 INFO kablam! Oct 21 23:06:31.056 INFO kablam! warning: unused variable: `prefix` Oct 21 23:06:31.056 INFO kablam! --> src/autocomplete.rs:142:52 Oct 21 23:06:31.056 INFO kablam! | Oct 21 23:06:31.056 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 21 23:06:31.056 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 21 23:06:31.056 INFO kablam! Oct 21 23:06:31.057 INFO kablam! warning: unused variable: `more_input_required` Oct 21 23:06:31.057 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 21 23:06:31.057 INFO kablam! | Oct 21 23:06:31.057 INFO kablam! 22 | let mut more_input_required = false; Oct 21 23:06:31.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 21 23:06:31.057 INFO kablam! Oct 21 23:06:31.128 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:31.128 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 21 23:06:31.128 INFO kablam! | Oct 21 23:06:31.128 INFO kablam! 22 | let mut more_input_required = false; Oct 21 23:06:31.128 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.128 INFO kablam! | | Oct 21 23:06:31.128 INFO kablam! | help: remove this `mut` Oct 21 23:06:31.128 INFO kablam! | Oct 21 23:06:31.128 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:06:31.128 INFO kablam! Oct 21 23:06:31.172 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.172 INFO kablam! --> src/cli.rs:115:8 Oct 21 23:06:31.172 INFO kablam! | Oct 21 23:06:31.172 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 21 23:06:31.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.172 INFO kablam! | Oct 21 23:06:31.172 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:06:31.172 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.172 INFO kablam! Oct 21 23:06:31.172 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.172 INFO kablam! --> src/cli.rs:118:8 Oct 21 23:06:31.172 INFO kablam! | Oct 21 23:06:31.172 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 21 23:06:31.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.173 INFO kablam! Oct 21 23:06:31.173 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.173 INFO kablam! --> src/cli.rs:121:8 Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 21 23:06:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.173 INFO kablam! Oct 21 23:06:31.173 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.173 INFO kablam! --> src/cli_property.rs:24:5 Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 21 23:06:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.173 INFO kablam! Oct 21 23:06:31.173 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.173 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 21 23:06:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.173 INFO kablam! Oct 21 23:06:31.173 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.173 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 21 23:06:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.173 INFO kablam! | Oct 21 23:06:31.173 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.173 INFO kablam! Oct 21 23:06:31.186 INFO kablam! warning: unused variable: `i` Oct 21 23:06:31.186 INFO kablam! --> src/utils.rs:88:10 Oct 21 23:06:31.186 INFO kablam! | Oct 21 23:06:31.186 INFO kablam! 88 | for i in 0..spaces { Oct 21 23:06:31.186 INFO kablam! | ^ help: consider using `_i` instead Oct 21 23:06:31.196 INFO kablam! | Oct 21 23:06:31.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:06:31.196 INFO kablam! Oct 21 23:06:31.197 INFO kablam! warning: unused variable: `cmd` Oct 21 23:06:31.197 INFO kablam! --> src/i18n.rs:23:67 Oct 21 23:06:31.197 INFO kablam! | Oct 21 23:06:31.197 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 21 23:06:31.197 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 21 23:06:31.197 INFO kablam! Oct 21 23:06:31.197 INFO kablam! warning: unused variable: `prefix` Oct 21 23:06:31.197 INFO kablam! --> src/autocomplete.rs:142:52 Oct 21 23:06:31.197 INFO kablam! | Oct 21 23:06:31.197 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 21 23:06:31.197 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 21 23:06:31.197 INFO kablam! Oct 21 23:06:31.197 INFO kablam! warning: unused variable: `more_input_required` Oct 21 23:06:31.197 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 21 23:06:31.197 INFO kablam! | Oct 21 23:06:31.197 INFO kablam! 22 | let mut more_input_required = false; Oct 21 23:06:31.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 21 23:06:31.197 INFO kablam! Oct 21 23:06:31.285 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:31.285 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 21 23:06:31.285 INFO kablam! | Oct 21 23:06:31.285 INFO kablam! 22 | let mut more_input_required = false; Oct 21 23:06:31.285 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.286 INFO kablam! | | Oct 21 23:06:31.286 INFO kablam! | help: remove this `mut` Oct 21 23:06:31.286 INFO kablam! | Oct 21 23:06:31.286 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:06:31.286 INFO kablam! Oct 21 23:06:31.342 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:31.342 INFO kablam! --> src/tests.rs:24:6 Oct 21 23:06:31.342 INFO kablam! | Oct 21 23:06:31.342 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 21 23:06:31.342 INFO kablam! | ----^^^^^^^^^^^ Oct 21 23:06:31.342 INFO kablam! | | Oct 21 23:06:31.343 INFO kablam! | help: remove this `mut` Oct 21 23:06:31.343 INFO kablam! Oct 21 23:06:31.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.347 INFO kablam! --> src/cli.rs:115:8 Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 21 23:06:31.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:06:31.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.347 INFO kablam! Oct 21 23:06:31.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.347 INFO kablam! --> src/cli.rs:118:8 Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 21 23:06:31.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.347 INFO kablam! Oct 21 23:06:31.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.347 INFO kablam! --> src/cli.rs:121:8 Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 21 23:06:31.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.347 INFO kablam! Oct 21 23:06:31.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.347 INFO kablam! --> src/cli_property.rs:24:5 Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 21 23:06:31.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.347 INFO kablam! | Oct 21 23:06:31.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.347 INFO kablam! Oct 21 23:06:31.349 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.350 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 21 23:06:31.350 INFO kablam! | Oct 21 23:06:31.350 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 21 23:06:31.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.350 INFO kablam! | Oct 21 23:06:31.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.350 INFO kablam! Oct 21 23:06:31.350 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:06:31.350 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 21 23:06:31.350 INFO kablam! | Oct 21 23:06:31.350 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 21 23:06:31.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:06:31.350 INFO kablam! | Oct 21 23:06:31.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:06:31.351 INFO kablam! Oct 21 23:06:31.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 21 23:06:31.378 INFO kablam! su: No module specific data is present Oct 21 23:06:31.726 INFO running `"docker" "rm" "-f" "6a6298a51cd8897f9339de09c66da0f299dcb5d710ed4e550cbc4bc9598be086"` Oct 21 23:06:31.847 INFO blam! 6a6298a51cd8897f9339de09c66da0f299dcb5d710ed4e550cbc4bc9598be086