Oct 21 23:11:22.131 INFO checking systemstat-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:11:22.132 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:11:22.562 INFO blam! db71a936bfdce10f6c03256d91418f6d6598f52b4715b48692ef566342b60e73 Oct 21 23:11:22.566 INFO running `"docker" "start" "-a" "db71a936bfdce10f6c03256d91418f6d6598f52b4715b48692ef566342b60e73"` Oct 21 23:11:23.468 INFO kablam! usermod: no changes Oct 21 23:11:23.517 INFO kablam! Checking systemstat v0.1.3 (/source) Oct 21 23:11:24.285 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:11:24.285 INFO kablam! --> src/lib.rs:10:1 Oct 21 23:11:24.285 INFO kablam! | Oct 21 23:11:24.285 INFO kablam! 10 | #[macro_use] Oct 21 23:11:24.285 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:11:24.285 INFO kablam! | Oct 21 23:11:24.285 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:11:24.285 INFO kablam! Oct 21 23:11:24.417 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:11:24.417 INFO kablam! --> src/lib.rs:10:1 Oct 21 23:11:24.418 INFO kablam! | Oct 21 23:11:24.418 INFO kablam! 10 | #[macro_use] Oct 21 23:11:24.418 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:11:24.419 INFO kablam! | Oct 21 23:11:24.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:11:24.419 INFO kablam! Oct 21 23:11:25.307 INFO kablam! warning: unused variable: `e` Oct 21 23:11:25.307 INFO kablam! --> src/platform/common.rs:39:27 Oct 21 23:11:25.307 INFO kablam! | Oct 21 23:11:25.307 INFO kablam! 39 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")) Oct 21 23:11:25.307 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:11:25.307 INFO kablam! | Oct 21 23:11:25.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:11:25.307 INFO kablam! Oct 21 23:11:25.307 INFO kablam! warning: unused variable: `e` Oct 21 23:11:25.307 INFO kablam! --> src/platform/common.rs:47:27 Oct 21 23:11:25.307 INFO kablam! | Oct 21 23:11:25.308 INFO kablam! 47 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")))) Oct 21 23:11:25.308 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:11:25.308 INFO kablam! Oct 21 23:11:25.314 INFO kablam! warning: variable does not need to be mutable Oct 21 23:11:25.314 INFO kablam! --> src/platform/unix.rs:27:13 Oct 21 23:11:25.314 INFO kablam! | Oct 21 23:11:25.314 INFO kablam! 27 | let mut entry = result.entry(name.clone()).or_insert(Network { Oct 21 23:11:25.314 INFO kablam! | ----^^^^^ Oct 21 23:11:25.314 INFO kablam! | | Oct 21 23:11:25.314 INFO kablam! | help: remove this `mut` Oct 21 23:11:25.314 INFO kablam! | Oct 21 23:11:25.314 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:11:25.314 INFO kablam! Oct 21 23:11:25.601 INFO kablam! warning: unused variable: `e` Oct 21 23:11:25.602 INFO kablam! --> src/platform/common.rs:39:27 Oct 21 23:11:25.602 INFO kablam! | Oct 21 23:11:25.602 INFO kablam! 39 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")) Oct 21 23:11:25.602 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:11:25.603 INFO kablam! | Oct 21 23:11:25.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:11:25.604 INFO kablam! Oct 21 23:11:25.604 INFO kablam! warning: unused variable: `e` Oct 21 23:11:25.604 INFO kablam! --> src/platform/common.rs:47:27 Oct 21 23:11:25.604 INFO kablam! | Oct 21 23:11:25.605 INFO kablam! 47 | .map_err(|e| io::Error::new(io::ErrorKind::Other, "Could not process time")))) Oct 21 23:11:25.605 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:11:25.605 INFO kablam! Oct 21 23:11:25.621 INFO kablam! warning: variable does not need to be mutable Oct 21 23:11:25.622 INFO kablam! --> src/platform/unix.rs:27:13 Oct 21 23:11:25.622 INFO kablam! | Oct 21 23:11:25.622 INFO kablam! 27 | let mut entry = result.entry(name.clone()).or_insert(Network { Oct 21 23:11:25.622 INFO kablam! | ----^^^^^ Oct 21 23:11:25.623 INFO kablam! | | Oct 21 23:11:25.623 INFO kablam! | help: remove this `mut` Oct 21 23:11:25.623 INFO kablam! | Oct 21 23:11:25.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:11:25.624 INFO kablam! Oct 21 23:11:26.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 21 23:11:26.557 INFO kablam! su: No module specific data is present Oct 21 23:11:26.910 INFO running `"docker" "rm" "-f" "db71a936bfdce10f6c03256d91418f6d6598f52b4715b48692ef566342b60e73"` Oct 21 23:11:27.029 INFO blam! db71a936bfdce10f6c03256d91418f6d6598f52b4715b48692ef566342b60e73