Oct 13 08:18:37.145 INFO checking socket-0.0.7 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:18:37.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 08:18:37.565 INFO blam! e00729710c6731f213ab2ed875c460e91f5b268fc9939189bfb42e1524405831 Oct 13 08:18:37.567 INFO running `"docker" "start" "-a" "e00729710c6731f213ab2ed875c460e91f5b268fc9939189bfb42e1524405831"` Oct 13 08:18:38.708 INFO kablam! usermod: no changes Oct 13 08:18:38.848 INFO kablam! Checking socket v0.0.7 (/source) Oct 13 08:18:40.668 INFO kablam! warning: unnecessary `unsafe` block Oct 13 08:18:40.669 INFO kablam! --> src/lib.rs:39:21 Oct 13 08:18:40.669 INFO kablam! | Oct 13 08:18:40.670 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 13 08:18:40.671 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 13 08:18:40.671 INFO kablam! ... Oct 13 08:18:40.672 INFO kablam! 81 | unsafe { Oct 13 08:18:40.672 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 13 08:18:40.673 INFO kablam! 82 | let mut fds: [c_int; 2] = mem::zeroed(); Oct 13 08:18:40.674 INFO kablam! 83 | _try!(c_socketpair, domain as c_int, type_ as c_int, protocol as c_int, &mut fds as *mut [c_int]); Oct 13 08:18:40.674 INFO kablam! | -------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 08:18:40.675 INFO kablam! | Oct 13 08:18:40.676 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 13 08:18:40.676 INFO kablam! Oct 13 08:18:40.677 INFO kablam! warning: unnecessary `unsafe` block Oct 13 08:18:40.677 INFO kablam! --> src/lib.rs:39:21 Oct 13 08:18:40.678 INFO kablam! | Oct 13 08:18:40.679 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 13 08:18:40.679 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 13 08:18:40.680 INFO kablam! ... Oct 13 08:18:40.681 INFO kablam! 129 | unsafe { Oct 13 08:18:40.681 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 13 08:18:40.682 INFO kablam! 130 | let value = &value as *const T as *const c_void; Oct 13 08:18:40.682 INFO kablam! 131 | / _try!( Oct 13 08:18:40.682 INFO kablam! 132 | | setsockopt, Oct 13 08:18:40.682 INFO kablam! 133 | | self.fd, level, name, value, mem::size_of::() as socklen_t); Oct 13 08:18:40.682 INFO kablam! | |_______________________________________________________________________________- in this macro invocation Oct 13 08:18:40.682 INFO kablam! Oct 13 08:18:40.682 INFO kablam! warning: `extern` block uses type `[i32]` which is not FFI-safe: slices have no C equivalent Oct 13 08:18:40.682 INFO kablam! --> src/lib.rs:49:71 Oct 13 08:18:40.682 INFO kablam! | Oct 13 08:18:40.682 INFO kablam! 49 | fn c_socketpair(domain: c_int, type_: c_int, protocol: c_int, sv: *mut [c_int]) -> c_int; Oct 13 08:18:40.682 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:18:40.682 INFO kablam! | Oct 13 08:18:40.682 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 13 08:18:40.682 INFO kablam! = help: consider using a raw pointer instead Oct 13 08:18:40.682 INFO kablam! Oct 13 08:18:41.006 INFO kablam! warning: unnecessary `unsafe` block Oct 13 08:18:41.006 INFO kablam! --> src/lib.rs:39:21 Oct 13 08:18:41.006 INFO kablam! | Oct 13 08:18:41.006 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 13 08:18:41.006 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 13 08:18:41.006 INFO kablam! ... Oct 13 08:18:41.006 INFO kablam! 81 | unsafe { Oct 13 08:18:41.006 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 13 08:18:41.006 INFO kablam! 82 | let mut fds: [c_int; 2] = mem::zeroed(); Oct 13 08:18:41.006 INFO kablam! 83 | _try!(c_socketpair, domain as c_int, type_ as c_int, protocol as c_int, &mut fds as *mut [c_int]); Oct 13 08:18:41.006 INFO kablam! | -------------------------------------------------------------------------------------------------- in this macro invocation Oct 13 08:18:41.006 INFO kablam! | Oct 13 08:18:41.006 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 13 08:18:41.009 INFO kablam! Oct 13 08:18:41.009 INFO kablam! warning: unnecessary `unsafe` block Oct 13 08:18:41.009 INFO kablam! --> src/lib.rs:39:21 Oct 13 08:18:41.009 INFO kablam! | Oct 13 08:18:41.009 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 13 08:18:41.009 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 13 08:18:41.009 INFO kablam! ... Oct 13 08:18:41.009 INFO kablam! 129 | unsafe { Oct 13 08:18:41.009 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 13 08:18:41.009 INFO kablam! 130 | let value = &value as *const T as *const c_void; Oct 13 08:18:41.009 INFO kablam! 131 | / _try!( Oct 13 08:18:41.009 INFO kablam! 132 | | setsockopt, Oct 13 08:18:41.009 INFO kablam! 133 | | self.fd, level, name, value, mem::size_of::() as socklen_t); Oct 13 08:18:41.009 INFO kablam! | |_______________________________________________________________________________- in this macro invocation Oct 13 08:18:41.009 INFO kablam! Oct 13 08:18:41.013 INFO kablam! warning: `extern` block uses type `[i32]` which is not FFI-safe: slices have no C equivalent Oct 13 08:18:41.013 INFO kablam! --> src/lib.rs:49:71 Oct 13 08:18:41.013 INFO kablam! | Oct 13 08:18:41.013 INFO kablam! 49 | fn c_socketpair(domain: c_int, type_: c_int, protocol: c_int, sv: *mut [c_int]) -> c_int; Oct 13 08:18:41.013 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:18:41.013 INFO kablam! | Oct 13 08:18:41.013 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 13 08:18:41.013 INFO kablam! = help: consider using a raw pointer instead Oct 13 08:18:41.013 INFO kablam! Oct 13 08:18:41.017 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:18:41.017 INFO kablam! --> src/lib.rs:370:9 Oct 13 08:18:41.017 INFO kablam! | Oct 13 08:18:41.017 INFO kablam! 370 | thread.join(); Oct 13 08:18:41.017 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 08:18:41.017 INFO kablam! | Oct 13 08:18:41.017 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 08:18:41.017 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:18:41.017 INFO kablam! Oct 13 08:18:41.019 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 08:18:41.019 INFO kablam! --> src/lib.rs:384:9 Oct 13 08:18:41.019 INFO kablam! | Oct 13 08:18:41.019 INFO kablam! 384 | thread.join(); Oct 13 08:18:41.019 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 08:18:41.019 INFO kablam! | Oct 13 08:18:41.019 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 08:18:41.019 INFO kablam! Oct 13 08:18:41.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 13 08:18:41.051 INFO kablam! su: No module specific data is present Oct 13 08:18:42.040 INFO running `"docker" "rm" "-f" "e00729710c6731f213ab2ed875c460e91f5b268fc9939189bfb42e1524405831"` Oct 13 08:18:42.456 INFO blam! e00729710c6731f213ab2ed875c460e91f5b268fc9939189bfb42e1524405831