Oct 22 03:16:19.376 INFO checking fg-uds-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:16:19.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 22 03:16:19.573 INFO blam! 90a21455e7d169c502eabdd63bf3b68002dbac8a9da34344827b605326788437 Oct 22 03:16:19.574 INFO running `"docker" "start" "-a" "90a21455e7d169c502eabdd63bf3b68002dbac8a9da34344827b605326788437"` Oct 22 03:16:20.029 INFO kablam! usermod: no changes Oct 22 03:16:20.089 INFO kablam! Compiling winapi v0.3.6 Oct 22 03:16:22.404 INFO kablam! Checking futures-glib v0.4.0 Oct 22 03:16:23.717 INFO kablam! Checking fg-uds v0.3.0 (/source) Oct 22 03:16:25.508 INFO kablam! warning: method is never used: `fd` Oct 22 03:16:25.508 INFO kablam! --> src/socket.rs:57:5 Oct 22 03:16:25.508 INFO kablam! | Oct 22 03:16:25.508 INFO kablam! 57 | pub fn fd(&self) -> c_int { Oct 22 03:16:25.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.508 INFO kablam! | Oct 22 03:16:25.508 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:16:25.508 INFO kablam! Oct 22 03:16:25.508 INFO kablam! warning: method is never used: `into_fd` Oct 22 03:16:25.508 INFO kablam! --> src/socket.rs:61:5 Oct 22 03:16:25.508 INFO kablam! | Oct 22 03:16:25.508 INFO kablam! 61 | pub fn into_fd(self) -> c_int { Oct 22 03:16:25.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.508 INFO kablam! Oct 22 03:16:25.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:16:25.516 INFO kablam! --> src/lib.rs:134:5 Oct 22 03:16:25.516 INFO kablam! | Oct 22 03:16:25.516 INFO kablam! 134 | channel.set_encoding(None); // TODO: check error. Oct 22 03:16:25.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.516 INFO kablam! | Oct 22 03:16:25.516 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:16:25.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:16:25.516 INFO kablam! Oct 22 03:16:25.544 INFO kablam! warning: method is never used: `fd` Oct 22 03:16:25.544 INFO kablam! --> src/socket.rs:57:5 Oct 22 03:16:25.544 INFO kablam! | Oct 22 03:16:25.544 INFO kablam! 57 | pub fn fd(&self) -> c_int { Oct 22 03:16:25.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.544 INFO kablam! | Oct 22 03:16:25.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:16:25.544 INFO kablam! Oct 22 03:16:25.544 INFO kablam! warning: method is never used: `into_fd` Oct 22 03:16:25.544 INFO kablam! --> src/socket.rs:61:5 Oct 22 03:16:25.544 INFO kablam! | Oct 22 03:16:25.544 INFO kablam! 61 | pub fn into_fd(self) -> c_int { Oct 22 03:16:25.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.544 INFO kablam! Oct 22 03:16:25.544 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:16:25.544 INFO kablam! --> src/lib.rs:134:5 Oct 22 03:16:25.544 INFO kablam! | Oct 22 03:16:25.544 INFO kablam! 134 | channel.set_encoding(None); // TODO: check error. Oct 22 03:16:25.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:16:25.544 INFO kablam! | Oct 22 03:16:25.544 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:16:25.544 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:16:25.544 INFO kablam! Oct 22 03:16:27.293 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.293 INFO kablam! --> examples/named-splitted.rs:17:41 Oct 22 03:16:27.294 INFO kablam! | Oct 22 03:16:27.294 INFO kablam! 17 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 22 03:16:27.294 INFO kablam! | ^^^^^^^^^^ Oct 22 03:16:27.294 INFO kablam! | Oct 22 03:16:27.294 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:16:27.295 INFO kablam! Oct 22 03:16:27.296 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.296 INFO kablam! --> examples/named-splitted.rs:17:53 Oct 22 03:16:27.296 INFO kablam! | Oct 22 03:16:27.297 INFO kablam! 17 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 22 03:16:27.297 INFO kablam! | ^^^^^^^^^^^ Oct 22 03:16:27.297 INFO kablam! Oct 22 03:16:27.298 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.298 INFO kablam! --> examples/named-splitted.rs:75:37 Oct 22 03:16:27.299 INFO kablam! | Oct 22 03:16:27.299 INFO kablam! 75 | let mut framed_writer = FramedWrite::new(writer, LineCodec); Oct 22 03:16:27.299 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:16:27.300 INFO kablam! Oct 22 03:16:27.300 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.300 INFO kablam! --> examples/named-splitted.rs:76:33 Oct 22 03:16:27.300 INFO kablam! | Oct 22 03:16:27.301 INFO kablam! 76 | let framed_reader = FramedRead::new(reader, LineCodec); Oct 22 03:16:27.301 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:16:27.301 INFO kablam! Oct 22 03:16:27.302 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.302 INFO kablam! --> examples/named-splitted.rs:99:37 Oct 22 03:16:27.302 INFO kablam! | Oct 22 03:16:27.303 INFO kablam! 99 | let framed_writer = FramedWrite::new(writer, LineCodec); Oct 22 03:16:27.303 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:16:27.303 INFO kablam! Oct 22 03:16:27.303 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.304 INFO kablam! --> examples/named-splitted.rs:100:37 Oct 22 03:16:27.304 INFO kablam! | Oct 22 03:16:27.304 INFO kablam! 100 | let framed_reader = FramedRead::new(reader, LineCodec); Oct 22 03:16:27.305 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:16:27.305 INFO kablam! Oct 22 03:16:27.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.395 INFO kablam! --> examples/abstract.rs:16:41 Oct 22 03:16:27.395 INFO kablam! | Oct 22 03:16:27.395 INFO kablam! 16 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 22 03:16:27.395 INFO kablam! | ^^^^^^^^^^ Oct 22 03:16:27.395 INFO kablam! | Oct 22 03:16:27.395 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:16:27.395 INFO kablam! Oct 22 03:16:27.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.395 INFO kablam! --> examples/abstract.rs:16:53 Oct 22 03:16:27.395 INFO kablam! | Oct 22 03:16:27.395 INFO kablam! 16 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; Oct 22 03:16:27.395 INFO kablam! | ^^^^^^^^^^^ Oct 22 03:16:27.395 INFO kablam! Oct 22 03:16:27.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.395 INFO kablam! --> examples/abstract.rs:73:37 Oct 22 03:16:27.395 INFO kablam! | Oct 22 03:16:27.395 INFO kablam! 73 | let mut framed_writer = FramedWrite::new(writer, LineCodec); Oct 22 03:16:27.395 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:16:27.395 INFO kablam! Oct 22 03:16:27.395 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.395 INFO kablam! --> examples/abstract.rs:74:33 Oct 22 03:16:27.395 INFO kablam! | Oct 22 03:16:27.395 INFO kablam! 74 | let framed_reader = FramedRead::new(reader, LineCodec); Oct 22 03:16:27.395 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:16:27.397 INFO kablam! Oct 22 03:16:27.397 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedWrite': Moved to tokio-codec Oct 22 03:16:27.397 INFO kablam! --> examples/abstract.rs:97:37 Oct 22 03:16:27.397 INFO kablam! | Oct 22 03:16:27.397 INFO kablam! 97 | let framed_writer = FramedWrite::new(writer, LineCodec); Oct 22 03:16:27.397 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 03:16:27.397 INFO kablam! Oct 22 03:16:27.397 INFO kablam! warning: use of deprecated item 'tokio_io::codec::FramedRead': Moved to tokio-codec Oct 22 03:16:27.397 INFO kablam! --> examples/abstract.rs:98:37 Oct 22 03:16:27.397 INFO kablam! | Oct 22 03:16:27.397 INFO kablam! 98 | let framed_reader = FramedRead::new(reader, LineCodec); Oct 22 03:16:27.397 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 03:16:27.397 INFO kablam! Oct 22 03:16:27.403 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:16:27.403 INFO kablam! --> examples/named.rs:83:40 Oct 22 03:16:27.403 INFO kablam! | Oct 22 03:16:27.403 INFO kablam! 83 | let frame = stream.framed(LineCodec); Oct 22 03:16:27.403 INFO kablam! | ^^^^^^ Oct 22 03:16:27.403 INFO kablam! | Oct 22 03:16:27.403 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:16:27.403 INFO kablam! Oct 22 03:16:27.408 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 22 03:16:27.409 INFO kablam! --> examples/named.rs:102:24 Oct 22 03:16:27.409 INFO kablam! | Oct 22 03:16:27.409 INFO kablam! 102 | Ok(stream2.framed(LineCodec)) Oct 22 03:16:27.409 INFO kablam! | ^^^^^^ Oct 22 03:16:27.409 INFO kablam! Oct 22 03:16:27.442 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:16:27.442 INFO kablam! --> examples/named.rs:78:13 Oct 22 03:16:27.442 INFO kablam! | Oct 22 03:16:27.442 INFO kablam! 78 | sender.send(true); Oct 22 03:16:27.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 03:16:27.442 INFO kablam! | Oct 22 03:16:27.442 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:16:27.442 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:16:27.442 INFO kablam! Oct 22 03:16:27.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.45s Oct 22 03:16:27.500 INFO kablam! su: No module specific data is present Oct 22 03:16:27.818 INFO running `"docker" "rm" "-f" "90a21455e7d169c502eabdd63bf3b68002dbac8a9da34344827b605326788437"` Oct 22 03:16:28.002 INFO blam! 90a21455e7d169c502eabdd63bf3b68002dbac8a9da34344827b605326788437