Oct 14 23:16:23.840 INFO testing ddrcoder/rust-solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:16:23.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 23:16:24.168 INFO blam! b30a258b8f88f998e594bdd14425dbc65a650fb3a9700e413186e5c0850ff9cf Oct 14 23:16:24.174 INFO running `"docker" "start" "-a" "b30a258b8f88f998e594bdd14425dbc65a650fb3a9700e413186e5c0850ff9cf"` Oct 14 23:16:24.810 INFO kablam! usermod: no changes Oct 14 23:16:24.854 INFO kablam! Compiling n_array v0.1.3 Oct 14 23:16:24.856 INFO kablam! Compiling rand v0.3.15 Oct 14 23:16:27.219 INFO kablam! Compiling search v0.1.0 (/source) Oct 14 23:16:27.735 INFO kablam! warning: unused variable: `x` Oct 14 23:16:27.735 INFO kablam! --> src/main.rs:59:10 Oct 14 23:16:27.735 INFO kablam! | Oct 14 23:16:27.735 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 14 23:16:27.735 INFO kablam! | ^ help: consider using `_x` instead Oct 14 23:16:27.735 INFO kablam! | Oct 14 23:16:27.735 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:16:27.735 INFO kablam! Oct 14 23:16:27.735 INFO kablam! warning: unused variable: `y` Oct 14 23:16:27.735 INFO kablam! --> src/main.rs:59:13 Oct 14 23:16:27.735 INFO kablam! | Oct 14 23:16:27.735 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 14 23:16:27.735 INFO kablam! | ^ help: consider using `_y` instead Oct 14 23:16:27.735 INFO kablam! Oct 14 23:16:27.735 INFO kablam! warning: unused variable: `worse` Oct 14 23:16:27.735 INFO kablam! --> src/snake.rs:207:13 Oct 14 23:16:27.735 INFO kablam! | Oct 14 23:16:27.735 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 14 23:16:27.735 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 14 23:16:27.735 INFO kablam! Oct 14 23:16:27.811 INFO kablam! warning: method is never used: `char` Oct 14 23:16:27.811 INFO kablam! --> src/snake.rs:74:5 Oct 14 23:16:27.811 INFO kablam! | Oct 14 23:16:27.811 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 14 23:16:27.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:27.811 INFO kablam! | Oct 14 23:16:27.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:16:27.811 INFO kablam! Oct 14 23:16:27.811 INFO kablam! warning: method is never used: `new` Oct 14 23:16:27.811 INFO kablam! --> src/snake.rs:161:5 Oct 14 23:16:27.811 INFO kablam! | Oct 14 23:16:27.811 INFO kablam! 161 | pub fn new() -> State { Oct 14 23:16:27.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:27.811 INFO kablam! Oct 14 23:16:30.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.50s Oct 14 23:16:30.355 INFO kablam! su: No module specific data is present Oct 14 23:16:30.991 INFO running `"docker" "rm" "-f" "b30a258b8f88f998e594bdd14425dbc65a650fb3a9700e413186e5c0850ff9cf"` Oct 14 23:16:31.271 INFO blam! b30a258b8f88f998e594bdd14425dbc65a650fb3a9700e413186e5c0850ff9cf Oct 14 23:16:31.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 23:16:31.614 INFO blam! c35ba84034f1b5ed0817a11dc740a03b6ee8c8abd059b68f1c06b9c1cd97c2ef Oct 14 23:16:31.619 INFO running `"docker" "start" "-a" "c35ba84034f1b5ed0817a11dc740a03b6ee8c8abd059b68f1c06b9c1cd97c2ef"` Oct 14 23:16:33.247 INFO kablam! usermod: no changes Oct 14 23:16:33.297 INFO kablam! Compiling search v0.1.0 (/source) Oct 14 23:16:33.911 INFO kablam! warning: unused variable: `x` Oct 14 23:16:33.911 INFO kablam! --> src/main.rs:59:10 Oct 14 23:16:33.911 INFO kablam! | Oct 14 23:16:33.911 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 14 23:16:33.911 INFO kablam! | ^ help: consider using `_x` instead Oct 14 23:16:33.911 INFO kablam! | Oct 14 23:16:33.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:16:33.911 INFO kablam! Oct 14 23:16:33.911 INFO kablam! warning: unused variable: `y` Oct 14 23:16:33.911 INFO kablam! --> src/main.rs:59:13 Oct 14 23:16:33.911 INFO kablam! | Oct 14 23:16:33.911 INFO kablam! 59 | let (x, y) = m.initial_snake[0]; Oct 14 23:16:33.911 INFO kablam! | ^ help: consider using `_y` instead Oct 14 23:16:33.911 INFO kablam! Oct 14 23:16:33.911 INFO kablam! warning: unused variable: `worse` Oct 14 23:16:33.911 INFO kablam! --> src/snake.rs:207:13 Oct 14 23:16:33.911 INFO kablam! | Oct 14 23:16:33.911 INFO kablam! 207 | let worse = if a.fruits_left.count_ones() > b.fruits_left.count_ones() { Oct 14 23:16:33.911 INFO kablam! | ^^^^^ help: consider using `_worse` instead Oct 14 23:16:33.911 INFO kablam! Oct 14 23:16:34.023 INFO kablam! warning: method is never used: `char` Oct 14 23:16:34.024 INFO kablam! --> src/snake.rs:74:5 Oct 14 23:16:34.024 INFO kablam! | Oct 14 23:16:34.024 INFO kablam! 74 | fn char(&self, x: usize, y: usize) -> char { Oct 14 23:16:34.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:34.025 INFO kablam! | Oct 14 23:16:34.025 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:16:34.025 INFO kablam! Oct 14 23:16:34.026 INFO kablam! warning: method is never used: `new` Oct 14 23:16:34.026 INFO kablam! --> src/snake.rs:161:5 Oct 14 23:16:34.026 INFO kablam! | Oct 14 23:16:34.027 INFO kablam! 161 | pub fn new() -> State { Oct 14 23:16:34.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:34.027 INFO kablam! Oct 14 23:16:34.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 14 23:16:34.674 INFO kablam! su: No module specific data is present Oct 14 23:16:35.424 INFO running `"docker" "rm" "-f" "c35ba84034f1b5ed0817a11dc740a03b6ee8c8abd059b68f1c06b9c1cd97c2ef"` Oct 14 23:16:35.683 INFO blam! c35ba84034f1b5ed0817a11dc740a03b6ee8c8abd059b68f1c06b9c1cd97c2ef Oct 14 23:16:35.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 23:16:36.194 INFO blam! be5852dc3febf87a6e7c14f2626b07702cf10178e68b168a80dba016c5a4c0ca Oct 14 23:16:36.197 INFO running `"docker" "start" "-a" "be5852dc3febf87a6e7c14f2626b07702cf10178e68b168a80dba016c5a4c0ca"` Oct 14 23:16:37.329 INFO kablam! usermod: no changes Oct 14 23:16:37.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:16:37.375 INFO kablam! Running /target/debug/deps/search-17914f534b4587a1 Oct 14 23:16:37.378 INFO kablam! su: No module specific data is present Oct 14 23:16:37.378 INFO blam! Oct 14 23:16:37.378 INFO blam! running 0 tests Oct 14 23:16:37.378 INFO blam! Oct 14 23:16:37.378 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:16:37.378 INFO blam! Oct 14 23:16:38.101 INFO running `"docker" "rm" "-f" "be5852dc3febf87a6e7c14f2626b07702cf10178e68b168a80dba016c5a4c0ca"` Oct 14 23:16:38.427 INFO blam! be5852dc3febf87a6e7c14f2626b07702cf10178e68b168a80dba016c5a4c0ca