Oct 27 06:00:14.718 INFO checking ddrcoder/rust-solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:00:14.718 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 06:00:14.989 INFO blam! c6dde43bf694c1b876306d4ce8354939b7b208719972684e343339f0e5ef3d84 Oct 27 06:00:14.992 INFO running `"docker" "start" "-a" "c6dde43bf694c1b876306d4ce8354939b7b208719972684e343339f0e5ef3d84"` Oct 27 06:00:15.959 INFO kablam! usermod: no changes Oct 27 06:00:16.031 INFO kablam! Checking n_array v0.1.3 Oct 27 06:00:16.037 INFO kablam! Checking rand v0.3.15 Oct 27 06:00:17.835 INFO kablam! Checking search v0.1.0 (/source) Oct 27 06:00:18.951 INFO kablam! warning: unused variable: `x` Oct 27 06:00:18.951 INFO kablam! --> src/main.rs:59:10 Oct 27 06:00:18.951 INFO kablam! | Oct 27 06:00:18.951 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 27 06:00:18.951 INFO kablam! | ^ help: consider using `_x` instead Oct 27 06:00:18.951 INFO kablam! | Oct 27 06:00:18.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:00:18.951 INFO kablam! Oct 27 06:00:18.951 INFO kablam! warning: unused variable: `y` Oct 27 06:00:18.951 INFO kablam! --> src/main.rs:59:13 Oct 27 06:00:18.951 INFO kablam! | Oct 27 06:00:18.951 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 27 06:00:18.951 INFO kablam! | ^ help: consider using `_y` instead Oct 27 06:00:18.951 INFO kablam! Oct 27 06:00:18.951 INFO kablam! warning: unused variable: `worse` Oct 27 06:00:18.951 INFO kablam! --> src/snake.rs:207:13 Oct 27 06:00:18.951 INFO kablam! | Oct 27 06:00:18.951 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 27 06:00:18.951 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 27 06:00:18.951 INFO kablam! Oct 27 06:00:19.016 INFO kablam! warning: method is never used: `char` Oct 27 06:00:19.016 INFO kablam! --> src/snake.rs:74:5 Oct 27 06:00:19.016 INFO kablam! | Oct 27 06:00:19.016 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 27 06:00:19.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:00:19.016 INFO kablam! | Oct 27 06:00:19.018 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:00:19.018 INFO kablam! Oct 27 06:00:19.018 INFO kablam! warning: method is never used: `new` Oct 27 06:00:19.018 INFO kablam! --> src/snake.rs:161:5 Oct 27 06:00:19.018 INFO kablam! | Oct 27 06:00:19.018 INFO kablam! 161 | pub fn new() -> State { Oct 27 06:00:19.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:00:19.018 INFO kablam! Oct 27 06:00:19.099 INFO kablam! warning: unused variable: `x` Oct 27 06:00:19.099 INFO kablam! --> src/main.rs:59:10 Oct 27 06:00:19.099 INFO kablam! | Oct 27 06:00:19.099 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 27 06:00:19.099 INFO kablam! | ^ help: consider using `_x` instead Oct 27 06:00:19.099 INFO kablam! | Oct 27 06:00:19.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:00:19.099 INFO kablam! Oct 27 06:00:19.099 INFO kablam! warning: unused variable: `y` Oct 27 06:00:19.099 INFO kablam! --> src/main.rs:59:13 Oct 27 06:00:19.099 INFO kablam! | Oct 27 06:00:19.099 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 27 06:00:19.099 INFO kablam! | ^ help: consider using `_y` instead Oct 27 06:00:19.099 INFO kablam! Oct 27 06:00:19.099 INFO kablam! warning: unused variable: `worse` Oct 27 06:00:19.099 INFO kablam! --> src/snake.rs:207:13 Oct 27 06:00:19.099 INFO kablam! | Oct 27 06:00:19.099 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 27 06:00:19.099 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 27 06:00:19.099 INFO kablam! Oct 27 06:00:19.187 INFO kablam! warning: method is never used: `char` Oct 27 06:00:19.187 INFO kablam! --> src/snake.rs:74:5 Oct 27 06:00:19.187 INFO kablam! | Oct 27 06:00:19.187 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 27 06:00:19.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:00:19.187 INFO kablam! | Oct 27 06:00:19.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:00:19.187 INFO kablam! Oct 27 06:00:19.187 INFO kablam! warning: method is never used: `new` Oct 27 06:00:19.187 INFO kablam! --> src/snake.rs:161:5 Oct 27 06:00:19.187 INFO kablam! | Oct 27 06:00:19.187 INFO kablam! 161 | pub fn new() -> State { Oct 27 06:00:19.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:00:19.187 INFO kablam! Oct 27 06:00:19.258 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 27 06:00:19.258 INFO kablam! su: No module specific data is present Oct 27 06:00:20.411 INFO running `"docker" "rm" "-f" "c6dde43bf694c1b876306d4ce8354939b7b208719972684e343339f0e5ef3d84"` Oct 27 06:00:20.735 INFO blam! c6dde43bf694c1b876306d4ce8354939b7b208719972684e343339f0e5ef3d84