Sep 19 18:56:04.806 INFO checking ruyi-0.1.6 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:56:04.806 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:56:04.806 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:56:05.231 INFO blam! c2fdd0470716011d88e0cb0728c714372fc6e756c488f5515631e3cb110e9dfc Sep 19 18:56:05.232 INFO running `"docker" "start" "-a" "c2fdd0470716011d88e0cb0728c714372fc6e756c488f5515631e3cb110e9dfc"` Sep 19 18:56:06.691 INFO kablam! usermod: no changes Sep 19 18:56:06.815 INFO kablam! Checking ruyi v0.1.6 (/source) Sep 19 18:56:07.479 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.479 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 18:56:07.479 INFO kablam! | Sep 19 18:56:07.479 INFO kablam! 78 | Ok((n)) Sep 19 18:56:07.479 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.479 INFO kablam! | Sep 19 18:56:07.479 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:56:07.479 INFO kablam! Sep 19 18:56:07.479 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.479 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 18:56:07.479 INFO kablam! | Sep 19 18:56:07.479 INFO kablam! 85 | Ok((n)) Sep 19 18:56:07.479 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.479 INFO kablam! Sep 19 18:56:07.479 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.479 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 18:56:07.479 INFO kablam! | Sep 19 18:56:07.479 INFO kablam! 70 | Ok((n)) Sep 19 18:56:07.479 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.479 INFO kablam! Sep 19 18:56:07.719 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.719 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Sep 19 18:56:07.719 INFO kablam! | Sep 19 18:56:07.719 INFO kablam! 78 | Ok((n)) Sep 19 18:56:07.719 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.719 INFO kablam! | Sep 19 18:56:07.719 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:56:07.719 INFO kablam! Sep 19 18:56:07.719 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.719 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Sep 19 18:56:07.719 INFO kablam! | Sep 19 18:56:07.719 INFO kablam! 85 | Ok((n)) Sep 19 18:56:07.719 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.719 INFO kablam! Sep 19 18:56:07.719 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:56:07.719 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Sep 19 18:56:07.719 INFO kablam! | Sep 19 18:56:07.719 INFO kablam! 70 | Ok((n)) Sep 19 18:56:07.719 INFO kablam! | ^^^ help: remove these parentheses Sep 19 18:56:07.719 INFO kablam! Sep 19 18:56:08.372 INFO kablam! warning: type annotations needed Sep 19 18:56:08.372 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 18:56:08.372 INFO kablam! | Sep 19 18:56:08.372 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 18:56:08.372 INFO kablam! | ^^^^^^ Sep 19 18:56:08.372 INFO kablam! | Sep 19 18:56:08.372 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 18:56:08.372 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 19 18:56:08.372 INFO kablam! = note: for more information, see issue #46906 Sep 19 18:56:08.372 INFO kablam! Sep 19 18:56:08.375 INFO kablam! warning: type annotations needed Sep 19 18:56:08.375 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 18:56:08.375 INFO kablam! | Sep 19 18:56:08.375 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 18:56:08.375 INFO kablam! | ^^^^^^ Sep 19 18:56:08.375 INFO kablam! | Sep 19 18:56:08.375 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 19 18:56:08.375 INFO kablam! = note: for more information, see issue #46906 Sep 19 18:56:08.375 INFO kablam! Sep 19 18:56:08.679 INFO kablam! warning: type annotations needed Sep 19 18:56:08.679 INFO kablam! --> src/buf/window.rs:70:53 Sep 19 18:56:08.679 INFO kablam! | Sep 19 18:56:08.679 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Sep 19 18:56:08.679 INFO kablam! | ^^^^^^ Sep 19 18:56:08.679 INFO kablam! | Sep 19 18:56:08.679 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Sep 19 18:56:08.679 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 19 18:56:08.679 INFO kablam! = note: for more information, see issue #46906 Sep 19 18:56:08.679 INFO kablam! Sep 19 18:56:08.679 INFO kablam! warning: type annotations needed Sep 19 18:56:08.679 INFO kablam! --> src/buf/window.rs:77:35 Sep 19 18:56:08.679 INFO kablam! | Sep 19 18:56:08.679 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Sep 19 18:56:08.679 INFO kablam! | ^^^^^^ Sep 19 18:56:08.679 INFO kablam! | Sep 19 18:56:08.679 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 19 18:56:08.679 INFO kablam! = note: for more information, see issue #46906 Sep 19 18:56:08.679 INFO kablam! Sep 19 18:56:15.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.75s Sep 19 18:56:15.491 INFO kablam! su: No module specific data is present Sep 19 18:56:16.869 INFO running `"docker" "rm" "-f" "c2fdd0470716011d88e0cb0728c714372fc6e756c488f5515631e3cb110e9dfc"` Sep 19 18:56:17.125 INFO blam! c2fdd0470716011d88e0cb0728c714372fc6e756c488f5515631e3cb110e9dfc