Sep 06 00:36:22.073 INFO checking ruyi-0.1.6 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:36:22.073 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:36:22.073 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:36:22.220 INFO blam! 98ba369b4a56706b2fb9fa715dc36741d1e1f5b40443c37fbbae4439df270fd9 Sep 06 00:36:22.221 INFO running `"docker" "start" "-a" "98ba369b4a56706b2fb9fa715dc36741d1e1f5b40443c37fbbae4439df270fd9"` Sep 06 00:36:23.090 INFO kablam! usermod: no changes Sep 06 00:36:23.198 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 06 00:36:23.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.661 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 06 00:36:23.661 INFO kablam! | Sep 06 00:36:23.661 INFO kablam! 78 | Ok((n)) Sep 06 00:36:23.661 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.661 INFO kablam! | Sep 06 00:36:23.661 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:36:23.661 INFO kablam! Sep 06 00:36:23.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.661 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 06 00:36:23.661 INFO kablam! | Sep 06 00:36:23.661 INFO kablam! 85 | Ok((n)) Sep 06 00:36:23.661 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.661 INFO kablam! Sep 06 00:36:23.661 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.661 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 06 00:36:23.661 INFO kablam! | Sep 06 00:36:23.661 INFO kablam! 70 | Ok((n)) Sep 06 00:36:23.661 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.661 INFO kablam! Sep 06 00:36:23.710 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.710 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 06 00:36:23.710 INFO kablam! | Sep 06 00:36:23.710 INFO kablam! 78 | Ok((n)) Sep 06 00:36:23.710 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.710 INFO kablam! | Sep 06 00:36:23.710 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:36:23.710 INFO kablam! Sep 06 00:36:23.710 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.710 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 06 00:36:23.710 INFO kablam! | Sep 06 00:36:23.710 INFO kablam! 85 | Ok((n)) Sep 06 00:36:23.710 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.710 INFO kablam! Sep 06 00:36:23.710 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:36:23.710 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 06 00:36:23.710 INFO kablam! | Sep 06 00:36:23.710 INFO kablam! 70 | Ok((n)) Sep 06 00:36:23.710 INFO kablam! | ^^^ help: remove these parentheses Sep 06 00:36:23.710 INFO kablam! Sep 06 00:36:24.314 INFO kablam! warning: type annotations needed Sep 06 00:36:24.314 INFO kablam! --> src/buf/window.rs:70:53 Sep 06 00:36:24.314 INFO kablam! | Sep 06 00:36:24.314 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 06 00:36:24.314 INFO kablam! | ^^^^^^ Sep 06 00:36:24.314 INFO kablam! | Sep 06 00:36:24.314 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 00:36:24.314 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 06 00:36:24.314 INFO kablam! = note: for more information, see issue #46906 Sep 06 00:36:24.314 INFO kablam! Sep 06 00:36:24.314 INFO kablam! warning: type annotations needed Sep 06 00:36:24.314 INFO kablam! --> src/buf/window.rs:77:35 Sep 06 00:36:24.314 INFO kablam! | Sep 06 00:36:24.314 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 06 00:36:24.314 INFO kablam! | ^^^^^^ Sep 06 00:36:24.314 INFO kablam! | Sep 06 00:36:24.314 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 06 00:36:24.314 INFO kablam! = note: for more information, see issue #46906 Sep 06 00:36:24.314 INFO kablam! Sep 06 00:36:24.590 INFO kablam! warning: type annotations needed Sep 06 00:36:24.590 INFO kablam! --> src/buf/window.rs:70:53 Sep 06 00:36:24.590 INFO kablam! | Sep 06 00:36:24.590 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 06 00:36:24.590 INFO kablam! | ^^^^^^ Sep 06 00:36:24.590 INFO kablam! | Sep 06 00:36:24.590 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 06 00:36:24.590 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 06 00:36:24.590 INFO kablam! = note: for more information, see issue #46906 Sep 06 00:36:24.590 INFO kablam! Sep 06 00:36:24.592 INFO kablam! warning: type annotations needed Sep 06 00:36:24.592 INFO kablam! --> src/buf/window.rs:77:35 Sep 06 00:36:24.592 INFO kablam! | Sep 06 00:36:24.592 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 06 00:36:24.592 INFO kablam! | ^^^^^^ Sep 06 00:36:24.592 INFO kablam! | Sep 06 00:36:24.592 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 06 00:36:24.592 INFO kablam! = note: for more information, see issue #46906 Sep 06 00:36:24.592 INFO kablam! Sep 06 00:36:29.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.52s Sep 06 00:36:29.654 INFO kablam! su: No module specific data is present Sep 06 00:36:30.900 INFO running `"docker" "rm" "-f" "98ba369b4a56706b2fb9fa715dc36741d1e1f5b40443c37fbbae4439df270fd9"` Sep 06 00:36:31.005 INFO blam! 98ba369b4a56706b2fb9fa715dc36741d1e1f5b40443c37fbbae4439df270fd9