Oct 14 22:41:08.404 INFO testing djmcgill/Rubble against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:41:08.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:41:08.897 INFO blam! 4cef5688caf71b34015a66e538ffb5fca3652b92ee3dfad50daf23112df96d94 Oct 14 22:41:08.903 INFO running `"docker" "start" "-a" "4cef5688caf71b34015a66e538ffb5fca3652b92ee3dfad50daf23112df96d94"` Oct 14 22:41:09.663 INFO kablam! usermod: no changes Oct 14 22:41:09.703 INFO kablam! Compiling rubble v0.1.0 (/source) Oct 14 22:41:10.019 INFO kablam! warning: constant item is never used: `HAND_LIMIT` Oct 14 22:41:10.020 INFO kablam! --> src/main.rs:8:1 Oct 14 22:41:10.020 INFO kablam! | Oct 14 22:41:10.020 INFO kablam! 8 | const HAND_LIMIT: usize = 7; Oct 14 22:41:10.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:41:10.021 INFO kablam! | Oct 14 22:41:10.021 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:41:10.022 INFO kablam! Oct 14 22:41:10.022 INFO kablam! warning: variant is never constructed: `Placed` Oct 14 22:41:10.022 INFO kablam! --> src/main.rs:28:5 Oct 14 22:41:10.022 INFO kablam! | Oct 14 22:41:10.023 INFO kablam! 28 | Placed(char), Oct 14 22:41:10.023 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:10.023 INFO kablam! Oct 14 22:41:10.023 INFO kablam! warning: variant is never constructed: `Bonus` Oct 14 22:41:10.024 INFO kablam! --> src/main.rs:29:5 Oct 14 22:41:10.024 INFO kablam! | Oct 14 22:41:10.024 INFO kablam! 29 | Bonus(Bonus), Oct 14 22:41:10.024 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:10.025 INFO kablam! Oct 14 22:41:10.025 INFO kablam! warning: variant is never constructed: `DoubleLetter` Oct 14 22:41:10.025 INFO kablam! --> src/main.rs:42:5 Oct 14 22:41:10.025 INFO kablam! | Oct 14 22:41:10.026 INFO kablam! 42 | DoubleLetter, Oct 14 22:41:10.026 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:10.026 INFO kablam! Oct 14 22:41:10.026 INFO kablam! warning: variant is never constructed: `TripleLetter` Oct 14 22:41:10.027 INFO kablam! --> src/main.rs:43:5 Oct 14 22:41:10.027 INFO kablam! | Oct 14 22:41:10.027 INFO kablam! 43 | TripleLetter, Oct 14 22:41:10.027 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:10.028 INFO kablam! Oct 14 22:41:10.028 INFO kablam! warning: variant is never constructed: `DoubleWord` Oct 14 22:41:10.028 INFO kablam! --> src/main.rs:44:5 Oct 14 22:41:10.028 INFO kablam! | Oct 14 22:41:10.029 INFO kablam! 44 | DoubleWord, Oct 14 22:41:10.029 INFO kablam! | ^^^^^^^^^^ Oct 14 22:41:10.029 INFO kablam! Oct 14 22:41:10.030 INFO kablam! warning: variant is never constructed: `TripleWord` Oct 14 22:41:10.030 INFO kablam! --> src/main.rs:45:5 Oct 14 22:41:10.030 INFO kablam! | Oct 14 22:41:10.030 INFO kablam! 45 | TripleWord, Oct 14 22:41:10.031 INFO kablam! | ^^^^^^^^^^ Oct 14 22:41:10.031 INFO kablam! Oct 14 22:41:10.031 INFO kablam! warning: method is never used: `all_tiles_connected` Oct 14 22:41:10.031 INFO kablam! --> src/main.rs:75:5 Oct 14 22:41:10.032 INFO kablam! | Oct 14 22:41:10.032 INFO kablam! 75 | pub fn all_tiles_connected(&self) -> bool { Oct 14 22:41:10.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:41:10.033 INFO kablam! Oct 14 22:41:10.033 INFO kablam! warning: struct is never constructed: `Game` Oct 14 22:41:10.033 INFO kablam! --> src/main.rs:128:1 Oct 14 22:41:10.034 INFO kablam! | Oct 14 22:41:10.034 INFO kablam! 128 | struct Game { Oct 14 22:41:10.034 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:41:10.034 INFO kablam! Oct 14 22:41:10.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 22:41:10.623 INFO kablam! su: No module specific data is present Oct 14 22:41:11.096 INFO running `"docker" "rm" "-f" "4cef5688caf71b34015a66e538ffb5fca3652b92ee3dfad50daf23112df96d94"` Oct 14 22:41:11.255 INFO blam! 4cef5688caf71b34015a66e538ffb5fca3652b92ee3dfad50daf23112df96d94 Oct 14 22:41:11.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:41:11.520 INFO blam! 35559668b3c60035b5ad4018e1233c75dcfa4d89ce7e674bd79c32b76705b011 Oct 14 22:41:11.522 INFO running `"docker" "start" "-a" "35559668b3c60035b5ad4018e1233c75dcfa4d89ce7e674bd79c32b76705b011"` Oct 14 22:41:12.326 INFO kablam! usermod: no changes Oct 14 22:41:12.382 INFO kablam! Compiling rubble v0.1.0 (/source) Oct 14 22:41:12.799 INFO kablam! warning: variable does not need to be mutable Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:162:13 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 162 | let mut board = Board([[Cell::Placed('c'); BOARD_WIDTH]; BOARD_HEIGHT]); Oct 14 22:41:12.799 INFO kablam! | ----^^^^^ Oct 14 22:41:12.799 INFO kablam! | | Oct 14 22:41:12.799 INFO kablam! | help: remove this `mut` Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: constant item is never used: `HAND_LIMIT` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:8:1 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 8 | const HAND_LIMIT: usize = 7; Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: variant is never constructed: `Bonus` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:29:5 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 29 | Bonus(Bonus), Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: variant is never constructed: `DoubleLetter` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:42:5 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 42 | DoubleLetter, Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: variant is never constructed: `TripleLetter` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:43:5 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 43 | TripleLetter, Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: variant is never constructed: `DoubleWord` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:44:5 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 44 | DoubleWord, Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^ Oct 14 22:41:12.799 INFO kablam! Oct 14 22:41:12.799 INFO kablam! warning: variant is never constructed: `TripleWord` Oct 14 22:41:12.799 INFO kablam! --> src/main.rs:45:5 Oct 14 22:41:12.799 INFO kablam! | Oct 14 22:41:12.799 INFO kablam! 45 | TripleWord, Oct 14 22:41:12.799 INFO kablam! | ^^^^^^^^^^ Oct 14 22:41:12.800 INFO kablam! Oct 14 22:41:12.800 INFO kablam! warning: struct is never constructed: `Game` Oct 14 22:41:12.800 INFO kablam! --> src/main.rs:128:1 Oct 14 22:41:12.800 INFO kablam! | Oct 14 22:41:12.800 INFO kablam! 128 | struct Game { Oct 14 22:41:12.800 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:41:12.800 INFO kablam! Oct 14 22:41:13.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 14 22:41:13.583 INFO kablam! su: No module specific data is present Oct 14 22:41:13.857 INFO running `"docker" "rm" "-f" "35559668b3c60035b5ad4018e1233c75dcfa4d89ce7e674bd79c32b76705b011"` Oct 14 22:41:13.959 INFO blam! 35559668b3c60035b5ad4018e1233c75dcfa4d89ce7e674bd79c32b76705b011 Oct 14 22:41:13.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:41:14.179 INFO blam! 30c58383e002327181be5e1272db25d6bf0c6229a156d1573513f56ef8fb3ec1 Oct 14 22:41:14.184 INFO running `"docker" "start" "-a" "30c58383e002327181be5e1272db25d6bf0c6229a156d1573513f56ef8fb3ec1"` Oct 14 22:41:14.805 INFO kablam! usermod: no changes Oct 14 22:41:14.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 22:41:14.834 INFO blam! Oct 14 22:41:14.834 INFO kablam! Running /target/debug/deps/rubble-500b1c33b45b0181 Oct 14 22:41:14.834 INFO blam! running 8 tests Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_disconnect ... ok Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_disconnect_diag ... ok Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_disconnect_multiple ... ok Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_edge ... ok Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_multiple ... ok Oct 14 22:41:14.837 INFO blam! test test::all_tiles_connected_single ... ok Oct 14 22:41:14.839 INFO blam! test test::all_tiles_connected_full ... ok Oct 14 22:41:14.845 INFO blam! test test::all_tiles_connected_empty ... ok Oct 14 22:41:14.845 INFO kablam! su: No module specific data is present Oct 14 22:41:14.845 INFO blam! Oct 14 22:41:14.845 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:41:14.845 INFO blam! Oct 14 22:41:15.243 INFO running `"docker" "rm" "-f" "30c58383e002327181be5e1272db25d6bf0c6229a156d1573513f56ef8fb3ec1"` Oct 14 22:41:15.346 INFO blam! 30c58383e002327181be5e1272db25d6bf0c6229a156d1573513f56ef8fb3ec1