Oct 21 18:31:16.992 INFO checking ddrcoder/rust-solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:31:16.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:31:17.196 INFO blam! 499c90198d057e473e6d03a2019d399876d130036ba2a03042663883af36749f Oct 21 18:31:17.200 INFO running `"docker" "start" "-a" "499c90198d057e473e6d03a2019d399876d130036ba2a03042663883af36749f"` Oct 21 18:31:17.699 INFO kablam! usermod: no changes Oct 21 18:31:17.752 INFO kablam! Checking n_array v0.1.3 Oct 21 18:31:17.754 INFO kablam! Checking rand v0.3.15 Oct 21 18:31:19.321 INFO kablam! Checking search v0.1.0 (/source) Oct 21 18:31:20.278 INFO kablam! warning: unused variable: `x` Oct 21 18:31:20.278 INFO kablam! --> src/main.rs:59:10 Oct 21 18:31:20.278 INFO kablam! | Oct 21 18:31:20.279 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 21 18:31:20.279 INFO kablam! | ^ help: consider using `_x` instead Oct 21 18:31:20.279 INFO kablam! | Oct 21 18:31:20.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:31:20.280 INFO kablam! Oct 21 18:31:20.280 INFO kablam! warning: unused variable: `y` Oct 21 18:31:20.280 INFO kablam! --> src/main.rs:59:13 Oct 21 18:31:20.281 INFO kablam! | Oct 21 18:31:20.281 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 21 18:31:20.281 INFO kablam! | ^ help: consider using `_y` instead Oct 21 18:31:20.281 INFO kablam! Oct 21 18:31:20.281 INFO kablam! warning: unused variable: `worse` Oct 21 18:31:20.281 INFO kablam! --> src/snake.rs:207:13 Oct 21 18:31:20.281 INFO kablam! | Oct 21 18:31:20.281 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 21 18:31:20.281 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 21 18:31:20.281 INFO kablam! Oct 21 18:31:20.281 INFO kablam! warning: unused variable: `x` Oct 21 18:31:20.281 INFO kablam! --> src/main.rs:59:10 Oct 21 18:31:20.281 INFO kablam! | Oct 21 18:31:20.281 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 21 18:31:20.281 INFO kablam! | ^ help: consider using `_x` instead Oct 21 18:31:20.281 INFO kablam! | Oct 21 18:31:20.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:31:20.281 INFO kablam! Oct 21 18:31:20.281 INFO kablam! warning: unused variable: `y` Oct 21 18:31:20.281 INFO kablam! --> src/main.rs:59:13 Oct 21 18:31:20.281 INFO kablam! | Oct 21 18:31:20.281 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 21 18:31:20.282 INFO kablam! | ^ help: consider using `_y` instead Oct 21 18:31:20.282 INFO kablam! Oct 21 18:31:20.282 INFO kablam! warning: unused variable: `worse` Oct 21 18:31:20.282 INFO kablam! --> src/snake.rs:207:13 Oct 21 18:31:20.282 INFO kablam! | Oct 21 18:31:20.282 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 21 18:31:20.282 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 21 18:31:20.282 INFO kablam! Oct 21 18:31:20.364 INFO kablam! warning: method is never used: `char` Oct 21 18:31:20.364 INFO kablam! --> src/snake.rs:74:5 Oct 21 18:31:20.364 INFO kablam! | Oct 21 18:31:20.364 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 21 18:31:20.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:31:20.364 INFO kablam! | Oct 21 18:31:20.364 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:31:20.364 INFO kablam! Oct 21 18:31:20.364 INFO kablam! warning: method is never used: `new` Oct 21 18:31:20.364 INFO kablam! --> src/snake.rs:161:5 Oct 21 18:31:20.364 INFO kablam! | Oct 21 18:31:20.365 INFO kablam! 161 | pub fn new() -> State { Oct 21 18:31:20.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:31:20.365 INFO kablam! Oct 21 18:31:20.365 INFO kablam! warning: method is never used: `char` Oct 21 18:31:20.365 INFO kablam! --> src/snake.rs:74:5 Oct 21 18:31:20.365 INFO kablam! | Oct 21 18:31:20.365 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 21 18:31:20.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:31:20.365 INFO kablam! | Oct 21 18:31:20.365 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:31:20.365 INFO kablam! Oct 21 18:31:20.365 INFO kablam! warning: method is never used: `new` Oct 21 18:31:20.365 INFO kablam! --> src/snake.rs:161:5 Oct 21 18:31:20.365 INFO kablam! | Oct 21 18:31:20.365 INFO kablam! 161 | pub fn new() -> State { Oct 21 18:31:20.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:31:20.365 INFO kablam! Oct 21 18:31:20.401 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.68s Oct 21 18:31:20.407 INFO kablam! su: No module specific data is present Oct 21 18:31:20.747 INFO running `"docker" "rm" "-f" "499c90198d057e473e6d03a2019d399876d130036ba2a03042663883af36749f"` Oct 21 18:31:20.926 INFO blam! 499c90198d057e473e6d03a2019d399876d130036ba2a03042663883af36749f