Oct 21 23:56:54.553 INFO checking ruyi-0.1.6 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:56:54.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 23:56:55.004 INFO blam! f26950a68fc05ec9615b234310f460bf268282dc0cbd7a936371f0dbc3d21687 Oct 21 23:56:55.006 INFO running `"docker" "start" "-a" "f26950a68fc05ec9615b234310f460bf268282dc0cbd7a936371f0dbc3d21687"` Oct 21 23:56:56.136 INFO kablam! usermod: no changes Oct 21 23:56:56.264 INFO kablam! Checking ruyi v0.1.6 (/source) Oct 21 23:56:57.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:57.572 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 21 23:56:57.572 INFO kablam! | Oct 21 23:56:57.572 INFO kablam! 78 | Ok((n)) Oct 21 23:56:57.572 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:57.572 INFO kablam! | Oct 21 23:56:57.572 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:56:57.572 INFO kablam! Oct 21 23:56:57.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:57.572 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 21 23:56:57.572 INFO kablam! | Oct 21 23:56:57.572 INFO kablam! 85 | Ok((n)) Oct 21 23:56:57.572 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:57.572 INFO kablam! Oct 21 23:56:57.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:57.572 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 21 23:56:57.572 INFO kablam! | Oct 21 23:56:57.572 INFO kablam! 70 | Ok((n)) Oct 21 23:56:57.572 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:57.572 INFO kablam! Oct 21 23:56:58.073 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:58.073 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 21 23:56:58.074 INFO kablam! | Oct 21 23:56:58.074 INFO kablam! 78 | Ok((n)) Oct 21 23:56:58.074 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:58.075 INFO kablam! | Oct 21 23:56:58.075 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:56:58.075 INFO kablam! Oct 21 23:56:58.075 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:58.075 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 21 23:56:58.076 INFO kablam! | Oct 21 23:56:58.076 INFO kablam! 85 | Ok((n)) Oct 21 23:56:58.076 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:58.077 INFO kablam! Oct 21 23:56:58.077 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:56:58.077 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 21 23:56:58.077 INFO kablam! | Oct 21 23:56:58.078 INFO kablam! 70 | Ok((n)) Oct 21 23:56:58.078 INFO kablam! | ^^^ help: remove these parentheses Oct 21 23:56:58.078 INFO kablam! Oct 21 23:56:58.280 INFO kablam! warning: type annotations needed Oct 21 23:56:58.281 INFO kablam! --> src/buf/window.rs:70:53 Oct 21 23:56:58.281 INFO kablam! | Oct 21 23:56:58.281 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 21 23:56:58.282 INFO kablam! | ^^^^^^ Oct 21 23:56:58.282 INFO kablam! | Oct 21 23:56:58.282 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 21 23:56:58.282 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 21 23:56:58.283 INFO kablam! = note: for more information, see issue #46906 Oct 21 23:56:58.283 INFO kablam! Oct 21 23:56:58.283 INFO kablam! warning: type annotations needed Oct 21 23:56:58.283 INFO kablam! --> src/buf/window.rs:77:35 Oct 21 23:56:58.284 INFO kablam! | Oct 21 23:56:58.284 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 21 23:56:58.284 INFO kablam! | ^^^^^^ Oct 21 23:56:58.284 INFO kablam! | Oct 21 23:56:58.285 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 21 23:56:58.285 INFO kablam! = note: for more information, see issue #46906 Oct 21 23:56:58.285 INFO kablam! Oct 21 23:56:58.733 INFO kablam! warning: type annotations needed Oct 21 23:56:58.733 INFO kablam! --> src/buf/window.rs:70:53 Oct 21 23:56:58.733 INFO kablam! | Oct 21 23:56:58.734 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 21 23:56:58.734 INFO kablam! | ^^^^^^ Oct 21 23:56:58.734 INFO kablam! | Oct 21 23:56:58.734 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 21 23:56:58.735 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 21 23:56:58.735 INFO kablam! = note: for more information, see issue #46906 Oct 21 23:56:58.735 INFO kablam! Oct 21 23:56:58.740 INFO kablam! warning: type annotations needed Oct 21 23:56:58.740 INFO kablam! --> src/buf/window.rs:77:35 Oct 21 23:56:58.740 INFO kablam! | Oct 21 23:56:58.740 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 21 23:56:58.740 INFO kablam! | ^^^^^^ Oct 21 23:56:58.740 INFO kablam! | Oct 21 23:56:58.740 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 21 23:56:58.740 INFO kablam! = note: for more information, see issue #46906 Oct 21 23:56:58.740 INFO kablam! Oct 21 23:57:09.725 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.57s Oct 21 23:57:09.760 INFO kablam! su: No module specific data is present Oct 21 23:57:10.632 INFO running `"docker" "rm" "-f" "f26950a68fc05ec9615b234310f460bf268282dc0cbd7a936371f0dbc3d21687"` Oct 21 23:57:10.889 INFO blam! f26950a68fc05ec9615b234310f460bf268282dc0cbd7a936371f0dbc3d21687