Oct 10 21:31:23.638 INFO testing iroha168/rust_othello against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:31:23.638 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:31:23.640 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 21:31:24.098 INFO blam! c131fc70ab3bfef1eb234208bec662dd0125935f047c70ddaa54acedb49f5e79 Oct 10 21:31:24.105 INFO running `"docker" "start" "-a" "c131fc70ab3bfef1eb234208bec662dd0125935f047c70ddaa54acedb49f5e79"` Oct 10 21:31:25.016 INFO kablam! usermod: no changes Oct 10 21:31:25.077 INFO kablam! Compiling othello v0.1.0 (/source) Oct 10 21:31:25.956 INFO kablam! warning: unused variable: `ith_line` Oct 10 21:31:25.957 INFO kablam! --> src/main.rs:166:11 Oct 10 21:31:25.957 INFO kablam! | Oct 10 21:31:25.957 INFO kablam! 166 | let mut ith_line = String::new(); Oct 10 21:31:25.958 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 10 21:31:25.958 INFO kablam! | Oct 10 21:31:25.958 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:31:25.959 INFO kablam! Oct 10 21:31:25.959 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 10 21:31:25.959 INFO kablam! --> src/main.rs:215:13 Oct 10 21:31:25.960 INFO kablam! | Oct 10 21:31:25.960 INFO kablam! 215 | let mut move_cnt = 0; Oct 10 21:31:25.960 INFO kablam! | ^^^^^^^^ Oct 10 21:31:25.961 INFO kablam! | Oct 10 21:31:25.961 INFO kablam! = note: consider using `_move_cnt` instead Oct 10 21:31:25.961 INFO kablam! Oct 10 21:31:25.962 INFO kablam! warning: unused variable: `is_target` Oct 10 21:31:25.962 INFO kablam! --> src/main.rs:216:13 Oct 10 21:31:25.962 INFO kablam! | Oct 10 21:31:25.962 INFO kablam! 216 | let mut is_target = true; Oct 10 21:31:25.963 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 10 21:31:25.963 INFO kablam! Oct 10 21:31:25.963 INFO kablam! warning: unused variable: `player_display` Oct 10 21:31:25.964 INFO kablam! --> src/main.rs:220:13 Oct 10 21:31:25.964 INFO kablam! | Oct 10 21:31:25.964 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 10 21:31:25.965 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 10 21:31:25.965 INFO kablam! Oct 10 21:31:25.972 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:25.973 INFO kablam! --> src/main.rs:205:6 Oct 10 21:31:25.973 INFO kablam! | Oct 10 21:31:25.973 INFO kablam! 205 | let mut black = init_board.0; Oct 10 21:31:25.973 INFO kablam! | ----^^^^^ Oct 10 21:31:25.974 INFO kablam! | | Oct 10 21:31:25.974 INFO kablam! | help: remove this `mut` Oct 10 21:31:25.974 INFO kablam! | Oct 10 21:31:25.975 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:31:25.975 INFO kablam! Oct 10 21:31:25.975 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:25.976 INFO kablam! --> src/main.rs:206:6 Oct 10 21:31:25.976 INFO kablam! | Oct 10 21:31:25.976 INFO kablam! 206 | let mut white = init_board.1; Oct 10 21:31:25.977 INFO kablam! | ----^^^^^ Oct 10 21:31:25.977 INFO kablam! | | Oct 10 21:31:25.977 INFO kablam! | help: remove this `mut` Oct 10 21:31:25.978 INFO kablam! Oct 10 21:31:25.978 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:25.978 INFO kablam! --> src/main.rs:216:9 Oct 10 21:31:25.978 INFO kablam! | Oct 10 21:31:25.979 INFO kablam! 216 | let mut is_target = true; Oct 10 21:31:25.979 INFO kablam! | ----^^^^^^^^^ Oct 10 21:31:25.979 INFO kablam! | | Oct 10 21:31:25.980 INFO kablam! | help: remove this `mut` Oct 10 21:31:25.980 INFO kablam! Oct 10 21:31:25.980 INFO kablam! warning: constant item is never used: `WHITE` Oct 10 21:31:25.980 INFO kablam! --> src/main.rs:6:1 Oct 10 21:31:25.981 INFO kablam! | Oct 10 21:31:25.981 INFO kablam! 6 | const WHITE: i32 = 2; Oct 10 21:31:25.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:25.981 INFO kablam! | Oct 10 21:31:25.982 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:25.982 INFO kablam! Oct 10 21:31:25.982 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 10 21:31:25.982 INFO kablam! --> src/main.rs:7:1 Oct 10 21:31:25.983 INFO kablam! | Oct 10 21:31:25.983 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 10 21:31:25.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:25.983 INFO kablam! Oct 10 21:31:25.984 INFO kablam! warning: function is never used: `count_stones` Oct 10 21:31:25.984 INFO kablam! --> src/main.rs:185:1 Oct 10 21:31:25.984 INFO kablam! | Oct 10 21:31:25.985 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 10 21:31:25.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:25.985 INFO kablam! Oct 10 21:31:25.985 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 10 21:31:25.986 INFO kablam! --> src/main.rs:196:1 Oct 10 21:31:25.986 INFO kablam! | Oct 10 21:31:25.986 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 10 21:31:25.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:25.987 INFO kablam! Oct 10 21:31:26.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 10 21:31:26.653 INFO kablam! su: No module specific data is present Oct 10 21:31:27.300 INFO running `"docker" "rm" "-f" "c131fc70ab3bfef1eb234208bec662dd0125935f047c70ddaa54acedb49f5e79"` Oct 10 21:31:27.555 INFO blam! c131fc70ab3bfef1eb234208bec662dd0125935f047c70ddaa54acedb49f5e79 Oct 10 21:31:27.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:31:27.559 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 21:31:27.988 INFO blam! 583fe46c91c5f511488438378e7212670816cf8e3660de79c5cd80c2a7844b0d Oct 10 21:31:27.997 INFO running `"docker" "start" "-a" "583fe46c91c5f511488438378e7212670816cf8e3660de79c5cd80c2a7844b0d"` Oct 10 21:31:29.237 INFO kablam! usermod: no changes Oct 10 21:31:29.271 INFO kablam! Compiling othello v0.1.0 (/source) Oct 10 21:31:30.173 INFO kablam! warning: unused variable: `ith_line` Oct 10 21:31:30.173 INFO kablam! --> src/main.rs:166:11 Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! 166 | let mut ith_line = String::new(); Oct 10 21:31:30.173 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:31:30.173 INFO kablam! Oct 10 21:31:30.173 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 10 21:31:30.173 INFO kablam! --> src/main.rs:215:13 Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! 215 | let mut move_cnt = 0; Oct 10 21:31:30.173 INFO kablam! | ^^^^^^^^ Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! = note: consider using `_move_cnt` instead Oct 10 21:31:30.173 INFO kablam! Oct 10 21:31:30.173 INFO kablam! warning: unused variable: `is_target` Oct 10 21:31:30.173 INFO kablam! --> src/main.rs:216:13 Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! 216 | let mut is_target = true; Oct 10 21:31:30.173 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 10 21:31:30.173 INFO kablam! Oct 10 21:31:30.173 INFO kablam! warning: unused variable: `player_display` Oct 10 21:31:30.173 INFO kablam! --> src/main.rs:220:13 Oct 10 21:31:30.173 INFO kablam! | Oct 10 21:31:30.173 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 10 21:31:30.173 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 10 21:31:30.173 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:205:6 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 205 | let mut black = init_board.0; Oct 10 21:31:30.185 INFO kablam! | ----^^^^^ Oct 10 21:31:30.185 INFO kablam! | | Oct 10 21:31:30.185 INFO kablam! | help: remove this `mut` Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:206:6 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 206 | let mut white = init_board.1; Oct 10 21:31:30.185 INFO kablam! | ----^^^^^ Oct 10 21:31:30.185 INFO kablam! | | Oct 10 21:31:30.185 INFO kablam! | help: remove this `mut` Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:216:9 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 216 | let mut is_target = true; Oct 10 21:31:30.185 INFO kablam! | ----^^^^^^^^^ Oct 10 21:31:30.185 INFO kablam! | | Oct 10 21:31:30.185 INFO kablam! | help: remove this `mut` Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: constant item is never used: `WHITE` Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:6:1 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 6 | const WHITE: i32 = 2; Oct 10 21:31:30.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:7:1 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 10 21:31:30.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: function is never used: `count_stones` Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:185:1 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 10 21:31:30.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.185 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 10 21:31:30.185 INFO kablam! --> src/main.rs:196:1 Oct 10 21:31:30.185 INFO kablam! | Oct 10 21:31:30.185 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 10 21:31:30.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:30.185 INFO kablam! Oct 10 21:31:30.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 10 21:31:30.610 INFO kablam! su: No module specific data is present Oct 10 21:31:31.136 INFO running `"docker" "rm" "-f" "583fe46c91c5f511488438378e7212670816cf8e3660de79c5cd80c2a7844b0d"` Oct 10 21:31:31.424 INFO blam! 583fe46c91c5f511488438378e7212670816cf8e3660de79c5cd80c2a7844b0d Oct 10 21:31:31.427 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:31:31.429 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 21:31:31.981 INFO blam! 34cc8199fe1be37105131b54abb7caf598334043ff4a1b5eb4571e7af1a5a6f7 Oct 10 21:31:32.001 INFO running `"docker" "start" "-a" "34cc8199fe1be37105131b54abb7caf598334043ff4a1b5eb4571e7af1a5a6f7"` Oct 10 21:31:33.060 INFO kablam! usermod: no changes Oct 10 21:31:33.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 21:31:33.092 INFO blam! Oct 10 21:31:33.092 INFO kablam! Running /target/debug/deps/othello-1244e2d88702007c Oct 10 21:31:33.092 INFO blam! running 0 tests Oct 10 21:31:33.092 INFO blam! Oct 10 21:31:33.092 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:31:33.092 INFO blam! Oct 10 21:31:33.093 INFO kablam! su: No module specific data is present Oct 10 21:31:33.559 INFO running `"docker" "rm" "-f" "34cc8199fe1be37105131b54abb7caf598334043ff4a1b5eb4571e7af1a5a6f7"` Oct 10 21:31:33.680 INFO blam! 34cc8199fe1be37105131b54abb7caf598334043ff4a1b5eb4571e7af1a5a6f7