Oct 13 09:06:27.290 INFO checking ruyi-0.1.6 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 09:06:27.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:27.816 INFO blam! 4deaee98e3bda5b5d3f28c5a56b52b0b9e16891f06c9d245da4ce764a28928f0 Oct 13 09:06:27.821 INFO running `"docker" "start" "-a" "4deaee98e3bda5b5d3f28c5a56b52b0b9e16891f06c9d245da4ce764a28928f0"` Oct 13 09:06:29.648 INFO kablam! usermod: no changes Oct 13 09:06:29.812 INFO kablam! Checking ruyi v0.1.6 (/source) Oct 13 09:06:31.448 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.448 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 13 09:06:31.448 INFO kablam! | Oct 13 09:06:31.448 INFO kablam! 78 | Ok((n)) Oct 13 09:06:31.448 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.448 INFO kablam! | Oct 13 09:06:31.448 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:06:31.448 INFO kablam! Oct 13 09:06:31.448 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.448 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 13 09:06:31.448 INFO kablam! | Oct 13 09:06:31.448 INFO kablam! 85 | Ok((n)) Oct 13 09:06:31.448 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.448 INFO kablam! Oct 13 09:06:31.448 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.448 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 13 09:06:31.448 INFO kablam! | Oct 13 09:06:31.448 INFO kablam! 70 | Ok((n)) Oct 13 09:06:31.448 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.448 INFO kablam! Oct 13 09:06:31.500 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.500 INFO kablam! --> src/nio/sys/unix/mod.rs:78:8 Oct 13 09:06:31.500 INFO kablam! | Oct 13 09:06:31.500 INFO kablam! 78 | Ok((n)) Oct 13 09:06:31.500 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.500 INFO kablam! | Oct 13 09:06:31.500 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:06:31.500 INFO kablam! Oct 13 09:06:31.500 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.500 INFO kablam! --> src/nio/sys/unix/mod.rs:85:8 Oct 13 09:06:31.500 INFO kablam! | Oct 13 09:06:31.500 INFO kablam! 85 | Ok((n)) Oct 13 09:06:31.500 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.500 INFO kablam! Oct 13 09:06:31.500 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 09:06:31.500 INFO kablam! --> src/nio/sys/unix/linux.rs:70:12 Oct 13 09:06:31.500 INFO kablam! | Oct 13 09:06:31.500 INFO kablam! 70 | Ok((n)) Oct 13 09:06:31.500 INFO kablam! | ^^^ help: remove these parentheses Oct 13 09:06:31.500 INFO kablam! Oct 13 09:06:32.108 INFO kablam! warning: type annotations needed Oct 13 09:06:32.109 INFO kablam! --> src/buf/window.rs:70:53 Oct 13 09:06:32.110 INFO kablam! | Oct 13 09:06:32.110 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 13 09:06:32.111 INFO kablam! | ^^^^^^ Oct 13 09:06:32.112 INFO kablam! | Oct 13 09:06:32.112 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 09:06:32.112 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:32.112 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:32.113 INFO kablam! Oct 13 09:06:32.113 INFO kablam! warning: type annotations needed Oct 13 09:06:32.113 INFO kablam! --> src/buf/window.rs:77:35 Oct 13 09:06:32.114 INFO kablam! | Oct 13 09:06:32.114 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 13 09:06:32.114 INFO kablam! | ^^^^^^ Oct 13 09:06:32.115 INFO kablam! | Oct 13 09:06:32.115 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:32.115 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:32.116 INFO kablam! Oct 13 09:06:32.405 INFO kablam! warning: type annotations needed Oct 13 09:06:32.406 INFO kablam! --> src/buf/window.rs:70:53 Oct 13 09:06:32.406 INFO kablam! | Oct 13 09:06:32.406 INFO kablam! 70 | let mut p_dst = unsafe { bytes.as_mut_ptr().offset(size as isize) }; Oct 13 09:06:32.407 INFO kablam! | ^^^^^^ Oct 13 09:06:32.407 INFO kablam! | Oct 13 09:06:32.412 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 09:06:32.413 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:32.413 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:32.413 INFO kablam! Oct 13 09:06:32.414 INFO kablam! warning: type annotations needed Oct 13 09:06:32.414 INFO kablam! --> src/buf/window.rs:77:35 Oct 13 09:06:32.414 INFO kablam! | Oct 13 09:06:32.414 INFO kablam! 77 | p_dst = p_dst.offset(-(size as isize)); Oct 13 09:06:32.415 INFO kablam! | ^^^^^^ Oct 13 09:06:32.420 INFO kablam! | Oct 13 09:06:32.421 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:32.421 INFO kablam! = note: for more information, see issue #46906 Oct 13 09:06:32.421 INFO kablam! Oct 13 09:06:42.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.08s Oct 13 09:06:42.768 INFO kablam! su: No module specific data is present Oct 13 09:06:43.332 INFO running `"docker" "rm" "-f" "4deaee98e3bda5b5d3f28c5a56b52b0b9e16891f06c9d245da4ce764a28928f0"` Oct 13 09:06:43.528 INFO blam! 4deaee98e3bda5b5d3f28c5a56b52b0b9e16891f06c9d245da4ce764a28928f0