Oct 14 17:51:20.771 INFO testing iroha168/rust_othello against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:51:20.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:51:22.062 INFO blam! 7c14e8466693b2d7ec70f2d5a4f4cb54071f7e5ed98a68efa42140cf670d2b4a Oct 14 17:51:22.063 INFO running `"docker" "start" "-a" "7c14e8466693b2d7ec70f2d5a4f4cb54071f7e5ed98a68efa42140cf670d2b4a"` Oct 14 17:51:22.999 INFO kablam! usermod: no changes Oct 14 17:51:23.059 INFO kablam! Compiling othello v0.1.0 (/source) Oct 14 17:51:23.551 INFO kablam! warning: unused variable: `ith_line` Oct 14 17:51:23.551 INFO kablam! --> src/main.rs:166:11 Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! 166 | let mut ith_line = String::new(); Oct 14 17:51:23.551 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:51:23.551 INFO kablam! Oct 14 17:51:23.551 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 14 17:51:23.551 INFO kablam! --> src/main.rs:215:13 Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! 215 | let mut move_cnt = 0; Oct 14 17:51:23.551 INFO kablam! | ^^^^^^^^ Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! = note: consider using `_move_cnt` instead Oct 14 17:51:23.551 INFO kablam! Oct 14 17:51:23.551 INFO kablam! warning: unused variable: `is_target` Oct 14 17:51:23.551 INFO kablam! --> src/main.rs:216:13 Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:23.551 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 14 17:51:23.551 INFO kablam! Oct 14 17:51:23.551 INFO kablam! warning: unused variable: `player_display` Oct 14 17:51:23.551 INFO kablam! --> src/main.rs:220:13 Oct 14 17:51:23.551 INFO kablam! | Oct 14 17:51:23.551 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 14 17:51:23.551 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 14 17:51:23.551 INFO kablam! Oct 14 17:51:23.588 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.588 INFO kablam! --> src/main.rs:205:6 Oct 14 17:51:23.588 INFO kablam! | Oct 14 17:51:23.588 INFO kablam! 205 | let mut black = init_board.0; Oct 14 17:51:23.588 INFO kablam! | ----^^^^^ Oct 14 17:51:23.588 INFO kablam! | | Oct 14 17:51:23.588 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.588 INFO kablam! | Oct 14 17:51:23.588 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:51:23.588 INFO kablam! Oct 14 17:51:23.588 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:206:6 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 206 | let mut white = init_board.1; Oct 14 17:51:23.589 INFO kablam! | ----^^^^^ Oct 14 17:51:23.589 INFO kablam! | | Oct 14 17:51:23.589 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:23.589 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:216:9 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:23.589 INFO kablam! | ----^^^^^^^^^ Oct 14 17:51:23.589 INFO kablam! | | Oct 14 17:51:23.589 INFO kablam! | help: remove this `mut` Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:23.589 INFO kablam! warning: constant item is never used: `WHITE` Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:6:1 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 6 | const WHITE: i32 = 2; Oct 14 17:51:23.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:23.589 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:7:1 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 14 17:51:23.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:23.589 INFO kablam! warning: function is never used: `count_stones` Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:185:1 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 14 17:51:23.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:23.589 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 14 17:51:23.589 INFO kablam! --> src/main.rs:196:1 Oct 14 17:51:23.589 INFO kablam! | Oct 14 17:51:23.589 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 14 17:51:23.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:23.589 INFO kablam! Oct 14 17:51:24.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 14 17:51:24.272 INFO kablam! su: No module specific data is present Oct 14 17:51:25.056 INFO running `"docker" "rm" "-f" "7c14e8466693b2d7ec70f2d5a4f4cb54071f7e5ed98a68efa42140cf670d2b4a"` Oct 14 17:51:25.463 INFO blam! 7c14e8466693b2d7ec70f2d5a4f4cb54071f7e5ed98a68efa42140cf670d2b4a Oct 14 17:51:25.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:51:25.893 INFO blam! b7c21aac203df26d2205d8fb04459effefa3c2cd4a6f3d7e65e6b14e2ebaf714 Oct 14 17:51:25.907 INFO running `"docker" "start" "-a" "b7c21aac203df26d2205d8fb04459effefa3c2cd4a6f3d7e65e6b14e2ebaf714"` Oct 14 17:51:27.414 INFO kablam! usermod: no changes Oct 14 17:51:27.527 INFO kablam! Compiling othello v0.1.0 (/source) Oct 14 17:51:27.915 INFO kablam! warning: unused variable: `ith_line` Oct 14 17:51:27.915 INFO kablam! --> src/main.rs:166:11 Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! 166 | let mut ith_line = String::new(); Oct 14 17:51:27.915 INFO kablam! | ^^^^^^^^ help: consider using `_ith_line` instead Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:51:27.915 INFO kablam! Oct 14 17:51:27.915 INFO kablam! warning: variable `move_cnt` is assigned to, but never used Oct 14 17:51:27.915 INFO kablam! --> src/main.rs:215:13 Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! 215 | let mut move_cnt = 0; Oct 14 17:51:27.915 INFO kablam! | ^^^^^^^^ Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! = note: consider using `_move_cnt` instead Oct 14 17:51:27.915 INFO kablam! Oct 14 17:51:27.915 INFO kablam! warning: unused variable: `is_target` Oct 14 17:51:27.915 INFO kablam! --> src/main.rs:216:13 Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:27.915 INFO kablam! | ^^^^^^^^^ help: consider using `_is_target` instead Oct 14 17:51:27.915 INFO kablam! Oct 14 17:51:27.915 INFO kablam! warning: unused variable: `player_display` Oct 14 17:51:27.915 INFO kablam! --> src/main.rs:220:13 Oct 14 17:51:27.915 INFO kablam! | Oct 14 17:51:27.915 INFO kablam! 220 | let player_display = if turn == BLACK {"Black"} else {"White"}; Oct 14 17:51:27.915 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_display` instead Oct 14 17:51:27.915 INFO kablam! Oct 14 17:51:27.927 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:205:6 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 205 | let mut black = init_board.0; Oct 14 17:51:27.929 INFO kablam! | ----^^^^^ Oct 14 17:51:27.929 INFO kablam! | | Oct 14 17:51:27.929 INFO kablam! | help: remove this `mut` Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:206:6 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 206 | let mut white = init_board.1; Oct 14 17:51:27.929 INFO kablam! | ----^^^^^ Oct 14 17:51:27.929 INFO kablam! | | Oct 14 17:51:27.929 INFO kablam! | help: remove this `mut` Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: variable does not need to be mutable Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:216:9 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 216 | let mut is_target = true; Oct 14 17:51:27.929 INFO kablam! | ----^^^^^^^^^ Oct 14 17:51:27.929 INFO kablam! | | Oct 14 17:51:27.929 INFO kablam! | help: remove this `mut` Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: constant item is never used: `WHITE` Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:6:1 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 6 | const WHITE: i32 = 2; Oct 14 17:51:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: constant item is never used: `MAX_EMPTY_FOR_FULL_SEARCH` Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:7:1 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 7 | const MAX_EMPTY_FOR_FULL_SEARCH: usize = 24; Oct 14 17:51:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: function is never used: `count_stones` Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:185:1 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 185 | fn count_stones(stones: u64) -> i32{ Oct 14 17:51:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:27.929 INFO kablam! warning: function is never used: `convert_num_to_move` Oct 14 17:51:27.929 INFO kablam! --> src/main.rs:196:1 Oct 14 17:51:27.929 INFO kablam! | Oct 14 17:51:27.929 INFO kablam! 196 | fn convert_num_to_move(pos_as_int: u32) -> String{ Oct 14 17:51:27.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:51:27.929 INFO kablam! Oct 14 17:51:28.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 14 17:51:28.407 INFO kablam! su: No module specific data is present Oct 14 17:51:29.467 INFO running `"docker" "rm" "-f" "b7c21aac203df26d2205d8fb04459effefa3c2cd4a6f3d7e65e6b14e2ebaf714"` Oct 14 17:51:29.724 INFO blam! b7c21aac203df26d2205d8fb04459effefa3c2cd4a6f3d7e65e6b14e2ebaf714 Oct 14 17:51:29.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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.204 INFO blam! 9c678bcb623dcc71db059344b8953dc69db9896c143d9627dcb425cd72328b1a Oct 14 17:51:30.209 INFO running `"docker" "start" "-a" "9c678bcb623dcc71db059344b8953dc69db9896c143d9627dcb425cd72328b1a"` Oct 14 17:51:31.460 INFO kablam! usermod: no changes Oct 14 17:51:31.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 17:51:31.559 INFO kablam! Running /target/debug/deps/othello-07115738f5449532 Oct 14 17:51:31.567 INFO blam! Oct 14 17:51:31.567 INFO blam! running 0 tests Oct 14 17:51:31.567 INFO blam! Oct 14 17:51:31.567 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:51:31.567 INFO blam! Oct 14 17:51:31.568 INFO kablam! su: No module specific data is present Oct 14 17:51:32.563 INFO running `"docker" "rm" "-f" "9c678bcb623dcc71db059344b8953dc69db9896c143d9627dcb425cd72328b1a"` Oct 14 17:51:32.840 INFO blam! 9c678bcb623dcc71db059344b8953dc69db9896c143d9627dcb425cd72328b1a