Oct 12 20:56:19.799 INFO testing tomvidm/rust-sudoku-solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:56:19.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 20:56:20.347 INFO blam! 0b3a04081b815210d2fe7284555630d36b30af837b662456c58c94b20f13e488 Oct 12 20:56:20.349 INFO running `"docker" "start" "-a" "0b3a04081b815210d2fe7284555630d36b30af837b662456c58c94b20f13e488"` Oct 12 20:56:21.971 INFO kablam! usermod: no changes Oct 12 20:56:22.151 INFO kablam! Compiling serde v1.0.73 Oct 12 20:56:22.151 INFO kablam! Compiling ryu v0.2.4 Oct 12 20:56:22.151 INFO kablam! Compiling serde_derive v1.0.73 Oct 12 20:56:48.430 INFO kablam! Compiling serde_json v1.0.26 Oct 12 20:56:52.815 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 12 20:56:53.230 INFO kablam! warning: unused variable: `board` Oct 12 20:56:53.230 INFO kablam! --> src/main.rs:10:9 Oct 12 20:56:53.230 INFO kablam! | Oct 12 20:56:53.230 INFO kablam! 10 | let board = su::Board::new(); Oct 12 20:56:53.230 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 20:56:53.230 INFO kablam! | Oct 12 20:56:53.231 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:56:53.231 INFO kablam! Oct 12 20:56:53.231 INFO kablam! warning: unused variable: `coord` Oct 12 20:56:53.231 INFO kablam! --> src/su/board.rs:80:21 Oct 12 20:56:53.231 INFO kablam! | Oct 12 20:56:53.231 INFO kablam! 80 | let coord = Coord::new(r, c); Oct 12 20:56:53.231 INFO kablam! | ^^^^^ help: consider using `_coord` instead Oct 12 20:56:53.231 INFO kablam! Oct 12 20:56:53.231 INFO kablam! warning: unused variable: `old_entry` Oct 12 20:56:53.231 INFO kablam! --> src/su/board.rs:174:17 Oct 12 20:56:53.231 INFO kablam! | Oct 12 20:56:53.231 INFO kablam! 174 | let old_entry = Move::new_from_coord_and_value(coord, old_value); Oct 12 20:56:53.231 INFO kablam! | ^^^^^^^^^ help: consider using `_old_entry` instead Oct 12 20:56:53.231 INFO kablam! Oct 12 20:56:53.231 INFO kablam! warning: unused variable: `raw_board_struct` Oct 12 20:56:53.231 INFO kablam! --> src/su/sugame.rs:31:13 Oct 12 20:56:53.231 INFO kablam! | Oct 12 20:56:53.231 INFO kablam! 31 | let raw_board_struct = raw_board.clone(); Oct 12 20:56:53.231 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_raw_board_struct` instead Oct 12 20:56:53.232 INFO kablam! Oct 12 20:56:53.269 INFO kablam! warning: field is never used: `data` Oct 12 20:56:53.269 INFO kablam! --> src/su/sugame.rs:9:5 Oct 12 20:56:53.269 INFO kablam! | Oct 12 20:56:53.270 INFO kablam! 9 | data: [[i8; 9]; 9] Oct 12 20:56:53.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:56:53.270 INFO kablam! | Oct 12 20:56:53.270 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:56:53.270 INFO kablam! Oct 12 20:56:53.270 INFO kablam! warning: struct is never constructed: `Game` Oct 12 20:56:53.270 INFO kablam! --> src/su/sugame.rs:12:1 Oct 12 20:56:53.270 INFO kablam! | Oct 12 20:56:53.270 INFO kablam! 12 | pub struct Game { Oct 12 20:56:53.270 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 20:56:53.270 INFO kablam! Oct 12 20:56:53.270 INFO kablam! warning: method is never used: `test_game` Oct 12 20:56:53.270 INFO kablam! --> src/su/sugame.rs:17:5 Oct 12 20:56:53.270 INFO kablam! | Oct 12 20:56:53.270 INFO kablam! 17 | fn test_game() -> Option { Oct 12 20:56:53.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:56:53.270 INFO kablam! Oct 12 20:56:53.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.64s Oct 12 20:56:53.641 INFO kablam! su: No module specific data is present Oct 12 20:56:54.931 INFO running `"docker" "rm" "-f" "0b3a04081b815210d2fe7284555630d36b30af837b662456c58c94b20f13e488"` Oct 12 20:56:55.176 INFO blam! 0b3a04081b815210d2fe7284555630d36b30af837b662456c58c94b20f13e488 Oct 12 20:56:55.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 20:56:55.567 INFO blam! 0f62698867ec87bc4d0d61d35c7c4bb443393ffa97a6b18ce6ba57d57847be06 Oct 12 20:56:55.568 INFO running `"docker" "start" "-a" "0f62698867ec87bc4d0d61d35c7c4bb443393ffa97a6b18ce6ba57d57847be06"` Oct 12 20:56:57.431 INFO kablam! usermod: no changes Oct 12 20:56:57.515 INFO kablam! Compiling sudoku v0.1.0 (/source) Oct 12 20:56:57.955 INFO kablam! warning: unused variable: `board` Oct 12 20:56:57.955 INFO kablam! --> src/main.rs:10:9 Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! 10 | let board = su::Board::new(); Oct 12 20:56:57.955 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:56:57.955 INFO kablam! Oct 12 20:56:57.955 INFO kablam! warning: unused variable: `board` Oct 12 20:56:57.955 INFO kablam! --> src/su/board.rs:205:13 Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! 205 | let mut board = Board::new_from_array(valid_raw_board); Oct 12 20:56:57.955 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 20:56:57.955 INFO kablam! Oct 12 20:56:57.955 INFO kablam! warning: unused variable: `game` Oct 12 20:56:57.955 INFO kablam! --> src/su/sugame.rs:49:9 Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! 49 | let game = Game::test_game(); Oct 12 20:56:57.955 INFO kablam! | ^^^^ help: consider using `_game` instead Oct 12 20:56:57.955 INFO kablam! Oct 12 20:56:57.955 INFO kablam! warning: unused variable: `coord` Oct 12 20:56:57.955 INFO kablam! --> src/su/board.rs:80:21 Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! 80 | let coord = Coord::new(r, c); Oct 12 20:56:57.955 INFO kablam! | ^^^^^ help: consider using `_coord` instead Oct 12 20:56:57.955 INFO kablam! Oct 12 20:56:57.955 INFO kablam! warning: unused variable: `old_entry` Oct 12 20:56:57.955 INFO kablam! --> src/su/board.rs:174:17 Oct 12 20:56:57.955 INFO kablam! | Oct 12 20:56:57.955 INFO kablam! 174 | let old_entry = Move::new_from_coord_and_value(coord, old_value); Oct 12 20:56:57.955 INFO kablam! | ^^^^^^^^^ help: consider using `_old_entry` instead Oct 12 20:56:57.960 INFO kablam! Oct 12 20:56:57.961 INFO kablam! warning: unused variable: `raw_board_struct` Oct 12 20:56:57.961 INFO kablam! --> src/su/sugame.rs:31:13 Oct 12 20:56:57.961 INFO kablam! | Oct 12 20:56:57.961 INFO kablam! 31 | let raw_board_struct = raw_board.clone(); Oct 12 20:56:57.961 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_raw_board_struct` instead Oct 12 20:56:57.961 INFO kablam! Oct 12 20:56:57.964 INFO kablam! warning: variable does not need to be mutable Oct 12 20:56:57.964 INFO kablam! --> src/su/board.rs:205:9 Oct 12 20:56:57.964 INFO kablam! | Oct 12 20:56:57.964 INFO kablam! 205 | let mut board = Board::new_from_array(valid_raw_board); Oct 12 20:56:57.964 INFO kablam! | ----^^^^^ Oct 12 20:56:57.964 INFO kablam! | | Oct 12 20:56:57.964 INFO kablam! | help: remove this `mut` Oct 12 20:56:57.966 INFO kablam! | Oct 12 20:56:57.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:56:57.967 INFO kablam! Oct 12 20:56:57.989 INFO kablam! warning: field is never used: `data` Oct 12 20:56:57.989 INFO kablam! --> src/su/sugame.rs:9:5 Oct 12 20:56:57.989 INFO kablam! | Oct 12 20:56:57.989 INFO kablam! 9 | data: [[i8; 9]; 9] Oct 12 20:56:57.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:56:57.989 INFO kablam! | Oct 12 20:56:57.989 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:56:57.989 INFO kablam! Oct 12 20:56:57.989 INFO kablam! warning: field is never used: `board` Oct 12 20:56:57.989 INFO kablam! --> src/su/sugame.rs:13:5 Oct 12 20:56:57.989 INFO kablam! | Oct 12 20:56:57.989 INFO kablam! 13 | board: Board, Oct 12 20:56:57.989 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:56:57.989 INFO kablam! Oct 12 20:56:58.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 12 20:56:58.825 INFO kablam! su: No module specific data is present Oct 12 20:57:00.260 INFO running `"docker" "rm" "-f" "0f62698867ec87bc4d0d61d35c7c4bb443393ffa97a6b18ce6ba57d57847be06"` Oct 12 20:57:00.623 INFO blam! 0f62698867ec87bc4d0d61d35c7c4bb443393ffa97a6b18ce6ba57d57847be06