Oct 14 16:48:56.923 INFO testing jheek/rust-chess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:48:56.923 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 16:48:57.449 INFO blam! 89efc00e201b94459d7fcfbe145a9653d0cf536fadc9680317920426a1b6054c Oct 14 16:48:57.451 INFO running `"docker" "start" "-a" "89efc00e201b94459d7fcfbe145a9653d0cf536fadc9680317920426a1b6054c"` Oct 14 16:48:58.810 INFO kablam! usermod: no changes Oct 14 16:48:59.011 INFO kablam! Compiling atomic-option v0.1.2 Oct 14 16:48:59.019 INFO kablam! Compiling rand v0.4.3 Oct 14 16:48:59.023 INFO kablam! Compiling mio v0.6.16 Oct 14 16:48:59.023 INFO kablam! Compiling syn v0.14.9 Oct 14 16:49:05.695 INFO kablam! Compiling mio-extras v2.0.5 Oct 14 16:49:06.563 INFO kablam! Compiling chess v1.0.4 Oct 14 16:49:07.851 INFO kablam! Compiling ws v0.7.8 Oct 14 16:49:16.759 INFO kablam! Compiling serde_derive v1.0.76 Oct 14 16:53:43.643 INFO kablam! Compiling rust_chess v0.1.0 (/source) Oct 14 16:53:44.363 INFO kablam! warning: unused import: `std::time::Instant` Oct 14 16:53:44.364 INFO kablam! --> src/minmax.rs:6:5 Oct 14 16:53:44.364 INFO kablam! | Oct 14 16:53:44.364 INFO kablam! 6 | use std::time::Instant; Oct 14 16:53:44.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:53:44.365 INFO kablam! | Oct 14 16:53:44.365 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:53:44.365 INFO kablam! Oct 14 16:53:44.999 INFO kablam! warning: function is never used: `piece_captureable_score` Oct 14 16:53:44.999 INFO kablam! --> src/eval.rs:91:1 Oct 14 16:53:44.999 INFO kablam! | Oct 14 16:53:44.999 INFO kablam! 91 | fn piece_captureable_score(piece: Piece) -> Score { Oct 14 16:53:44.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:44.999 INFO kablam! | Oct 14 16:53:45.000 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:53:45.000 INFO kablam! Oct 14 16:53:45.000 INFO kablam! warning: function is never used: `movability_score` Oct 14 16:53:45.000 INFO kablam! --> src/eval.rs:136:1 Oct 14 16:53:45.000 INFO kablam! | Oct 14 16:53:45.000 INFO kablam! 136 | fn movability_score(board: &Board, moves: &[ChessMove]) -> Score { Oct 14 16:53:45.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:45.001 INFO kablam! Oct 14 16:53:45.001 INFO kablam! warning: function is never used: `aspiration_search` Oct 14 16:53:45.001 INFO kablam! --> src/minmax.rs:150:1 Oct 14 16:53:45.001 INFO kablam! | Oct 14 16:53:45.001 INFO kablam! 150 | / fn aspiration_search(callback: &mut F, ttable: &TTable, board: &Board, entry_op: &Option, moves: &[ChessMove], depth: i32, guess: Score) -> Option Oct 14 16:53:45.001 INFO kablam! 151 | | where F: FnMut() -> bool{ Oct 14 16:53:45.001 INFO kablam! 152 | | let mut margin = 5; Oct 14 16:53:45.001 INFO kablam! 153 | | let mut lower_bound = guess - margin; Oct 14 16:53:45.001 INFO kablam! ... | Oct 14 16:53:45.001 INFO kablam! 172 | | } Oct 14 16:53:45.001 INFO kablam! 173 | | } Oct 14 16:53:45.001 INFO kablam! | |_^ Oct 14 16:53:45.001 INFO kablam! Oct 14 16:53:50.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4m 51s Oct 14 16:53:50.414 INFO kablam! su: No module specific data is present Oct 14 16:53:51.379 INFO running `"docker" "rm" "-f" "89efc00e201b94459d7fcfbe145a9653d0cf536fadc9680317920426a1b6054c"` Oct 14 16:53:51.676 INFO blam! 89efc00e201b94459d7fcfbe145a9653d0cf536fadc9680317920426a1b6054c Oct 14 16:53:51.699 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 16:53:52.039 INFO blam! 2adc30b9fac2fd75962fd2a3173e590da1bdfa9a032bbae2ae8c58b3e204dd29 Oct 14 16:53:52.041 INFO running `"docker" "start" "-a" "2adc30b9fac2fd75962fd2a3173e590da1bdfa9a032bbae2ae8c58b3e204dd29"` Oct 14 16:53:53.310 INFO kablam! usermod: no changes Oct 14 16:53:53.483 INFO kablam! Compiling rust_chess v0.1.0 (/source) Oct 14 16:53:54.031 INFO kablam! warning: unused import: `std::time::Instant` Oct 14 16:53:54.031 INFO kablam! --> src/minmax.rs:6:5 Oct 14 16:53:54.031 INFO kablam! | Oct 14 16:53:54.031 INFO kablam! 6 | use std::time::Instant; Oct 14 16:53:54.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:53:54.031 INFO kablam! | Oct 14 16:53:54.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:53:54.031 INFO kablam! Oct 14 16:53:54.515 INFO kablam! warning: function is never used: `piece_captureable_score` Oct 14 16:53:54.515 INFO kablam! --> src/eval.rs:91:1 Oct 14 16:53:54.515 INFO kablam! | Oct 14 16:53:54.515 INFO kablam! 91 | fn piece_captureable_score(piece: Piece) -> Score { Oct 14 16:53:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:54.515 INFO kablam! | Oct 14 16:53:54.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:53:54.515 INFO kablam! Oct 14 16:53:54.515 INFO kablam! warning: function is never used: `movability_score` Oct 14 16:53:54.515 INFO kablam! --> src/eval.rs:136:1 Oct 14 16:53:54.515 INFO kablam! | Oct 14 16:53:54.515 INFO kablam! 136 | fn movability_score(board: &Board, moves: &[ChessMove]) -> Score { Oct 14 16:53:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:54.515 INFO kablam! Oct 14 16:53:54.515 INFO kablam! warning: function is never used: `aspiration_search` Oct 14 16:53:54.515 INFO kablam! --> src/minmax.rs:150:1 Oct 14 16:53:54.515 INFO kablam! | Oct 14 16:53:54.515 INFO kablam! 150 | / fn aspiration_search(callback: &mut F, ttable: &TTable, board: &Board, entry_op: &Option, moves: &[ChessMove], depth: i32, guess: Score) -> Option Oct 14 16:53:54.515 INFO kablam! 151 | | where F: FnMut() -> bool{ Oct 14 16:53:54.515 INFO kablam! 152 | | let mut margin = 5; Oct 14 16:53:54.515 INFO kablam! 153 | | let mut lower_bound = guess - margin; Oct 14 16:53:54.515 INFO kablam! ... | Oct 14 16:53:54.515 INFO kablam! 172 | | } Oct 14 16:53:54.515 INFO kablam! 173 | | } Oct 14 16:53:54.515 INFO kablam! | |_^ Oct 14 16:53:54.515 INFO kablam! Oct 14 16:53:55.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 14 16:53:55.370 INFO kablam! su: No module specific data is present Oct 14 16:53:57.041 INFO running `"docker" "rm" "-f" "2adc30b9fac2fd75962fd2a3173e590da1bdfa9a032bbae2ae8c58b3e204dd29"` Oct 14 16:53:57.487 INFO blam! 2adc30b9fac2fd75962fd2a3173e590da1bdfa9a032bbae2ae8c58b3e204dd29 Oct 14 16:53:57.508 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 16:53:58.080 INFO blam! eca54a64452d5f3b0b4e884f27e4080888ed53ef03174959a4277fb6fcd33ce4 Oct 14 16:53:58.083 INFO running `"docker" "start" "-a" "eca54a64452d5f3b0b4e884f27e4080888ed53ef03174959a4277fb6fcd33ce4"` Oct 14 16:54:00.494 INFO kablam! usermod: no changes Oct 14 16:54:00.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 16:54:00.698 INFO kablam! Running /target/debug/deps/rust_chess-0e957c6f2cdd34e4 Oct 14 16:54:00.724 INFO blam! Oct 14 16:54:00.724 INFO blam! running 0 tests Oct 14 16:54:00.724 INFO blam! Oct 14 16:54:00.724 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:54:00.724 INFO blam! Oct 14 16:54:00.735 INFO kablam! su: No module specific data is present Oct 14 16:54:02.048 INFO running `"docker" "rm" "-f" "eca54a64452d5f3b0b4e884f27e4080888ed53ef03174959a4277fb6fcd33ce4"` Oct 14 16:54:02.399 INFO blam! eca54a64452d5f3b0b4e884f27e4080888ed53ef03174959a4277fb6fcd33ce4