Oct 14 17:51:21.515 INFO testing iroha168/rust_othello against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:51:21.517 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 17:51:22.148 INFO blam! 944f57c945bd348ffd5c87b0e5f202bc07c978afa008a8c7517f1495893c296e Oct 14 17:51:22.155 INFO running `"docker" "start" "-a" "944f57c945bd348ffd5c87b0e5f202bc07c978afa008a8c7517f1495893c296e"` Oct 14 17:51:23.317 INFO kablam! usermod: no changes Oct 14 17:51:23.407 INFO kablam! Compiling othello v0.1.0 (/source) Oct 14 17:51:23.891 INFO kablam! warning: unused variable: `ith_line` Oct 14 17:51:23.891 INFO kablam! --> src/main.rs:166:11 Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! 166 | let mut ith_line = String::new(); Oct 14 17:51:23.891 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:51:23.891 INFO kablam! Oct 14 17:51:23.891 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 14 17:51:23.891 INFO kablam! --> src/main.rs:215:13 Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! 215 | let mut move_cnt = 0; Oct 14 17:51:23.891 INFO kablam! | ^^^^^^^^ Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! = note: consider using `_move_cnt` instead Oct 14 17:51:23.891 INFO kablam! Oct 14 17:51:23.891 INFO kablam! warning: unused variable: `is_target` Oct 14 17:51:23.891 INFO kablam! --> src/main.rs:216:13 Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:23.891 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 14 17:51:23.891 INFO kablam! Oct 14 17:51:23.891 INFO kablam! warning: unused variable: `player_display` Oct 14 17:51:23.891 INFO kablam! --> src/main.rs:220:13 Oct 14 17:51:23.891 INFO kablam! | Oct 14 17:51:23.891 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 14 17:51:23.891 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 14 17:51:23.891 INFO kablam! Oct 14 17:51:23.911 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.911 INFO kablam! --> src/main.rs:205:6 Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! 205 | let mut black = init_board.0; Oct 14 17:51:23.911 INFO kablam! | ----^^^^^ Oct 14 17:51:23.911 INFO kablam! | | Oct 14 17:51:23.911 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:51:23.911 INFO kablam! Oct 14 17:51:23.911 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.911 INFO kablam! --> src/main.rs:206:6 Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! 206 | let mut white = init_board.1; Oct 14 17:51:23.911 INFO kablam! | ----^^^^^ Oct 14 17:51:23.911 INFO kablam! | | Oct 14 17:51:23.911 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.911 INFO kablam! Oct 14 17:51:23.911 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.911 INFO kablam! --> src/main.rs:216:9 Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:23.911 INFO kablam! | ----^^^^^^^^^ Oct 14 17:51:23.911 INFO kablam! | | Oct 14 17:51:23.911 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.911 INFO kablam! Oct 14 17:51:23.911 INFO kablam! warning: constant item is never used: `WHITE` Oct 14 17:51:23.911 INFO kablam! --> src/main.rs:6:1 Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! 6 | const WHITE: i32 = 2; Oct 14 17:51:23.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:51:23.911 INFO kablam! Oct 14 17:51:23.911 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 14 17:51:23.911 INFO kablam! --> src/main.rs:7:1 Oct 14 17:51:23.911 INFO kablam! | Oct 14 17:51:23.911 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 14 17:51:23.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.911 INFO kablam! Oct 14 17:51:23.917 INFO kablam! warning: function is never used: `count_stones` Oct 14 17:51:23.917 INFO kablam! --> src/main.rs:185:1 Oct 14 17:51:23.917 INFO kablam! | Oct 14 17:51:23.917 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 14 17:51:23.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.917 INFO kablam! Oct 14 17:51:23.917 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 14 17:51:23.917 INFO kablam! --> src/main.rs:196:1 Oct 14 17:51:23.917 INFO kablam! | Oct 14 17:51:23.917 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 14 17:51:23.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.923 INFO kablam! Oct 14 17:51:24.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 14 17:51:24.655 INFO kablam! su: No module specific data is present Oct 14 17:51:25.781 INFO running `"docker" "rm" "-f" "944f57c945bd348ffd5c87b0e5f202bc07c978afa008a8c7517f1495893c296e"` Oct 14 17:51:26.059 INFO blam! 944f57c945bd348ffd5c87b0e5f202bc07c978afa008a8c7517f1495893c296e Oct 14 17:51:26.065 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 17:51:26.571 INFO blam! 31fdfbea7cb2d98ff06124a7e41eb89e2f94a5628d2099a8a43871296e91483b Oct 14 17:51:26.576 INFO running `"docker" "start" "-a" "31fdfbea7cb2d98ff06124a7e41eb89e2f94a5628d2099a8a43871296e91483b"` Oct 14 17:51:27.799 INFO kablam! usermod: no changes Oct 14 17:51:27.867 INFO kablam! Compiling othello v0.1.0 (/source) Oct 14 17:51:28.423 INFO kablam! warning: unused variable: `ith_line` Oct 14 17:51:28.423 INFO kablam! --> src/main.rs:166:11 Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! 166 | let mut ith_line = String::new(); Oct 14 17:51:28.423 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:51:28.423 INFO kablam! Oct 14 17:51:28.423 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 14 17:51:28.423 INFO kablam! --> src/main.rs:215:13 Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! 215 | let mut move_cnt = 0; Oct 14 17:51:28.423 INFO kablam! | ^^^^^^^^ Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! = note: consider using `_move_cnt` instead Oct 14 17:51:28.423 INFO kablam! Oct 14 17:51:28.423 INFO kablam! warning: unused variable: `is_target` Oct 14 17:51:28.423 INFO kablam! --> src/main.rs:216:13 Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:28.423 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 14 17:51:28.423 INFO kablam! Oct 14 17:51:28.423 INFO kablam! warning: unused variable: `player_display` Oct 14 17:51:28.423 INFO kablam! --> src/main.rs:220:13 Oct 14 17:51:28.423 INFO kablam! | Oct 14 17:51:28.423 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 14 17:51:28.423 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 14 17:51:28.423 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:205:6 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 205 | let mut black = init_board.0; Oct 14 17:51:28.439 INFO kablam! | ----^^^^^ Oct 14 17:51:28.439 INFO kablam! | | Oct 14 17:51:28.439 INFO kablam! | help: remove this `mut` Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:206:6 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 206 | let mut white = init_board.1; Oct 14 17:51:28.439 INFO kablam! | ----^^^^^ Oct 14 17:51:28.439 INFO kablam! | | Oct 14 17:51:28.439 INFO kablam! | help: remove this `mut` Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:216:9 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:28.439 INFO kablam! | ----^^^^^^^^^ Oct 14 17:51:28.439 INFO kablam! | | Oct 14 17:51:28.439 INFO kablam! | help: remove this `mut` Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: constant item is never used: `WHITE` Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:6:1 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 6 | const WHITE: i32 = 2; Oct 14 17:51:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:7:1 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 14 17:51:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: function is never used: `count_stones` Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:185:1 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.439 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 14 17:51:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:28.439 INFO kablam! Oct 14 17:51:28.439 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 14 17:51:28.439 INFO kablam! --> src/main.rs:196:1 Oct 14 17:51:28.439 INFO kablam! | Oct 14 17:51:28.440 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 14 17:51:28.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:28.440 INFO kablam! Oct 14 17:51:28.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 14 17:51:28.942 INFO kablam! su: No module specific data is present Oct 14 17:51:29.635 INFO running `"docker" "rm" "-f" "31fdfbea7cb2d98ff06124a7e41eb89e2f94a5628d2099a8a43871296e91483b"` Oct 14 17:51:30.021 INFO blam! 31fdfbea7cb2d98ff06124a7e41eb89e2f94a5628d2099a8a43871296e91483b Oct 14 17:51:30.029 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" "-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 17:51:30.557 INFO blam! 8192983e7caf65933950af49ac6baec64f1088831edbc003cd78b9e9904e4b06 Oct 14 17:51:30.568 INFO running `"docker" "start" "-a" "8192983e7caf65933950af49ac6baec64f1088831edbc003cd78b9e9904e4b06"` Oct 14 17:51:31.726 INFO kablam! usermod: no changes Oct 14 17:51:31.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 17:51:31.823 INFO kablam! Running /target/debug/deps/othello-1244e2d88702007c Oct 14 17:51:31.831 INFO kablam! su: No module specific data is present Oct 14 17:51:31.831 INFO blam! Oct 14 17:51:31.831 INFO blam! running 0 tests Oct 14 17:51:31.831 INFO blam! Oct 14 17:51:31.831 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:51:31.831 INFO blam! Oct 14 17:51:32.906 INFO running `"docker" "rm" "-f" "8192983e7caf65933950af49ac6baec64f1088831edbc003cd78b9e9904e4b06"` Oct 14 17:51:33.219 INFO blam! 8192983e7caf65933950af49ac6baec64f1088831edbc003cd78b9e9904e4b06