Oct 12 11:24:56.944 INFO checking valarauca/syslogsrvr against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 11:24:56.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 11:24:57.390 INFO blam! 582dcd081c5c437cef4c89102ff30dd2a2114ae14bf90a4e2dadd783e4d571b1 Oct 12 11:24:57.391 INFO running `"docker" "start" "-a" "582dcd081c5c437cef4c89102ff30dd2a2114ae14bf90a4e2dadd783e4d571b1"` Oct 12 11:24:58.998 INFO kablam! usermod: no changes Oct 12 11:24:59.132 INFO kablam! Checking libc v0.2.39 Oct 12 11:25:00.438 INFO kablam! Checking iovec v0.1.2 Oct 12 11:25:00.438 INFO kablam! Checking net2 v0.2.32 Oct 12 11:25:00.438 INFO kablam! Checking atty v0.2.6 Oct 12 11:25:00.962 INFO kablam! Checking clap v2.31.1 Oct 12 11:25:01.031 INFO kablam! Checking bytes v0.4.6 Oct 12 11:25:01.967 INFO kablam! Checking mio v0.6.13 Oct 12 11:25:03.567 INFO kablam! Checking tokio-io v0.1.5 Oct 12 11:25:06.164 INFO kablam! Checking tokio-core v0.1.12 Oct 12 11:25:09.805 INFO kablam! Checking syslogsrvr v0.1.0 (/source) Oct 12 11:25:10.265 INFO kablam! warning: unused import: `futures::future::lazy` Oct 12 11:25:10.265 INFO kablam! --> src/main.rs:5:5 Oct 12 11:25:10.265 INFO kablam! | Oct 12 11:25:10.265 INFO kablam! 5 | use futures::future::lazy; Oct 12 11:25:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 11:25:10.265 INFO kablam! | Oct 12 11:25:10.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:25:10.267 INFO kablam! Oct 12 11:25:10.267 INFO kablam! warning: unused import: `AsyncWrite` Oct 12 11:25:10.267 INFO kablam! --> src/main.rs:12:26 Oct 12 11:25:10.267 INFO kablam! | Oct 12 11:25:10.267 INFO kablam! 12 | use tokio_io::{AsyncRead,AsyncWrite}; Oct 12 11:25:10.267 INFO kablam! | ^^^^^^^^^^ Oct 12 11:25:10.267 INFO kablam! Oct 12 11:25:10.302 INFO kablam! warning: unused import: `futures::future::lazy` Oct 12 11:25:10.302 INFO kablam! --> src/main.rs:5:5 Oct 12 11:25:10.302 INFO kablam! | Oct 12 11:25:10.302 INFO kablam! 5 | use futures::future::lazy; Oct 12 11:25:10.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 11:25:10.303 INFO kablam! | Oct 12 11:25:10.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 11:25:10.303 INFO kablam! Oct 12 11:25:10.303 INFO kablam! warning: unused import: `AsyncWrite` Oct 12 11:25:10.303 INFO kablam! --> src/main.rs:12:26 Oct 12 11:25:10.303 INFO kablam! | Oct 12 11:25:10.303 INFO kablam! 12 | use tokio_io::{AsyncRead,AsyncWrite}; Oct 12 11:25:10.303 INFO kablam! | ^^^^^^^^^^ Oct 12 11:25:10.303 INFO kablam! Oct 12 11:25:10.397 INFO kablam! warning: unused import: `AsyncRead` Oct 12 11:25:10.397 INFO kablam! --> src/main.rs:12:16 Oct 12 11:25:10.397 INFO kablam! | Oct 12 11:25:10.397 INFO kablam! 12 | use tokio_io::{AsyncRead,AsyncWrite}; Oct 12 11:25:10.397 INFO kablam! | ^^^^^^^^^ Oct 12 11:25:10.397 INFO kablam! Oct 12 11:25:10.402 INFO kablam! warning: unused variable: `handle1` Oct 12 11:25:10.402 INFO kablam! --> src/main.rs:53:9 Oct 12 11:25:10.402 INFO kablam! | Oct 12 11:25:10.402 INFO kablam! 53 | let handle1 = core.handle(); Oct 12 11:25:10.402 INFO kablam! | ^^^^^^^ help: consider using `_handle1` instead Oct 12 11:25:10.402 INFO kablam! | Oct 12 11:25:10.402 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:25:10.402 INFO kablam! Oct 12 11:25:10.404 INFO kablam! warning: unused variable: `msg` Oct 12 11:25:10.404 INFO kablam! --> src/main.rs:122:26 Oct 12 11:25:10.404 INFO kablam! | Oct 12 11:25:10.416 INFO kablam! 122 | fn encode(&mut self, msg: (), buf: &mut Vec) -> SocketAddr { Oct 12 11:25:10.416 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 11:25:10.416 INFO kablam! warning: unused import: `AsyncRead` Oct 12 11:25:10.416 INFO kablam! --> src/main.rs:12:16 Oct 12 11:25:10.416 INFO kablam! | Oct 12 11:25:10.416 INFO kablam! 12 | use tokio_io::{AsyncRead,AsyncWrite}; Oct 12 11:25:10.416 INFO kablam! | ^^^^^^^^^ Oct 12 11:25:10.416 INFO kablam! Oct 12 11:25:10.416 INFO kablam! Oct 12 11:25:10.416 INFO kablam! warning: unused variable: `buf` Oct 12 11:25:10.416 INFO kablam! --> src/main.rs:122:35 Oct 12 11:25:10.416 INFO kablam! | Oct 12 11:25:10.416 INFO kablam! 122 | fn encode(&mut self, msg: (), buf: &mut Vec) -> SocketAddr { Oct 12 11:25:10.416 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 11:25:10.416 INFO kablam! Oct 12 11:25:10.420 INFO kablam! warning: unused variable: `handle1` Oct 12 11:25:10.420 INFO kablam! --> src/main.rs:53:9 Oct 12 11:25:10.420 INFO kablam! | Oct 12 11:25:10.420 INFO kablam! 53 | let handle1 = core.handle(); Oct 12 11:25:10.420 INFO kablam! | ^^^^^^^ help: consider using `_handle1` instead Oct 12 11:25:10.420 INFO kablam! | Oct 12 11:25:10.420 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 11:25:10.421 INFO kablam! Oct 12 11:25:10.421 INFO kablam! warning: unused variable: `msg` Oct 12 11:25:10.421 INFO kablam! --> src/main.rs:122:26 Oct 12 11:25:10.421 INFO kablam! | Oct 12 11:25:10.421 INFO kablam! 122 | fn encode(&mut self, msg: (), buf: &mut Vec) -> SocketAddr { Oct 12 11:25:10.421 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 12 11:25:10.421 INFO kablam! Oct 12 11:25:10.421 INFO kablam! warning: unused variable: `buf` Oct 12 11:25:10.421 INFO kablam! --> src/main.rs:122:35 Oct 12 11:25:10.421 INFO kablam! | Oct 12 11:25:10.421 INFO kablam! 122 | fn encode(&mut self, msg: (), buf: &mut Vec) -> SocketAddr { Oct 12 11:25:10.421 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 11:25:10.421 INFO kablam! Oct 12 11:25:10.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.50s Oct 12 11:25:10.533 INFO kablam! su: No module specific data is present Oct 12 11:25:12.279 INFO running `"docker" "rm" "-f" "582dcd081c5c437cef4c89102ff30dd2a2114ae14bf90a4e2dadd783e4d571b1"` Oct 12 11:25:12.672 INFO blam! 582dcd081c5c437cef4c89102ff30dd2a2114ae14bf90a4e2dadd783e4d571b1