Oct 26 23:33:37.600 INFO checking noxecane/codechef against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:33:37.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 26 23:33:38.020 INFO blam! e901461578039d482a3b725226411e8194a61b1508635057936a5564e2a23829 Oct 26 23:33:38.031 INFO running `"docker" "start" "-a" "e901461578039d482a3b725226411e8194a61b1508635057936a5564e2a23829"` Oct 26 23:33:38.630 INFO kablam! usermod: no changes Oct 26 23:33:38.667 INFO kablam! Checking codechef v0.1.0 (/source) Oct 26 23:33:39.170 INFO kablam! warning: unused variable: `grid` Oct 26 23:33:39.171 INFO kablam! --> src/main.rs:3:13 Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 26 23:33:39.171 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:33:39.171 INFO kablam! Oct 26 23:33:39.171 INFO kablam! warning: variable does not need to be mutable Oct 26 23:33:39.171 INFO kablam! --> src/main.rs:3:9 Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 26 23:33:39.171 INFO kablam! | ----^^^^ Oct 26 23:33:39.171 INFO kablam! | | Oct 26 23:33:39.171 INFO kablam! | help: remove this `mut` Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:33:39.171 INFO kablam! Oct 26 23:33:39.171 INFO kablam! warning: function is never used: `is_at_correct_position` Oct 26 23:33:39.171 INFO kablam! --> src/main.rs:6:1 Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! 6 | fn is_at_correct_position() { Oct 26 23:33:39.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:33:39.171 INFO kablam! | Oct 26 23:33:39.171 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:33:39.171 INFO kablam! Oct 26 23:33:39.238 INFO kablam! warning: unused variable: `grid` Oct 26 23:33:39.239 INFO kablam! --> src/main.rs:3:13 Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 26 23:33:39.239 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:33:39.239 INFO kablam! Oct 26 23:33:39.239 INFO kablam! warning: variable does not need to be mutable Oct 26 23:33:39.239 INFO kablam! --> src/main.rs:3:9 Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 26 23:33:39.239 INFO kablam! | ----^^^^ Oct 26 23:33:39.239 INFO kablam! | | Oct 26 23:33:39.239 INFO kablam! | help: remove this `mut` Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:33:39.239 INFO kablam! Oct 26 23:33:39.239 INFO kablam! warning: function is never used: `is_at_correct_position` Oct 26 23:33:39.239 INFO kablam! --> src/main.rs:6:1 Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! 6 | fn is_at_correct_position() { Oct 26 23:33:39.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:33:39.239 INFO kablam! | Oct 26 23:33:39.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:33:39.239 INFO kablam! Oct 26 23:33:39.258 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 26 23:33:39.259 INFO kablam! su: No module specific data is present Oct 26 23:33:39.654 INFO running `"docker" "rm" "-f" "e901461578039d482a3b725226411e8194a61b1508635057936a5564e2a23829"` Oct 26 23:33:39.755 INFO blam! e901461578039d482a3b725226411e8194a61b1508635057936a5564e2a23829