Sep 01 07:45:28.964 INFO checking ruyi-0.1.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:45:28.964 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:45:28.964 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 07:45:29.110 INFO blam! 3fc9a3dbd66bf8c5889dc4ffd1195eba560b5f5ea32708637e6d209cb8a52a98 Sep 01 07:45:29.112 INFO running `"docker" "start" "-a" "3fc9a3dbd66bf8c5889dc4ffd1195eba560b5f5ea32708637e6d209cb8a52a98"` Sep 01 07:45:29.721 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 01 07:45:30.594 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.594 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 01 07:45:30.594 INFO kablam! | Sep 01 07:45:30.594 INFO kablam! 78 | Ok((n)) Sep 01 07:45:30.594 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.594 INFO kablam! | Sep 01 07:45:30.594 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:45:30.594 INFO kablam! Sep 01 07:45:30.594 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.594 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 01 07:45:30.594 INFO kablam! | Sep 01 07:45:30.594 INFO kablam! 85 | Ok((n)) Sep 01 07:45:30.595 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.595 INFO kablam! Sep 01 07:45:30.595 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.595 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 01 07:45:30.595 INFO kablam! | Sep 01 07:45:30.595 INFO kablam! 70 | Ok((n)) Sep 01 07:45:30.595 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.595 INFO kablam! Sep 01 07:45:30.664 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.664 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 01 07:45:30.664 INFO kablam! | Sep 01 07:45:30.664 INFO kablam! 78 | Ok((n)) Sep 01 07:45:30.664 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.664 INFO kablam! | Sep 01 07:45:30.664 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:45:30.664 INFO kablam! Sep 01 07:45:30.664 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.664 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 01 07:45:30.664 INFO kablam! | Sep 01 07:45:30.664 INFO kablam! 85 | Ok((n)) Sep 01 07:45:30.664 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.664 INFO kablam! Sep 01 07:45:30.664 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:45:30.664 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 01 07:45:30.664 INFO kablam! | Sep 01 07:45:30.664 INFO kablam! 70 | Ok((n)) Sep 01 07:45:30.664 INFO kablam! | ^^^ help: remove these parentheses Sep 01 07:45:30.664 INFO kablam! Sep 01 07:45:32.088 INFO kablam! warning: type annotations needed Sep 01 07:45:32.088 INFO kablam! --> src/buf/window.rs:70:53 Sep 01 07:45:32.088 INFO kablam! | Sep 01 07:45:32.088 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 01 07:45:32.088 INFO kablam! | ^^^^^^ Sep 01 07:45:32.088 INFO kablam! | Sep 01 07:45:32.089 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 07:45:32.089 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 01 07:45:32.089 INFO kablam! = note: for more information, see issue #46906 Sep 01 07:45:32.089 INFO kablam! Sep 01 07:45:32.091 INFO kablam! warning: type annotations needed Sep 01 07:45:32.091 INFO kablam! --> src/buf/window.rs:77:35 Sep 01 07:45:32.091 INFO kablam! | Sep 01 07:45:32.091 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 01 07:45:32.091 INFO kablam! | ^^^^^^ Sep 01 07:45:32.091 INFO kablam! | Sep 01 07:45:32.091 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 01 07:45:32.091 INFO kablam! = note: for more information, see issue #46906 Sep 01 07:45:32.091 INFO kablam! Sep 01 07:45:32.176 INFO kablam! warning: type annotations needed Sep 01 07:45:32.176 INFO kablam! --> src/buf/window.rs:70:53 Sep 01 07:45:32.176 INFO kablam! | Sep 01 07:45:32.176 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 01 07:45:32.176 INFO kablam! | ^^^^^^ Sep 01 07:45:32.176 INFO kablam! | Sep 01 07:45:32.176 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 01 07:45:32.176 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 01 07:45:32.176 INFO kablam! = note: for more information, see issue #46906 Sep 01 07:45:32.176 INFO kablam! Sep 01 07:45:32.178 INFO kablam! warning: type annotations needed Sep 01 07:45:32.179 INFO kablam! --> src/buf/window.rs:77:35 Sep 01 07:45:32.179 INFO kablam! | Sep 01 07:45:32.179 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 01 07:45:32.179 INFO kablam! | ^^^^^^ Sep 01 07:45:32.179 INFO kablam! | Sep 01 07:45:32.179 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 01 07:45:32.179 INFO kablam! = note: for more information, see issue #46906 Sep 01 07:45:32.179 INFO kablam! Sep 01 07:45:38.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.79s Sep 01 07:45:38.470 INFO kablam! su: No module specific data is present Sep 01 07:45:38.914 INFO running `"docker" "rm" "-f" "3fc9a3dbd66bf8c5889dc4ffd1195eba560b5f5ea32708637e6d209cb8a52a98"` Sep 01 07:45:39.012 INFO blam! 3fc9a3dbd66bf8c5889dc4ffd1195eba560b5f5ea32708637e6d209cb8a52a98