Oct 10 20:58:42.745 INFO testing jheek/rust-chess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:58:42.745 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:58:42.745 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:58:43.294 INFO blam! ad404e9df3b37fd8e58721c7278f86e5a798493c7d4e6af3e2d12e2161c51c47 Oct 10 20:58:43.296 INFO running `"docker" "start" "-a" "ad404e9df3b37fd8e58721c7278f86e5a798493c7d4e6af3e2d12e2161c51c47"` Oct 10 20:58:44.557 INFO kablam! usermod: no changes Oct 10 20:58:44.704 INFO kablam! Compiling proc-macro2 v0.4.17 Oct 10 20:58:44.705 INFO kablam! Compiling matches v0.1.8 Oct 10 20:58:44.705 INFO kablam! Compiling serde v1.0.76 Oct 10 20:58:44.705 INFO kablam! Compiling ryu v0.2.6 Oct 10 20:58:44.706 INFO kablam! Compiling byteorder v1.2.6 Oct 10 20:58:44.706 INFO kablam! Compiling atomic-option v0.1.2 Oct 10 20:58:44.706 INFO kablam! Compiling log v0.4.5 Oct 10 20:58:44.707 INFO kablam! Compiling rand v0.4.3 Oct 10 20:58:45.208 INFO kablam! Compiling net2 v0.2.33 Oct 10 20:58:47.404 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 10 20:58:50.020 INFO kablam! Compiling bytes v0.4.10 Oct 10 20:58:50.116 INFO kablam! Compiling mio v0.6.16 Oct 10 20:58:52.731 INFO kablam! Compiling idna v0.1.5 Oct 10 20:58:52.842 INFO kablam! Compiling chess v1.0.4 Oct 10 20:58:56.324 INFO kablam! Compiling quote v0.6.8 Oct 10 20:58:57.217 INFO kablam! Compiling mio-extras v2.0.5 Oct 10 20:58:59.312 INFO kablam! Compiling syn v0.14.9 Oct 10 20:59:00.792 INFO kablam! Compiling url v1.7.1 Oct 10 20:59:05.216 INFO kablam! Compiling ws v0.7.8 Oct 10 20:59:19.488 INFO kablam! Compiling serde_derive v1.0.76 Oct 10 20:59:22.304 INFO kablam! Compiling serde_json v1.0.26 Oct 10 21:03:29.444 INFO kablam! Compiling rust_chess v0.1.0 (/source) Oct 10 21:03:29.712 INFO kablam! warning: unused import: `std::time::Instant` Oct 10 21:03:29.712 INFO kablam! --> src/minmax.rs:6:5 Oct 10 21:03:29.712 INFO kablam! | Oct 10 21:03:29.712 INFO kablam! 6 | use std::time::Instant; Oct 10 21:03:29.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:03:29.712 INFO kablam! | Oct 10 21:03:29.712 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:03:29.712 INFO kablam! Oct 10 21:03:30.147 INFO kablam! warning: function is never used: `piece_captureable_score` Oct 10 21:03:30.148 INFO kablam! --> src/eval.rs:91:1 Oct 10 21:03:30.148 INFO kablam! | Oct 10 21:03:30.148 INFO kablam! 91 | fn piece_captureable_score(piece: Piece) -> Score { Oct 10 21:03:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:03:30.148 INFO kablam! | Oct 10 21:03:30.148 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:03:30.148 INFO kablam! Oct 10 21:03:30.148 INFO kablam! warning: function is never used: `movability_score` Oct 10 21:03:30.148 INFO kablam! --> src/eval.rs:136:1 Oct 10 21:03:30.148 INFO kablam! | Oct 10 21:03:30.148 INFO kablam! 136 | fn movability_score(board: &Board, moves: &[ChessMove]) -> Score { Oct 10 21:03:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:03:30.148 INFO kablam! Oct 10 21:03:30.148 INFO kablam! warning: function is never used: `aspiration_search` Oct 10 21:03:30.148 INFO kablam! --> src/minmax.rs:150:1 Oct 10 21:03:30.148 INFO kablam! | Oct 10 21:03:30.148 INFO kablam! 150 | / fn aspiration_search(callback: &mut F, ttable: &TTable, board: &Board, entry_op: &Option, moves: &[ChessMove], depth: i32, guess: Score) -> Option Oct 10 21:03:30.148 INFO kablam! 151 | | where F: FnMut() -> bool{ Oct 10 21:03:30.148 INFO kablam! 152 | | let mut margin = 5; Oct 10 21:03:30.148 INFO kablam! 153 | | let mut lower_bound = guess - margin; Oct 10 21:03:30.148 INFO kablam! ... | Oct 10 21:03:30.148 INFO kablam! 172 | | } Oct 10 21:03:30.148 INFO kablam! 173 | | } Oct 10 21:03:30.148 INFO kablam! | |_^ Oct 10 21:03:30.148 INFO kablam! Oct 10 21:03:33.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4m 48s Oct 10 21:03:33.185 INFO kablam! su: No module specific data is present Oct 10 21:03:33.589 INFO running `"docker" "rm" "-f" "ad404e9df3b37fd8e58721c7278f86e5a798493c7d4e6af3e2d12e2161c51c47"` Oct 10 21:03:33.678 INFO blam! ad404e9df3b37fd8e58721c7278f86e5a798493c7d4e6af3e2d12e2161c51c47 Oct 10 21:03:33.681 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:03:33.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:03:33.956 INFO blam! da1a1c564104b0cbd68d6f0cd1342cc4b226b10eb4f6a9a7bb5ce5c2bac56dba Oct 10 21:03:33.964 INFO running `"docker" "start" "-a" "da1a1c564104b0cbd68d6f0cd1342cc4b226b10eb4f6a9a7bb5ce5c2bac56dba"` Oct 10 21:03:34.529 INFO kablam! usermod: no changes Oct 10 21:03:34.644 INFO kablam! Compiling rust_chess v0.1.0 (/source) Oct 10 21:03:34.921 INFO kablam! warning: unused import: `std::time::Instant` Oct 10 21:03:34.922 INFO kablam! --> src/minmax.rs:6:5 Oct 10 21:03:34.922 INFO kablam! | Oct 10 21:03:34.922 INFO kablam! 6 | use std::time::Instant; Oct 10 21:03:34.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:03:34.922 INFO kablam! | Oct 10 21:03:34.922 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:03:34.923 INFO kablam! Oct 10 21:03:35.392 INFO kablam! warning: function is never used: `piece_captureable_score` Oct 10 21:03:35.392 INFO kablam! --> src/eval.rs:91:1 Oct 10 21:03:35.392 INFO kablam! | Oct 10 21:03:35.392 INFO kablam! 91 | fn piece_captureable_score(piece: Piece) -> Score { Oct 10 21:03:35.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:03:35.392 INFO kablam! | Oct 10 21:03:35.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:03:35.392 INFO kablam! Oct 10 21:03:35.392 INFO kablam! warning: function is never used: `movability_score` Oct 10 21:03:35.392 INFO kablam! --> src/eval.rs:136:1 Oct 10 21:03:35.392 INFO kablam! | Oct 10 21:03:35.392 INFO kablam! 136 | fn movability_score(board: &Board, moves: &[ChessMove]) -> Score { Oct 10 21:03:35.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:03:35.392 INFO kablam! Oct 10 21:03:35.392 INFO kablam! warning: function is never used: `aspiration_search` Oct 10 21:03:35.393 INFO kablam! --> src/minmax.rs:150:1 Oct 10 21:03:35.393 INFO kablam! | Oct 10 21:03:35.393 INFO kablam! 150 | / fn aspiration_search(callback: &mut F, ttable: &TTable, board: &Board, entry_op: &Option, moves: &[ChessMove], depth: i32, guess: Score) -> Option Oct 10 21:03:35.393 INFO kablam! 151 | | where F: FnMut() -> bool{ Oct 10 21:03:35.393 INFO kablam! 152 | | let mut margin = 5; Oct 10 21:03:35.393 INFO kablam! 153 | | let mut lower_bound = guess - margin; Oct 10 21:03:35.393 INFO kablam! ... | Oct 10 21:03:35.393 INFO kablam! 172 | | } Oct 10 21:03:35.393 INFO kablam! 173 | | } Oct 10 21:03:35.393 INFO kablam! | |_^ Oct 10 21:03:35.393 INFO kablam! Oct 10 21:03:36.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 10 21:03:36.048 INFO kablam! su: No module specific data is present Oct 10 21:03:36.368 INFO running `"docker" "rm" "-f" "da1a1c564104b0cbd68d6f0cd1342cc4b226b10eb4f6a9a7bb5ce5c2bac56dba"` Oct 10 21:03:36.624 INFO blam! da1a1c564104b0cbd68d6f0cd1342cc4b226b10eb4f6a9a7bb5ce5c2bac56dba Oct 10 21:03:36.630 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:03:36.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:03:36.996 INFO blam! d5ae5454bb54a51554e773ee286107efafac468a1ab9da741387afc74e01c1b9 Oct 10 21:03:37.004 INFO running `"docker" "start" "-a" "d5ae5454bb54a51554e773ee286107efafac468a1ab9da741387afc74e01c1b9"` Oct 10 21:03:37.512 INFO kablam! usermod: no changes Oct 10 21:03:37.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 21:03:37.607 INFO kablam! Running /target/debug/deps/rust_chess-0e957c6f2cdd34e4 Oct 10 21:03:37.609 INFO blam! Oct 10 21:03:37.609 INFO blam! running 0 tests Oct 10 21:03:37.609 INFO blam! Oct 10 21:03:37.609 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:03:37.609 INFO blam! Oct 10 21:03:37.612 INFO kablam! su: No module specific data is present Oct 10 21:03:37.961 INFO running `"docker" "rm" "-f" "d5ae5454bb54a51554e773ee286107efafac468a1ab9da741387afc74e01c1b9"` Oct 10 21:03:38.076 INFO blam! d5ae5454bb54a51554e773ee286107efafac468a1ab9da741387afc74e01c1b9