Sep 04 04:24:58.721 INFO checking ruyi-0.1.6 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:24:58.721 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:24:58.721 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:24:58.905 INFO blam! d6762949adb5ade873a8624635ca4930197a03761a545798709e8b80c38b59eb Sep 04 04:24:58.906 INFO running `"docker" "start" "-a" "d6762949adb5ade873a8624635ca4930197a03761a545798709e8b80c38b59eb"` Sep 04 04:24:59.699 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 04 04:25:00.254 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.255 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 04:25:00.255 INFO kablam! | Sep 04 04:25:00.255 INFO kablam! 78 | Ok((n)) Sep 04 04:25:00.255 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.255 INFO kablam! | Sep 04 04:25:00.255 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:25:00.255 INFO kablam! Sep 04 04:25:00.255 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.255 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 04:25:00.255 INFO kablam! | Sep 04 04:25:00.255 INFO kablam! 85 | Ok((n)) Sep 04 04:25:00.255 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.255 INFO kablam! Sep 04 04:25:00.255 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.255 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 04:25:00.255 INFO kablam! | Sep 04 04:25:00.255 INFO kablam! 70 | Ok((n)) Sep 04 04:25:00.255 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.255 INFO kablam! Sep 04 04:25:00.447 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.448 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 04:25:00.448 INFO kablam! | Sep 04 04:25:00.448 INFO kablam! 78 | Ok((n)) Sep 04 04:25:00.448 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.448 INFO kablam! | Sep 04 04:25:00.448 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:25:00.448 INFO kablam! Sep 04 04:25:00.448 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.448 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 04:25:00.448 INFO kablam! | Sep 04 04:25:00.448 INFO kablam! 85 | Ok((n)) Sep 04 04:25:00.448 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.448 INFO kablam! Sep 04 04:25:00.448 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:00.448 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 04:25:00.448 INFO kablam! | Sep 04 04:25:00.448 INFO kablam! 70 | Ok((n)) Sep 04 04:25:00.448 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:00.448 INFO kablam! Sep 04 04:25:01.165 INFO kablam! warning: type annotations needed Sep 04 04:25:01.165 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 04:25:01.165 INFO kablam! | Sep 04 04:25:01.166 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 04:25:01.166 INFO kablam! | ^^^^^^ Sep 04 04:25:01.166 INFO kablam! | Sep 04 04:25:01.166 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 04:25:01.166 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 04 04:25:01.166 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:01.166 INFO kablam! Sep 04 04:25:01.167 INFO kablam! warning: type annotations needed Sep 04 04:25:01.167 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 04:25:01.167 INFO kablam! | Sep 04 04:25:01.167 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 04:25:01.168 INFO kablam! | ^^^^^^ Sep 04 04:25:01.168 INFO kablam! | Sep 04 04:25:01.168 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 04 04:25:01.168 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:01.168 INFO kablam! Sep 04 04:25:01.996 INFO kablam! warning: type annotations needed Sep 04 04:25:01.996 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 04:25:01.996 INFO kablam! | Sep 04 04:25:01.996 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 04:25:01.996 INFO kablam! | ^^^^^^ Sep 04 04:25:01.996 INFO kablam! | Sep 04 04:25:01.996 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 04:25:01.996 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 04 04:25:01.996 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:01.996 INFO kablam! Sep 04 04:25:01.999 INFO kablam! warning: type annotations needed Sep 04 04:25:01.999 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 04:25:01.999 INFO kablam! | Sep 04 04:25:01.999 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 04:25:01.999 INFO kablam! | ^^^^^^ Sep 04 04:25:01.999 INFO kablam! | Sep 04 04:25:01.999 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 04 04:25:01.999 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:01.999 INFO kablam! Sep 04 04:25:06.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.06s Sep 04 04:25:06.711 INFO kablam! su: No module specific data is present Sep 04 04:25:07.271 INFO running `"docker" "rm" "-f" "d6762949adb5ade873a8624635ca4930197a03761a545798709e8b80c38b59eb"` Sep 04 04:25:07.407 INFO blam! d6762949adb5ade873a8624635ca4930197a03761a545798709e8b80c38b59eb