Oct 14 20:13:08.703 INFO testing furrykef/farce against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:13:08.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:13:08.905 INFO blam! 0701ab1c62decad750a92bb3261595cdb5a9709811206ef032a848361d812f14 Oct 14 20:13:08.908 INFO running `"docker" "start" "-a" "0701ab1c62decad750a92bb3261595cdb5a9709811206ef032a848361d812f14"` Oct 14 20:13:09.699 INFO kablam! usermod: no changes Oct 14 20:13:09.747 INFO kablam! Compiling libc v0.2.24 Oct 14 20:13:10.503 INFO kablam! Compiling memchr v1.0.1 Oct 14 20:13:10.836 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 20:13:11.819 INFO kablam! Compiling regex v0.2.2 Oct 14 20:13:19.955 INFO kablam! Compiling farce v0.1.0 (/source) Oct 14 20:13:20.308 INFO kablam! warning: unused import: `std::thread` Oct 14 20:13:20.308 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 14 20:13:20.308 INFO kablam! | Oct 14 20:13:20.308 INFO kablam! 3 | use std::thread; Oct 14 20:13:20.308 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:13:20.308 INFO kablam! | Oct 14 20:13:20.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:13:20.308 INFO kablam! Oct 14 20:13:20.466 INFO kablam! warning: unused variable: `rx` Oct 14 20:13:20.466 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 14 20:13:20.466 INFO kablam! | Oct 14 20:13:20.466 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 14 20:13:20.466 INFO kablam! | ^^ help: consider using `_rx` instead Oct 14 20:13:20.466 INFO kablam! | Oct 14 20:13:20.466 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:13:20.466 INFO kablam! Oct 14 20:13:20.466 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:20.466 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 14 20:13:20.466 INFO kablam! | Oct 14 20:13:20.466 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:20.466 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:20.466 INFO kablam! Oct 14 20:13:20.466 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:20.466 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 14 20:13:20.466 INFO kablam! | Oct 14 20:13:20.466 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:20.466 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:20.466 INFO kablam! Oct 14 20:13:20.466 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:20.466 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 14 20:13:20.466 INFO kablam! | Oct 14 20:13:20.466 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:20.466 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:20.466 INFO kablam! Oct 14 20:13:20.484 INFO kablam! warning: variant is never constructed: `White` Oct 14 20:13:20.485 INFO kablam! --> src/color.rs:4:5 Oct 14 20:13:20.485 INFO kablam! | Oct 14 20:13:20.485 INFO kablam! 4 | White, Oct 14 20:13:20.485 INFO kablam! | ^^^^^ Oct 14 20:13:20.485 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Black` Oct 14 20:13:20.486 INFO kablam! --> src/color.rs:5:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 5 | Black Oct 14 20:13:20.486 INFO kablam! | ^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: function is never used: `opposite_color` Oct 14 20:13:20.486 INFO kablam! --> src/color.rs:9:1 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 9 | pub fn opposite_color(color: Color) -> Color { Oct 14 20:13:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Pawn` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:3:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 3 | Pawn, Oct 14 20:13:20.486 INFO kablam! | ^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Knight` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:4:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 4 | Knight, Oct 14 20:13:20.486 INFO kablam! | ^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Bishop` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:5:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 5 | Bishop, Oct 14 20:13:20.486 INFO kablam! | ^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Rook` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:6:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 6 | Rook, Oct 14 20:13:20.486 INFO kablam! | ^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Queen` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:7:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 7 | Queen, Oct 14 20:13:20.486 INFO kablam! | ^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `King` Oct 14 20:13:20.486 INFO kablam! --> src/piece.rs:8:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 8 | King Oct 14 20:13:20.486 INFO kablam! | ^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: constant item is never used: `STARTPOS_FEN` Oct 14 20:13:20.486 INFO kablam! --> src/position.rs:10:1 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 10 | const STARTPOS_FEN: &str = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"; Oct 14 20:13:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 20:13:20.486 INFO kablam! --> src/position.rs:33:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 33 | Empty, Oct 14 20:13:20.486 INFO kablam! | ^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: variant is never constructed: `Piece` Oct 14 20:13:20.486 INFO kablam! --> src/position.rs:34:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 34 | Piece(PieceType, Color) Oct 14 20:13:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: method is never used: `new` Oct 14 20:13:20.486 INFO kablam! --> src/position.rs:50:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 50 | pub fn new() -> Position { Oct 14 20:13:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.486 INFO kablam! warning: method is never used: `from_fen` Oct 14 20:13:20.486 INFO kablam! --> src/position.rs:58:5 Oct 14 20:13:20.486 INFO kablam! | Oct 14 20:13:20.486 INFO kablam! 58 | pub fn from_fen(fen: &str) -> Position { Oct 14 20:13:20.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.486 INFO kablam! Oct 14 20:13:20.487 INFO kablam! warning: method is never used: `make_move` Oct 14 20:13:20.487 INFO kablam! --> src/position.rs:190:5 Oct 14 20:13:20.487 INFO kablam! | Oct 14 20:13:20.487 INFO kablam! 190 | / pub fn make_move(&mut self, Oct 14 20:13:20.487 INFO kablam! 191 | | src: (usize, usize), Oct 14 20:13:20.487 INFO kablam! 192 | | dst: (usize, usize), Oct 14 20:13:20.487 INFO kablam! 193 | | promotion_type: Option) { Oct 14 20:13:20.487 INFO kablam! ... | Oct 14 20:13:20.487 INFO kablam! 287 | | self.side_to_move = opposite_color(self.side_to_move); Oct 14 20:13:20.487 INFO kablam! 288 | | } Oct 14 20:13:20.487 INFO kablam! | |_____^ Oct 14 20:13:20.487 INFO kablam! Oct 14 20:13:20.487 INFO kablam! warning: function is never used: `read_board_data` Oct 14 20:13:20.487 INFO kablam! --> src/position.rs:299:1 Oct 14 20:13:20.487 INFO kablam! | Oct 14 20:13:20.487 INFO kablam! 299 | fn read_board_data(captures: &Captures) -> [[Cell; 8]; 8] { Oct 14 20:13:20.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.487 INFO kablam! Oct 14 20:13:20.487 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 14 20:13:20.487 INFO kablam! --> src/position.rs:331:1 Oct 14 20:13:20.487 INFO kablam! | Oct 14 20:13:20.487 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 14 20:13:20.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.487 INFO kablam! Oct 14 20:13:20.487 INFO kablam! warning: function is never used: `parse_algebraic_coords` Oct 14 20:13:20.487 INFO kablam! --> src/position.rs:340:1 Oct 14 20:13:20.487 INFO kablam! | Oct 14 20:13:20.487 INFO kablam! 340 | fn parse_algebraic_coords(coords: &str) -> (usize, usize) { Oct 14 20:13:20.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:20.487 INFO kablam! Oct 14 20:13:21.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.67s Oct 14 20:13:21.384 INFO kablam! su: No module specific data is present Oct 14 20:13:21.800 INFO running `"docker" "rm" "-f" "0701ab1c62decad750a92bb3261595cdb5a9709811206ef032a848361d812f14"` Oct 14 20:13:21.872 INFO blam! 0701ab1c62decad750a92bb3261595cdb5a9709811206ef032a848361d812f14 Oct 14 20:13:21.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:13:22.205 INFO blam! d1d0fb831898bc2ed8a1aa8e5677c56bb2c51cb219262b74021f54aa323473f6 Oct 14 20:13:22.211 INFO running `"docker" "start" "-a" "d1d0fb831898bc2ed8a1aa8e5677c56bb2c51cb219262b74021f54aa323473f6"` Oct 14 20:13:22.920 INFO kablam! usermod: no changes Oct 14 20:13:22.954 INFO kablam! Compiling farce v0.1.0 (/source) Oct 14 20:13:23.303 INFO kablam! warning: unused import: `std::thread` Oct 14 20:13:23.303 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 14 20:13:23.303 INFO kablam! | Oct 14 20:13:23.303 INFO kablam! 3 | use std::thread; Oct 14 20:13:23.303 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:13:23.303 INFO kablam! | Oct 14 20:13:23.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:13:23.303 INFO kablam! Oct 14 20:13:23.469 INFO kablam! warning: unused variable: `rx` Oct 14 20:13:23.469 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 14 20:13:23.469 INFO kablam! | Oct 14 20:13:23.469 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 14 20:13:23.469 INFO kablam! | ^^ help: consider using `_rx` instead Oct 14 20:13:23.469 INFO kablam! | Oct 14 20:13:23.469 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:13:23.469 INFO kablam! Oct 14 20:13:23.469 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.469 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 14 20:13:23.469 INFO kablam! | Oct 14 20:13:23.469 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.469 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.469 INFO kablam! Oct 14 20:13:23.469 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.469 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 14 20:13:23.469 INFO kablam! | Oct 14 20:13:23.469 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.469 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.469 INFO kablam! Oct 14 20:13:23.469 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.469 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 14 20:13:23.470 INFO kablam! | Oct 14 20:13:23.470 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.470 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.470 INFO kablam! Oct 14 20:13:23.509 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 14 20:13:23.509 INFO kablam! --> src/position.rs:331:1 Oct 14 20:13:23.509 INFO kablam! | Oct 14 20:13:23.509 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 14 20:13:23.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:23.509 INFO kablam! | Oct 14 20:13:23.509 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:13:23.509 INFO kablam! Oct 14 20:13:24.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 14 20:13:24.403 INFO kablam! su: No module specific data is present Oct 14 20:13:24.682 INFO running `"docker" "rm" "-f" "d1d0fb831898bc2ed8a1aa8e5677c56bb2c51cb219262b74021f54aa323473f6"` Oct 14 20:13:24.786 INFO blam! d1d0fb831898bc2ed8a1aa8e5677c56bb2c51cb219262b74021f54aa323473f6 Oct 14 20:13:24.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:13:25.036 INFO blam! 4f2338bd86ad859939f930ddb4a0fa83c39a118a825dcd709dd406e73f9e051f Oct 14 20:13:25.043 INFO running `"docker" "start" "-a" "4f2338bd86ad859939f930ddb4a0fa83c39a118a825dcd709dd406e73f9e051f"` Oct 14 20:13:25.635 INFO kablam! usermod: no changes Oct 14 20:13:25.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 20:13:25.675 INFO kablam! Running /target/debug/deps/farce-b292c67893634707 Oct 14 20:13:25.683 INFO blam! Oct 14 20:13:25.683 INFO blam! running 12 tests Oct 14 20:13:25.695 INFO blam! test position::tests::black_castling_queenside ... ok Oct 14 20:13:25.695 INFO blam! test position::tests::moves_1e4 ... ok Oct 14 20:13:25.702 INFO blam! test position::tests::black_capturing_en_passant ... ok Oct 14 20:13:25.702 INFO blam! test position::tests::black_castling_kingside ... ok Oct 14 20:13:25.716 INFO blam! test position::tests::not_en_passant ... ok Oct 14 20:13:25.717 INFO blam! test position::tests::promote_pawn_to_knight ... ok Oct 14 20:13:25.717 INFO blam! test position::tests::white_capturing_en_passant ... ok Oct 14 20:13:25.717 INFO blam! test position::tests::new_equals_startpos ... ok Oct 14 20:13:25.719 INFO blam! test position::tests::white_castling_queenside ... ok Oct 14 20:13:25.720 INFO blam! test position::tests::fen_of_start_position ... ok Oct 14 20:13:25.720 INFO blam! test position::tests::white_castling_kingside ... ok Oct 14 20:13:25.720 INFO blam! test position::tests::giuoco_piano ... ok Oct 14 20:13:25.720 INFO blam! Oct 14 20:13:25.720 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:13:25.721 INFO blam! Oct 14 20:13:25.722 INFO kablam! su: No module specific data is present Oct 14 20:13:26.016 INFO running `"docker" "rm" "-f" "4f2338bd86ad859939f930ddb4a0fa83c39a118a825dcd709dd406e73f9e051f"` Oct 14 20:13:26.106 INFO blam! 4f2338bd86ad859939f930ddb4a0fa83c39a118a825dcd709dd406e73f9e051f