Sep 01 21:26:56.418 INFO checking evdev-0.10.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 21:26:56.419 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:26:56.419 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:26:56.642 INFO blam! 881c3d586b9eb9286e063fb43fc4e9e811cb5f7ccfb25eb7458baac53de46a87 Sep 01 21:26:56.644 INFO running `"docker" "start" "-a" "881c3d586b9eb9286e063fb43fc4e9e811cb5f7ccfb25eb7458baac53de46a87"` Sep 01 21:26:57.374 INFO kablam! Checking evdev v0.10.1 (file:///source) Sep 01 21:26:57.435 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 01 21:26:57.435 INFO kablam! --> src/raw.rs:171:9 Sep 01 21:26:57.435 INFO kablam! | Sep 01 21:26:57.435 INFO kablam! 171 | #[allow(raw_pointer_derive)] Sep 01 21:26:57.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 21:26:57.435 INFO kablam! | Sep 01 21:26:57.435 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 01 21:26:57.435 INFO kablam! Sep 01 21:26:57.436 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Sep 01 21:26:57.436 INFO kablam! --> src/raw.rs:171:9 Sep 01 21:26:57.436 INFO kablam! | Sep 01 21:26:57.436 INFO kablam! 171 | #[allow(raw_pointer_derive)] Sep 01 21:26:57.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 21:26:57.436 INFO kablam! | Sep 01 21:26:57.436 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Sep 01 21:26:57.436 INFO kablam! Sep 01 21:26:58.986 INFO kablam! warning: unused import: `num::traits::WrappingSub` Sep 01 21:26:58.986 INFO kablam! --> src/lib.rs:53:5 Sep 01 21:26:58.986 INFO kablam! | Sep 01 21:26:58.986 INFO kablam! 53 | use num::traits::WrappingSub; Sep 01 21:26:58.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:26:58.986 INFO kablam! | Sep 01 21:26:58.986 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:26:58.986 INFO kablam! Sep 01 21:26:59.173 INFO kablam! warning: unused import: `num::traits::WrappingSub` Sep 01 21:26:59.173 INFO kablam! --> src/lib.rs:53:5 Sep 01 21:26:59.173 INFO kablam! | Sep 01 21:26:59.173 INFO kablam! 53 | use num::traits::WrappingSub; Sep 01 21:26:59.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:26:59.173 INFO kablam! | Sep 01 21:26:59.173 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:26:59.173 INFO kablam! Sep 01 21:27:00.983 INFO kablam! warning: unused variable: `e` Sep 01 21:27:00.983 INFO kablam! --> src/lib.rs:668:17 Sep 01 21:27:00.983 INFO kablam! | Sep 01 21:27:00.983 INFO kablam! 668 | Err(e) => return Err(Error::InvalidPath), Sep 01 21:27:00.983 INFO kablam! | ^ help: consider using `_e` instead Sep 01 21:27:00.983 INFO kablam! | Sep 01 21:27:00.983 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 21:27:00.983 INFO kablam! Sep 01 21:27:01.085 INFO kablam! warning: variable does not need to be mutable Sep 01 21:27:01.085 INFO kablam! --> src/lib.rs:927:13 Sep 01 21:27:01.085 INFO kablam! | Sep 01 21:27:01.085 INFO kablam! 927 | let mut buf = &mut self.pending_events; Sep 01 21:27:01.085 INFO kablam! | ----^^^ Sep 01 21:27:01.085 INFO kablam! | | Sep 01 21:27:01.085 INFO kablam! | help: remove this `mut` Sep 01 21:27:01.085 INFO kablam! | Sep 01 21:27:01.085 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:27:01.085 INFO kablam! Sep 01 21:27:01.297 INFO kablam! warning: unused variable: `e` Sep 01 21:27:01.297 INFO kablam! --> src/lib.rs:668:17 Sep 01 21:27:01.297 INFO kablam! | Sep 01 21:27:01.297 INFO kablam! 668 | Err(e) => return Err(Error::InvalidPath), Sep 01 21:27:01.297 INFO kablam! | ^ help: consider using `_e` instead Sep 01 21:27:01.298 INFO kablam! | Sep 01 21:27:01.298 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 21:27:01.298 INFO kablam! Sep 01 21:27:01.415 INFO kablam! warning: variable does not need to be mutable Sep 01 21:27:01.415 INFO kablam! --> src/lib.rs:927:13 Sep 01 21:27:01.415 INFO kablam! | Sep 01 21:27:01.415 INFO kablam! 927 | let mut buf = &mut self.pending_events; Sep 01 21:27:01.415 INFO kablam! | ----^^^ Sep 01 21:27:01.415 INFO kablam! | | Sep 01 21:27:01.415 INFO kablam! | help: remove this `mut` Sep 01 21:27:01.415 INFO kablam! | Sep 01 21:27:01.415 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 21:27:01.415 INFO kablam! Sep 01 21:27:02.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Sep 01 21:27:02.995 INFO kablam! su: No module specific data is present Sep 01 21:27:03.697 INFO running `"docker" "rm" "-f" "881c3d586b9eb9286e063fb43fc4e9e811cb5f7ccfb25eb7458baac53de46a87"` Sep 01 21:27:03.840 INFO blam! 881c3d586b9eb9286e063fb43fc4e9e811cb5f7ccfb25eb7458baac53de46a87