Sep 04 04:24:59.326 INFO checking ruyi-0.1.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:24:59.326 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:24:59.326 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:24:59.493 INFO blam! 0ca61864bcc5deffabfd53b5eb020b70d2e841210ca45d761989976390f10aa2 Sep 04 04:24:59.495 INFO running `"docker" "start" "-a" "0ca61864bcc5deffabfd53b5eb020b70d2e841210ca45d761989976390f10aa2"` Sep 04 04:25:00.204 INFO kablam! Checking ruyi v0.1.6 (file:///source) Sep 04 04:25:01.121 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.121 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 04:25:01.121 INFO kablam! | Sep 04 04:25:01.121 INFO kablam! 78 | Ok((n)) Sep 04 04:25:01.121 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.121 INFO kablam! | Sep 04 04:25:01.121 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:25:01.121 INFO kablam! Sep 04 04:25:01.121 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.121 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 04:25:01.121 INFO kablam! | Sep 04 04:25:01.121 INFO kablam! 85 | Ok((n)) Sep 04 04:25:01.121 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.121 INFO kablam! Sep 04 04:25:01.121 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.121 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 04:25:01.122 INFO kablam! | Sep 04 04:25:01.122 INFO kablam! 70 | Ok((n)) Sep 04 04:25:01.122 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.122 INFO kablam! Sep 04 04:25:01.188 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.188 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 04 04:25:01.188 INFO kablam! | Sep 04 04:25:01.188 INFO kablam! 78 | Ok((n)) Sep 04 04:25:01.188 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.188 INFO kablam! | Sep 04 04:25:01.188 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:25:01.188 INFO kablam! Sep 04 04:25:01.188 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.188 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 04 04:25:01.188 INFO kablam! | Sep 04 04:25:01.189 INFO kablam! 85 | Ok((n)) Sep 04 04:25:01.189 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.189 INFO kablam! Sep 04 04:25:01.189 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:25:01.189 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 04 04:25:01.189 INFO kablam! | Sep 04 04:25:01.189 INFO kablam! 70 | Ok((n)) Sep 04 04:25:01.189 INFO kablam! | ^^^ help: remove these parentheses Sep 04 04:25:01.189 INFO kablam! Sep 04 04:25:02.724 INFO kablam! warning: type annotations needed Sep 04 04:25:02.724 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 04:25:02.724 INFO kablam! | Sep 04 04:25:02.724 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 04:25:02.724 INFO kablam! | ^^^^^^ Sep 04 04:25:02.724 INFO kablam! | Sep 04 04:25:02.724 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 04:25:02.724 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 04:25:02.724 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:02.724 INFO kablam! Sep 04 04:25:02.726 INFO kablam! warning: type annotations needed Sep 04 04:25:02.726 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 04:25:02.726 INFO kablam! | Sep 04 04:25:02.726 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 04:25:02.726 INFO kablam! | ^^^^^^ Sep 04 04:25:02.726 INFO kablam! | Sep 04 04:25:02.726 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 04:25:02.726 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:02.726 INFO kablam! Sep 04 04:25:02.941 INFO kablam! warning: type annotations needed Sep 04 04:25:02.941 INFO kablam! --> src/buf/window.rs:70:53 Sep 04 04:25:02.941 INFO kablam! | Sep 04 04:25:02.941 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 04 04:25:02.941 INFO kablam! | ^^^^^^ Sep 04 04:25:02.942 INFO kablam! | Sep 04 04:25:02.942 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 04 04:25:02.942 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 04:25:02.942 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:02.942 INFO kablam! Sep 04 04:25:02.944 INFO kablam! warning: type annotations needed Sep 04 04:25:02.944 INFO kablam! --> src/buf/window.rs:77:35 Sep 04 04:25:02.944 INFO kablam! | Sep 04 04:25:02.944 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 04 04:25:02.944 INFO kablam! | ^^^^^^ Sep 04 04:25:02.944 INFO kablam! | Sep 04 04:25:02.944 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 04:25:02.944 INFO kablam! = note: for more information, see issue #46906 Sep 04 04:25:02.944 INFO kablam! Sep 04 04:25:08.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.36s Sep 04 04:25:08.503 INFO kablam! su: No module specific data is present Sep 04 04:25:08.898 INFO running `"docker" "rm" "-f" "0ca61864bcc5deffabfd53b5eb020b70d2e841210ca45d761989976390f10aa2"` Sep 04 04:25:08.991 INFO blam! 0ca61864bcc5deffabfd53b5eb020b70d2e841210ca45d761989976390f10aa2