Oct 27 19:39:10.476 INFO checking liner-0.4.4 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:39:10.476 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 19:39:10.716 INFO blam! 642149f233d3413587db67b5b75784f544cc052297666aaad7a33953ab26867f Oct 27 19:39:10.724 INFO running `"docker" "start" "-a" "642149f233d3413587db67b5b75784f544cc052297666aaad7a33953ab26867f"` Oct 27 19:39:11.235 INFO kablam! usermod: no changes Oct 27 19:39:11.266 INFO kablam! Checking liner v0.4.4 (/source) Oct 27 19:39:12.015 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:39:12.016 INFO kablam! --> src/editor.rs:225:27 Oct 27 19:39:12.016 INFO kablam! | Oct 27 19:39:12.017 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 27 19:39:12.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:39:12.017 INFO kablam! | Oct 27 19:39:12.017 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:39:12.018 INFO kablam! Oct 27 19:39:12.455 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:39:12.455 INFO kablam! --> src/editor.rs:225:27 Oct 27 19:39:12.455 INFO kablam! | Oct 27 19:39:12.455 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 27 19:39:12.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:39:12.455 INFO kablam! | Oct 27 19:39:12.455 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:39:12.455 INFO kablam! Oct 27 19:39:12.623 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.623 INFO kablam! --> src/editor.rs:575:21 Oct 27 19:39:12.623 INFO kablam! | Oct 27 19:39:12.623 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 27 19:39:12.623 INFO kablam! | ----^^^ Oct 27 19:39:12.623 INFO kablam! | | Oct 27 19:39:12.623 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.623 INFO kablam! | Oct 27 19:39:12.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:39:12.623 INFO kablam! Oct 27 19:39:12.651 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.651 INFO kablam! --> src/context.rs:73:9 Oct 27 19:39:12.651 INFO kablam! | Oct 27 19:39:12.651 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 27 19:39:12.651 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.651 INFO kablam! | | Oct 27 19:39:12.651 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.651 INFO kablam! Oct 27 19:39:12.655 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.655 INFO kablam! --> src/context.rs:91:9 Oct 27 19:39:12.655 INFO kablam! | Oct 27 19:39:12.655 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 27 19:39:12.655 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.655 INFO kablam! | | Oct 27 19:39:12.655 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.655 INFO kablam! Oct 27 19:39:12.655 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.655 INFO kablam! --> src/context.rs:109:9 Oct 27 19:39:12.655 INFO kablam! | Oct 27 19:39:12.655 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 27 19:39:12.655 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.655 INFO kablam! | | Oct 27 19:39:12.655 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.655 INFO kablam! Oct 27 19:39:14.231 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.231 INFO kablam! --> src/editor.rs:575:21 Oct 27 19:39:14.231 INFO kablam! | Oct 27 19:39:14.231 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 27 19:39:14.231 INFO kablam! | ----^^^ Oct 27 19:39:14.231 INFO kablam! | | Oct 27 19:39:14.231 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.231 INFO kablam! | Oct 27 19:39:14.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:39:14.231 INFO kablam! Oct 27 19:39:14.283 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.283 INFO kablam! --> src/context.rs:73:9 Oct 27 19:39:14.283 INFO kablam! | Oct 27 19:39:14.284 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 27 19:39:14.284 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.284 INFO kablam! | | Oct 27 19:39:14.284 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.284 INFO kablam! Oct 27 19:39:14.284 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.285 INFO kablam! --> src/context.rs:91:9 Oct 27 19:39:14.285 INFO kablam! | Oct 27 19:39:14.285 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 27 19:39:14.285 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.285 INFO kablam! | | Oct 27 19:39:14.286 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.286 INFO kablam! Oct 27 19:39:14.287 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.287 INFO kablam! --> src/context.rs:109:9 Oct 27 19:39:14.287 INFO kablam! | Oct 27 19:39:14.287 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 27 19:39:14.287 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.287 INFO kablam! | | Oct 27 19:39:14.287 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.291 INFO kablam! Oct 27 19:39:14.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 27 19:39:14.903 INFO kablam! su: No module specific data is present Oct 27 19:39:15.279 INFO running `"docker" "rm" "-f" "642149f233d3413587db67b5b75784f544cc052297666aaad7a33953ab26867f"` Oct 27 19:39:15.425 INFO blam! 642149f233d3413587db67b5b75784f544cc052297666aaad7a33953ab26867f