Oct 14 21:47:17.551 INFO testing elipmoc/rustReversi against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:47:17.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:47:18.103 INFO blam! 624728ac4b141f5bcde53f836d96e89a479c2c96a5b051b2784554c1d4edab54 Oct 14 21:47:18.111 INFO running `"docker" "start" "-a" "624728ac4b141f5bcde53f836d96e89a479c2c96a5b051b2784554c1d4edab54"` Oct 14 21:47:19.555 INFO kablam! usermod: no changes Oct 14 21:47:19.631 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 14 21:47:19.939 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:47:19.939 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 14 21:47:19.939 INFO kablam! | Oct 14 21:47:19.939 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 14 21:47:19.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:47:19.939 INFO kablam! | Oct 14 21:47:19.939 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:47:19.939 INFO kablam! Oct 14 21:47:20.084 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 14 21:47:20.084 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 14 21:47:20.084 INFO kablam! | Oct 14 21:47:20.084 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 14 21:47:20.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:20.084 INFO kablam! | Oct 14 21:47:20.084 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 21:47:20.084 INFO kablam! Oct 14 21:47:20.086 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 14 21:47:20.087 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 14 21:47:20.087 INFO kablam! | Oct 14 21:47:20.087 INFO kablam! 17 | pub blackCount: usize, Oct 14 21:47:20.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:20.087 INFO kablam! | Oct 14 21:47:20.087 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:20.087 INFO kablam! Oct 14 21:47:20.087 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 14 21:47:20.087 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 14 21:47:20.087 INFO kablam! | Oct 14 21:47:20.087 INFO kablam! 18 | pub whiteCount: usize, Oct 14 21:47:20.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:20.087 INFO kablam! Oct 14 21:47:20.095 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 14 21:47:20.095 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 14 21:47:20.095 INFO kablam! | Oct 14 21:47:20.095 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 14 21:47:20.095 INFO kablam! 20 | | match self { Oct 14 21:47:20.095 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 14 21:47:20.095 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 14 21:47:20.095 INFO kablam! 23 | | } Oct 14 21:47:20.095 INFO kablam! 24 | | } Oct 14 21:47:20.095 INFO kablam! | |_____^ Oct 14 21:47:20.095 INFO kablam! Oct 14 21:47:21.152 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 14 21:47:21.152 INFO kablam! | Oct 14 21:47:21.152 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:21.152 INFO kablam! Oct 14 21:47:21.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 14 21:47:21.539 INFO kablam! su: No module specific data is present Oct 14 21:47:22.273 INFO running `"docker" "rm" "-f" "624728ac4b141f5bcde53f836d96e89a479c2c96a5b051b2784554c1d4edab54"` Oct 14 21:47:22.537 INFO blam! 624728ac4b141f5bcde53f836d96e89a479c2c96a5b051b2784554c1d4edab54 Oct 14 21:47:22.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:47:22.971 INFO blam! 833fed699d3e76002724fee5f09b9177dab8e59e7f981824437ceb2cd89188b6 Oct 14 21:47:22.973 INFO running `"docker" "start" "-a" "833fed699d3e76002724fee5f09b9177dab8e59e7f981824437ceb2cd89188b6"` Oct 14 21:47:25.062 INFO kablam! usermod: no changes Oct 14 21:47:25.167 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 14 21:47:25.785 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:47:25.786 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 14 21:47:25.787 INFO kablam! | Oct 14 21:47:25.788 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 14 21:47:25.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:47:25.789 INFO kablam! | Oct 14 21:47:25.790 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:47:25.791 INFO kablam! Oct 14 21:47:25.963 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 14 21:47:25.964 INFO kablam! | Oct 14 21:47:25.964 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:25.965 INFO kablam! Oct 14 21:47:26.227 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 14 21:47:26.227 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 14 21:47:26.227 INFO kablam! | Oct 14 21:47:26.227 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 14 21:47:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:26.227 INFO kablam! | Oct 14 21:47:26.227 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 21:47:26.227 INFO kablam! Oct 14 21:47:26.227 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 14 21:47:26.227 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 14 21:47:26.227 INFO kablam! | Oct 14 21:47:26.227 INFO kablam! 17 | pub blackCount: usize, Oct 14 21:47:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:26.227 INFO kablam! | Oct 14 21:47:26.227 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:26.227 INFO kablam! Oct 14 21:47:26.227 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 14 21:47:26.227 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 14 21:47:26.227 INFO kablam! | Oct 14 21:47:26.227 INFO kablam! 18 | pub whiteCount: usize, Oct 14 21:47:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:26.227 INFO kablam! Oct 14 21:47:26.267 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 14 21:47:26.267 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 14 21:47:26.267 INFO kablam! | Oct 14 21:47:26.267 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 14 21:47:26.267 INFO kablam! 20 | | match self { Oct 14 21:47:26.267 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 14 21:47:26.267 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 14 21:47:26.267 INFO kablam! 23 | | } Oct 14 21:47:26.267 INFO kablam! 24 | | } Oct 14 21:47:26.267 INFO kablam! | |_____^ Oct 14 21:47:26.267 INFO kablam! Oct 14 21:47:27.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 14 21:47:27.381 INFO kablam! su: No module specific data is present Oct 14 21:47:28.159 INFO running `"docker" "rm" "-f" "833fed699d3e76002724fee5f09b9177dab8e59e7f981824437ceb2cd89188b6"` Oct 14 21:47:28.519 INFO blam! 833fed699d3e76002724fee5f09b9177dab8e59e7f981824437ceb2cd89188b6