Sep 02 01:05:20.764 INFO checking ruyi-0.1.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:05:20.764 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:05:20.764 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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 02 01:05:20.966 INFO blam! decffae981e3bf4388e10cdfaa33e27eb794e68cb0a1dd8e7f227a356c558434 Sep 02 01:05:20.968 INFO running `"docker" "start" "-a" "decffae981e3bf4388e10cdfaa33e27eb794e68cb0a1dd8e7f227a356c558434"` Sep 02 01:05:21.675 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 02 01:05:22.539 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.539 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 02 01:05:22.539 INFO kablam! | Sep 02 01:05:22.539 INFO kablam! 78 | Ok((n)) Sep 02 01:05:22.539 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.539 INFO kablam! | Sep 02 01:05:22.539 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:05:22.539 INFO kablam! Sep 02 01:05:22.539 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.539 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 02 01:05:22.539 INFO kablam! | Sep 02 01:05:22.539 INFO kablam! 85 | Ok((n)) Sep 02 01:05:22.539 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.539 INFO kablam! Sep 02 01:05:22.540 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.540 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 02 01:05:22.540 INFO kablam! | Sep 02 01:05:22.540 INFO kablam! 70 | Ok((n)) Sep 02 01:05:22.540 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.541 INFO kablam! Sep 02 01:05:22.619 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.619 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 02 01:05:22.619 INFO kablam! | Sep 02 01:05:22.619 INFO kablam! 78 | Ok((n)) Sep 02 01:05:22.619 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.619 INFO kablam! | Sep 02 01:05:22.619 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:05:22.619 INFO kablam! Sep 02 01:05:22.619 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.619 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 02 01:05:22.619 INFO kablam! | Sep 02 01:05:22.619 INFO kablam! 85 | Ok((n)) Sep 02 01:05:22.619 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.619 INFO kablam! Sep 02 01:05:22.620 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:22.620 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 02 01:05:22.620 INFO kablam! | Sep 02 01:05:22.620 INFO kablam! 70 | Ok((n)) Sep 02 01:05:22.620 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:22.620 INFO kablam! Sep 02 01:05:24.209 INFO kablam! warning: type annotations needed Sep 02 01:05:24.209 INFO kablam! --> src/buf/window.rs:70:53 Sep 02 01:05:24.209 INFO kablam! | Sep 02 01:05:24.209 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 02 01:05:24.209 INFO kablam! | ^^^^^^ Sep 02 01:05:24.209 INFO kablam! | Sep 02 01:05:24.209 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 01:05:24.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 01:05:24.209 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:24.209 INFO kablam! Sep 02 01:05:24.212 INFO kablam! warning: type annotations needed Sep 02 01:05:24.212 INFO kablam! --> src/buf/window.rs:77:35 Sep 02 01:05:24.212 INFO kablam! | Sep 02 01:05:24.212 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 02 01:05:24.212 INFO kablam! | ^^^^^^ Sep 02 01:05:24.212 INFO kablam! | Sep 02 01:05:24.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 01:05:24.212 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:24.212 INFO kablam! Sep 02 01:05:24.275 INFO kablam! warning: type annotations needed Sep 02 01:05:24.275 INFO kablam! --> src/buf/window.rs:70:53 Sep 02 01:05:24.275 INFO kablam! | Sep 02 01:05:24.275 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 02 01:05:24.275 INFO kablam! | ^^^^^^ Sep 02 01:05:24.275 INFO kablam! | Sep 02 01:05:24.275 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 01:05:24.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 01:05:24.275 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:24.275 INFO kablam! Sep 02 01:05:24.278 INFO kablam! warning: type annotations needed Sep 02 01:05:24.278 INFO kablam! --> src/buf/window.rs:77:35 Sep 02 01:05:24.278 INFO kablam! | Sep 02 01:05:24.278 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 02 01:05:24.278 INFO kablam! | ^^^^^^ Sep 02 01:05:24.278 INFO kablam! | Sep 02 01:05:24.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 02 01:05:24.278 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:24.278 INFO kablam! Sep 02 01:05:29.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.38s Sep 02 01:05:29.989 INFO kablam! su: No module specific data is present Sep 02 01:05:30.343 INFO running `"docker" "rm" "-f" "decffae981e3bf4388e10cdfaa33e27eb794e68cb0a1dd8e7f227a356c558434"` Sep 02 01:05:30.436 INFO blam! decffae981e3bf4388e10cdfaa33e27eb794e68cb0a1dd8e7f227a356c558434