Oct 21 23:31:42.389 INFO checking socket-0.0.7 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:31:42.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:31:42.789 INFO blam! 45b2f565366fefd111ba95e74d375da940372134201c7736a378be96f4093145 Oct 21 23:31:42.791 INFO running `"docker" "start" "-a" "45b2f565366fefd111ba95e74d375da940372134201c7736a378be96f4093145"` Oct 21 23:31:44.356 INFO kablam! usermod: no changes Oct 21 23:31:44.459 INFO kablam! Checking socket v0.0.7 (/source) Oct 21 23:31:46.009 INFO kablam! warning: unnecessary `unsafe` block Oct 21 23:31:46.009 INFO kablam! --> src/lib.rs:39:21 Oct 21 23:31:46.009 INFO kablam! | Oct 21 23:31:46.010 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 21 23:31:46.010 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 23:31:46.010 INFO kablam! ... Oct 21 23:31:46.010 INFO kablam! 81 | unsafe { Oct 21 23:31:46.011 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 21 23:31:46.011 INFO kablam! 82 | let mut fds: [c_int; 2] = mem::zeroed(); Oct 21 23:31:46.011 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 21 23:31:46.011 INFO kablam! | -------------------------------------------------------------------------------------------------- in this macro invocation Oct 21 23:31:46.012 INFO kablam! | Oct 21 23:31:46.012 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 21 23:31:46.012 INFO kablam! Oct 21 23:31:46.013 INFO kablam! warning: unnecessary `unsafe` block Oct 21 23:31:46.013 INFO kablam! --> src/lib.rs:39:21 Oct 21 23:31:46.013 INFO kablam! | Oct 21 23:31:46.013 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 21 23:31:46.013 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 23:31:46.014 INFO kablam! ... Oct 21 23:31:46.014 INFO kablam! 129 | unsafe { Oct 21 23:31:46.014 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 21 23:31:46.015 INFO kablam! 130 | let value = &value as *const T as *const c_void; Oct 21 23:31:46.015 INFO kablam! 131 | / _try!( Oct 21 23:31:46.015 INFO kablam! 132 | | setsockopt, Oct 21 23:31:46.015 INFO kablam! 133 | | self.fd, level, name, value, mem::size_of::() as socklen_t); Oct 21 23:31:46.016 INFO kablam! | |_______________________________________________________________________________- in this macro invocation Oct 21 23:31:46.016 INFO kablam! Oct 21 23:31:46.016 INFO kablam! warning: `extern` block uses type `[i32]` which is not FFI-safe: slices have no C equivalent Oct 21 23:31:46.016 INFO kablam! --> src/lib.rs:49:71 Oct 21 23:31:46.017 INFO kablam! | Oct 21 23:31:46.017 INFO kablam! 49 | fn c_socketpair(domain: c_int, type_: c_int, protocol: c_int, sv: *mut [c_int]) -> c_int; Oct 21 23:31:46.017 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:31:46.017 INFO kablam! | Oct 21 23:31:46.018 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 21 23:31:46.018 INFO kablam! = help: consider using a raw pointer instead Oct 21 23:31:46.018 INFO kablam! Oct 21 23:31:46.292 INFO kablam! warning: unnecessary `unsafe` block Oct 21 23:31:46.292 INFO kablam! --> src/lib.rs:39:21 Oct 21 23:31:46.292 INFO kablam! | Oct 21 23:31:46.292 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 21 23:31:46.292 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 23:31:46.293 INFO kablam! ... Oct 21 23:31:46.293 INFO kablam! 81 | unsafe { Oct 21 23:31:46.293 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 21 23:31:46.293 INFO kablam! 82 | let mut fds: [c_int; 2] = mem::zeroed(); Oct 21 23:31:46.293 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 21 23:31:46.293 INFO kablam! | -------------------------------------------------------------------------------------------------- in this macro invocation Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 21 23:31:46.293 INFO kablam! Oct 21 23:31:46.293 INFO kablam! warning: unnecessary `unsafe` block Oct 21 23:31:46.293 INFO kablam! --> src/lib.rs:39:21 Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! 39 | let value = unsafe { $fun($($x,)*) }; Oct 21 23:31:46.293 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 23:31:46.293 INFO kablam! ... Oct 21 23:31:46.293 INFO kablam! 129 | unsafe { Oct 21 23:31:46.293 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 21 23:31:46.293 INFO kablam! 130 | let value = &value as *const T as *const c_void; Oct 21 23:31:46.293 INFO kablam! 131 | / _try!( Oct 21 23:31:46.293 INFO kablam! 132 | | setsockopt, Oct 21 23:31:46.293 INFO kablam! 133 | | self.fd, level, name, value, mem::size_of::() as socklen_t); Oct 21 23:31:46.293 INFO kablam! | |_______________________________________________________________________________- in this macro invocation Oct 21 23:31:46.293 INFO kablam! Oct 21 23:31:46.293 INFO kablam! warning: `extern` block uses type `[i32]` which is not FFI-safe: slices have no C equivalent Oct 21 23:31:46.293 INFO kablam! --> src/lib.rs:49:71 Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! 49 | fn c_socketpair(domain: c_int, type_: c_int, protocol: c_int, sv: *mut [c_int]) -> c_int; Oct 21 23:31:46.293 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 21 23:31:46.293 INFO kablam! = help: consider using a raw pointer instead Oct 21 23:31:46.293 INFO kablam! Oct 21 23:31:46.293 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:31:46.293 INFO kablam! --> src/lib.rs:370:9 Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! 370 | thread.join(); Oct 21 23:31:46.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:31:46.293 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:31:46.293 INFO kablam! Oct 21 23:31:46.293 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:31:46.293 INFO kablam! --> src/lib.rs:384:9 Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! 384 | thread.join(); Oct 21 23:31:46.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 23:31:46.293 INFO kablam! | Oct 21 23:31:46.293 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:31:46.293 INFO kablam! Oct 21 23:31:46.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 21 23:31:46.360 INFO kablam! su: No module specific data is present Oct 21 23:31:47.292 INFO running `"docker" "rm" "-f" "45b2f565366fefd111ba95e74d375da940372134201c7736a378be96f4093145"` Oct 21 23:31:47.548 INFO blam! 45b2f565366fefd111ba95e74d375da940372134201c7736a378be96f4093145