Oct 21 19:38:21.090 INFO checking asitacko/guessing_game against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:38:21.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 19:38:21.540 INFO blam! c54088ff372005bd68fcc7888e0a4970e858464ecb524a2ec39c5eeff4c318a9 Oct 21 19:38:21.541 INFO running `"docker" "start" "-a" "c54088ff372005bd68fcc7888e0a4970e858464ecb524a2ec39c5eeff4c318a9"` Oct 21 19:38:22.405 INFO kablam! usermod: no changes Oct 21 19:38:22.480 INFO kablam! Checking guessing_game v0.1.0 (/source) Oct 21 19:38:23.048 INFO kablam! warning: unused imports: `Display`, `Formatter`, `self` Oct 21 19:38:23.048 INFO kablam! --> src/main.rs:1:16 Oct 21 19:38:23.048 INFO kablam! | Oct 21 19:38:23.048 INFO kablam! 1 | use std::fmt::{self, Formatter, Display}; Oct 21 19:38:23.048 INFO kablam! | ^^^^ ^^^^^^^^^ ^^^^^^^ Oct 21 19:38:23.048 INFO kablam! | Oct 21 19:38:23.048 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:38:23.048 INFO kablam! Oct 21 19:38:23.060 INFO kablam! warning: unused variable: `time` Oct 21 19:38:23.060 INFO kablam! --> src/main.rs:56:13 Oct 21 19:38:23.060 INFO kablam! | Oct 21 19:38:23.060 INFO kablam! 56 | let mut time = Utc::now().date() + Duration::days(3); Oct 21 19:38:23.060 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 21 19:38:23.060 INFO kablam! | Oct 21 19:38:23.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:38:23.060 INFO kablam! Oct 21 19:38:23.068 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.068 INFO kablam! --> src/main.rs:53:9 Oct 21 19:38:23.069 INFO kablam! | Oct 21 19:38:23.069 INFO kablam! 53 | let mut b = vec!(B::create(2)); Oct 21 19:38:23.069 INFO kablam! | ----^ Oct 21 19:38:23.069 INFO kablam! | | Oct 21 19:38:23.069 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.069 INFO kablam! | Oct 21 19:38:23.069 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:38:23.069 INFO kablam! Oct 21 19:38:23.069 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.069 INFO kablam! --> src/main.rs:54:9 Oct 21 19:38:23.069 INFO kablam! | Oct 21 19:38:23.069 INFO kablam! 54 | let mut a = A::create(1, b); Oct 21 19:38:23.069 INFO kablam! | ----^ Oct 21 19:38:23.069 INFO kablam! | | Oct 21 19:38:23.069 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.069 INFO kablam! Oct 21 19:38:23.069 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.069 INFO kablam! --> src/main.rs:56:9 Oct 21 19:38:23.069 INFO kablam! | Oct 21 19:38:23.069 INFO kablam! 56 | let mut time = Utc::now().date() + Duration::days(3); Oct 21 19:38:23.069 INFO kablam! | ----^^^^ Oct 21 19:38:23.069 INFO kablam! | | Oct 21 19:38:23.069 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.069 INFO kablam! Oct 21 19:38:23.078 INFO kablam! warning: unused imports: `Display`, `Formatter`, `self` Oct 21 19:38:23.078 INFO kablam! --> src/main.rs:1:16 Oct 21 19:38:23.078 INFO kablam! | Oct 21 19:38:23.078 INFO kablam! 1 | use std::fmt::{self, Formatter, Display}; Oct 21 19:38:23.078 INFO kablam! | ^^^^ ^^^^^^^^^ ^^^^^^^ Oct 21 19:38:23.078 INFO kablam! | Oct 21 19:38:23.078 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:38:23.078 INFO kablam! Oct 21 19:38:23.121 INFO kablam! warning: unused variable: `time` Oct 21 19:38:23.121 INFO kablam! --> src/main.rs:56:13 Oct 21 19:38:23.121 INFO kablam! | Oct 21 19:38:23.121 INFO kablam! 56 | let mut time = Utc::now().date() + Duration::days(3); Oct 21 19:38:23.121 INFO kablam! | ^^^^ help: consider using `_time` instead Oct 21 19:38:23.121 INFO kablam! | Oct 21 19:38:23.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 19:38:23.121 INFO kablam! Oct 21 19:38:23.127 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.127 INFO kablam! --> src/main.rs:53:9 Oct 21 19:38:23.127 INFO kablam! | Oct 21 19:38:23.127 INFO kablam! 53 | let mut b = vec!(B::create(2)); Oct 21 19:38:23.127 INFO kablam! | ----^ Oct 21 19:38:23.127 INFO kablam! | | Oct 21 19:38:23.127 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.127 INFO kablam! | Oct 21 19:38:23.127 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 19:38:23.127 INFO kablam! Oct 21 19:38:23.127 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.127 INFO kablam! --> src/main.rs:54:9 Oct 21 19:38:23.127 INFO kablam! | Oct 21 19:38:23.127 INFO kablam! 54 | let mut a = A::create(1, b); Oct 21 19:38:23.127 INFO kablam! | ----^ Oct 21 19:38:23.127 INFO kablam! | | Oct 21 19:38:23.127 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.127 INFO kablam! Oct 21 19:38:23.127 INFO kablam! warning: variable does not need to be mutable Oct 21 19:38:23.127 INFO kablam! --> src/main.rs:56:9 Oct 21 19:38:23.127 INFO kablam! | Oct 21 19:38:23.127 INFO kablam! 56 | let mut time = Utc::now().date() + Duration::days(3); Oct 21 19:38:23.127 INFO kablam! | ----^^^^ Oct 21 19:38:23.127 INFO kablam! | | Oct 21 19:38:23.127 INFO kablam! | help: remove this `mut` Oct 21 19:38:23.127 INFO kablam! Oct 21 19:38:23.150 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 21 19:38:23.167 INFO kablam! su: No module specific data is present Oct 21 19:38:23.428 INFO running `"docker" "rm" "-f" "c54088ff372005bd68fcc7888e0a4970e858464ecb524a2ec39c5eeff4c318a9"` Oct 21 19:38:23.546 INFO blam! c54088ff372005bd68fcc7888e0a4970e858464ecb524a2ec39c5eeff4c318a9