Oct 22 01:46:52.156 INFO checking liner-0.4.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:46:52.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 01:46:52.299 INFO blam! ee40cc2bc397d01f9d167e6ee79d88101900c0a6c5f822f825152c1971c39c86 Oct 22 01:46:52.301 INFO running `"docker" "start" "-a" "ee40cc2bc397d01f9d167e6ee79d88101900c0a6c5f822f825152c1971c39c86"` Oct 22 01:46:52.717 INFO kablam! usermod: no changes Oct 22 01:46:52.736 INFO kablam! Checking bytecount v0.1.7 Oct 22 01:46:53.292 INFO kablam! Checking liner v0.4.4 (/source) Oct 22 01:46:53.920 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:46:53.920 INFO kablam! --> src/editor.rs:225:27 Oct 22 01:46:53.920 INFO kablam! | Oct 22 01:46:53.920 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 22 01:46:53.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:46:53.920 INFO kablam! | Oct 22 01:46:53.921 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:46:53.921 INFO kablam! Oct 22 01:46:54.264 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:46:54.264 INFO kablam! --> src/editor.rs:225:27 Oct 22 01:46:54.264 INFO kablam! | Oct 22 01:46:54.264 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Oct 22 01:46:54.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:46:54.264 INFO kablam! | Oct 22 01:46:54.264 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:46:54.264 INFO kablam! Oct 22 01:46:54.447 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:54.447 INFO kablam! --> src/editor.rs:575:21 Oct 22 01:46:54.447 INFO kablam! | Oct 22 01:46:54.447 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 22 01:46:54.447 INFO kablam! | ----^^^ Oct 22 01:46:54.447 INFO kablam! | | Oct 22 01:46:54.447 INFO kablam! | help: remove this `mut` Oct 22 01:46:54.447 INFO kablam! | Oct 22 01:46:54.456 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:54.456 INFO kablam! Oct 22 01:46:54.481 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:54.481 INFO kablam! --> src/context.rs:73:9 Oct 22 01:46:54.481 INFO kablam! | Oct 22 01:46:54.481 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 22 01:46:54.481 INFO kablam! | ----^^^^^^^ Oct 22 01:46:54.481 INFO kablam! | | Oct 22 01:46:54.481 INFO kablam! | help: remove this `mut` Oct 22 01:46:54.484 INFO kablam! Oct 22 01:46:54.485 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:54.485 INFO kablam! --> src/context.rs:91:9 Oct 22 01:46:54.485 INFO kablam! | Oct 22 01:46:54.485 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 22 01:46:54.485 INFO kablam! | ----^^^^^^^ Oct 22 01:46:54.485 INFO kablam! | | Oct 22 01:46:54.485 INFO kablam! | help: remove this `mut` Oct 22 01:46:54.488 INFO kablam! Oct 22 01:46:54.488 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:54.489 INFO kablam! --> src/context.rs:109:9 Oct 22 01:46:54.500 INFO kablam! | Oct 22 01:46:54.500 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 22 01:46:54.500 INFO kablam! | ----^^^^^^^ Oct 22 01:46:54.500 INFO kablam! | | Oct 22 01:46:54.500 INFO kablam! | help: remove this `mut` Oct 22 01:46:54.500 INFO kablam! Oct 22 01:46:55.812 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:55.812 INFO kablam! --> src/editor.rs:575:21 Oct 22 01:46:55.812 INFO kablam! | Oct 22 01:46:55.812 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Oct 22 01:46:55.812 INFO kablam! | ----^^^ Oct 22 01:46:55.812 INFO kablam! | | Oct 22 01:46:55.812 INFO kablam! | help: remove this `mut` Oct 22 01:46:55.812 INFO kablam! | Oct 22 01:46:55.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:55.812 INFO kablam! Oct 22 01:46:55.872 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:55.872 INFO kablam! --> src/context.rs:73:9 Oct 22 01:46:55.872 INFO kablam! | Oct 22 01:46:55.872 INFO kablam! 73 | mut handler: &mut EventHandler>, Oct 22 01:46:55.872 INFO kablam! | ----^^^^^^^ Oct 22 01:46:55.872 INFO kablam! | | Oct 22 01:46:55.872 INFO kablam! | help: remove this `mut` Oct 22 01:46:55.872 INFO kablam! Oct 22 01:46:55.872 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:55.872 INFO kablam! --> src/context.rs:91:9 Oct 22 01:46:55.872 INFO kablam! | Oct 22 01:46:55.872 INFO kablam! 91 | mut handler: &mut EventHandler>, Oct 22 01:46:55.872 INFO kablam! | ----^^^^^^^ Oct 22 01:46:55.872 INFO kablam! | | Oct 22 01:46:55.872 INFO kablam! | help: remove this `mut` Oct 22 01:46:55.872 INFO kablam! Oct 22 01:46:55.872 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:55.872 INFO kablam! --> src/context.rs:109:9 Oct 22 01:46:55.872 INFO kablam! | Oct 22 01:46:55.872 INFO kablam! 109 | mut handler: &mut EventHandler, Oct 22 01:46:55.872 INFO kablam! | ----^^^^^^^ Oct 22 01:46:55.872 INFO kablam! | | Oct 22 01:46:55.872 INFO kablam! | help: remove this `mut` Oct 22 01:46:55.872 INFO kablam! Oct 22 01:46:56.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 22 01:46:56.514 INFO kablam! su: No module specific data is present Oct 22 01:46:56.806 INFO running `"docker" "rm" "-f" "ee40cc2bc397d01f9d167e6ee79d88101900c0a6c5f822f825152c1971c39c86"` Oct 22 01:46:56.976 INFO blam! ee40cc2bc397d01f9d167e6ee79d88101900c0a6c5f822f825152c1971c39c86