Sep 19 20:52:49.989 INFO checking ruyi-0.1.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:52:49.989 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:52:49.989 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 19 20:52:50.188 INFO blam! d21542f66119b5331b6020646adaf5d4cdd7fdf96c41c3fe5196527b622278ef Sep 19 20:52:50.190 INFO running `"docker" "start" "-a" "d21542f66119b5331b6020646adaf5d4cdd7fdf96c41c3fe5196527b622278ef"` Sep 19 20:52:52.050 INFO kablam! usermod: no changes Sep 19 20:52:52.155 INFO kablam! Checking ruyi v0.1.6 (/source) Sep 19 20:52:53.122 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.122 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 20:52:53.122 INFO kablam! | Sep 19 20:52:53.123 INFO kablam! 78 | Ok((n)) Sep 19 20:52:53.123 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.123 INFO kablam! | Sep 19 20:52:53.123 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:52:53.123 INFO kablam! Sep 19 20:52:53.123 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.123 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 20:52:53.124 INFO kablam! | Sep 19 20:52:53.124 INFO kablam! 85 | Ok((n)) Sep 19 20:52:53.124 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.124 INFO kablam! Sep 19 20:52:53.124 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.124 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 20:52:53.125 INFO kablam! | Sep 19 20:52:53.125 INFO kablam! 70 | Ok((n)) Sep 19 20:52:53.125 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.125 INFO kablam! Sep 19 20:52:53.219 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.219 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 20:52:53.219 INFO kablam! | Sep 19 20:52:53.220 INFO kablam! 78 | Ok((n)) Sep 19 20:52:53.220 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.220 INFO kablam! | Sep 19 20:52:53.220 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:52:53.220 INFO kablam! Sep 19 20:52:53.221 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.221 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 20:52:53.221 INFO kablam! | Sep 19 20:52:53.221 INFO kablam! 85 | Ok((n)) Sep 19 20:52:53.221 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.222 INFO kablam! Sep 19 20:52:53.222 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:53.222 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 20:52:53.222 INFO kablam! | Sep 19 20:52:53.222 INFO kablam! 70 | Ok((n)) Sep 19 20:52:53.223 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:53.223 INFO kablam! Sep 19 20:52:54.294 INFO kablam! warning: type annotations needed Sep 19 20:52:54.294 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 20:52:54.294 INFO kablam! | Sep 19 20:52:54.294 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 20:52:54.295 INFO kablam! | ^^^^^^ Sep 19 20:52:54.295 INFO kablam! | Sep 19 20:52:54.295 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 20:52:54.295 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 19 20:52:54.295 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:54.295 INFO kablam! Sep 19 20:52:54.295 INFO kablam! warning: type annotations needed Sep 19 20:52:54.296 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 20:52:54.296 INFO kablam! | Sep 19 20:52:54.296 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 20:52:54.296 INFO kablam! | ^^^^^^ Sep 19 20:52:54.296 INFO kablam! | Sep 19 20:52:54.296 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 19 20:52:54.296 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:54.297 INFO kablam! Sep 19 20:52:54.432 INFO kablam! warning: type annotations needed Sep 19 20:52:54.432 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 20:52:54.432 INFO kablam! | Sep 19 20:52:54.432 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 20:52:54.432 INFO kablam! | ^^^^^^ Sep 19 20:52:54.432 INFO kablam! | Sep 19 20:52:54.432 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 20:52:54.432 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 19 20:52:54.432 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:54.432 INFO kablam! Sep 19 20:52:54.433 INFO kablam! warning: type annotations needed Sep 19 20:52:54.433 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 20:52:54.433 INFO kablam! | Sep 19 20:52:54.433 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 20:52:54.433 INFO kablam! | ^^^^^^ Sep 19 20:52:54.433 INFO kablam! | Sep 19 20:52:54.433 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 19 20:52:54.433 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:54.433 INFO kablam! Sep 19 20:53:00.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.34s Sep 19 20:53:00.427 INFO kablam! su: No module specific data is present Sep 19 20:53:01.738 INFO running `"docker" "rm" "-f" "d21542f66119b5331b6020646adaf5d4cdd7fdf96c41c3fe5196527b622278ef"` Sep 19 20:53:01.852 INFO blam! d21542f66119b5331b6020646adaf5d4cdd7fdf96c41c3fe5196527b622278ef