Sep 02 01:05:19.711 INFO checking ruyi-0.1.6 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:05:19.711 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:05:19.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:05:19.877 INFO blam! 6330efdf538b9b1c547d3a5e095c941707a52fa735ca5484623dbedb0e629d49 Sep 02 01:05:19.879 INFO running `"docker" "start" "-a" "6330efdf538b9b1c547d3a5e095c941707a52fa735ca5484623dbedb0e629d49"` Sep 02 01:05:20.493 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 02 01:05:21.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.038 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 02 01:05:21.038 INFO kablam! | Sep 02 01:05:21.038 INFO kablam! 78 | Ok((n)) Sep 02 01:05:21.038 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.038 INFO kablam! | Sep 02 01:05:21.038 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:05:21.038 INFO kablam! Sep 02 01:05:21.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.038 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 02 01:05:21.038 INFO kablam! | Sep 02 01:05:21.038 INFO kablam! 85 | Ok((n)) Sep 02 01:05:21.038 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.038 INFO kablam! Sep 02 01:05:21.038 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.038 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 02 01:05:21.038 INFO kablam! | Sep 02 01:05:21.038 INFO kablam! 70 | Ok((n)) Sep 02 01:05:21.038 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.038 INFO kablam! Sep 02 01:05:21.120 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.120 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 02 01:05:21.120 INFO kablam! | Sep 02 01:05:21.120 INFO kablam! 78 | Ok((n)) Sep 02 01:05:21.120 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.120 INFO kablam! | Sep 02 01:05:21.120 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 01:05:21.120 INFO kablam! Sep 02 01:05:21.121 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.121 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 02 01:05:21.121 INFO kablam! | Sep 02 01:05:21.121 INFO kablam! 85 | Ok((n)) Sep 02 01:05:21.121 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.121 INFO kablam! Sep 02 01:05:21.121 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 01:05:21.121 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 02 01:05:21.121 INFO kablam! | Sep 02 01:05:21.121 INFO kablam! 70 | Ok((n)) Sep 02 01:05:21.121 INFO kablam! | ^^^ help: remove these parentheses Sep 02 01:05:21.121 INFO kablam! Sep 02 01:05:22.176 INFO kablam! warning: type annotations needed Sep 02 01:05:22.176 INFO kablam! --> src/buf/window.rs:70:53 Sep 02 01:05:22.176 INFO kablam! | Sep 02 01:05:22.176 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 02 01:05:22.176 INFO kablam! | ^^^^^^ Sep 02 01:05:22.177 INFO kablam! | Sep 02 01:05:22.177 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 01:05:22.177 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 02 01:05:22.177 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:22.177 INFO kablam! Sep 02 01:05:22.178 INFO kablam! warning: type annotations needed Sep 02 01:05:22.178 INFO kablam! --> src/buf/window.rs:77:35 Sep 02 01:05:22.179 INFO kablam! | Sep 02 01:05:22.179 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 02 01:05:22.179 INFO kablam! | ^^^^^^ Sep 02 01:05:22.179 INFO kablam! | Sep 02 01:05:22.179 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 02 01:05:22.179 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:22.179 INFO kablam! Sep 02 01:05:22.289 INFO kablam! warning: type annotations needed Sep 02 01:05:22.289 INFO kablam! --> src/buf/window.rs:70:53 Sep 02 01:05:22.289 INFO kablam! | Sep 02 01:05:22.289 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 02 01:05:22.289 INFO kablam! | ^^^^^^ Sep 02 01:05:22.289 INFO kablam! | Sep 02 01:05:22.289 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 02 01:05:22.289 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 02 01:05:22.289 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:22.289 INFO kablam! Sep 02 01:05:22.291 INFO kablam! warning: type annotations needed Sep 02 01:05:22.291 INFO kablam! --> src/buf/window.rs:77:35 Sep 02 01:05:22.291 INFO kablam! | Sep 02 01:05:22.291 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 02 01:05:22.291 INFO kablam! | ^^^^^^ Sep 02 01:05:22.291 INFO kablam! | Sep 02 01:05:22.291 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 02 01:05:22.291 INFO kablam! = note: for more information, see issue #46906 Sep 02 01:05:22.291 INFO kablam! Sep 02 01:05:28.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.39s Sep 02 01:05:28.849 INFO kablam! su: No module specific data is present Sep 02 01:05:29.363 INFO running `"docker" "rm" "-f" "6330efdf538b9b1c547d3a5e095c941707a52fa735ca5484623dbedb0e629d49"` Sep 02 01:05:29.471 INFO blam! 6330efdf538b9b1c547d3a5e095c941707a52fa735ca5484623dbedb0e629d49