Oct 27 16:18:58.267 INFO checking ruyi-0.1.6 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:18:58.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 16:18:58.619 INFO blam! 921158bf74654236bae7789ba2ae14e55087b49ec22ec4380d642b1c523c83be Oct 27 16:18:58.622 INFO running `"docker" "start" "-a" "921158bf74654236bae7789ba2ae14e55087b49ec22ec4380d642b1c523c83be"` Oct 27 16:19:00.664 INFO kablam! usermod: no changes Oct 27 16:19:00.841 INFO kablam! Checking ruyi v0.1.6 (/source) Oct 27 16:19:01.915 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:01.916 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 27 16:19:01.917 INFO kablam! | Oct 27 16:19:01.917 INFO kablam! 78 | Ok((n)) Oct 27 16:19:01.917 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:01.917 INFO kablam! | Oct 27 16:19:01.917 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:19:01.918 INFO kablam! Oct 27 16:19:01.918 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:01.918 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 27 16:19:01.918 INFO kablam! | Oct 27 16:19:01.918 INFO kablam! 85 | Ok((n)) Oct 27 16:19:01.918 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:01.918 INFO kablam! Oct 27 16:19:01.918 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:01.918 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 27 16:19:01.918 INFO kablam! | Oct 27 16:19:01.918 INFO kablam! 70 | Ok((n)) Oct 27 16:19:01.918 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:01.918 INFO kablam! Oct 27 16:19:02.214 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:02.214 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 27 16:19:02.214 INFO kablam! | Oct 27 16:19:02.214 INFO kablam! 78 | Ok((n)) Oct 27 16:19:02.214 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:02.214 INFO kablam! | Oct 27 16:19:02.214 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:19:02.214 INFO kablam! Oct 27 16:19:02.214 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:02.214 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 27 16:19:02.214 INFO kablam! | Oct 27 16:19:02.214 INFO kablam! 85 | Ok((n)) Oct 27 16:19:02.214 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:02.214 INFO kablam! Oct 27 16:19:02.214 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 16:19:02.214 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 27 16:19:02.214 INFO kablam! | Oct 27 16:19:02.214 INFO kablam! 70 | Ok((n)) Oct 27 16:19:02.214 INFO kablam! | ^^^ help: remove these parentheses Oct 27 16:19:02.214 INFO kablam! Oct 27 16:19:02.831 INFO kablam! warning: type annotations needed Oct 27 16:19:02.831 INFO kablam! --> src/buf/window.rs:70:53 Oct 27 16:19:02.831 INFO kablam! | Oct 27 16:19:02.831 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 27 16:19:02.831 INFO kablam! | ^^^^^^ Oct 27 16:19:02.831 INFO kablam! | Oct 27 16:19:02.831 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 16:19:02.831 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 27 16:19:02.831 INFO kablam! = note: for more information, see issue #46906 Oct 27 16:19:02.831 INFO kablam! Oct 27 16:19:02.839 INFO kablam! warning: type annotations needed Oct 27 16:19:02.839 INFO kablam! --> src/buf/window.rs:77:35 Oct 27 16:19:02.839 INFO kablam! | Oct 27 16:19:02.839 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 27 16:19:02.839 INFO kablam! | ^^^^^^ Oct 27 16:19:02.839 INFO kablam! | Oct 27 16:19:02.839 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 27 16:19:02.839 INFO kablam! = note: for more information, see issue #46906 Oct 27 16:19:02.839 INFO kablam! Oct 27 16:19:02.943 INFO kablam! warning: type annotations needed Oct 27 16:19:02.943 INFO kablam! --> src/buf/window.rs:70:53 Oct 27 16:19:02.943 INFO kablam! | Oct 27 16:19:02.943 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 27 16:19:02.943 INFO kablam! | ^^^^^^ Oct 27 16:19:02.943 INFO kablam! | Oct 27 16:19:02.943 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 16:19:02.943 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 27 16:19:02.943 INFO kablam! = note: for more information, see issue #46906 Oct 27 16:19:02.943 INFO kablam! Oct 27 16:19:02.943 INFO kablam! warning: type annotations needed Oct 27 16:19:02.943 INFO kablam! --> src/buf/window.rs:77:35 Oct 27 16:19:02.943 INFO kablam! | Oct 27 16:19:02.943 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 27 16:19:02.943 INFO kablam! | ^^^^^^ Oct 27 16:19:02.943 INFO kablam! | Oct 27 16:19:02.943 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 27 16:19:02.943 INFO kablam! = note: for more information, see issue #46906 Oct 27 16:19:02.943 INFO kablam! Oct 27 16:19:10.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.33s Oct 27 16:19:10.061 INFO kablam! su: No module specific data is present Oct 27 16:19:10.695 INFO running `"docker" "rm" "-f" "921158bf74654236bae7789ba2ae14e55087b49ec22ec4380d642b1c523c83be"` Oct 27 16:19:10.929 INFO blam! 921158bf74654236bae7789ba2ae14e55087b49ec22ec4380d642b1c523c83be