Oct 14 20:13:08.421 INFO testing furrykef/farce against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:13:08.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.772 INFO blam! 800e64f2130293e8102ffde5652e07f8c37db6cc7deeb8a93f5de456468bcb57 Oct 14 20:13:08.779 INFO running `"docker" "start" "-a" "800e64f2130293e8102ffde5652e07f8c37db6cc7deeb8a93f5de456468bcb57"` Oct 14 20:13:09.365 INFO kablam! usermod: no changes Oct 14 20:13:09.435 INFO kablam! Compiling libc v0.2.24 Oct 14 20:13:10.255 INFO kablam! Compiling memchr v1.0.1 Oct 14 20:13:10.650 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 20:13:11.531 INFO kablam! Compiling regex v0.2.2 Oct 14 20:13:19.447 INFO kablam! Compiling farce v0.1.0 (/source) Oct 14 20:13:19.789 INFO kablam! warning: unused import: `std::thread` Oct 14 20:13:19.789 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 14 20:13:19.789 INFO kablam! | Oct 14 20:13:19.789 INFO kablam! 3 | use std::thread; Oct 14 20:13:19.790 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:13:19.790 INFO kablam! | Oct 14 20:13:19.790 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:13:19.790 INFO kablam! Oct 14 20:13:19.935 INFO kablam! warning: unused variable: `rx` Oct 14 20:13:19.935 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 14 20:13:19.935 INFO kablam! | Oct 14 20:13:19.935 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 14 20:13:19.936 INFO kablam! | ^^ help: consider using `_rx` instead Oct 14 20:13:19.936 INFO kablam! | Oct 14 20:13:19.936 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:13:19.936 INFO kablam! Oct 14 20:13:19.936 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:19.936 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 14 20:13:19.936 INFO kablam! | Oct 14 20:13:19.936 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:19.936 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:19.936 INFO kablam! Oct 14 20:13:19.937 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:19.937 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 14 20:13:19.937 INFO kablam! | Oct 14 20:13:19.937 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:19.937 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:19.937 INFO kablam! Oct 14 20:13:19.937 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:19.937 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 14 20:13:19.937 INFO kablam! | Oct 14 20:13:19.937 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:19.937 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:19.937 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `White` Oct 14 20:13:19.964 INFO kablam! --> src/color.rs:4:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 4 | White, Oct 14 20:13:19.964 INFO kablam! | ^^^^^ Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Black` Oct 14 20:13:19.964 INFO kablam! --> src/color.rs:5:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 5 | Black Oct 14 20:13:19.964 INFO kablam! | ^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: function is never used: `opposite_color` Oct 14 20:13:19.964 INFO kablam! --> src/color.rs:9:1 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 9 | pub fn opposite_color(color: Color) -> Color { Oct 14 20:13:19.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Pawn` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:3:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 3 | Pawn, Oct 14 20:13:19.964 INFO kablam! | ^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Knight` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:4:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 4 | Knight, Oct 14 20:13:19.964 INFO kablam! | ^^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Bishop` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:5:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 5 | Bishop, Oct 14 20:13:19.964 INFO kablam! | ^^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Rook` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:6:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 6 | Rook, Oct 14 20:13:19.964 INFO kablam! | ^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Queen` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:7:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 7 | Queen, Oct 14 20:13:19.964 INFO kablam! | ^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `King` Oct 14 20:13:19.964 INFO kablam! --> src/piece.rs:8:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 8 | King Oct 14 20:13:19.964 INFO kablam! | ^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: constant item is never used: `STARTPOS_FEN` Oct 14 20:13:19.964 INFO kablam! --> src/position.rs:10:1 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 10 | const STARTPOS_FEN: &str = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"; Oct 14 20:13:19.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.964 INFO kablam! Oct 14 20:13:19.964 INFO kablam! warning: variant is never constructed: `Empty` Oct 14 20:13:19.964 INFO kablam! --> src/position.rs:33:5 Oct 14 20:13:19.964 INFO kablam! | Oct 14 20:13:19.964 INFO kablam! 33 | Empty, Oct 14 20:13:19.964 INFO kablam! | ^^^^^ Oct 14 20:13:19.965 INFO kablam! Oct 14 20:13:19.965 INFO kablam! warning: variant is never constructed: `Piece` Oct 14 20:13:19.965 INFO kablam! --> src/position.rs:34:5 Oct 14 20:13:19.965 INFO kablam! | Oct 14 20:13:19.965 INFO kablam! 34 | Piece(PieceType, Color) Oct 14 20:13:19.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.965 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: method is never used: `new` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:50:5 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 50 | pub fn new() -> Position { Oct 14 20:13:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: method is never used: `from_fen` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:58:5 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 58 | pub fn from_fen(fen: &str) -> Position { Oct 14 20:13:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: method is never used: `make_move` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:190:5 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 190 | / pub fn make_move(&mut self, Oct 14 20:13:19.974 INFO kablam! 191 | | src: (usize, usize), Oct 14 20:13:19.974 INFO kablam! 192 | | dst: (usize, usize), Oct 14 20:13:19.974 INFO kablam! 193 | | promotion_type: Option) { Oct 14 20:13:19.974 INFO kablam! ... | Oct 14 20:13:19.974 INFO kablam! 287 | | self.side_to_move = opposite_color(self.side_to_move); Oct 14 20:13:19.974 INFO kablam! 288 | | } Oct 14 20:13:19.974 INFO kablam! | |_____^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: function is never used: `read_board_data` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:299:1 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 299 | fn read_board_data(captures: &Captures) -> [[Cell; 8]; 8] { Oct 14 20:13:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:331:1 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 14 20:13:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:19.974 INFO kablam! warning: function is never used: `parse_algebraic_coords` Oct 14 20:13:19.974 INFO kablam! --> src/position.rs:340:1 Oct 14 20:13:19.974 INFO kablam! | Oct 14 20:13:19.974 INFO kablam! 340 | fn parse_algebraic_coords(coords: &str) -> (usize, usize) { Oct 14 20:13:19.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:19.974 INFO kablam! Oct 14 20:13:20.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.46s Oct 14 20:13:20.855 INFO kablam! su: No module specific data is present Oct 14 20:13:21.422 INFO running `"docker" "rm" "-f" "800e64f2130293e8102ffde5652e07f8c37db6cc7deeb8a93f5de456468bcb57"` Oct 14 20:13:21.599 INFO blam! 800e64f2130293e8102ffde5652e07f8c37db6cc7deeb8a93f5de456468bcb57 Oct 14 20:13:21.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.855 INFO blam! 55ae5e93504531268d8fe67d19a45f07b7d2be10de56008b357f591bbbb5b4f9 Oct 14 20:13:21.857 INFO running `"docker" "start" "-a" "55ae5e93504531268d8fe67d19a45f07b7d2be10de56008b357f591bbbb5b4f9"` Oct 14 20:13:22.401 INFO kablam! usermod: no changes Oct 14 20:13:22.443 INFO kablam! Compiling farce v0.1.0 (/source) Oct 14 20:13:22.828 INFO kablam! warning: unused import: `std::thread` Oct 14 20:13:22.828 INFO kablam! --> src/engine_thread_manager.rs:3:5 Oct 14 20:13:22.828 INFO kablam! | Oct 14 20:13:22.828 INFO kablam! 3 | use std::thread; Oct 14 20:13:22.828 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:13:22.828 INFO kablam! | Oct 14 20:13:22.828 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:13:22.828 INFO kablam! Oct 14 20:13:23.007 INFO kablam! warning: unused variable: `rx` Oct 14 20:13:23.007 INFO kablam! --> src/engine_thread_manager.rs:17:18 Oct 14 20:13:23.007 INFO kablam! | Oct 14 20:13:23.007 INFO kablam! 17 | let (tx, rx) = mpsc::channel::(); Oct 14 20:13:23.007 INFO kablam! | ^^ help: consider using `_rx` instead Oct 14 20:13:23.007 INFO kablam! | Oct 14 20:13:23.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:13:23.007 INFO kablam! Oct 14 20:13:23.007 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.007 INFO kablam! --> src/engine_thread_manager.rs:24:26 Oct 14 20:13:23.007 INFO kablam! | Oct 14 20:13:23.007 INFO kablam! 24 | pub fn cmd_go(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.007 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.007 INFO kablam! Oct 14 20:13:23.007 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.007 INFO kablam! --> src/engine_thread_manager.rs:36:32 Oct 14 20:13:23.007 INFO kablam! | Oct 14 20:13:23.007 INFO kablam! 36 | pub fn cmd_position(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.007 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.007 INFO kablam! Oct 14 20:13:23.007 INFO kablam! warning: unused variable: `tokens` Oct 14 20:13:23.007 INFO kablam! --> src/engine_thread_manager.rs:40:33 Oct 14 20:13:23.007 INFO kablam! | Oct 14 20:13:23.007 INFO kablam! 40 | pub fn cmd_setoption(&self, tokens: &mut SplitWhitespace) { Oct 14 20:13:23.007 INFO kablam! | ^^^^^^ help: consider using `_tokens` instead Oct 14 20:13:23.007 INFO kablam! Oct 14 20:13:23.053 INFO kablam! warning: function is never used: `can_piece_move_into_cell` Oct 14 20:13:23.053 INFO kablam! --> src/position.rs:331:1 Oct 14 20:13:23.054 INFO kablam! | Oct 14 20:13:23.054 INFO kablam! 331 | pub fn can_piece_move_into_cell(cell: Cell, my_color: Color) -> bool { Oct 14 20:13:23.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:13:23.054 INFO kablam! | Oct 14 20:13:23.054 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:13:23.054 INFO kablam! Oct 14 20:13:23.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 14 20:13:23.935 INFO kablam! su: No module specific data is present Oct 14 20:13:24.248 INFO running `"docker" "rm" "-f" "55ae5e93504531268d8fe67d19a45f07b7d2be10de56008b357f591bbbb5b4f9"` Oct 14 20:13:24.373 INFO blam! 55ae5e93504531268d8fe67d19a45f07b7d2be10de56008b357f591bbbb5b4f9 Oct 14 20:13:24.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.614 INFO blam! 00c9462b452ba76cdc23b3ccc6f25f80cfcef024db737bd7fb7f5739e03ce262 Oct 14 20:13:24.619 INFO running `"docker" "start" "-a" "00c9462b452ba76cdc23b3ccc6f25f80cfcef024db737bd7fb7f5739e03ce262"` Oct 14 20:13:25.151 INFO kablam! usermod: no changes Oct 14 20:13:25.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 20:13:25.219 INFO kablam! Running /target/debug/deps/farce-3c10b9bb2da79116 Oct 14 20:13:25.227 INFO blam! Oct 14 20:13:25.228 INFO blam! running 12 tests Oct 14 20:13:25.235 INFO blam! test position::tests::black_capturing_en_passant ... ok Oct 14 20:13:25.238 INFO blam! test position::tests::giuoco_piano ... ok Oct 14 20:13:25.239 INFO blam! test position::tests::new_equals_startpos ... ok Oct 14 20:13:25.243 INFO blam! test position::tests::black_castling_queenside ... ok Oct 14 20:13:25.247 INFO blam! test position::tests::moves_1e4 ... ok Oct 14 20:13:25.248 INFO blam! test position::tests::black_castling_kingside ... ok Oct 14 20:13:25.251 INFO blam! test position::tests::white_capturing_en_passant ... ok Oct 14 20:13:25.253 INFO blam! test position::tests::white_castling_kingside ... ok Oct 14 20:13:25.260 INFO blam! test position::tests::fen_of_start_position ... ok Oct 14 20:13:25.261 INFO blam! test position::tests::white_castling_queenside ... ok Oct 14 20:13:25.271 INFO blam! test position::tests::promote_pawn_to_knight ... ok Oct 14 20:13:25.271 INFO blam! test position::tests::not_en_passant ... ok Oct 14 20:13:25.271 INFO blam! Oct 14 20:13:25.271 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:13:25.271 INFO blam! Oct 14 20:13:25.272 INFO kablam! su: No module specific data is present Oct 14 20:13:25.650 INFO running `"docker" "rm" "-f" "00c9462b452ba76cdc23b3ccc6f25f80cfcef024db737bd7fb7f5739e03ce262"` Oct 14 20:13:25.783 INFO blam! 00c9462b452ba76cdc23b3ccc6f25f80cfcef024db737bd7fb7f5739e03ce262