Sep 14 09:45:21.188 INFO checking ruyi-0.1.6 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:45:21.188 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:45:21.188 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:45:21.652 INFO blam! 4500a325ca31ed870acab2f6fe6634e3ee5f89faad8c5e5fa6b7c27ffb2637ec Sep 14 09:45:21.657 INFO running `"docker" "start" "-a" "4500a325ca31ed870acab2f6fe6634e3ee5f89faad8c5e5fa6b7c27ffb2637ec"` Sep 14 09:45:23.706 INFO kablam! usermod: no changes Sep 14 09:45:23.907 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 14 09:45:24.663 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.663 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 14 09:45:24.663 INFO kablam! | Sep 14 09:45:24.663 INFO kablam! 78 | Ok((n)) Sep 14 09:45:24.663 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.663 INFO kablam! | Sep 14 09:45:24.663 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:45:24.663 INFO kablam! Sep 14 09:45:24.663 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.663 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 14 09:45:24.663 INFO kablam! | Sep 14 09:45:24.663 INFO kablam! 85 | Ok((n)) Sep 14 09:45:24.663 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.663 INFO kablam! Sep 14 09:45:24.663 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.663 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 14 09:45:24.663 INFO kablam! | Sep 14 09:45:24.663 INFO kablam! 70 | Ok((n)) Sep 14 09:45:24.663 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.663 INFO kablam! Sep 14 09:45:24.859 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.859 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 14 09:45:24.859 INFO kablam! | Sep 14 09:45:24.859 INFO kablam! 78 | Ok((n)) Sep 14 09:45:24.859 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.859 INFO kablam! | Sep 14 09:45:24.859 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:45:24.859 INFO kablam! Sep 14 09:45:24.859 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.859 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 14 09:45:24.859 INFO kablam! | Sep 14 09:45:24.859 INFO kablam! 85 | Ok((n)) Sep 14 09:45:24.859 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.859 INFO kablam! Sep 14 09:45:24.871 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:45:24.871 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 14 09:45:24.871 INFO kablam! | Sep 14 09:45:24.871 INFO kablam! 70 | Ok((n)) Sep 14 09:45:24.871 INFO kablam! | ^^^ help: remove these parentheses Sep 14 09:45:24.871 INFO kablam! Sep 14 09:45:25.838 INFO kablam! warning: type annotations needed Sep 14 09:45:25.838 INFO kablam! --> src/buf/window.rs:70:53 Sep 14 09:45:25.838 INFO kablam! | Sep 14 09:45:25.838 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 14 09:45:25.838 INFO kablam! | ^^^^^^ Sep 14 09:45:25.838 INFO kablam! | Sep 14 09:45:25.838 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 09:45:25.838 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 14 09:45:25.838 INFO kablam! = note: for more information, see issue #46906 Sep 14 09:45:25.838 INFO kablam! Sep 14 09:45:25.855 INFO kablam! warning: type annotations needed Sep 14 09:45:25.855 INFO kablam! --> src/buf/window.rs:77:35 Sep 14 09:45:25.855 INFO kablam! | Sep 14 09:45:25.855 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 14 09:45:25.855 INFO kablam! | ^^^^^^ Sep 14 09:45:25.855 INFO kablam! | Sep 14 09:45:25.855 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 14 09:45:25.855 INFO kablam! = note: for more information, see issue #46906 Sep 14 09:45:25.855 INFO kablam! Sep 14 09:45:26.102 INFO kablam! warning: type annotations needed Sep 14 09:45:26.102 INFO kablam! --> src/buf/window.rs:70:53 Sep 14 09:45:26.102 INFO kablam! | Sep 14 09:45:26.102 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 14 09:45:26.102 INFO kablam! | ^^^^^^ Sep 14 09:45:26.102 INFO kablam! | Sep 14 09:45:26.102 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 14 09:45:26.103 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 14 09:45:26.103 INFO kablam! = note: for more information, see issue #46906 Sep 14 09:45:26.103 INFO kablam! Sep 14 09:45:26.104 INFO kablam! warning: type annotations needed Sep 14 09:45:26.104 INFO kablam! --> src/buf/window.rs:77:35 Sep 14 09:45:26.104 INFO kablam! | Sep 14 09:45:26.104 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 14 09:45:26.104 INFO kablam! | ^^^^^^ Sep 14 09:45:26.104 INFO kablam! | Sep 14 09:45:26.104 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 14 09:45:26.104 INFO kablam! = note: for more information, see issue #46906 Sep 14 09:45:26.104 INFO kablam! Sep 14 09:45:33.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.25s Sep 14 09:45:34.007 INFO kablam! su: No module specific data is present Sep 14 09:45:35.700 INFO running `"docker" "rm" "-f" "4500a325ca31ed870acab2f6fe6634e3ee5f89faad8c5e5fa6b7c27ffb2637ec"` Sep 14 09:45:35.955 INFO blam! 4500a325ca31ed870acab2f6fe6634e3ee5f89faad8c5e5fa6b7c27ffb2637ec