Oct 22 01:17:52.368 INFO checking nexrs-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:17:52.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 01:17:52.791 INFO blam! fd3ccb5b96e1817b00070f276f6c74cbab0cb8692687204ab8b3132c06739e91 Oct 22 01:17:52.792 INFO running `"docker" "start" "-a" "fd3ccb5b96e1817b00070f276f6c74cbab0cb8692687204ab8b3132c06739e91"` Oct 22 01:17:53.623 INFO kablam! usermod: no changes Oct 22 01:17:53.646 INFO kablam! Checking nexrs v0.1.0 (/source) Oct 22 01:17:54.085 INFO kablam! warning: unused import: `std::error::Error` Oct 22 01:17:54.085 INFO kablam! --> src/discovery.rs:2:5 Oct 22 01:17:54.085 INFO kablam! | Oct 22 01:17:54.085 INFO kablam! 2 | use std::error::Error; Oct 22 01:17:54.085 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.085 INFO kablam! | Oct 22 01:17:54.085 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:17:54.085 INFO kablam! Oct 22 01:17:54.085 INFO kablam! warning: unused import: `std::io::Result as IoResult` Oct 22 01:17:54.085 INFO kablam! --> src/discovery.rs:6:5 Oct 22 01:17:54.085 INFO kablam! | Oct 22 01:17:54.085 INFO kablam! 6 | use std::io::Result as IoResult; Oct 22 01:17:54.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.085 INFO kablam! Oct 22 01:17:54.085 INFO kablam! warning: unused import: `discovery::*` Oct 22 01:17:54.085 INFO kablam! --> src/main.rs:4:5 Oct 22 01:17:54.085 INFO kablam! | Oct 22 01:17:54.085 INFO kablam! 4 | use discovery::*; Oct 22 01:17:54.085 INFO kablam! | ^^^^^^^^^^^^ Oct 22 01:17:54.085 INFO kablam! Oct 22 01:17:54.085 INFO kablam! warning: unused import: `SocketAddr` Oct 22 01:17:54.085 INFO kablam! --> src/main.rs:5:16 Oct 22 01:17:54.085 INFO kablam! | Oct 22 01:17:54.085 INFO kablam! 5 | use std::net::{SocketAddr}; Oct 22 01:17:54.085 INFO kablam! | ^^^^^^^^^^ Oct 22 01:17:54.085 INFO kablam! Oct 22 01:17:54.157 INFO kablam! warning: unused variable: `buf` Oct 22 01:17:54.157 INFO kablam! --> src/discovery.rs:86:17 Oct 22 01:17:54.157 INFO kablam! | Oct 22 01:17:54.157 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 22 01:17:54.157 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 22 01:17:54.157 INFO kablam! | Oct 22 01:17:54.157 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:17:54.157 INFO kablam! Oct 22 01:17:54.157 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.157 INFO kablam! --> src/discovery.rs:16:9 Oct 22 01:17:54.157 INFO kablam! | Oct 22 01:17:54.157 INFO kablam! 16 | let mut cmd_if = Command::new("ifconfig") Oct 22 01:17:54.157 INFO kablam! | ----^^^^^^ Oct 22 01:17:54.157 INFO kablam! | | Oct 22 01:17:54.157 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.157 INFO kablam! | Oct 22 01:17:54.157 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:17:54.157 INFO kablam! Oct 22 01:17:54.157 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.158 INFO kablam! --> src/discovery.rs:36:9 Oct 22 01:17:54.158 INFO kablam! | Oct 22 01:17:54.158 INFO kablam! 36 | let mut addr = addr_iter Oct 22 01:17:54.158 INFO kablam! | ----^^^^ Oct 22 01:17:54.158 INFO kablam! | | Oct 22 01:17:54.158 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.158 INFO kablam! Oct 22 01:17:54.166 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.166 INFO kablam! --> src/discovery.rs:86:13 Oct 22 01:17:54.166 INFO kablam! | Oct 22 01:17:54.166 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 22 01:17:54.166 INFO kablam! | ----^^^ Oct 22 01:17:54.166 INFO kablam! | | Oct 22 01:17:54.166 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.166 INFO kablam! Oct 22 01:17:54.166 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:17:54.166 INFO kablam! --> src/discovery.rs:87:9 Oct 22 01:17:54.166 INFO kablam! | Oct 22 01:17:54.166 INFO kablam! 87 | stream.set_write_timeout(Some(Duration::new(3, 0))); Oct 22 01:17:54.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.166 INFO kablam! | Oct 22 01:17:54.166 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:17:54.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:17:54.166 INFO kablam! Oct 22 01:17:54.166 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:17:54.166 INFO kablam! --> src/discovery.rs:88:9 Oct 22 01:17:54.166 INFO kablam! | Oct 22 01:17:54.166 INFO kablam! 88 | stream.set_read_timeout(Some(Duration::new(3, 0))); Oct 22 01:17:54.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.166 INFO kablam! | Oct 22 01:17:54.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:17:54.166 INFO kablam! Oct 22 01:17:54.284 INFO kablam! warning: unused import: `std::error::Error` Oct 22 01:17:54.285 INFO kablam! --> src/discovery.rs:2:5 Oct 22 01:17:54.285 INFO kablam! | Oct 22 01:17:54.285 INFO kablam! 2 | use std::error::Error; Oct 22 01:17:54.285 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.285 INFO kablam! | Oct 22 01:17:54.285 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:17:54.285 INFO kablam! Oct 22 01:17:54.285 INFO kablam! warning: unused import: `std::io::Result as IoResult` Oct 22 01:17:54.285 INFO kablam! --> src/discovery.rs:6:5 Oct 22 01:17:54.285 INFO kablam! | Oct 22 01:17:54.285 INFO kablam! 6 | use std::io::Result as IoResult; Oct 22 01:17:54.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.285 INFO kablam! Oct 22 01:17:54.285 INFO kablam! warning: unused import: `discovery::*` Oct 22 01:17:54.285 INFO kablam! --> src/main.rs:4:5 Oct 22 01:17:54.285 INFO kablam! | Oct 22 01:17:54.285 INFO kablam! 4 | use discovery::*; Oct 22 01:17:54.285 INFO kablam! | ^^^^^^^^^^^^ Oct 22 01:17:54.285 INFO kablam! Oct 22 01:17:54.285 INFO kablam! warning: unused import: `SocketAddr` Oct 22 01:17:54.285 INFO kablam! --> src/main.rs:5:16 Oct 22 01:17:54.285 INFO kablam! | Oct 22 01:17:54.285 INFO kablam! 5 | use std::net::{SocketAddr}; Oct 22 01:17:54.286 INFO kablam! | ^^^^^^^^^^ Oct 22 01:17:54.286 INFO kablam! Oct 22 01:17:54.352 INFO kablam! warning: unused variable: `buf` Oct 22 01:17:54.352 INFO kablam! --> src/discovery.rs:86:17 Oct 22 01:17:54.352 INFO kablam! | Oct 22 01:17:54.352 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 22 01:17:54.352 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 22 01:17:54.352 INFO kablam! | Oct 22 01:17:54.352 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:17:54.352 INFO kablam! Oct 22 01:17:54.360 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.360 INFO kablam! --> src/discovery.rs:16:9 Oct 22 01:17:54.360 INFO kablam! | Oct 22 01:17:54.360 INFO kablam! 16 | let mut cmd_if = Command::new("ifconfig") Oct 22 01:17:54.360 INFO kablam! | ----^^^^^^ Oct 22 01:17:54.360 INFO kablam! | | Oct 22 01:17:54.360 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.360 INFO kablam! | Oct 22 01:17:54.360 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:17:54.360 INFO kablam! Oct 22 01:17:54.360 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.360 INFO kablam! --> src/discovery.rs:36:9 Oct 22 01:17:54.360 INFO kablam! | Oct 22 01:17:54.360 INFO kablam! 36 | let mut addr = addr_iter Oct 22 01:17:54.360 INFO kablam! | ----^^^^ Oct 22 01:17:54.360 INFO kablam! | | Oct 22 01:17:54.360 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.360 INFO kablam! Oct 22 01:17:54.360 INFO kablam! warning: variable does not need to be mutable Oct 22 01:17:54.360 INFO kablam! --> src/discovery.rs:86:13 Oct 22 01:17:54.360 INFO kablam! | Oct 22 01:17:54.360 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 22 01:17:54.360 INFO kablam! | ----^^^ Oct 22 01:17:54.360 INFO kablam! | | Oct 22 01:17:54.360 INFO kablam! | help: remove this `mut` Oct 22 01:17:54.360 INFO kablam! Oct 22 01:17:54.362 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:17:54.362 INFO kablam! --> src/discovery.rs:87:9 Oct 22 01:17:54.362 INFO kablam! | Oct 22 01:17:54.362 INFO kablam! 87 | stream.set_write_timeout(Some(Duration::new(3, 0))); Oct 22 01:17:54.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.362 INFO kablam! | Oct 22 01:17:54.362 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:17:54.362 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:17:54.362 INFO kablam! Oct 22 01:17:54.362 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:17:54.362 INFO kablam! --> src/discovery.rs:88:9 Oct 22 01:17:54.362 INFO kablam! | Oct 22 01:17:54.362 INFO kablam! 88 | stream.set_read_timeout(Some(Duration::new(3, 0))); Oct 22 01:17:54.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:54.362 INFO kablam! | Oct 22 01:17:54.362 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:17:54.362 INFO kablam! Oct 22 01:17:54.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 22 01:17:54.381 INFO kablam! su: No module specific data is present Oct 22 01:17:54.585 INFO running `"docker" "rm" "-f" "fd3ccb5b96e1817b00070f276f6c74cbab0cb8692687204ab8b3132c06739e91"` Oct 22 01:17:54.686 INFO blam! fd3ccb5b96e1817b00070f276f6c74cbab0cb8692687204ab8b3132c06739e91