Oct 14 17:36:51.496 INFO testing jacobgardner/chessAI against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:36:51.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:36:52.130 INFO blam! 7f4373701d76d4307cf5a49609c9bf7bb229b3a33db0bae69729b525f245f585 Oct 14 17:36:52.130 INFO running `"docker" "start" "-a" "7f4373701d76d4307cf5a49609c9bf7bb229b3a33db0bae69729b525f245f585"` Oct 14 17:36:53.859 INFO kablam! usermod: no changes Oct 14 17:36:53.956 INFO kablam! Compiling num-bigint v0.2.0 Oct 14 17:36:53.956 INFO kablam! Compiling num-rational v0.2.1 Oct 14 17:36:53.966 INFO kablam! Compiling num-iter v0.1.37 Oct 14 17:36:53.966 INFO kablam! Compiling num-complex v0.2.0 Oct 14 17:36:53.967 INFO kablam! Compiling quote v0.6.4 Oct 14 17:36:58.047 INFO kablam! Compiling syn v0.14.5 Oct 14 17:37:06.530 INFO kablam! Compiling num v0.2.0 Oct 14 17:37:14.367 INFO kablam! Compiling synstructure v0.9.0 Oct 14 17:37:14.367 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:37:19.680 INFO kablam! Compiling failure_derive v0.1.2 Oct 14 17:37:22.299 INFO kablam! Compiling failure v0.1.2 Oct 14 17:37:23.128 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 17:37:23.619 INFO kablam! warning: unused import: `GeneratorState` Oct 14 17:37:23.620 INFO kablam! --> src/board/move_pieces.rs:5:27 Oct 14 17:37:23.620 INFO kablam! | Oct 14 17:37:23.620 INFO kablam! 5 | use std::ops::{Generator, GeneratorState}; Oct 14 17:37:23.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 17:37:23.621 INFO kablam! | Oct 14 17:37:23.621 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:37:23.622 INFO kablam! Oct 14 17:37:23.959 INFO kablam! warning: method is never used: `generate_moves` Oct 14 17:37:23.960 INFO kablam! --> src/board/move_pieces.rs:8:5 Oct 14 17:37:23.960 INFO kablam! | Oct 14 17:37:23.960 INFO kablam! 8 | pub fn generate_moves(&self, player: Player) -> impl Generator { Oct 14 17:37:23.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:23.960 INFO kablam! | Oct 14 17:37:23.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:37:23.960 INFO kablam! Oct 14 17:37:23.960 INFO kablam! warning: constant item is never used: `WHITE_PAWN_TEST` Oct 14 17:37:23.960 INFO kablam! --> src/board/move_pieces.rs:105:1 Oct 14 17:37:23.960 INFO kablam! | Oct 14 17:37:23.960 INFO kablam! 105 | / const WHITE_PAWN_TEST: &'static str = " Oct 14 17:37:23.960 INFO kablam! 106 | | xxxrxxxx Oct 14 17:37:23.960 INFO kablam! 107 | | xxPxxxxx Oct 14 17:37:23.960 INFO kablam! 108 | | xxxxPxxx Oct 14 17:37:23.960 INFO kablam! ... | Oct 14 17:37:23.960 INFO kablam! 113 | | xxxxxxxx Oct 14 17:37:23.960 INFO kablam! 114 | | "; Oct 14 17:37:23.960 INFO kablam! | |______^ Oct 14 17:37:23.960 INFO kablam! Oct 14 17:37:23.960 INFO kablam! warning: constant item is never used: `BLACK_PAWN_TEST` Oct 14 17:37:23.960 INFO kablam! --> src/board/move_pieces.rs:116:1 Oct 14 17:37:23.960 INFO kablam! | Oct 14 17:37:23.960 INFO kablam! 116 | / const BLACK_PAWN_TEST: &'static str = " Oct 14 17:37:23.960 INFO kablam! 117 | | xxxxxxxx Oct 14 17:37:23.960 INFO kablam! 118 | | pxxxxxpx Oct 14 17:37:23.960 INFO kablam! 119 | | xxxxxnxN Oct 14 17:37:23.960 INFO kablam! ... | Oct 14 17:37:23.960 INFO kablam! 124 | | xxxNxxxx Oct 14 17:37:23.960 INFO kablam! 125 | | "; Oct 14 17:37:23.960 INFO kablam! | |__^ Oct 14 17:37:23.960 INFO kablam! Oct 14 17:37:23.960 INFO kablam! warning: method is never used: `empty_board` Oct 14 17:37:23.960 INFO kablam! --> src/board/mod.rs:57:5 Oct 14 17:37:23.960 INFO kablam! | Oct 14 17:37:23.960 INFO kablam! 57 | pub fn empty_board() -> Board { Oct 14 17:37:23.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:23.960 INFO kablam! Oct 14 17:37:24.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.99s Oct 14 17:37:24.879 INFO kablam! su: No module specific data is present Oct 14 17:37:25.284 INFO running `"docker" "rm" "-f" "7f4373701d76d4307cf5a49609c9bf7bb229b3a33db0bae69729b525f245f585"` Oct 14 17:37:25.507 INFO blam! 7f4373701d76d4307cf5a49609c9bf7bb229b3a33db0bae69729b525f245f585 Oct 14 17:37:25.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:37:25.875 INFO blam! 15f88c1b6bafad41f43d12dd68023407811de43e8ecbd2fac0827079ef56058b Oct 14 17:37:25.881 INFO running `"docker" "start" "-a" "15f88c1b6bafad41f43d12dd68023407811de43e8ecbd2fac0827079ef56058b"` Oct 14 17:37:26.908 INFO kablam! usermod: no changes Oct 14 17:37:27.007 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 17:37:27.931 INFO kablam! warning: method is never used: `empty_board` Oct 14 17:37:27.931 INFO kablam! --> src/board/mod.rs:57:5 Oct 14 17:37:27.931 INFO kablam! | Oct 14 17:37:27.931 INFO kablam! 57 | pub fn empty_board() -> Board { Oct 14 17:37:27.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:37:27.931 INFO kablam! | Oct 14 17:37:27.931 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:37:27.931 INFO kablam! Oct 14 17:37:28.978 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 14 17:37:28.978 INFO kablam! su: No module specific data is present Oct 14 17:37:29.619 INFO running `"docker" "rm" "-f" "15f88c1b6bafad41f43d12dd68023407811de43e8ecbd2fac0827079ef56058b"` Oct 14 17:37:29.867 INFO blam! 15f88c1b6bafad41f43d12dd68023407811de43e8ecbd2fac0827079ef56058b Oct 14 17:37:29.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:37:30.345 INFO blam! 29afb2a41dd31f5180e3e585c995a90104e94be1a2f0ae223be924dd011727d4 Oct 14 17:37:30.347 INFO running `"docker" "start" "-a" "29afb2a41dd31f5180e3e585c995a90104e94be1a2f0ae223be924dd011727d4"` Oct 14 17:37:31.717 INFO kablam! usermod: no changes Oct 14 17:37:31.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:37:31.815 INFO kablam! Running /target/debug/deps/chess-7838f89cae3a3ee5 Oct 14 17:37:31.823 INFO blam! Oct 14 17:37:31.823 INFO blam! running 10 tests Oct 14 17:37:31.823 INFO blam! test bitboard::test_flip_diagonal ... ok Oct 14 17:37:31.823 INFO blam! test bitboard::test_flip_horizontal ... ok Oct 14 17:37:31.823 INFO blam! test board::piece_type::test_piece_from_str ... ok Oct 14 17:37:31.823 INFO blam! test board::player::test_player_from_str ... ok Oct 14 17:37:31.823 INFO blam! test board::test_board_from_str ... ok Oct 14 17:37:31.823 INFO blam! test board::piece::test_to_piece_owner ... ok Oct 14 17:37:31.823 INFO blam! test board::test_piece_at ... ok Oct 14 17:37:31.824 INFO blam! test board::move_pieces::test_generate_moves ... ok Oct 14 17:37:31.825 INFO blam! test bitboard::test_rotate45cw ... ok Oct 14 17:37:31.826 INFO blam! test bitboard::test_flip_vertical ... ok Oct 14 17:37:31.826 INFO blam! Oct 14 17:37:31.826 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:37:31.826 INFO blam! Oct 14 17:37:31.835 INFO kablam! su: No module specific data is present Oct 14 17:37:32.491 INFO running `"docker" "rm" "-f" "29afb2a41dd31f5180e3e585c995a90104e94be1a2f0ae223be924dd011727d4"` Oct 14 17:37:32.759 INFO blam! 29afb2a41dd31f5180e3e585c995a90104e94be1a2f0ae223be924dd011727d4