Oct 10 22:50:23.978 INFO testing furrykef/farce against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:50:23.978 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:50:23.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 22:50:24.356 INFO blam! d5474ea805803657a669bbf4eb964dfe3317c70ce66145f5b58972420f956253 Oct 10 22:50:24.359 INFO running `"docker" "start" "-a" "d5474ea805803657a669bbf4eb964dfe3317c70ce66145f5b58972420f956253"` Oct 10 22:50:25.074 INFO kablam! usermod: no changes Oct 10 22:50:25.120 INFO kablam! Compiling memchr v1.0.1 Oct 10 22:50:25.948 INFO kablam! Compiling aho-corasick v0.6.3 Oct 10 22:50:27.186 INFO kablam! Compiling regex v0.2.2 Oct 10 22:50:34.332 INFO kablam! Compiling farce v0.1.0 (/source) Oct 10 22:50:35.296 INFO kablam! warning: unused import: `std::thread` Oct 10 22:50:35.296 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 10 22:50:35.296 INFO kablam! | Oct 10 22:50:35.296 INFO kablam! 3 | use std::thread; Oct 10 22:50:35.296 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:50:35.296 INFO kablam! | Oct 10 22:50:35.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:50:35.296 INFO kablam! Oct 10 22:50:35.434 INFO kablam! warning: unused variable: `rx` Oct 10 22:50:35.434 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 10 22:50:35.434 INFO kablam! | Oct 10 22:50:35.434 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 10 22:50:35.434 INFO kablam! | ^^ help: consider using `_rx` instead Oct 10 22:50:35.434 INFO kablam! | Oct 10 22:50:35.434 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:50:35.434 INFO kablam! Oct 10 22:50:35.434 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:35.434 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 10 22:50:35.434 INFO kablam! | Oct 10 22:50:35.434 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:35.434 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:35.434 INFO kablam! Oct 10 22:50:35.434 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:35.434 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 10 22:50:35.434 INFO kablam! | Oct 10 22:50:35.434 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:35.434 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:35.434 INFO kablam! Oct 10 22:50:35.434 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:35.434 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 10 22:50:35.434 INFO kablam! | Oct 10 22:50:35.434 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:35.435 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:35.435 INFO kablam! Oct 10 22:50:35.462 INFO kablam! warning: variant is never constructed: `White` Oct 10 22:50:35.462 INFO kablam! --> src/color.rs:4:5 Oct 10 22:50:35.462 INFO kablam! | Oct 10 22:50:35.462 INFO kablam! 4 | White, Oct 10 22:50:35.462 INFO kablam! | ^^^^^ Oct 10 22:50:35.462 INFO kablam! | Oct 10 22:50:35.462 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:50:35.462 INFO kablam! Oct 10 22:50:35.462 INFO kablam! warning: variant is never constructed: `Black` Oct 10 22:50:35.462 INFO kablam! --> src/color.rs:5:5 Oct 10 22:50:35.462 INFO kablam! | Oct 10 22:50:35.462 INFO kablam! 5 | Black Oct 10 22:50:35.462 INFO kablam! | ^^^^^ Oct 10 22:50:35.462 INFO kablam! Oct 10 22:50:35.462 INFO kablam! warning: function is never used: `opposite_color` Oct 10 22:50:35.462 INFO kablam! --> src/color.rs:9:1 Oct 10 22:50:35.462 INFO kablam! | Oct 10 22:50:35.462 INFO kablam! 9 | pub fn opposite_color(color: Color) -> Color { Oct 10 22:50:35.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.462 INFO kablam! Oct 10 22:50:35.462 INFO kablam! warning: variant is never constructed: `Pawn` Oct 10 22:50:35.462 INFO kablam! --> src/piece.rs:3:5 Oct 10 22:50:35.462 INFO kablam! | Oct 10 22:50:35.462 INFO kablam! 3 | Pawn, Oct 10 22:50:35.462 INFO kablam! | ^^^^ Oct 10 22:50:35.462 INFO kablam! Oct 10 22:50:35.463 INFO kablam! warning: variant is never constructed: `Knight` Oct 10 22:50:35.463 INFO kablam! --> src/piece.rs:4:5 Oct 10 22:50:35.463 INFO kablam! | Oct 10 22:50:35.463 INFO kablam! 4 | Knight, Oct 10 22:50:35.463 INFO kablam! | ^^^^^^ Oct 10 22:50:35.468 INFO kablam! Oct 10 22:50:35.468 INFO kablam! warning: variant is never constructed: `Bishop` Oct 10 22:50:35.468 INFO kablam! --> src/piece.rs:5:5 Oct 10 22:50:35.468 INFO kablam! | Oct 10 22:50:35.468 INFO kablam! 5 | Bishop, Oct 10 22:50:35.468 INFO kablam! | ^^^^^^ Oct 10 22:50:35.468 INFO kablam! Oct 10 22:50:35.468 INFO kablam! warning: variant is never constructed: `Rook` Oct 10 22:50:35.468 INFO kablam! --> src/piece.rs:6:5 Oct 10 22:50:35.468 INFO kablam! | Oct 10 22:50:35.468 INFO kablam! 6 | Rook, Oct 10 22:50:35.468 INFO kablam! | ^^^^ Oct 10 22:50:35.468 INFO kablam! Oct 10 22:50:35.468 INFO kablam! warning: variant is never constructed: `Queen` Oct 10 22:50:35.468 INFO kablam! --> src/piece.rs:7:5 Oct 10 22:50:35.468 INFO kablam! | Oct 10 22:50:35.468 INFO kablam! 7 | Queen, Oct 10 22:50:35.468 INFO kablam! | ^^^^^ Oct 10 22:50:35.468 INFO kablam! Oct 10 22:50:35.468 INFO kablam! warning: variant is never constructed: `King` Oct 10 22:50:35.468 INFO kablam! --> src/piece.rs:8:5 Oct 10 22:50:35.468 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 8 | King Oct 10 22:50:35.469 INFO kablam! | ^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: constant item is never used: `STARTPOS_FEN` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:10:1 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 10 | const STARTPOS_FEN: &str = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"; Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: variant is never constructed: `Empty` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:33:5 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 33 | Empty, Oct 10 22:50:35.469 INFO kablam! | ^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: variant is never constructed: `Piece` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:34:5 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 34 | Piece(PieceType, Color) Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: method is never used: `new` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:50:5 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 50 | pub fn new() -> Position { Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: method is never used: `from_fen` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:58:5 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 58 | pub fn from_fen(fen: &str) -> Position { Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: method is never used: `make_move` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:190:5 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 190 | / pub fn make_move(&mut self, Oct 10 22:50:35.469 INFO kablam! 191 | | src: (usize, usize), Oct 10 22:50:35.469 INFO kablam! 192 | | dst: (usize, usize), Oct 10 22:50:35.469 INFO kablam! 193 | | promotion_type: Option) { Oct 10 22:50:35.469 INFO kablam! ... | Oct 10 22:50:35.469 INFO kablam! 287 | | self.side_to_move = opposite_color(self.side_to_move); Oct 10 22:50:35.469 INFO kablam! 288 | | } Oct 10 22:50:35.469 INFO kablam! | |_____^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: function is never used: `read_board_data` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:299:1 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 299 | fn read_board_data(captures: &Captures) -> [[Cell; 8]; 8] { Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:331:1 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:35.469 INFO kablam! warning: function is never used: `parse_algebraic_coords` Oct 10 22:50:35.469 INFO kablam! --> src/position.rs:340:1 Oct 10 22:50:35.469 INFO kablam! | Oct 10 22:50:35.469 INFO kablam! 340 | fn parse_algebraic_coords(coords: &str) -> (usize, usize) { Oct 10 22:50:35.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:35.469 INFO kablam! Oct 10 22:50:36.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.30s Oct 10 22:50:36.391 INFO kablam! su: No module specific data is present Oct 10 22:50:36.677 INFO running `"docker" "rm" "-f" "d5474ea805803657a669bbf4eb964dfe3317c70ce66145f5b58972420f956253"` Oct 10 22:50:36.767 INFO blam! d5474ea805803657a669bbf4eb964dfe3317c70ce66145f5b58972420f956253 Oct 10 22:50:36.770 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:50:36.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 22:50:37.053 INFO blam! 6f231693635315f1451ae92c06dbfdd853754010f79658a53258ec6d63417f0e Oct 10 22:50:37.054 INFO running `"docker" "start" "-a" "6f231693635315f1451ae92c06dbfdd853754010f79658a53258ec6d63417f0e"` Oct 10 22:50:37.625 INFO kablam! usermod: no changes Oct 10 22:50:37.666 INFO kablam! Compiling farce v0.1.0 (/source) Oct 10 22:50:38.764 INFO kablam! warning: unused import: `std::thread` Oct 10 22:50:38.764 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 10 22:50:38.764 INFO kablam! | Oct 10 22:50:38.764 INFO kablam! 3 | use std::thread; Oct 10 22:50:38.764 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:50:38.764 INFO kablam! | Oct 10 22:50:38.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:50:38.764 INFO kablam! Oct 10 22:50:38.935 INFO kablam! warning: unused variable: `rx` Oct 10 22:50:38.935 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 10 22:50:38.935 INFO kablam! | Oct 10 22:50:38.935 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 10 22:50:38.935 INFO kablam! | ^^ help: consider using `_rx` instead Oct 10 22:50:38.935 INFO kablam! | Oct 10 22:50:38.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:50:38.935 INFO kablam! Oct 10 22:50:38.935 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:38.935 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 10 22:50:38.935 INFO kablam! | Oct 10 22:50:38.935 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:38.935 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:38.935 INFO kablam! Oct 10 22:50:38.935 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:38.935 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 10 22:50:38.935 INFO kablam! | Oct 10 22:50:38.935 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:38.935 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:38.935 INFO kablam! Oct 10 22:50:38.935 INFO kablam! warning: unused variable: `tokens` Oct 10 22:50:38.935 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 10 22:50:38.935 INFO kablam! | Oct 10 22:50:38.935 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 10 22:50:38.935 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 10 22:50:38.935 INFO kablam! Oct 10 22:50:38.984 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 10 22:50:38.984 INFO kablam! --> src/position.rs:331:1 Oct 10 22:50:38.985 INFO kablam! | Oct 10 22:50:38.985 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 10 22:50:38.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:50:38.985 INFO kablam! | Oct 10 22:50:38.985 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:50:38.985 INFO kablam! Oct 10 22:50:39.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 10 22:50:39.854 INFO kablam! su: No module specific data is present Oct 10 22:50:40.160 INFO running `"docker" "rm" "-f" "6f231693635315f1451ae92c06dbfdd853754010f79658a53258ec6d63417f0e"` Oct 10 22:50:40.393 INFO blam! 6f231693635315f1451ae92c06dbfdd853754010f79658a53258ec6d63417f0e Oct 10 22:50:40.398 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:50:40.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 22:50:40.749 INFO blam! de8f6755e21b3dbd186de549766e9b97f672cecd0e3a6f1b9256015a71a704d8 Oct 10 22:50:40.751 INFO running `"docker" "start" "-a" "de8f6755e21b3dbd186de549766e9b97f672cecd0e3a6f1b9256015a71a704d8"` Oct 10 22:50:41.501 INFO kablam! usermod: no changes Oct 10 22:50:41.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 22:50:41.609 INFO kablam! Running /target/debug/deps/farce-b292c67893634707 Oct 10 22:50:41.609 INFO blam! Oct 10 22:50:41.609 INFO blam! running 12 tests Oct 10 22:50:41.609 INFO blam! test position::tests::black_castling_queenside ... ok Oct 10 22:50:41.610 INFO blam! test position::tests::not_en_passant ... ok Oct 10 22:50:41.637 INFO blam! test position::tests::black_castling_kingside ... ok Oct 10 22:50:41.637 INFO blam! test position::tests::new_equals_startpos ... ok Oct 10 22:50:41.637 INFO blam! test position::tests::fen_of_start_position ... ok Oct 10 22:50:41.638 INFO blam! test position::tests::white_capturing_en_passant ... ok Oct 10 22:50:41.638 INFO blam! test position::tests::moves_1e4 ... ok Oct 10 22:50:41.638 INFO blam! test position::tests::giuoco_piano ... ok Oct 10 22:50:41.638 INFO blam! test position::tests::promote_pawn_to_knight ... ok Oct 10 22:50:41.639 INFO blam! test position::tests::black_capturing_en_passant ... ok Oct 10 22:50:41.645 INFO blam! test position::tests::white_castling_kingside ... ok Oct 10 22:50:41.645 INFO kablam! su: No module specific data is present Oct 10 22:50:41.645 INFO blam! test position::tests::white_castling_queenside ... ok Oct 10 22:50:41.645 INFO blam! Oct 10 22:50:41.646 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:50:41.646 INFO blam! Oct 10 22:50:42.311 INFO running `"docker" "rm" "-f" "de8f6755e21b3dbd186de549766e9b97f672cecd0e3a6f1b9256015a71a704d8"` Oct 10 22:50:42.644 INFO blam! de8f6755e21b3dbd186de549766e9b97f672cecd0e3a6f1b9256015a71a704d8