Oct 27 07:30:02.247 INFO checking bluecereal/terminal-renderer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:30:02.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:30:02.841 INFO blam! 0eeb3951b4bad63477c1c2a98bb3cb43613d1b9394564ad6780b7e6c17ecfd8a Oct 27 07:30:02.842 INFO running `"docker" "start" "-a" "0eeb3951b4bad63477c1c2a98bb3cb43613d1b9394564ad6780b7e6c17ecfd8a"` Oct 27 07:30:04.462 INFO kablam! usermod: no changes Oct 27 07:30:04.543 INFO kablam! Checking terminal-renderer v0.1.0 (/source) Oct 27 07:30:05.454 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 07:30:05.454 INFO kablam! --> src/main.rs:48:15 Oct 27 07:30:05.455 INFO kablam! | Oct 27 07:30:05.455 INFO kablam! 48 | let run = (x1 as isize - x2 as isize); Oct 27 07:30:05.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:30:05.455 INFO kablam! | Oct 27 07:30:05.456 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:30:05.456 INFO kablam! Oct 27 07:30:05.456 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 07:30:05.456 INFO kablam! --> src/main.rs:49:16 Oct 27 07:30:05.456 INFO kablam! | Oct 27 07:30:05.456 INFO kablam! 49 | let rise = (y1 as isize - y2 as isize); Oct 27 07:30:05.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:30:05.456 INFO kablam! Oct 27 07:30:05.511 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 07:30:05.511 INFO kablam! --> src/main.rs:48:15 Oct 27 07:30:05.511 INFO kablam! | Oct 27 07:30:05.511 INFO kablam! 48 | let run = (x1 as isize - x2 as isize); Oct 27 07:30:05.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:30:05.511 INFO kablam! | Oct 27 07:30:05.511 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:30:05.511 INFO kablam! Oct 27 07:30:05.511 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 07:30:05.511 INFO kablam! --> src/main.rs:49:16 Oct 27 07:30:05.511 INFO kablam! | Oct 27 07:30:05.511 INFO kablam! 49 | let rise = (y1 as isize - y2 as isize); Oct 27 07:30:05.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 07:30:05.511 INFO kablam! Oct 27 07:30:05.556 INFO kablam! warning: unused variable: `i` Oct 27 07:30:05.556 INFO kablam! --> src/main.rs:59:9 Oct 27 07:30:05.556 INFO kablam! | Oct 27 07:30:05.556 INFO kablam! 59 | for i in 0..steps { Oct 27 07:30:05.556 INFO kablam! | ^ help: consider using `_i` instead Oct 27 07:30:05.556 INFO kablam! | Oct 27 07:30:05.558 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:30:05.558 INFO kablam! Oct 27 07:30:05.575 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:05.575 INFO kablam! --> src/main.rs:45:18 Oct 27 07:30:05.575 INFO kablam! | Oct 27 07:30:05.575 INFO kablam! 45 | let (mut x1, mut y1) = p1; Oct 27 07:30:05.575 INFO kablam! | ----^^ Oct 27 07:30:05.575 INFO kablam! | | Oct 27 07:30:05.575 INFO kablam! | help: remove this `mut` Oct 27 07:30:05.575 INFO kablam! | Oct 27 07:30:05.576 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:05.576 INFO kablam! Oct 27 07:30:05.578 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:05.578 INFO kablam! --> src/main.rs:45:10 Oct 27 07:30:05.578 INFO kablam! | Oct 27 07:30:05.578 INFO kablam! 45 | let (mut x1, mut y1) = p1; Oct 27 07:30:05.578 INFO kablam! | ----^^ Oct 27 07:30:05.578 INFO kablam! | | Oct 27 07:30:05.578 INFO kablam! | help: remove this `mut` Oct 27 07:30:05.578 INFO kablam! Oct 27 07:30:05.583 INFO kablam! warning: unused variable: `i` Oct 27 07:30:05.583 INFO kablam! --> src/main.rs:59:9 Oct 27 07:30:05.584 INFO kablam! | Oct 27 07:30:05.584 INFO kablam! 59 | for i in 0..steps { Oct 27 07:30:05.584 INFO kablam! | ^ help: consider using `_i` instead Oct 27 07:30:05.584 INFO kablam! | Oct 27 07:30:05.584 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:30:05.584 INFO kablam! Oct 27 07:30:05.589 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:05.589 INFO kablam! --> src/main.rs:45:10 Oct 27 07:30:05.589 INFO kablam! | Oct 27 07:30:05.589 INFO kablam! 45 | let (mut x1, mut y1) = p1; Oct 27 07:30:05.589 INFO kablam! | ----^^ Oct 27 07:30:05.590 INFO kablam! | | Oct 27 07:30:05.590 INFO kablam! | help: remove this `mut` Oct 27 07:30:05.590 INFO kablam! | Oct 27 07:30:05.590 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:05.591 INFO kablam! Oct 27 07:30:05.591 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:05.591 INFO kablam! --> src/main.rs:45:18 Oct 27 07:30:05.592 INFO kablam! | Oct 27 07:30:05.592 INFO kablam! 45 | let (mut x1, mut y1) = p1; Oct 27 07:30:05.592 INFO kablam! | ----^^ Oct 27 07:30:05.593 INFO kablam! | | Oct 27 07:30:05.593 INFO kablam! | help: remove this `mut` Oct 27 07:30:05.593 INFO kablam! Oct 27 07:30:05.619 INFO kablam! warning: constant item is never used: `BACKSPACE` Oct 27 07:30:05.619 INFO kablam! --> src/main.rs:12:1 Oct 27 07:30:05.620 INFO kablam! | Oct 27 07:30:05.620 INFO kablam! 12 | const BACKSPACE: u8 = 8; Oct 27 07:30:05.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:05.621 INFO kablam! warning: constant item is never used: `BACKSPACE` Oct 27 07:30:05.621 INFO kablam! --> src/main.rs:12:1 Oct 27 07:30:05.621 INFO kablam! | Oct 27 07:30:05.622 INFO kablam! 12 | const BACKSPACE: u8 = 8; Oct 27 07:30:05.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:05.622 INFO kablam! | Oct 27 07:30:05.623 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:05.623 INFO kablam! Oct 27 07:30:05.623 INFO kablam! | Oct 27 07:30:05.624 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:05.624 INFO kablam! Oct 27 07:30:05.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 27 07:30:05.699 INFO kablam! su: No module specific data is present Oct 27 07:30:07.246 INFO running `"docker" "rm" "-f" "0eeb3951b4bad63477c1c2a98bb3cb43613d1b9394564ad6780b7e6c17ecfd8a"` Oct 27 07:30:07.551 INFO blam! 0eeb3951b4bad63477c1c2a98bb3cb43613d1b9394564ad6780b7e6c17ecfd8a