Oct 14 13:54:11.013 INFO testing lesguillemets/curly-octo-funicular against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:54:11.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:54:11.479 INFO blam! c935195a5d655533dcd74aa19f8b466c630da1adcb004661ec7a600f407e8d1f Oct 14 13:54:11.499 INFO running `"docker" "start" "-a" "c935195a5d655533dcd74aa19f8b466c630da1adcb004661ec7a600f407e8d1f"` Oct 14 13:54:13.139 INFO kablam! usermod: no changes Oct 14 13:54:13.195 INFO kablam! Compiling reversi v0.1.0 (/source) Oct 14 13:54:13.539 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:13.539 INFO kablam! --> src/board.rs:2:5 Oct 14 13:54:13.539 INFO kablam! | Oct 14 13:54:13.539 INFO kablam! 2 | use std::io; Oct 14 13:54:13.539 INFO kablam! | ^^^^^^^ Oct 14 13:54:13.539 INFO kablam! | Oct 14 13:54:13.539 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:13.539 INFO kablam! Oct 14 13:54:13.539 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:13.539 INFO kablam! --> src/face.rs:2:5 Oct 14 13:54:13.539 INFO kablam! | Oct 14 13:54:13.539 INFO kablam! 2 | use std::io; Oct 14 13:54:13.539 INFO kablam! | ^^^^^^^ Oct 14 13:54:13.539 INFO kablam! Oct 14 13:54:13.539 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:54:13.539 INFO kablam! --> src/main.rs:5:5 Oct 14 13:54:13.539 INFO kablam! | Oct 14 13:54:13.539 INFO kablam! 5 | use std::fmt; Oct 14 13:54:13.539 INFO kablam! | ^^^^^^^^ Oct 14 13:54:13.539 INFO kablam! Oct 14 13:54:13.675 INFO kablam! warning: method is never used: `count_bw` Oct 14 13:54:13.675 INFO kablam! --> src/board.rs:81:5 Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! 81 | pub fn count_bw(&self) -> (usize, usize) { Oct 14 13:54:13.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:13.675 INFO kablam! Oct 14 13:54:13.675 INFO kablam! warning: method is never used: `print_count` Oct 14 13:54:13.675 INFO kablam! --> src/board.rs:96:5 Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! 96 | pub fn print_count(&self) -> () { Oct 14 13:54:13.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:13.675 INFO kablam! Oct 14 13:54:13.675 INFO kablam! warning: method is never used: `flip` Oct 14 13:54:13.675 INFO kablam! --> src/face.rs:27:5 Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! 27 | pub fn flip(&mut self) -> () { Oct 14 13:54:13.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:13.675 INFO kablam! Oct 14 13:54:13.675 INFO kablam! warning: function cannot return without recursing Oct 14 13:54:13.675 INFO kablam! --> src/main.rs:17:1 Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! 17 | fn main_loop(board: &Board, player: Face) -> () { Oct 14 13:54:13.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 14 13:54:13.675 INFO kablam! ... Oct 14 13:54:13.675 INFO kablam! 22 | main_loop(&b, player.not()) Oct 14 13:54:13.675 INFO kablam! | --------------------------- recursive call site Oct 14 13:54:13.675 INFO kablam! ... Oct 14 13:54:13.675 INFO kablam! 26 | main_loop(board, player) Oct 14 13:54:13.675 INFO kablam! | ------------------------ recursive call site Oct 14 13:54:13.675 INFO kablam! | Oct 14 13:54:13.675 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 14 13:54:13.675 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 14 13:54:13.675 INFO kablam! Oct 14 13:54:14.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 14 13:54:14.580 INFO kablam! su: No module specific data is present Oct 14 13:54:15.836 INFO running `"docker" "rm" "-f" "c935195a5d655533dcd74aa19f8b466c630da1adcb004661ec7a600f407e8d1f"` Oct 14 13:54:16.111 INFO blam! c935195a5d655533dcd74aa19f8b466c630da1adcb004661ec7a600f407e8d1f Oct 14 13:54:16.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:54:16.649 INFO blam! 48c020fcbe054b52be1827be1cc1bd8b1a86450ae09452b3797b6b2146dd2e86 Oct 14 13:54:16.659 INFO running `"docker" "start" "-a" "48c020fcbe054b52be1827be1cc1bd8b1a86450ae09452b3797b6b2146dd2e86"` Oct 14 13:54:17.951 INFO kablam! usermod: no changes Oct 14 13:54:18.000 INFO kablam! Compiling reversi v0.1.0 (/source) Oct 14 13:54:18.233 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:18.234 INFO kablam! --> src/board.rs:2:5 Oct 14 13:54:18.234 INFO kablam! | Oct 14 13:54:18.234 INFO kablam! 2 | use std::io; Oct 14 13:54:18.234 INFO kablam! | ^^^^^^^ Oct 14 13:54:18.235 INFO kablam! | Oct 14 13:54:18.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:18.235 INFO kablam! Oct 14 13:54:18.236 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:18.236 INFO kablam! --> src/face.rs:2:5 Oct 14 13:54:18.236 INFO kablam! | Oct 14 13:54:18.236 INFO kablam! 2 | use std::io; Oct 14 13:54:18.237 INFO kablam! | ^^^^^^^ Oct 14 13:54:18.237 INFO kablam! Oct 14 13:54:18.237 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:54:18.238 INFO kablam! --> src/main.rs:5:5 Oct 14 13:54:18.238 INFO kablam! | Oct 14 13:54:18.238 INFO kablam! 5 | use std::fmt; Oct 14 13:54:18.238 INFO kablam! | ^^^^^^^^ Oct 14 13:54:18.239 INFO kablam! Oct 14 13:54:18.429 INFO kablam! warning: method is never used: `count_bw` Oct 14 13:54:18.429 INFO kablam! --> src/board.rs:81:5 Oct 14 13:54:18.430 INFO kablam! | Oct 14 13:54:18.430 INFO kablam! 81 | pub fn count_bw(&self) -> (usize, usize) { Oct 14 13:54:18.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.431 INFO kablam! | Oct 14 13:54:18.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:18.431 INFO kablam! Oct 14 13:54:18.432 INFO kablam! warning: method is never used: `print_count` Oct 14 13:54:18.432 INFO kablam! --> src/board.rs:96:5 Oct 14 13:54:18.432 INFO kablam! | Oct 14 13:54:18.432 INFO kablam! 96 | pub fn print_count(&self) -> () { Oct 14 13:54:18.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.433 INFO kablam! Oct 14 13:54:18.433 INFO kablam! warning: method is never used: `flip` Oct 14 13:54:18.433 INFO kablam! --> src/face.rs:27:5 Oct 14 13:54:18.434 INFO kablam! | Oct 14 13:54:18.434 INFO kablam! 27 | pub fn flip(&mut self) -> () { Oct 14 13:54:18.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:18.435 INFO kablam! Oct 14 13:54:18.435 INFO kablam! warning: function cannot return without recursing Oct 14 13:54:18.435 INFO kablam! --> src/main.rs:17:1 Oct 14 13:54:18.436 INFO kablam! | Oct 14 13:54:18.436 INFO kablam! 17 | fn main_loop(board: &Board, player: Face) -> () { Oct 14 13:54:18.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 14 13:54:18.436 INFO kablam! ... Oct 14 13:54:18.437 INFO kablam! 22 | main_loop(&b, player.not()) Oct 14 13:54:18.437 INFO kablam! | --------------------------- recursive call site Oct 14 13:54:18.437 INFO kablam! ... Oct 14 13:54:18.437 INFO kablam! 26 | main_loop(board, player) Oct 14 13:54:18.438 INFO kablam! | ------------------------ recursive call site Oct 14 13:54:18.438 INFO kablam! | Oct 14 13:54:18.438 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 14 13:54:18.443 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 14 13:54:18.443 INFO kablam! Oct 14 13:54:18.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 13:54:18.951 INFO kablam! su: No module specific data is present Oct 14 13:54:19.735 INFO running `"docker" "rm" "-f" "48c020fcbe054b52be1827be1cc1bd8b1a86450ae09452b3797b6b2146dd2e86"` Oct 14 13:54:19.959 INFO blam! 48c020fcbe054b52be1827be1cc1bd8b1a86450ae09452b3797b6b2146dd2e86 Oct 14 13:54:19.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13:54:20.371 INFO blam! 83691d0de76a07cccc95f21764aaa84eae6945030993ebc962c2ce102417754f Oct 14 13:54:20.379 INFO running `"docker" "start" "-a" "83691d0de76a07cccc95f21764aaa84eae6945030993ebc962c2ce102417754f"` Oct 14 13:54:21.439 INFO kablam! usermod: no changes Oct 14 13:54:21.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 13:54:21.501 INFO kablam! Running /target/debug/deps/reversi-ad27510e2cd581db Oct 14 13:54:21.511 INFO blam! Oct 14 13:54:21.512 INFO blam! running 0 tests Oct 14 13:54:21.512 INFO blam! Oct 14 13:54:21.512 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:54:21.512 INFO blam! Oct 14 13:54:21.522 INFO kablam! su: No module specific data is present Oct 14 13:54:22.245 INFO running `"docker" "rm" "-f" "83691d0de76a07cccc95f21764aaa84eae6945030993ebc962c2ce102417754f"` Oct 14 13:54:22.499 INFO blam! 83691d0de76a07cccc95f21764aaa84eae6945030993ebc962c2ce102417754f