Oct 27 11:34:37.948 INFO checking HazemAlhalabi/ironsmith against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:34:37.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 11:34:38.352 INFO blam! 9ef3eafa83088ded8dd1cf7959de1eef74171bc094340e6406304abd077ec8ef Oct 27 11:34:38.353 INFO running `"docker" "start" "-a" "9ef3eafa83088ded8dd1cf7959de1eef74171bc094340e6406304abd077ec8ef"` Oct 27 11:34:38.915 INFO kablam! usermod: no changes Oct 27 11:34:39.007 INFO kablam! Checking signal-notify v0.1.3 Oct 27 11:34:39.007 INFO kablam! Compiling num-derive v0.1.44 Oct 27 11:34:42.721 INFO kablam! Checking termfest v0.1.3 Oct 27 11:34:43.979 INFO kablam! Checking ironsmith v0.1.0 (/source) Oct 27 11:34:45.767 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 27 11:34:45.767 INFO kablam! --> src/main.rs:10:5 Oct 27 11:34:45.767 INFO kablam! | Oct 27 11:34:45.767 INFO kablam! 10 | use std::cmp::Ordering; Oct 27 11:34:45.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:34:45.767 INFO kablam! | Oct 27 11:34:45.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:34:45.767 INFO kablam! Oct 27 11:34:45.767 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 11:34:45.767 INFO kablam! --> src/main.rs:568:41 Oct 27 11:34:45.767 INFO kablam! | Oct 27 11:34:45.767 INFO kablam! 568 | let cursor_offest = (self.cursor.ypos + self.v_scroll_offset); Oct 27 11:34:45.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:34:45.767 INFO kablam! | Oct 27 11:34:45.767 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:34:45.767 INFO kablam! Oct 27 11:34:45.847 INFO kablam! warning: unreachable pattern Oct 27 11:34:45.847 INFO kablam! --> src/main.rs:310:13 Oct 27 11:34:45.847 INFO kablam! | Oct 27 11:34:45.847 INFO kablam! 310 | _ => {} Oct 27 11:34:45.847 INFO kablam! | ^ Oct 27 11:34:45.847 INFO kablam! | Oct 27 11:34:45.847 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 11:34:45.847 INFO kablam! Oct 27 11:34:45.854 INFO kablam! warning: unreachable pattern Oct 27 11:34:45.854 INFO kablam! --> src/main.rs:603:17 Oct 27 11:34:45.854 INFO kablam! | Oct 27 11:34:45.854 INFO kablam! 603 | _ => {} Oct 27 11:34:45.854 INFO kablam! | ^ Oct 27 11:34:45.855 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `i` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:121:17 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 121 | for i in Oct 27 11:34:45.859 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `status_line_row` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:134:17 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 134 | let status_line_row = self.screen_height - 2; Oct 27 11:34:45.859 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_status_line_row` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `i` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:302:21 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 302 | let i = self.screen_height - 1; Oct 27 11:34:45.859 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `line` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:411:13 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 411 | for line in 0..self.screen_height { Oct 27 11:34:45.859 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `i` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:413:17 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 413 | for i in 0..self.screen_width { Oct 27 11:34:45.859 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `height_change` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:572:29 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 572 | let height_change = self.screen_height - h; Oct 27 11:34:45.859 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_height_change` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.859 INFO kablam! warning: unused variable: `height_change` Oct 27 11:34:45.859 INFO kablam! --> src/main.rs:590:29 Oct 27 11:34:45.859 INFO kablam! | Oct 27 11:34:45.859 INFO kablam! 590 | let height_change = h - self.screen_height; Oct 27 11:34:45.859 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_height_change` instead Oct 27 11:34:45.859 INFO kablam! Oct 27 11:34:45.887 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:34:45.887 INFO kablam! --> src/main.rs:595:24 Oct 27 11:34:45.887 INFO kablam! | Oct 27 11:34:45.887 INFO kablam! 595 | if self.v_scroll_offset < 0 { Oct 27 11:34:45.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:34:45.887 INFO kablam! | Oct 27 11:34:45.887 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:34:45.887 INFO kablam! Oct 27 11:34:46.371 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 27 11:34:46.371 INFO kablam! --> src/main.rs:10:5 Oct 27 11:34:46.371 INFO kablam! | Oct 27 11:34:46.371 INFO kablam! 10 | use std::cmp::Ordering; Oct 27 11:34:46.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:34:46.371 INFO kablam! | Oct 27 11:34:46.371 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:34:46.371 INFO kablam! Oct 27 11:34:46.371 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 11:34:46.371 INFO kablam! --> src/main.rs:568:41 Oct 27 11:34:46.371 INFO kablam! | Oct 27 11:34:46.371 INFO kablam! 568 | let cursor_offest = (self.cursor.ypos + self.v_scroll_offset); Oct 27 11:34:46.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:34:46.371 INFO kablam! | Oct 27 11:34:46.371 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:34:46.371 INFO kablam! Oct 27 11:34:46.458 INFO kablam! warning: unreachable pattern Oct 27 11:34:46.458 INFO kablam! --> src/main.rs:310:13 Oct 27 11:34:46.458 INFO kablam! | Oct 27 11:34:46.458 INFO kablam! 310 | _ => {} Oct 27 11:34:46.458 INFO kablam! | ^ Oct 27 11:34:46.458 INFO kablam! | Oct 27 11:34:46.458 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 11:34:46.458 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unreachable pattern Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:603:17 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 603 | _ => {} Oct 27 11:34:46.464 INFO kablam! | ^ Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `i` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:121:17 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 121 | for i in Oct 27 11:34:46.464 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `status_line_row` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:134:17 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 134 | let status_line_row = self.screen_height - 2; Oct 27 11:34:46.464 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_status_line_row` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `i` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:302:21 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 302 | let i = self.screen_height - 1; Oct 27 11:34:46.464 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `line` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:411:13 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 411 | for line in 0..self.screen_height { Oct 27 11:34:46.464 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `i` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:413:17 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 413 | for i in 0..self.screen_width { Oct 27 11:34:46.464 INFO kablam! | ^ help: consider using `_i` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `height_change` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:572:29 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 572 | let height_change = self.screen_height - h; Oct 27 11:34:46.464 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_height_change` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.464 INFO kablam! warning: unused variable: `height_change` Oct 27 11:34:46.464 INFO kablam! --> src/main.rs:590:29 Oct 27 11:34:46.464 INFO kablam! | Oct 27 11:34:46.464 INFO kablam! 590 | let height_change = h - self.screen_height; Oct 27 11:34:46.464 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_height_change` instead Oct 27 11:34:46.464 INFO kablam! Oct 27 11:34:46.491 INFO kablam! warning: comparison is useless due to type limits Oct 27 11:34:46.491 INFO kablam! --> src/main.rs:595:24 Oct 27 11:34:46.491 INFO kablam! | Oct 27 11:34:46.491 INFO kablam! 595 | if self.v_scroll_offset < 0 { Oct 27 11:34:46.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:34:46.491 INFO kablam! | Oct 27 11:34:46.491 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 11:34:46.491 INFO kablam! Oct 27 11:34:46.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.57s Oct 27 11:34:46.517 INFO kablam! su: No module specific data is present Oct 27 11:34:47.061 INFO running `"docker" "rm" "-f" "9ef3eafa83088ded8dd1cf7959de1eef74171bc094340e6406304abd077ec8ef"` Oct 27 11:34:47.326 INFO blam! 9ef3eafa83088ded8dd1cf7959de1eef74171bc094340e6406304abd077ec8ef