Oct 13 09:06:32.291 INFO checking ruyi-0.1.6 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:06:32.291 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 09:06:32.766 INFO blam! af1d7cb9f5022c142843ff05de5e3e18477644e82882ebc44fbc42d42193670d Oct 13 09:06:32.768 INFO running `"docker" "start" "-a" "af1d7cb9f5022c142843ff05de5e3e18477644e82882ebc44fbc42d42193670d"` Oct 13 09:06:33.963 INFO kablam! usermod: no changes Oct 13 09:06:34.156 INFO kablam! Checking ruyi v0.1.6 (/source) Oct 13 09:06:35.750 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.750 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 13 09:06:35.751 INFO kablam! | Oct 13 09:06:35.752 INFO kablam! 78 | Ok((n)) Oct 13 09:06:35.752 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.753 INFO kablam! | Oct 13 09:06:35.753 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:06:35.754 INFO kablam! Oct 13 09:06:35.754 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.754 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 13 09:06:35.755 INFO kablam! | Oct 13 09:06:35.755 INFO kablam! 85 | Ok((n)) Oct 13 09:06:35.755 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.756 INFO kablam! Oct 13 09:06:35.760 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.761 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 13 09:06:35.761 INFO kablam! | Oct 13 09:06:35.761 INFO kablam! 70 | Ok((n)) Oct 13 09:06:35.762 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.762 INFO kablam! Oct 13 09:06:35.769 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.769 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 13 09:06:35.770 INFO kablam! | Oct 13 09:06:35.770 INFO kablam! 78 | Ok((n)) Oct 13 09:06:35.771 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.771 INFO kablam! | Oct 13 09:06:35.772 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:06:35.772 INFO kablam! Oct 13 09:06:35.772 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.772 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 13 09:06:35.773 INFO kablam! | Oct 13 09:06:35.776 INFO kablam! 85 | Ok((n)) Oct 13 09:06:35.777 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.777 INFO kablam! Oct 13 09:06:35.777 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:35.778 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 13 09:06:35.778 INFO kablam! | Oct 13 09:06:35.778 INFO kablam! 70 | Ok((n)) Oct 13 09:06:35.779 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:35.779 INFO kablam! Oct 13 09:06:36.440 INFO kablam! warning: type annotations needed Oct 13 09:06:36.440 INFO kablam! --> src/buf/window.rs:70:53 Oct 13 09:06:36.440 INFO kablam! | Oct 13 09:06:36.440 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 13 09:06:36.440 INFO kablam! | ^^^^^^ Oct 13 09:06:36.440 INFO kablam! | Oct 13 09:06:36.440 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 09:06:36.441 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! Oct 13 09:06:36.441 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:36.441 INFO kablam! Oct 13 09:06:36.441 INFO kablam! warning: type annotations needed Oct 13 09:06:36.441 INFO kablam! --> src/buf/window.rs:77:35 Oct 13 09:06:36.441 INFO kablam! | Oct 13 09:06:36.441 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 13 09:06:36.441 INFO kablam! | ^^^^^^ Oct 13 09:06:36.441 INFO kablam! | Oct 13 09:06:36.448 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! Oct 13 09:06:36.448 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:36.448 INFO kablam! Oct 13 09:06:36.496 INFO kablam! warning: type annotations needed Oct 13 09:06:36.496 INFO kablam! --> src/buf/window.rs:70:53 Oct 13 09:06:36.496 INFO kablam! | Oct 13 09:06:36.496 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 13 09:06:36.496 INFO kablam! | ^^^^^^ Oct 13 09:06:36.496 INFO kablam! | Oct 13 09:06:36.496 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 09:06:36.496 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! Oct 13 09:06:36.496 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:36.496 INFO kablam! Oct 13 09:06:36.496 INFO kablam! warning: type annotations needed Oct 13 09:06:36.496 INFO kablam! --> src/buf/window.rs:77:35 Oct 13 09:06:36.496 INFO kablam! | Oct 13 09:06:36.496 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 13 09:06:36.496 INFO kablam! | ^^^^^^ Oct 13 09:06:36.496 INFO kablam! | Oct 13 09:06:36.496 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! Oct 13 09:06:36.496 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:36.496 INFO kablam! Oct 13 09:06:44.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.24s Oct 13 09:06:44.254 INFO kablam! su: No module specific data is present Oct 13 09:06:44.660 INFO running `"docker" "rm" "-f" "af1d7cb9f5022c142843ff05de5e3e18477644e82882ebc44fbc42d42193670d"` Oct 13 09:06:44.748 INFO blam! af1d7cb9f5022c142843ff05de5e3e18477644e82882ebc44fbc42d42193670d