Oct 27 14:45:19.320 INFO checking terminal_cli-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:45:19.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 14:45:19.617 INFO blam! f8bf576c319edc0d8de1ff4c26ab971d4cf908ae81f540f25c0eada313fe1d4d Oct 27 14:45:19.627 INFO running `"docker" "start" "-a" "f8bf576c319edc0d8de1ff4c26ab971d4cf908ae81f540f25c0eada313fe1d4d"` Oct 27 14:45:20.039 INFO kablam! usermod: no changes Oct 27 14:45:20.073 INFO kablam! Checking terminal_cli v0.2.0 (/source) Oct 27 14:45:20.852 INFO kablam! warning: unused variable: `i` Oct 27 14:45:20.852 INFO kablam! --> src/utils.rs:88:10 Oct 27 14:45:20.852 INFO kablam! | Oct 27 14:45:20.852 INFO kablam! 88 | for i in 0..spaces { Oct 27 14:45:20.853 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:45:20.853 INFO kablam! | Oct 27 14:45:20.853 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:45:20.853 INFO kablam! Oct 27 14:45:20.853 INFO kablam! warning: unused variable: `cmd` Oct 27 14:45:20.853 INFO kablam! --> src/i18n.rs:23:67 Oct 27 14:45:20.853 INFO kablam! | Oct 27 14:45:20.853 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 27 14:45:20.853 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 14:45:20.853 INFO kablam! Oct 27 14:45:20.853 INFO kablam! warning: unused variable: `prefix` Oct 27 14:45:20.853 INFO kablam! --> src/autocomplete.rs:142:52 Oct 27 14:45:20.853 INFO kablam! | Oct 27 14:45:20.853 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 27 14:45:20.853 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 27 14:45:20.853 INFO kablam! Oct 27 14:45:20.855 INFO kablam! warning: unused variable: `more_input_required` Oct 27 14:45:20.855 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 27 14:45:20.855 INFO kablam! | Oct 27 14:45:20.855 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:20.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 27 14:45:20.855 INFO kablam! Oct 27 14:45:20.925 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:20.925 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 27 14:45:20.925 INFO kablam! | Oct 27 14:45:20.925 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:20.925 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.925 INFO kablam! | | Oct 27 14:45:20.925 INFO kablam! | help: remove this `mut` Oct 27 14:45:20.925 INFO kablam! | Oct 27 14:45:20.926 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:45:20.926 INFO kablam! Oct 27 14:45:20.955 INFO kablam! warning: unused import: `prelude::v1::*` Oct 27 14:45:20.955 INFO kablam! --> src/utils.rs:103:6 Oct 27 14:45:20.955 INFO kablam! | Oct 27 14:45:20.955 INFO kablam! 103 | use prelude::v1::*; Oct 27 14:45:20.955 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 14:45:20.955 INFO kablam! | Oct 27 14:45:20.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:45:20.955 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/cli.rs:115:8 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/cli.rs:118:8 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/cli.rs:121:8 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/cli_property.rs:24:5 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:20.975 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:20.975 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 27 14:45:20.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:20.975 INFO kablam! | Oct 27 14:45:20.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:20.975 INFO kablam! Oct 27 14:45:21.255 INFO kablam! warning: unused variable: `i` Oct 27 14:45:21.255 INFO kablam! --> src/utils.rs:88:10 Oct 27 14:45:21.255 INFO kablam! | Oct 27 14:45:21.255 INFO kablam! 88 | for i in 0..spaces { Oct 27 14:45:21.255 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:45:21.255 INFO kablam! | Oct 27 14:45:21.255 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:45:21.255 INFO kablam! Oct 27 14:45:21.255 INFO kablam! warning: unused variable: `cmd` Oct 27 14:45:21.255 INFO kablam! --> src/i18n.rs:23:67 Oct 27 14:45:21.255 INFO kablam! | Oct 27 14:45:21.255 INFO kablam! 23 | fn cmd_not_recognized(&self, f: &mut CharacterTerminalWriter, cmd: &str) -> Result<(), FmtError> { Oct 27 14:45:21.255 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 14:45:21.255 INFO kablam! Oct 27 14:45:21.255 INFO kablam! warning: unused variable: `prefix` Oct 27 14:45:21.255 INFO kablam! --> src/autocomplete.rs:142:52 Oct 27 14:45:21.255 INFO kablam! | Oct 27 14:45:21.255 INFO kablam! 142 | pub fn match_cmd_str<'b>(&mut self, cmd: &'b str, prefix: Option<&'b str>) -> LineMatcherProgress { Oct 27 14:45:21.255 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 27 14:45:21.255 INFO kablam! Oct 27 14:45:21.255 INFO kablam! warning: unused variable: `more_input_required` Oct 27 14:45:21.255 INFO kablam! --> src/keys_terminal.rs:22:11 Oct 27 14:45:21.255 INFO kablam! | Oct 27 14:45:21.255 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:21.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_more_input_required` instead Oct 27 14:45:21.255 INFO kablam! Oct 27 14:45:21.344 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:21.344 INFO kablam! --> src/keys_terminal.rs:22:7 Oct 27 14:45:21.345 INFO kablam! | Oct 27 14:45:21.345 INFO kablam! 22 | let mut more_input_required = false; Oct 27 14:45:21.345 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.345 INFO kablam! | | Oct 27 14:45:21.345 INFO kablam! | help: remove this `mut` Oct 27 14:45:21.345 INFO kablam! | Oct 27 14:45:21.345 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:45:21.345 INFO kablam! Oct 27 14:45:21.383 INFO kablam! warning: variable does not need to be mutable Oct 27 14:45:21.383 INFO kablam! --> src/tests.rs:24:6 Oct 27 14:45:21.383 INFO kablam! | Oct 27 14:45:21.383 INFO kablam! 24 | let mut get_matcher = |l, m| { CliLineMatcher::new(l, m) }; Oct 27 14:45:21.383 INFO kablam! | ----^^^^^^^^^^^ Oct 27 14:45:21.383 INFO kablam! | | Oct 27 14:45:21.383 INFO kablam! | help: remove this `mut` Oct 27 14:45:21.383 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/cli.rs:115:8 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 115 | self.strings.property_invalid_value(self.terminal, &property_id, &args); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/cli.rs:118:8 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 118 | self.strings.property_value_too_small(self.terminal, &property_id, &val, &min); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/cli.rs:121:8 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 121 | self.strings.property_value_too_big(self.terminal, &property_id, &val, &max); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/cli_property.rs:24:5 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 24 | set.common.strings.property_value_set(set.common.terminal, &set.common.id, &set.value); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/prompt_buffer.rs:145:8 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 145 | self.strings.cmd_not_recognized(terminal, line.trim()); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.395 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:45:21.395 INFO kablam! --> src/prompt_buffer.rs:218:8 Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! 218 | format_in_columns(suggestions.as_slice(), 80, 4, &self.options.newline, terminal); Oct 27 14:45:21.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:45:21.395 INFO kablam! | Oct 27 14:45:21.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:45:21.395 INFO kablam! Oct 27 14:45:21.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 27 14:45:21.427 INFO kablam! su: No module specific data is present Oct 27 14:45:21.983 INFO running `"docker" "rm" "-f" "f8bf576c319edc0d8de1ff4c26ab971d4cf908ae81f540f25c0eada313fe1d4d"` Oct 27 14:45:22.146 INFO blam! f8bf576c319edc0d8de1ff4c26ab971d4cf908ae81f540f25c0eada313fe1d4d