Oct 13 07:42:41.187 INFO checking systemstat-0.1.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:42:41.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:42:41.544 INFO blam! b5be7a581da9d32f590dfc660a6b4e2befd5aba6e83d5f38d5b72fdf12ae4cd1 Oct 13 07:42:41.549 INFO running `"docker" "start" "-a" "b5be7a581da9d32f590dfc660a6b4e2befd5aba6e83d5f38d5b72fdf12ae4cd1"` Oct 13 07:42:42.808 INFO kablam! usermod: no changes Oct 13 07:42:42.924 INFO kablam! Checking bytesize v0.1.3 Oct 13 07:42:43.616 INFO kablam! Checking systemstat v0.1.3 (/source) Oct 13 07:42:44.732 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:42:44.732 INFO kablam! --> src/lib.rs:10:1 Oct 13 07:42:44.732 INFO kablam! | Oct 13 07:42:44.732 INFO kablam! 10 | #[macro_use] Oct 13 07:42:44.732 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:42:44.732 INFO kablam! | Oct 13 07:42:44.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:44.732 INFO kablam! Oct 13 07:42:44.828 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:42:44.828 INFO kablam! --> src/lib.rs:10:1 Oct 13 07:42:44.828 INFO kablam! | Oct 13 07:42:44.828 INFO kablam! 10 | #[macro_use] Oct 13 07:42:44.828 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:42:44.828 INFO kablam! | Oct 13 07:42:44.828 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:44.828 INFO kablam! Oct 13 07:42:46.004 INFO kablam! warning: unused variable: `e` Oct 13 07:42:46.004 INFO kablam! --> src/platform/common.rs:39:27 Oct 13 07:42:46.004 INFO kablam! | Oct 13 07:42:46.004 INFO kablam! 39 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")) Oct 13 07:42:46.004 INFO kablam! | ^ help: consider using `_e` instead Oct 13 07:42:46.004 INFO kablam! | Oct 13 07:42:46.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:42:46.004 INFO kablam! Oct 13 07:42:46.004 INFO kablam! warning: unused variable: `e` Oct 13 07:42:46.004 INFO kablam! --> src/platform/common.rs:47:27 Oct 13 07:42:46.004 INFO kablam! | Oct 13 07:42:46.004 INFO kablam! 47 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")))) Oct 13 07:42:46.004 INFO kablam! | ^ help: consider using `_e` instead Oct 13 07:42:46.004 INFO kablam! Oct 13 07:42:46.016 INFO kablam! warning: variable does not need to be mutable Oct 13 07:42:46.016 INFO kablam! --> src/platform/unix.rs:27:13 Oct 13 07:42:46.016 INFO kablam! | Oct 13 07:42:46.016 INFO kablam! 27 | let mut entry = result.entry(name.clone()).or_insert(Network { Oct 13 07:42:46.016 INFO kablam! | ----^^^^^ Oct 13 07:42:46.016 INFO kablam! | | Oct 13 07:42:46.016 INFO kablam! | help: remove this `mut` Oct 13 07:42:46.016 INFO kablam! | Oct 13 07:42:46.016 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:42:46.016 INFO kablam! Oct 13 07:42:46.084 INFO kablam! warning: unused variable: `e` Oct 13 07:42:46.084 INFO kablam! --> src/platform/common.rs:39:27 Oct 13 07:42:46.084 INFO kablam! | Oct 13 07:42:46.084 INFO kablam! 39 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")) Oct 13 07:42:46.084 INFO kablam! | ^ help: consider using `_e` instead Oct 13 07:42:46.084 INFO kablam! | Oct 13 07:42:46.084 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:42:46.084 INFO kablam! Oct 13 07:42:46.084 INFO kablam! warning: unused variable: `e` Oct 13 07:42:46.084 INFO kablam! --> src/platform/common.rs:47:27 Oct 13 07:42:46.084 INFO kablam! | Oct 13 07:42:46.084 INFO kablam! 47 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")))) Oct 13 07:42:46.084 INFO kablam! | ^ help: consider using `_e` instead Oct 13 07:42:46.084 INFO kablam! Oct 13 07:42:46.104 INFO kablam! warning: variable does not need to be mutable Oct 13 07:42:46.104 INFO kablam! --> src/platform/unix.rs:27:13 Oct 13 07:42:46.104 INFO kablam! | Oct 13 07:42:46.104 INFO kablam! 27 | let mut entry = result.entry(name.clone()).or_insert(Network { Oct 13 07:42:46.104 INFO kablam! | ----^^^^^ Oct 13 07:42:46.104 INFO kablam! | | Oct 13 07:42:46.104 INFO kablam! | help: remove this `mut` Oct 13 07:42:46.104 INFO kablam! | Oct 13 07:42:46.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 07:42:46.104 INFO kablam! Oct 13 07:42:47.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.49s Oct 13 07:42:47.351 INFO kablam! su: No module specific data is present Oct 13 07:42:48.130 INFO running `"docker" "rm" "-f" "b5be7a581da9d32f590dfc660a6b4e2befd5aba6e83d5f38d5b72fdf12ae4cd1"` Oct 13 07:42:48.416 INFO blam! b5be7a581da9d32f590dfc660a6b4e2befd5aba6e83d5f38d5b72fdf12ae4cd1