Oct 14 17:36:44.757 INFO testing jacobgardner/chessAI against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:36:44.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:36:45.360 INFO blam! 0986ae248954e573bff93e1ede804c444a52f2118d41b0fca027fb9f536d64af Oct 14 17:36:45.363 INFO running `"docker" "start" "-a" "0986ae248954e573bff93e1ede804c444a52f2118d41b0fca027fb9f536d64af"` Oct 14 17:36:46.878 INFO kablam! usermod: no changes Oct 14 17:36:47.031 INFO kablam! Compiling num-bigint v0.2.0 Oct 14 17:36:47.031 INFO kablam! Compiling num-rational v0.2.1 Oct 14 17:36:47.031 INFO kablam! Compiling num-iter v0.1.37 Oct 14 17:36:47.042 INFO kablam! Compiling num-complex v0.2.0 Oct 14 17:36:47.063 INFO kablam! Compiling syn v0.14.5 Oct 14 17:36:47.063 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 14 17:36:49.119 INFO kablam! Compiling backtrace v0.3.9 Oct 14 17:37:00.740 INFO kablam! Compiling num v0.2.0 Oct 14 17:37:07.553 INFO kablam! Compiling synstructure v0.9.0 Oct 14 17:37:07.560 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:37:12.387 INFO kablam! Compiling failure_derive v0.1.2 Oct 14 17:37:14.912 INFO kablam! Compiling failure v0.1.2 Oct 14 17:37:15.759 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 17:37:16.299 INFO kablam! warning: unused import: `GeneratorState` Oct 14 17:37:16.299 INFO kablam! --> src/board/move_pieces.rs:5:27 Oct 14 17:37:16.299 INFO kablam! | Oct 14 17:37:16.299 INFO kablam! 5 | use std::ops::{Generator, GeneratorState}; Oct 14 17:37:16.299 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:37:16.299 INFO kablam! | Oct 14 17:37:16.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:37:16.299 INFO kablam! Oct 14 17:37:16.603 INFO kablam! warning: method is never used: `generate_moves` Oct 14 17:37:16.603 INFO kablam! --> src/board/move_pieces.rs:8:5 Oct 14 17:37:16.603 INFO kablam! | Oct 14 17:37:16.603 INFO kablam! 8 | pub fn generate_moves(&self, player: Player) -> impl Generator { Oct 14 17:37:16.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:16.603 INFO kablam! | Oct 14 17:37:16.603 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:37:16.603 INFO kablam! Oct 14 17:37:16.603 INFO kablam! warning: constant item is never used: `WHITE_PAWN_TEST` Oct 14 17:37:16.603 INFO kablam! --> src/board/move_pieces.rs:105:1 Oct 14 17:37:16.603 INFO kablam! | Oct 14 17:37:16.603 INFO kablam! 105 | / const WHITE_PAWN_TEST: &'static str = " Oct 14 17:37:16.603 INFO kablam! 106 | | xxxrxxxx Oct 14 17:37:16.603 INFO kablam! 107 | | xxPxxxxx Oct 14 17:37:16.603 INFO kablam! 108 | | xxxxPxxx Oct 14 17:37:16.603 INFO kablam! ... | Oct 14 17:37:16.603 INFO kablam! 113 | | xxxxxxxx Oct 14 17:37:16.603 INFO kablam! 114 | | "; Oct 14 17:37:16.603 INFO kablam! | |______^ Oct 14 17:37:16.603 INFO kablam! Oct 14 17:37:16.603 INFO kablam! warning: constant item is never used: `BLACK_PAWN_TEST` Oct 14 17:37:16.603 INFO kablam! --> src/board/move_pieces.rs:116:1 Oct 14 17:37:16.603 INFO kablam! | Oct 14 17:37:16.603 INFO kablam! 116 | / const BLACK_PAWN_TEST: &'static str = " Oct 14 17:37:16.603 INFO kablam! 117 | | xxxxxxxx Oct 14 17:37:16.603 INFO kablam! 118 | | pxxxxxpx Oct 14 17:37:16.603 INFO kablam! 119 | | xxxxxnxN Oct 14 17:37:16.603 INFO kablam! ... | Oct 14 17:37:16.603 INFO kablam! 124 | | xxxNxxxx Oct 14 17:37:16.603 INFO kablam! 125 | | "; Oct 14 17:37:16.603 INFO kablam! | |__^ Oct 14 17:37:16.603 INFO kablam! Oct 14 17:37:16.603 INFO kablam! warning: method is never used: `empty_board` Oct 14 17:37:16.603 INFO kablam! --> src/board/mod.rs:57:5 Oct 14 17:37:16.603 INFO kablam! | Oct 14 17:37:16.603 INFO kablam! 57 | pub fn empty_board() -> Board { Oct 14 17:37:16.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:16.603 INFO kablam! Oct 14 17:37:17.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.57s Oct 14 17:37:17.503 INFO kablam! su: No module specific data is present Oct 14 17:37:18.079 INFO running `"docker" "rm" "-f" "0986ae248954e573bff93e1ede804c444a52f2118d41b0fca027fb9f536d64af"` Oct 14 17:37:18.371 INFO blam! 0986ae248954e573bff93e1ede804c444a52f2118d41b0fca027fb9f536d64af Oct 14 17:37:18.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:37:18.803 INFO blam! 12e47ffb4a0449e8199a4f6cfe2c078af28ed587d19a06761b9cd9205d7f07b3 Oct 14 17:37:18.811 INFO running `"docker" "start" "-a" "12e47ffb4a0449e8199a4f6cfe2c078af28ed587d19a06761b9cd9205d7f07b3"` Oct 14 17:37:20.057 INFO kablam! usermod: no changes Oct 14 17:37:20.187 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 17:37:21.239 INFO kablam! warning: method is never used: `empty_board` Oct 14 17:37:21.239 INFO kablam! --> src/board/mod.rs:57:5 Oct 14 17:37:21.239 INFO kablam! | Oct 14 17:37:21.239 INFO kablam! 57 | pub fn empty_board() -> Board { Oct 14 17:37:21.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:21.239 INFO kablam! | Oct 14 17:37:21.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:37:21.239 INFO kablam! Oct 14 17:37:22.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 14 17:37:22.288 INFO kablam! su: No module specific data is present Oct 14 17:37:22.864 INFO running `"docker" "rm" "-f" "12e47ffb4a0449e8199a4f6cfe2c078af28ed587d19a06761b9cd9205d7f07b3"` Oct 14 17:37:23.136 INFO blam! 12e47ffb4a0449e8199a4f6cfe2c078af28ed587d19a06761b9cd9205d7f07b3 Oct 14 17:37:23.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:37:23.591 INFO blam! 0b7ecee4bb14b1e02152c369e24e67dfd45d9092ca1b04745b60cff70c021048 Oct 14 17:37:23.603 INFO running `"docker" "start" "-a" "0b7ecee4bb14b1e02152c369e24e67dfd45d9092ca1b04745b60cff70c021048"` Oct 14 17:37:24.745 INFO kablam! usermod: no changes Oct 14 17:37:24.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 17:37:24.860 INFO blam! Oct 14 17:37:24.860 INFO kablam! Running /target/debug/deps/chess-3238aa105c189d26 Oct 14 17:37:24.861 INFO blam! running 10 tests Oct 14 17:37:24.861 INFO blam! test board::piece_type::test_piece_from_str ... ok Oct 14 17:37:24.861 INFO blam! test board::player::test_player_from_str ... ok Oct 14 17:37:24.862 INFO blam! test bitboard::test_flip_vertical ... ok Oct 14 17:37:24.862 INFO blam! test board::piece::test_to_piece_owner ... ok Oct 14 17:37:24.862 INFO blam! test bitboard::test_flip_horizontal ... ok Oct 14 17:37:24.864 INFO blam! test bitboard::test_flip_diagonal ... ok Oct 14 17:37:24.864 INFO blam! test bitboard::test_rotate45cw ... ok Oct 14 17:37:24.864 INFO blam! test board::move_pieces::test_generate_moves ... ok Oct 14 17:37:24.865 INFO blam! test board::test_piece_at ... ok Oct 14 17:37:24.865 INFO blam! test board::test_board_from_str ... ok Oct 14 17:37:24.865 INFO blam! Oct 14 17:37:24.866 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:37:24.866 INFO blam! Oct 14 17:37:24.875 INFO kablam! su: No module specific data is present Oct 14 17:37:25.295 INFO running `"docker" "rm" "-f" "0b7ecee4bb14b1e02152c369e24e67dfd45d9092ca1b04745b60cff70c021048"` Oct 14 17:37:25.604 INFO blam! 0b7ecee4bb14b1e02152c369e24e67dfd45d9092ca1b04745b60cff70c021048