Oct 27 19:39:10.619 INFO checking liner-0.4.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:39:10.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:39:10.859 INFO blam! a15807a5993021237110d5c23975a19f27560df545350e452345621a3b3dc667 Oct 27 19:39:10.864 INFO running `"docker" "start" "-a" "a15807a5993021237110d5c23975a19f27560df545350e452345621a3b3dc667"` Oct 27 19:39:11.303 INFO kablam! usermod: no changes Oct 27 19:39:11.334 INFO kablam! Checking liner v0.4.4 (/source) Oct 27 19:39:12.047 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:39:12.047 INFO kablam! --> src/editor.rs:225:27 Oct 27 19:39:12.047 INFO kablam! | Oct 27 19:39:12.047 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 27 19:39:12.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:39:12.047 INFO kablam! | Oct 27 19:39:12.047 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:39:12.047 INFO kablam! Oct 27 19:39:12.531 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:39:12.531 INFO kablam! --> src/editor.rs:225:27 Oct 27 19:39:12.531 INFO kablam! | Oct 27 19:39:12.531 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 27 19:39:12.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:39:12.531 INFO kablam! | Oct 27 19:39:12.531 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:39:12.531 INFO kablam! Oct 27 19:39:12.647 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.647 INFO kablam! --> src/editor.rs:575:21 Oct 27 19:39:12.647 INFO kablam! | Oct 27 19:39:12.647 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 27 19:39:12.647 INFO kablam! | ----^^^ Oct 27 19:39:12.647 INFO kablam! | | Oct 27 19:39:12.647 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.647 INFO kablam! | Oct 27 19:39:12.647 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:39:12.647 INFO kablam! Oct 27 19:39:12.682 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.682 INFO kablam! --> src/context.rs:73:9 Oct 27 19:39:12.682 INFO kablam! | Oct 27 19:39:12.682 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 27 19:39:12.682 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.682 INFO kablam! | | Oct 27 19:39:12.682 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.682 INFO kablam! Oct 27 19:39:12.682 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.682 INFO kablam! --> src/context.rs:91:9 Oct 27 19:39:12.682 INFO kablam! | Oct 27 19:39:12.682 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 27 19:39:12.682 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.682 INFO kablam! | | Oct 27 19:39:12.682 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.682 INFO kablam! Oct 27 19:39:12.682 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:12.682 INFO kablam! --> src/context.rs:109:9 Oct 27 19:39:12.682 INFO kablam! | Oct 27 19:39:12.682 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 27 19:39:12.682 INFO kablam! | ----^^^^^^^ Oct 27 19:39:12.682 INFO kablam! | | Oct 27 19:39:12.682 INFO kablam! | help: remove this `mut` Oct 27 19:39:12.682 INFO kablam! Oct 27 19:39:14.315 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.315 INFO kablam! --> src/editor.rs:575:21 Oct 27 19:39:14.315 INFO kablam! | Oct 27 19:39:14.315 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 27 19:39:14.315 INFO kablam! | ----^^^ Oct 27 19:39:14.315 INFO kablam! | | Oct 27 19:39:14.315 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.315 INFO kablam! | Oct 27 19:39:14.315 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:39:14.315 INFO kablam! Oct 27 19:39:14.362 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.362 INFO kablam! --> src/context.rs:73:9 Oct 27 19:39:14.362 INFO kablam! | Oct 27 19:39:14.362 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 27 19:39:14.363 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.363 INFO kablam! | | Oct 27 19:39:14.363 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.363 INFO kablam! Oct 27 19:39:14.367 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.367 INFO kablam! --> src/context.rs:91:9 Oct 27 19:39:14.367 INFO kablam! | Oct 27 19:39:14.368 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 27 19:39:14.368 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.368 INFO kablam! | | Oct 27 19:39:14.368 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.369 INFO kablam! Oct 27 19:39:14.369 INFO kablam! warning: variable does not need to be mutable Oct 27 19:39:14.369 INFO kablam! --> src/context.rs:109:9 Oct 27 19:39:14.369 INFO kablam! | Oct 27 19:39:14.370 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 27 19:39:14.370 INFO kablam! | ----^^^^^^^ Oct 27 19:39:14.370 INFO kablam! | | Oct 27 19:39:14.370 INFO kablam! | help: remove this `mut` Oct 27 19:39:14.371 INFO kablam! Oct 27 19:39:15.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.71s Oct 27 19:39:15.028 INFO kablam! su: No module specific data is present Oct 27 19:39:15.569 INFO running `"docker" "rm" "-f" "a15807a5993021237110d5c23975a19f27560df545350e452345621a3b3dc667"` Oct 27 19:39:15.839 INFO blam! a15807a5993021237110d5c23975a19f27560df545350e452345621a3b3dc667