Sep 04 07:36:01.696 INFO checking ruyi-0.1.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:36:01.696 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:36:01.696 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:36:01.859 INFO blam! 101971b5badc471b68f18572b95875b399451e515cb8a19ffb8ac51b8bc725e7 Sep 04 07:36:01.861 INFO running `"docker" "start" "-a" "101971b5badc471b68f18572b95875b399451e515cb8a19ffb8ac51b8bc725e7"` Sep 04 07:36:02.444 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 04 07:36:03.299 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.299 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 07:36:03.299 INFO kablam! | Sep 04 07:36:03.299 INFO kablam! 78 | Ok((n)) Sep 04 07:36:03.299 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.299 INFO kablam! | Sep 04 07:36:03.299 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 07:36:03.299 INFO kablam! Sep 04 07:36:03.299 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.299 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 07:36:03.299 INFO kablam! | Sep 04 07:36:03.299 INFO kablam! 85 | Ok((n)) Sep 04 07:36:03.299 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.300 INFO kablam! Sep 04 07:36:03.300 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.300 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 07:36:03.300 INFO kablam! | Sep 04 07:36:03.300 INFO kablam! 70 | Ok((n)) Sep 04 07:36:03.300 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.300 INFO kablam! Sep 04 07:36:03.379 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.379 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 07:36:03.379 INFO kablam! | Sep 04 07:36:03.379 INFO kablam! 78 | Ok((n)) Sep 04 07:36:03.379 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.379 INFO kablam! | Sep 04 07:36:03.379 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 07:36:03.379 INFO kablam! Sep 04 07:36:03.380 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.380 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 07:36:03.380 INFO kablam! | Sep 04 07:36:03.380 INFO kablam! 85 | Ok((n)) Sep 04 07:36:03.380 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.380 INFO kablam! Sep 04 07:36:03.380 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 07:36:03.380 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 07:36:03.380 INFO kablam! | Sep 04 07:36:03.380 INFO kablam! 70 | Ok((n)) Sep 04 07:36:03.380 INFO kablam! | ^^^ help: remove these parentheses Sep 04 07:36:03.380 INFO kablam! Sep 04 07:36:04.705 INFO kablam! warning: type annotations needed Sep 04 07:36:04.705 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 07:36:04.705 INFO kablam! | Sep 04 07:36:04.705 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 07:36:04.705 INFO kablam! | ^^^^^^ Sep 04 07:36:04.705 INFO kablam! | Sep 04 07:36:04.705 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 07:36:04.705 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 07:36:04.705 INFO kablam! = note: for more information, see issue #46906 Sep 04 07:36:04.705 INFO kablam! Sep 04 07:36:04.707 INFO kablam! warning: type annotations needed Sep 04 07:36:04.707 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 07:36:04.707 INFO kablam! | Sep 04 07:36:04.708 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 07:36:04.708 INFO kablam! | ^^^^^^ Sep 04 07:36:04.708 INFO kablam! | Sep 04 07:36:04.708 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 07:36:04.708 INFO kablam! = note: for more information, see issue #46906 Sep 04 07:36:04.708 INFO kablam! Sep 04 07:36:04.810 INFO kablam! warning: type annotations needed Sep 04 07:36:04.810 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 07:36:04.810 INFO kablam! | Sep 04 07:36:04.810 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 07:36:04.810 INFO kablam! | ^^^^^^ Sep 04 07:36:04.810 INFO kablam! | Sep 04 07:36:04.810 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 07:36:04.811 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 07:36:04.811 INFO kablam! = note: for more information, see issue #46906 Sep 04 07:36:04.811 INFO kablam! Sep 04 07:36:04.813 INFO kablam! warning: type annotations needed Sep 04 07:36:04.813 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 07:36:04.813 INFO kablam! | Sep 04 07:36:04.813 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 07:36:04.813 INFO kablam! | ^^^^^^ Sep 04 07:36:04.813 INFO kablam! | Sep 04 07:36:04.813 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 07:36:04.813 INFO kablam! = note: for more information, see issue #46906 Sep 04 07:36:04.813 INFO kablam! Sep 04 07:36:09.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.15s Sep 04 07:36:09.523 INFO kablam! su: No module specific data is present Sep 04 07:36:09.937 INFO running `"docker" "rm" "-f" "101971b5badc471b68f18572b95875b399451e515cb8a19ffb8ac51b8bc725e7"` Sep 04 07:36:10.035 INFO blam! 101971b5badc471b68f18572b95875b399451e515cb8a19ffb8ac51b8bc725e7