Oct 14 21:47:17.032 INFO testing elipmoc/rustReversi against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:47:17.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:47:17.491 INFO blam! 7178cfa2ea2f537ea19581fdea2cc71ec61ef51d66ddd76e6a5284f08c5e56a5 Oct 14 21:47:17.503 INFO running `"docker" "start" "-a" "7178cfa2ea2f537ea19581fdea2cc71ec61ef51d66ddd76e6a5284f08c5e56a5"` Oct 14 21:47:18.765 INFO kablam! usermod: no changes Oct 14 21:47:18.823 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 14 21:47:19.123 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:47:19.123 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 14 21:47:19.123 INFO kablam! | Oct 14 21:47:19.123 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 14 21:47:19.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:47:19.123 INFO kablam! | Oct 14 21:47:19.123 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:47:19.123 INFO kablam! Oct 14 21:47:19.243 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 14 21:47:19.243 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 14 21:47:19.243 INFO kablam! | Oct 14 21:47:19.243 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 14 21:47:19.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:19.243 INFO kablam! | Oct 14 21:47:19.243 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 21:47:19.243 INFO kablam! Oct 14 21:47:19.243 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 14 21:47:19.243 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 14 21:47:19.243 INFO kablam! | Oct 14 21:47:19.243 INFO kablam! 17 | pub blackCount: usize, Oct 14 21:47:19.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:19.243 INFO kablam! | Oct 14 21:47:19.243 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:19.243 INFO kablam! Oct 14 21:47:19.243 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 14 21:47:19.243 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 14 21:47:19.243 INFO kablam! | Oct 14 21:47:19.243 INFO kablam! 18 | pub whiteCount: usize, Oct 14 21:47:19.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:19.243 INFO kablam! Oct 14 21:47:19.251 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 14 21:47:19.251 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 14 21:47:19.251 INFO kablam! | Oct 14 21:47:19.251 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 14 21:47:19.251 INFO kablam! 20 | | match self { Oct 14 21:47:19.251 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 14 21:47:19.251 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 14 21:47:19.251 INFO kablam! 23 | | } Oct 14 21:47:19.251 INFO kablam! 24 | | } Oct 14 21:47:19.251 INFO kablam! | |_____^ Oct 14 21:47:19.251 INFO kablam! Oct 14 21:47:20.367 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 14 21:47:20.367 INFO kablam! | Oct 14 21:47:20.367 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:20.367 INFO kablam! Oct 14 21:47:20.793 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.00s Oct 14 21:47:20.799 INFO kablam! su: No module specific data is present Oct 14 21:47:21.548 INFO running `"docker" "rm" "-f" "7178cfa2ea2f537ea19581fdea2cc71ec61ef51d66ddd76e6a5284f08c5e56a5"` Oct 14 21:47:21.814 INFO blam! 7178cfa2ea2f537ea19581fdea2cc71ec61ef51d66ddd76e6a5284f08c5e56a5 Oct 14 21:47:21.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:47:22.270 INFO blam! f7c985bb67ba0b106f299c6882b0aa7e7454084f5077d4773a7dd487f570262c Oct 14 21:47:22.273 INFO running `"docker" "start" "-a" "f7c985bb67ba0b106f299c6882b0aa7e7454084f5077d4773a7dd487f570262c"` Oct 14 21:47:23.706 INFO kablam! usermod: no changes Oct 14 21:47:23.798 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 14 21:47:24.135 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 14 21:47:24.135 INFO kablam! | Oct 14 21:47:24.135 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:24.135 INFO kablam! Oct 14 21:47:24.607 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:47:24.608 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 14 21:47:24.609 INFO kablam! | Oct 14 21:47:24.610 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 14 21:47:24.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:47:24.611 INFO kablam! | Oct 14 21:47:24.611 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:47:24.612 INFO kablam! Oct 14 21:47:24.875 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 14 21:47:24.875 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 14 21:47:24.875 INFO kablam! | Oct 14 21:47:24.875 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 14 21:47:24.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:24.875 INFO kablam! | Oct 14 21:47:24.875 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 21:47:24.875 INFO kablam! Oct 14 21:47:24.875 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 14 21:47:24.875 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 14 21:47:24.875 INFO kablam! | Oct 14 21:47:24.875 INFO kablam! 17 | pub blackCount: usize, Oct 14 21:47:24.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:24.875 INFO kablam! | Oct 14 21:47:24.875 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:47:24.875 INFO kablam! Oct 14 21:47:24.875 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 14 21:47:24.875 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 14 21:47:24.875 INFO kablam! | Oct 14 21:47:24.875 INFO kablam! 18 | pub whiteCount: usize, Oct 14 21:47:24.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:47:24.875 INFO kablam! Oct 14 21:47:24.891 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 14 21:47:24.891 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 14 21:47:24.891 INFO kablam! | Oct 14 21:47:24.891 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 14 21:47:24.891 INFO kablam! 20 | | match self { Oct 14 21:47:24.891 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 14 21:47:24.891 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 14 21:47:24.891 INFO kablam! 23 | | } Oct 14 21:47:24.891 INFO kablam! 24 | | } Oct 14 21:47:24.891 INFO kablam! | |_____^ Oct 14 21:47:24.891 INFO kablam! Oct 14 21:47:26.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Oct 14 21:47:26.022 INFO kablam! su: No module specific data is present Oct 14 21:47:27.611 INFO running `"docker" "rm" "-f" "f7c985bb67ba0b106f299c6882b0aa7e7454084f5077d4773a7dd487f570262c"` Oct 14 21:47:28.047 INFO blam! f7c985bb67ba0b106f299c6882b0aa7e7454084f5077d4773a7dd487f570262c