Sep 19 20:52:43.811 INFO checking ruyi-0.1.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:52:43.811 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:52:43.811 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:44.195 INFO blam! 31d4de02594790da852aadeb81d2880c432a859047f7bfe9c7de23a5af7569cf Sep 19 20:52:44.198 INFO running `"docker" "start" "-a" "31d4de02594790da852aadeb81d2880c432a859047f7bfe9c7de23a5af7569cf"` Sep 19 20:52:46.014 INFO kablam! usermod: no changes Sep 19 20:52:46.270 INFO kablam! Checking ruyi v0.1.6 (/source) Sep 19 20:52:46.967 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:46.967 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 20:52:46.967 INFO kablam! | Sep 19 20:52:46.967 INFO kablam! 78 | Ok((n)) Sep 19 20:52:46.967 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:46.967 INFO kablam! | Sep 19 20:52:46.967 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:52:46.967 INFO kablam! Sep 19 20:52:46.967 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:46.967 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 20:52:46.967 INFO kablam! | Sep 19 20:52:46.967 INFO kablam! 85 | Ok((n)) Sep 19 20:52:46.967 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:46.967 INFO kablam! Sep 19 20:52:46.967 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:46.967 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 20:52:46.967 INFO kablam! | Sep 19 20:52:46.967 INFO kablam! 70 | Ok((n)) Sep 19 20:52:46.967 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:46.967 INFO kablam! Sep 19 20:52:47.190 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:47.191 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 20:52:47.191 INFO kablam! | Sep 19 20:52:47.191 INFO kablam! 78 | Ok((n)) Sep 19 20:52:47.192 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:47.192 INFO kablam! | Sep 19 20:52:47.192 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:52:47.192 INFO kablam! Sep 19 20:52:47.193 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:47.193 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 20:52:47.193 INFO kablam! | Sep 19 20:52:47.194 INFO kablam! 85 | Ok((n)) Sep 19 20:52:47.194 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:47.194 INFO kablam! Sep 19 20:52:47.195 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:52:47.195 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 20:52:47.195 INFO kablam! | Sep 19 20:52:47.196 INFO kablam! 70 | Ok((n)) Sep 19 20:52:47.196 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:52:47.196 INFO kablam! Sep 19 20:52:48.032 INFO kablam! warning: type annotations needed Sep 19 20:52:48.033 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 20:52:48.033 INFO kablam! | Sep 19 20:52:48.034 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 20:52:48.034 INFO kablam! | ^^^^^^ Sep 19 20:52:48.035 INFO kablam! | Sep 19 20:52:48.035 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 20:52:48.036 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:48.036 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:48.036 INFO kablam! Sep 19 20:52:48.038 INFO kablam! warning: type annotations needed Sep 19 20:52:48.038 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 20:52:48.039 INFO kablam! | Sep 19 20:52:48.039 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 20:52:48.039 INFO kablam! | ^^^^^^ Sep 19 20:52:48.040 INFO kablam! | Sep 19 20:52:48.040 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:48.041 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:48.041 INFO kablam! Sep 19 20:52:48.390 INFO kablam! warning: type annotations needed Sep 19 20:52:48.390 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 20:52:48.390 INFO kablam! | Sep 19 20:52:48.390 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 20:52:48.390 INFO kablam! | ^^^^^^ Sep 19 20:52:48.390 INFO kablam! | Sep 19 20:52:48.390 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 20:52:48.390 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:48.390 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:48.390 INFO kablam! Sep 19 20:52:48.390 INFO kablam! warning: type annotations needed Sep 19 20:52:48.390 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 20:52:48.390 INFO kablam! | Sep 19 20:52:48.390 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 20:52:48.390 INFO kablam! | ^^^^^^ Sep 19 20:52:48.390 INFO kablam! | Sep 19 20:52:48.390 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:48.390 INFO kablam! = note: for more information, see issue #46906 Sep 19 20:52:48.390 INFO kablam! Sep 19 20:52:54.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.38s Sep 19 20:52:54.429 INFO kablam! su: No module specific data is present Sep 19 20:52:55.680 INFO running `"docker" "rm" "-f" "31d4de02594790da852aadeb81d2880c432a859047f7bfe9c7de23a5af7569cf"` Sep 19 20:52:55.787 INFO blam! 31d4de02594790da852aadeb81d2880c432a859047f7bfe9c7de23a5af7569cf