Oct 14 13:54:11.843 INFO testing lesguillemets/curly-octo-funicular against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:54:11.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:54:12.356 INFO blam! ddbe6a7b99d5255e4f1aa68dc639af26dfcb6ba5da95feecc292c66350526f26 Oct 14 13:54:12.358 INFO running `"docker" "start" "-a" "ddbe6a7b99d5255e4f1aa68dc639af26dfcb6ba5da95feecc292c66350526f26"` Oct 14 13:54:14.471 INFO kablam! usermod: no changes Oct 14 13:54:14.529 INFO kablam! Compiling reversi v0.1.0 (/source) Oct 14 13:54:14.747 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:14.747 INFO kablam! --> src/board.rs:2:5 Oct 14 13:54:14.747 INFO kablam! | Oct 14 13:54:14.747 INFO kablam! 2 | use std::io; Oct 14 13:54:14.747 INFO kablam! | ^^^^^^^ Oct 14 13:54:14.747 INFO kablam! | Oct 14 13:54:14.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:14.747 INFO kablam! Oct 14 13:54:14.747 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:14.747 INFO kablam! --> src/face.rs:2:5 Oct 14 13:54:14.747 INFO kablam! | Oct 14 13:54:14.747 INFO kablam! 2 | use std::io; Oct 14 13:54:14.747 INFO kablam! | ^^^^^^^ Oct 14 13:54:14.747 INFO kablam! Oct 14 13:54:14.747 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:54:14.747 INFO kablam! --> src/main.rs:5:5 Oct 14 13:54:14.747 INFO kablam! | Oct 14 13:54:14.747 INFO kablam! 5 | use std::fmt; Oct 14 13:54:14.747 INFO kablam! | ^^^^^^^^ Oct 14 13:54:14.747 INFO kablam! Oct 14 13:54:14.891 INFO kablam! warning: method is never used: `count_bw` Oct 14 13:54:14.891 INFO kablam! --> src/board.rs:81:5 Oct 14 13:54:14.891 INFO kablam! | Oct 14 13:54:14.891 INFO kablam! 81 | pub fn count_bw(&self) -> (usize, usize) { Oct 14 13:54:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.891 INFO kablam! | Oct 14 13:54:14.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:14.891 INFO kablam! Oct 14 13:54:14.891 INFO kablam! warning: method is never used: `print_count` Oct 14 13:54:14.891 INFO kablam! --> src/board.rs:96:5 Oct 14 13:54:14.891 INFO kablam! | Oct 14 13:54:14.891 INFO kablam! 96 | pub fn print_count(&self) -> () { Oct 14 13:54:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.891 INFO kablam! Oct 14 13:54:14.891 INFO kablam! warning: method is never used: `flip` Oct 14 13:54:14.891 INFO kablam! --> src/face.rs:27:5 Oct 14 13:54:14.891 INFO kablam! | Oct 14 13:54:14.891 INFO kablam! 27 | pub fn flip(&mut self) -> () { Oct 14 13:54:14.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:14.891 INFO kablam! Oct 14 13:54:14.899 INFO kablam! warning: function cannot return without recursing Oct 14 13:54:14.899 INFO kablam! --> src/main.rs:17:1 Oct 14 13:54:14.899 INFO kablam! | Oct 14 13:54:14.899 INFO kablam! 17 | fn main_loop(board: &Board, player: Face) -> () { Oct 14 13:54:14.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 14 13:54:14.899 INFO kablam! ... Oct 14 13:54:14.899 INFO kablam! 22 | main_loop(&b, player.not()) Oct 14 13:54:14.899 INFO kablam! | --------------------------- recursive call site Oct 14 13:54:14.899 INFO kablam! ... Oct 14 13:54:14.899 INFO kablam! 26 | main_loop(board, player) Oct 14 13:54:14.899 INFO kablam! | ------------------------ recursive call site Oct 14 13:54:14.899 INFO kablam! | Oct 14 13:54:14.899 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 14 13:54:14.899 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 14 13:54:14.899 INFO kablam! Oct 14 13:54:15.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 14 13:54:15.662 INFO kablam! su: No module specific data is present Oct 14 13:54:16.650 INFO running `"docker" "rm" "-f" "ddbe6a7b99d5255e4f1aa68dc639af26dfcb6ba5da95feecc292c66350526f26"` Oct 14 13:54:16.935 INFO blam! ddbe6a7b99d5255e4f1aa68dc639af26dfcb6ba5da95feecc292c66350526f26 Oct 14 13:54:16.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:54:17.480 INFO blam! adad2c86b40f25840f4d5ac94c0b5f0014267f9b2c49527b7dd612ee637f9409 Oct 14 13:54:17.481 INFO running `"docker" "start" "-a" "adad2c86b40f25840f4d5ac94c0b5f0014267f9b2c49527b7dd612ee637f9409"` Oct 14 13:54:18.681 INFO kablam! usermod: no changes Oct 14 13:54:18.719 INFO kablam! Compiling reversi v0.1.0 (/source) Oct 14 13:54:18.947 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:18.947 INFO kablam! --> src/board.rs:2:5 Oct 14 13:54:18.947 INFO kablam! | Oct 14 13:54:18.947 INFO kablam! 2 | use std::io; Oct 14 13:54:18.947 INFO kablam! | ^^^^^^^ Oct 14 13:54:18.947 INFO kablam! | Oct 14 13:54:18.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:54:18.947 INFO kablam! Oct 14 13:54:18.947 INFO kablam! warning: unused import: `std::io` Oct 14 13:54:18.947 INFO kablam! --> src/face.rs:2:5 Oct 14 13:54:18.947 INFO kablam! | Oct 14 13:54:18.947 INFO kablam! 2 | use std::io; Oct 14 13:54:18.947 INFO kablam! | ^^^^^^^ Oct 14 13:54:18.947 INFO kablam! Oct 14 13:54:18.947 INFO kablam! warning: unused import: `std::fmt` Oct 14 13:54:18.947 INFO kablam! --> src/main.rs:5:5 Oct 14 13:54:18.947 INFO kablam! | Oct 14 13:54:18.947 INFO kablam! 5 | use std::fmt; Oct 14 13:54:18.947 INFO kablam! | ^^^^^^^^ Oct 14 13:54:18.947 INFO kablam! Oct 14 13:54:19.083 INFO kablam! warning: method is never used: `count_bw` Oct 14 13:54:19.083 INFO kablam! --> src/board.rs:81:5 Oct 14 13:54:19.084 INFO kablam! | Oct 14 13:54:19.084 INFO kablam! 81 | pub fn count_bw(&self) -> (usize, usize) { Oct 14 13:54:19.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:19.084 INFO kablam! | Oct 14 13:54:19.085 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:54:19.085 INFO kablam! Oct 14 13:54:19.085 INFO kablam! warning: method is never used: `print_count` Oct 14 13:54:19.086 INFO kablam! --> src/board.rs:96:5 Oct 14 13:54:19.086 INFO kablam! | Oct 14 13:54:19.086 INFO kablam! 96 | pub fn print_count(&self) -> () { Oct 14 13:54:19.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:19.087 INFO kablam! Oct 14 13:54:19.087 INFO kablam! warning: method is never used: `flip` Oct 14 13:54:19.087 INFO kablam! --> src/face.rs:27:5 Oct 14 13:54:19.087 INFO kablam! | Oct 14 13:54:19.088 INFO kablam! 27 | pub fn flip(&mut self) -> () { Oct 14 13:54:19.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:54:19.088 INFO kablam! Oct 14 13:54:19.089 INFO kablam! warning: function cannot return without recursing Oct 14 13:54:19.089 INFO kablam! --> src/main.rs:17:1 Oct 14 13:54:19.089 INFO kablam! | Oct 14 13:54:19.090 INFO kablam! 17 | fn main_loop(board: &Board, player: Face) -> () { Oct 14 13:54:19.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 14 13:54:19.090 INFO kablam! ... Oct 14 13:54:19.090 INFO kablam! 22 | main_loop(&b, player.not()) Oct 14 13:54:19.091 INFO kablam! | --------------------------- recursive call site Oct 14 13:54:19.091 INFO kablam! ... Oct 14 13:54:19.091 INFO kablam! 26 | main_loop(board, player) Oct 14 13:54:19.092 INFO kablam! | ------------------------ recursive call site Oct 14 13:54:19.092 INFO kablam! | Oct 14 13:54:19.092 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Oct 14 13:54:19.093 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 14 13:54:19.093 INFO kablam! Oct 14 13:54:19.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 14 13:54:19.680 INFO kablam! su: No module specific data is present Oct 14 13:54:20.472 INFO running `"docker" "rm" "-f" "adad2c86b40f25840f4d5ac94c0b5f0014267f9b2c49527b7dd612ee637f9409"` Oct 14 13:54:20.715 INFO blam! adad2c86b40f25840f4d5ac94c0b5f0014267f9b2c49527b7dd612ee637f9409 Oct 14 13:54:20.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13:54:21.220 INFO blam! 3e8b36e97a80dc9ebbc5c4a16bdecd25daad405e18bd302f099b95fe8aff3acd Oct 14 13:54:21.222 INFO running `"docker" "start" "-a" "3e8b36e97a80dc9ebbc5c4a16bdecd25daad405e18bd302f099b95fe8aff3acd"` Oct 14 13:54:22.434 INFO kablam! usermod: no changes Oct 14 13:54:22.491 INFO blam! Oct 14 13:54:22.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 13:54:22.491 INFO blam! running 0 tests Oct 14 13:54:22.491 INFO kablam! Running /target/debug/deps/reversi-1f7e13725e5d9d67 Oct 14 13:54:22.491 INFO blam! Oct 14 13:54:22.491 INFO kablam! su: No module specific data is present Oct 14 13:54:22.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:54:22.491 INFO blam! Oct 14 13:54:23.143 INFO running `"docker" "rm" "-f" "3e8b36e97a80dc9ebbc5c4a16bdecd25daad405e18bd302f099b95fe8aff3acd"` Oct 14 13:54:23.391 INFO blam! 3e8b36e97a80dc9ebbc5c4a16bdecd25daad405e18bd302f099b95fe8aff3acd