Oct 12 18:01:19.410 INFO testing yogaxpto/tic-tac-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:01:19.411 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:01:19.973 INFO blam! 59a25c43651e2cae35503360f87d1736da4f211f3df9a75503f603fe47d7741e Oct 12 18:01:19.975 INFO running `"docker" "start" "-a" "59a25c43651e2cae35503360f87d1736da4f211f3df9a75503f603fe47d7741e"` Oct 12 18:01:21.687 INFO kablam! usermod: no changes Oct 12 18:01:21.751 INFO kablam! Compiling tic-tac-rust v0.1.0 (/source) Oct 12 18:01:21.947 INFO kablam! warning: unused variable: `bot_symbol` Oct 12 18:01:21.947 INFO kablam! --> src/main.rs:202:9 Oct 12 18:01:21.947 INFO kablam! | Oct 12 18:01:21.947 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 12 18:01:21.947 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 12 18:01:21.947 INFO kablam! | Oct 12 18:01:21.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:01:21.947 INFO kablam! Oct 12 18:01:21.947 INFO kablam! warning: unused variable: `strategy` Oct 12 18:01:21.947 INFO kablam! --> src/main.rs:169:28 Oct 12 18:01:21.947 INFO kablam! | Oct 12 18:01:21.947 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 12 18:01:21.947 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 12 18:01:21.947 INFO kablam! Oct 12 18:01:21.979 INFO kablam! warning: method is never used: `child` Oct 12 18:01:21.979 INFO kablam! --> src/main.rs:112:5 Oct 12 18:01:21.979 INFO kablam! | Oct 12 18:01:21.979 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 12 18:01:21.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:01:21.979 INFO kablam! | Oct 12 18:01:21.979 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:01:21.979 INFO kablam! Oct 12 18:01:21.987 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:01:21.987 INFO kablam! --> src/main.rs:182:5 Oct 12 18:01:21.987 INFO kablam! | Oct 12 18:01:21.987 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 12 18:01:21.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:01:21.987 INFO kablam! | Oct 12 18:01:21.987 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:01:21.987 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:01:21.987 INFO kablam! Oct 12 18:01:22.706 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 12 18:01:22.711 INFO kablam! su: No module specific data is present Oct 12 18:01:23.454 INFO running `"docker" "rm" "-f" "59a25c43651e2cae35503360f87d1736da4f211f3df9a75503f603fe47d7741e"` Oct 12 18:01:23.863 INFO blam! 59a25c43651e2cae35503360f87d1736da4f211f3df9a75503f603fe47d7741e Oct 12 18:01:23.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:01:24.441 INFO blam! fb1030bf40649722c58620af8d4950f97b9be2560faf98997d56aa3684cb380b Oct 12 18:01:24.442 INFO running `"docker" "start" "-a" "fb1030bf40649722c58620af8d4950f97b9be2560faf98997d56aa3684cb380b"` Oct 12 18:01:26.326 INFO kablam! usermod: no changes Oct 12 18:01:26.399 INFO kablam! Compiling tic-tac-rust v0.1.0 (/source) Oct 12 18:01:26.752 INFO kablam! warning: unused variable: `bot_symbol` Oct 12 18:01:26.752 INFO kablam! --> src/main.rs:202:9 Oct 12 18:01:26.752 INFO kablam! | Oct 12 18:01:26.752 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 12 18:01:26.753 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 12 18:01:26.753 INFO kablam! | Oct 12 18:01:26.753 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:01:26.753 INFO kablam! Oct 12 18:01:26.753 INFO kablam! warning: unused variable: `strategy` Oct 12 18:01:26.753 INFO kablam! --> src/main.rs:169:28 Oct 12 18:01:26.753 INFO kablam! | Oct 12 18:01:26.753 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 12 18:01:26.753 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 12 18:01:26.753 INFO kablam! Oct 12 18:01:26.771 INFO kablam! warning: method is never used: `child` Oct 12 18:01:26.771 INFO kablam! --> src/main.rs:112:5 Oct 12 18:01:26.771 INFO kablam! | Oct 12 18:01:26.771 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 12 18:01:26.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:01:26.771 INFO kablam! | Oct 12 18:01:26.771 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:01:26.771 INFO kablam! Oct 12 18:01:26.791 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 18:01:26.791 INFO kablam! --> src/main.rs:182:5 Oct 12 18:01:26.791 INFO kablam! | Oct 12 18:01:26.791 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 12 18:01:26.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:01:26.791 INFO kablam! | Oct 12 18:01:26.791 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 18:01:26.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 18:01:26.791 INFO kablam! Oct 12 18:01:27.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 12 18:01:27.335 INFO kablam! su: No module specific data is present Oct 12 18:01:28.331 INFO running `"docker" "rm" "-f" "fb1030bf40649722c58620af8d4950f97b9be2560faf98997d56aa3684cb380b"` Oct 12 18:01:28.607 INFO blam! fb1030bf40649722c58620af8d4950f97b9be2560faf98997d56aa3684cb380b Oct 12 18:01:28.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 18:01:29.055 INFO blam! 29ba18a6ca55b3dd07804bda3ad5e04a9de4a4fe913c24cf4037a919591cb4b0 Oct 12 18:01:29.057 INFO running `"docker" "start" "-a" "29ba18a6ca55b3dd07804bda3ad5e04a9de4a4fe913c24cf4037a919591cb4b0"` Oct 12 18:01:30.339 INFO kablam! usermod: no changes Oct 12 18:01:30.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 18:01:30.383 INFO kablam! Running /target/debug/deps/tic_tac_rust-6ff06a9f6b17fafc Oct 12 18:01:30.395 INFO kablam! su: No module specific data is present Oct 12 18:01:30.395 INFO blam! Oct 12 18:01:30.395 INFO blam! running 0 tests Oct 12 18:01:30.395 INFO blam! Oct 12 18:01:30.395 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:01:30.395 INFO blam! Oct 12 18:01:31.798 INFO running `"docker" "rm" "-f" "29ba18a6ca55b3dd07804bda3ad5e04a9de4a4fe913c24cf4037a919591cb4b0"` Oct 12 18:01:32.221 INFO blam! 29ba18a6ca55b3dd07804bda3ad5e04a9de4a4fe913c24cf4037a919591cb4b0