Sep 20 00:40:33.884 INFO checking liner-0.4.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:40:33.884 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:40:33.885 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:40:34.012 INFO blam! 5e8e841f9c93995f500daf8d5aacba045cdaf50ddefb7ab869234e1b165a81db Sep 20 00:40:34.014 INFO running `"docker" "start" "-a" "5e8e841f9c93995f500daf8d5aacba045cdaf50ddefb7ab869234e1b165a81db"` Sep 20 00:40:35.106 INFO kablam! usermod: no changes Sep 20 00:40:35.141 INFO kablam! Checking bytecount v0.1.7 Sep 20 00:40:35.455 INFO kablam! Checking liner v0.4.4 (/source) Sep 20 00:40:35.826 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:40:35.826 INFO kablam! --> src/editor.rs:225:27 Sep 20 00:40:35.826 INFO kablam! | Sep 20 00:40:35.826 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Sep 20 00:40:35.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:40:35.826 INFO kablam! | Sep 20 00:40:35.826 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:40:35.826 INFO kablam! Sep 20 00:40:36.095 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:40:36.095 INFO kablam! --> src/editor.rs:225:27 Sep 20 00:40:36.095 INFO kablam! | Sep 20 00:40:36.095 INFO kablam! 225 | let cols = max(1, (w as usize / (max_word_size))); Sep 20 00:40:36.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 00:40:36.095 INFO kablam! | Sep 20 00:40:36.095 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:40:36.095 INFO kablam! Sep 20 00:40:36.351 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:36.351 INFO kablam! --> src/editor.rs:575:21 Sep 20 00:40:36.351 INFO kablam! | Sep 20 00:40:36.351 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Sep 20 00:40:36.351 INFO kablam! | ----^^^ Sep 20 00:40:36.351 INFO kablam! | | Sep 20 00:40:36.351 INFO kablam! | help: remove this `mut` Sep 20 00:40:36.351 INFO kablam! | Sep 20 00:40:36.351 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 00:40:36.351 INFO kablam! Sep 20 00:40:36.373 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:36.373 INFO kablam! --> src/context.rs:73:9 Sep 20 00:40:36.373 INFO kablam! | Sep 20 00:40:36.373 INFO kablam! 73 | mut handler: &mut EventHandler>, Sep 20 00:40:36.373 INFO kablam! | ----^^^^^^^ Sep 20 00:40:36.373 INFO kablam! | | Sep 20 00:40:36.374 INFO kablam! | help: remove this `mut` Sep 20 00:40:36.374 INFO kablam! Sep 20 00:40:36.375 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:36.375 INFO kablam! --> src/context.rs:91:9 Sep 20 00:40:36.375 INFO kablam! | Sep 20 00:40:36.375 INFO kablam! 91 | mut handler: &mut EventHandler>, Sep 20 00:40:36.375 INFO kablam! | ----^^^^^^^ Sep 20 00:40:36.375 INFO kablam! | | Sep 20 00:40:36.375 INFO kablam! | help: remove this `mut` Sep 20 00:40:36.375 INFO kablam! Sep 20 00:40:36.376 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:36.376 INFO kablam! --> src/context.rs:109:9 Sep 20 00:40:36.376 INFO kablam! | Sep 20 00:40:36.376 INFO kablam! 109 | mut handler: &mut EventHandler, Sep 20 00:40:36.376 INFO kablam! | ----^^^^^^^ Sep 20 00:40:36.376 INFO kablam! | | Sep 20 00:40:36.376 INFO kablam! | help: remove this `mut` Sep 20 00:40:36.376 INFO kablam! Sep 20 00:40:37.663 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:37.663 INFO kablam! --> src/editor.rs:575:21 Sep 20 00:40:37.663 INFO kablam! | Sep 20 00:40:37.663 INFO kablam! 575 | let mut buf = self.current_buffer_mut(); Sep 20 00:40:37.663 INFO kablam! | ----^^^ Sep 20 00:40:37.663 INFO kablam! | | Sep 20 00:40:37.663 INFO kablam! | help: remove this `mut` Sep 20 00:40:37.663 INFO kablam! | Sep 20 00:40:37.663 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 00:40:37.663 INFO kablam! Sep 20 00:40:37.712 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:37.712 INFO kablam! --> src/context.rs:73:9 Sep 20 00:40:37.712 INFO kablam! | Sep 20 00:40:37.712 INFO kablam! 73 | mut handler: &mut EventHandler>, Sep 20 00:40:37.712 INFO kablam! | ----^^^^^^^ Sep 20 00:40:37.712 INFO kablam! | | Sep 20 00:40:37.712 INFO kablam! | help: remove this `mut` Sep 20 00:40:37.712 INFO kablam! Sep 20 00:40:37.713 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:37.713 INFO kablam! --> src/context.rs:91:9 Sep 20 00:40:37.713 INFO kablam! | Sep 20 00:40:37.713 INFO kablam! 91 | mut handler: &mut EventHandler>, Sep 20 00:40:37.713 INFO kablam! | ----^^^^^^^ Sep 20 00:40:37.713 INFO kablam! | | Sep 20 00:40:37.713 INFO kablam! | help: remove this `mut` Sep 20 00:40:37.713 INFO kablam! Sep 20 00:40:37.716 INFO kablam! warning: variable does not need to be mutable Sep 20 00:40:37.716 INFO kablam! --> src/context.rs:109:9 Sep 20 00:40:37.716 INFO kablam! | Sep 20 00:40:37.716 INFO kablam! 109 | mut handler: &mut EventHandler, Sep 20 00:40:37.716 INFO kablam! | ----^^^^^^^ Sep 20 00:40:37.716 INFO kablam! | | Sep 20 00:40:37.716 INFO kablam! | help: remove this `mut` Sep 20 00:40:37.716 INFO kablam! Sep 20 00:40:38.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Sep 20 00:40:38.326 INFO kablam! su: No module specific data is present Sep 20 00:40:39.095 INFO running `"docker" "rm" "-f" "5e8e841f9c93995f500daf8d5aacba045cdaf50ddefb7ab869234e1b165a81db"` Sep 20 00:40:39.213 INFO blam! 5e8e841f9c93995f500daf8d5aacba045cdaf50ddefb7ab869234e1b165a81db