Oct 10 23:38:25.339 INFO testing elipmoc/rustReversi against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:38:25.339 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:38:25.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:38:25.906 INFO blam! 744f7fdd69adafac31c0dad988380cbbcf03ff1c8a9dc8114d9ca5597a9f5584 Oct 10 23:38:25.908 INFO running `"docker" "start" "-a" "744f7fdd69adafac31c0dad988380cbbcf03ff1c8a9dc8114d9ca5597a9f5584"` Oct 10 23:38:28.291 INFO kablam! usermod: no changes Oct 10 23:38:28.359 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 10 23:38:29.076 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:38:29.076 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 10 23:38:29.076 INFO kablam! | Oct 10 23:38:29.076 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 10 23:38:29.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:38:29.078 INFO kablam! | Oct 10 23:38:29.078 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:38:29.078 INFO kablam! Oct 10 23:38:29.194 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 10 23:38:29.194 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 10 23:38:29.194 INFO kablam! | Oct 10 23:38:29.194 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 10 23:38:29.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:29.194 INFO kablam! | Oct 10 23:38:29.194 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 23:38:29.195 INFO kablam! Oct 10 23:38:29.195 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 10 23:38:29.195 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 10 23:38:29.195 INFO kablam! | Oct 10 23:38:29.195 INFO kablam! 17 | pub blackCount: usize, Oct 10 23:38:29.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:29.195 INFO kablam! | Oct 10 23:38:29.195 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:38:29.195 INFO kablam! Oct 10 23:38:29.195 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 10 23:38:29.195 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 10 23:38:29.195 INFO kablam! | Oct 10 23:38:29.195 INFO kablam! 18 | pub whiteCount: usize, Oct 10 23:38:29.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:29.196 INFO kablam! Oct 10 23:38:29.206 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 10 23:38:29.206 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 10 23:38:29.206 INFO kablam! | Oct 10 23:38:29.206 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 10 23:38:29.206 INFO kablam! 20 | | match self { Oct 10 23:38:29.206 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 10 23:38:29.206 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 10 23:38:29.206 INFO kablam! 23 | | } Oct 10 23:38:29.206 INFO kablam! 24 | | } Oct 10 23:38:29.206 INFO kablam! | |_____^ Oct 10 23:38:29.206 INFO kablam! Oct 10 23:38:30.792 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 10 23:38:30.792 INFO kablam! | Oct 10 23:38:30.792 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:38:30.792 INFO kablam! Oct 10 23:38:31.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.02s Oct 10 23:38:31.348 INFO kablam! su: No module specific data is present Oct 10 23:38:32.428 INFO running `"docker" "rm" "-f" "744f7fdd69adafac31c0dad988380cbbcf03ff1c8a9dc8114d9ca5597a9f5584"` Oct 10 23:38:32.800 INFO blam! 744f7fdd69adafac31c0dad988380cbbcf03ff1c8a9dc8114d9ca5597a9f5584 Oct 10 23:38:32.814 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:38:32.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:38:33.568 INFO blam! 13d8111d8714205d747b8870f31cbca2727c00e25d05ebfa46140c166af9db9c Oct 10 23:38:33.570 INFO running `"docker" "start" "-a" "13d8111d8714205d747b8870f31cbca2727c00e25d05ebfa46140c166af9db9c"` Oct 10 23:38:34.948 INFO kablam! usermod: no changes Oct 10 23:38:35.003 INFO kablam! Compiling rustReversi v0.1.0 (/source) Oct 10 23:38:36.341 INFO kablam! warning: crate `rustReversi` should have a snake case name such as `rust_reversi` Oct 10 23:38:36.341 INFO kablam! | Oct 10 23:38:36.341 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:38:36.342 INFO kablam! Oct 10 23:38:36.912 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:38:36.912 INFO kablam! --> reversi/reversi_board.rs:169:16 Oct 10 23:38:36.912 INFO kablam! | Oct 10 23:38:36.912 INFO kablam! 169 | if (y >= self.board.board.len() || x >= self.board.board[y].len()) { Oct 10 23:38:36.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:38:36.912 INFO kablam! | Oct 10 23:38:36.912 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:38:36.912 INFO kablam! Oct 10 23:38:37.216 INFO kablam! warning: constant `Reversi_Board_Size` should have an upper case name such as `REVERSI_BOARD_SIZE` Oct 10 23:38:37.216 INFO kablam! --> reversi/reversi_board.rs:4:1 Oct 10 23:38:37.217 INFO kablam! | Oct 10 23:38:37.217 INFO kablam! 4 | const Reversi_Board_Size: u16 = 8; Oct 10 23:38:37.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:37.218 INFO kablam! | Oct 10 23:38:37.218 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 23:38:37.218 INFO kablam! Oct 10 23:38:37.218 INFO kablam! warning: structure field `blackCount` should have a snake case name such as `black_count` Oct 10 23:38:37.218 INFO kablam! --> reversi/reversi_board.rs:17:5 Oct 10 23:38:37.218 INFO kablam! | Oct 10 23:38:37.218 INFO kablam! 17 | pub blackCount: usize, Oct 10 23:38:37.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:37.218 INFO kablam! | Oct 10 23:38:37.218 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:38:37.218 INFO kablam! Oct 10 23:38:37.218 INFO kablam! warning: structure field `whiteCount` should have a snake case name such as `white_count` Oct 10 23:38:37.218 INFO kablam! --> reversi/reversi_board.rs:18:5 Oct 10 23:38:37.218 INFO kablam! | Oct 10 23:38:37.218 INFO kablam! 18 | pub whiteCount: usize, Oct 10 23:38:37.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:38:37.218 INFO kablam! Oct 10 23:38:37.224 INFO kablam! warning: method `to_StoneState` should have a snake case name such as `to_stone_state` Oct 10 23:38:37.224 INFO kablam! --> reversi/reversi_game.rs:19:5 Oct 10 23:38:37.224 INFO kablam! | Oct 10 23:38:37.224 INFO kablam! 19 | / fn to_StoneState(&self) -> StoneState { Oct 10 23:38:37.225 INFO kablam! 20 | | match self { Oct 10 23:38:37.225 INFO kablam! 21 | | PlayerType::White => StoneState::White, Oct 10 23:38:37.225 INFO kablam! 22 | | PlayerType::Black => StoneState::Black, Oct 10 23:38:37.225 INFO kablam! 23 | | } Oct 10 23:38:37.225 INFO kablam! 24 | | } Oct 10 23:38:37.225 INFO kablam! | |_____^ Oct 10 23:38:37.225 INFO kablam! Oct 10 23:38:37.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 10 23:38:37.872 INFO kablam! su: No module specific data is present Oct 10 23:38:38.879 INFO running `"docker" "rm" "-f" "13d8111d8714205d747b8870f31cbca2727c00e25d05ebfa46140c166af9db9c"` Oct 10 23:38:39.272 INFO blam! 13d8111d8714205d747b8870f31cbca2727c00e25d05ebfa46140c166af9db9c Oct 10 23:38:39.277 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:38:39.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:38:39.602 INFO blam! 7bacf0852cc79ac9a67dfabe1b3dda38fe0d7a24f2a6ec1587c5eebbcd5b69d0 Oct 10 23:38:39.602 INFO running `"docker" "start" "-a" "7bacf0852cc79ac9a67dfabe1b3dda38fe0d7a24f2a6ec1587c5eebbcd5b69d0"` Oct 10 23:38:40.723 INFO kablam! usermod: no changes Oct 10 23:38:40.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 23:38:40.775 INFO kablam! Running /target/debug/deps/reversi-c6769760550f225a Oct 10 23:38:40.780 INFO kablam! Running /target/debug/deps/rustReversi-01c23d655c5f61d4 Oct 10 23:38:40.780 INFO blam! Oct 10 23:38:40.780 INFO blam! running 0 tests Oct 10 23:38:40.780 INFO blam! Oct 10 23:38:40.780 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:38:40.780 INFO blam! Oct 10 23:38:40.788 INFO blam! Oct 10 23:38:40.788 INFO blam! running 0 tests Oct 10 23:38:40.788 INFO blam! Oct 10 23:38:40.788 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:38:40.788 INFO blam! Oct 10 23:38:40.793 INFO blam! Oct 10 23:38:40.793 INFO kablam! Running /target/debug/deps/lib-d64e9e5d65758fdd Oct 10 23:38:40.793 INFO blam! running 2 tests Oct 10 23:38:40.793 INFO blam! test count_stone_test ... ok Oct 10 23:38:40.816 INFO blam! test show_test ... FAILED Oct 10 23:38:40.816 INFO kablam! error: test failed, to rerun pass '--test lib' Oct 10 23:38:40.816 INFO blam! Oct 10 23:38:40.816 INFO blam! failures: Oct 10 23:38:40.816 INFO blam! Oct 10 23:38:40.816 INFO blam! ---- show_test stdout ---- Oct 10 23:38:40.816 INFO blam! thread 'show_test' panicked at 'assertion failed: `(left == right)` Oct 10 23:38:40.816 INFO blam! left: `" | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |\n――――――――――――――――――――――――――――――――――\n0 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n1 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n2 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n3 | | | | o | x | | | | \n――――――――――――――――――――――――――――――――――\n4 | | | | x | o | | | | \n――――――――――――――――――――――――――――――――――\n5 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n6 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n7 | | | | | | | | | \n"`, Oct 10 23:38:40.816 INFO blam! right: `" | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |\n――――――――――――――――――――――――――――――――――\n0 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n1 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n2 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n3 | | | | ○ | × | | | | \n――――――――――――――――――――――――――――――――――\n4 | | | | × | ○ | | | | \n――――――――――――――――――――――――――――――――――\n5 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n6 | | | | | | | | | \n――――――――――――――――――――――――――――――――――\n7 | | | | | | | | | \n"`', tests/lib.rs:8:5 Oct 10 23:38:40.816 INFO blam! stack backtrace: Oct 10 23:38:40.816 INFO blam! 0: 0x5572d9cc006e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 23:38:40.816 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 23:38:40.816 INFO blam! 1: 0x5572d9cc8f16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 23:38:40.816 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 23:38:40.816 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 23:38:40.816 INFO blam! 2: 0x5572d9cc3c6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 23:38:40.816 INFO blam! at libstd/panicking.rs:211 Oct 10 23:38:40.816 INFO blam! 3: 0x5572d9cc397b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 23:38:40.816 INFO blam! at libstd/panicking.rs:221 Oct 10 23:38:40.816 INFO blam! 4: 0x5572d9cc431c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 23:38:40.816 INFO blam! at libstd/panicking.rs:476 Oct 10 23:38:40.816 INFO blam! 5: 0x5572d9cc3ed9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 23:38:40.816 INFO blam! at libstd/panicking.rs:390 Oct 10 23:38:40.816 INFO blam! 6: 0x5572d9cc3e3d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 23:38:40.816 INFO blam! at libstd/panicking.rs:345 Oct 10 23:38:40.816 INFO blam! 7: 0x5572d9c68b66 - lib::show_test::h69bcc59230e1a2ad Oct 10 23:38:40.816 INFO blam! at tests/lib.rs:8 Oct 10 23:38:40.816 INFO blam! 8: 0x5572d9c68989 - lib::show_test::{{closure}}::h176175ea412b7b60 Oct 10 23:38:40.816 INFO blam! at tests/lib.rs:6 Oct 10 23:38:40.816 INFO blam! 9: 0x5572d9c6884d - core::ops::function::FnOnce::call_once::hd55a8dab09af6741 Oct 10 23:38:40.816 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:38:40.816 INFO blam! 10: 0x5572d9c6a78e - >::call_box::h95b7cb918af67b5d Oct 10 23:38:40.816 INFO blam! at libtest/lib.rs:1468 Oct 10 23:38:40.816 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:38:40.816 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:38:40.816 INFO blam! 11: 0x5572d9cd40e9 - __rust_maybe_catch_panic Oct 10 23:38:40.816 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:38:40.817 INFO blam! 12: 0x5572d9c8b2dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 23:38:40.817 INFO blam! at libstd/panicking.rs:289 Oct 10 23:38:40.817 INFO blam! at libstd/panic.rs:392 Oct 10 23:38:40.817 INFO blam! at libtest/lib.rs:1423 Oct 10 23:38:40.817 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 23:38:40.817 INFO blam! 13: 0x5572d9c8bee4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 23:38:40.817 INFO blam! at libstd/thread/mod.rs:409 Oct 10 23:38:40.817 INFO blam! at libstd/panic.rs:313 Oct 10 23:38:40.817 INFO blam! at libstd/panicking.rs:310 Oct 10 23:38:40.817 INFO blam! 14: 0x5572d9cd40e9 - __rust_maybe_catch_panic Oct 10 23:38:40.817 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:38:40.817 INFO blam! 15: 0x5572d9c794a6 - >::call_box::h96125cb29a9ba44b Oct 10 23:38:40.817 INFO blam! at libstd/panicking.rs:289 Oct 10 23:38:40.817 INFO blam! at libstd/panic.rs:392 Oct 10 23:38:40.817 INFO blam! at libstd/thread/mod.rs:408 Oct 10 23:38:40.817 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:38:40.817 INFO blam! 16: 0x5572d9cc20aa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 23:38:40.817 INFO blam! at liballoc/boxed.rs:682 Oct 10 23:38:40.817 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 23:38:40.817 INFO blam! 17: 0x5572d9cb7835 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 23:38:40.817 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 23:38:40.817 INFO blam! 18: 0x7fa9f84426b9 - start_thread Oct 10 23:38:40.817 INFO blam! 19: 0x7fa9f7f6241c - clone Oct 10 23:38:40.817 INFO blam! 20: 0x0 - Oct 10 23:38:40.817 INFO blam! Oct 10 23:38:40.817 INFO blam! Oct 10 23:38:40.817 INFO blam! failures: Oct 10 23:38:40.817 INFO blam! show_test Oct 10 23:38:40.817 INFO blam! Oct 10 23:38:40.817 INFO blam! test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:38:40.817 INFO blam! Oct 10 23:38:40.829 INFO kablam! su: No module specific data is present Oct 10 23:38:41.350 INFO running `"docker" "rm" "-f" "7bacf0852cc79ac9a67dfabe1b3dda38fe0d7a24f2a6ec1587c5eebbcd5b69d0"` Oct 10 23:38:41.832 INFO blam! 7bacf0852cc79ac9a67dfabe1b3dda38fe0d7a24f2a6ec1587c5eebbcd5b69d0