Oct 10 11:57:32.368 INFO testing yogaxpto/tic-tac-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:57:32.369 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:57:32.370 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:57:32.826 INFO blam! b0fac9775de74f66d656fa423dd98284d1483cedd5dc51680b8475879d9f7566 Oct 10 11:57:32.827 INFO running `"docker" "start" "-a" "b0fac9775de74f66d656fa423dd98284d1483cedd5dc51680b8475879d9f7566"` Oct 10 11:57:34.180 INFO kablam! usermod: no changes Oct 10 11:57:34.236 INFO kablam! Compiling tic-tac-rust v0.1.0 (/source) Oct 10 11:57:34.802 INFO kablam! warning: unused variable: `bot_symbol` Oct 10 11:57:34.802 INFO kablam! --> src/main.rs:202:9 Oct 10 11:57:34.803 INFO kablam! | Oct 10 11:57:34.803 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 10 11:57:34.804 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 10 11:57:34.804 INFO kablam! | Oct 10 11:57:34.805 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:57:34.808 INFO kablam! Oct 10 11:57:34.808 INFO kablam! warning: unused variable: `strategy` Oct 10 11:57:34.809 INFO kablam! --> src/main.rs:169:28 Oct 10 11:57:34.809 INFO kablam! | Oct 10 11:57:34.809 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 10 11:57:34.809 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 10 11:57:34.809 INFO kablam! Oct 10 11:57:34.824 INFO kablam! warning: method is never used: `child` Oct 10 11:57:34.825 INFO kablam! --> src/main.rs:112:5 Oct 10 11:57:34.825 INFO kablam! | Oct 10 11:57:34.825 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 10 11:57:34.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:57:34.826 INFO kablam! | Oct 10 11:57:34.826 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:57:34.826 INFO kablam! Oct 10 11:57:34.835 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:57:34.835 INFO kablam! --> src/main.rs:182:5 Oct 10 11:57:34.835 INFO kablam! | Oct 10 11:57:34.835 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 10 11:57:34.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:57:34.836 INFO kablam! | Oct 10 11:57:34.836 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:57:34.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:57:34.840 INFO kablam! Oct 10 11:57:35.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 10 11:57:35.800 INFO kablam! su: No module specific data is present Oct 10 11:57:37.220 INFO running `"docker" "rm" "-f" "b0fac9775de74f66d656fa423dd98284d1483cedd5dc51680b8475879d9f7566"` Oct 10 11:57:37.456 INFO blam! b0fac9775de74f66d656fa423dd98284d1483cedd5dc51680b8475879d9f7566 Oct 10 11:57:37.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:57:37.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:57:37.808 INFO blam! 1d5507fd9746c02401c6909522d3c7adc40e04afb298df73f781164cd6f83da2 Oct 10 11:57:37.812 INFO running `"docker" "start" "-a" "1d5507fd9746c02401c6909522d3c7adc40e04afb298df73f781164cd6f83da2"` Oct 10 11:57:38.972 INFO kablam! usermod: no changes Oct 10 11:57:39.017 INFO kablam! Compiling tic-tac-rust v0.1.0 (/source) Oct 10 11:57:39.612 INFO kablam! warning: unused variable: `bot_symbol` Oct 10 11:57:39.612 INFO kablam! --> src/main.rs:202:9 Oct 10 11:57:39.612 INFO kablam! | Oct 10 11:57:39.612 INFO kablam! 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); Oct 10 11:57:39.612 INFO kablam! | ^^^^^^^^^^ help: consider using `_bot_symbol` instead Oct 10 11:57:39.612 INFO kablam! | Oct 10 11:57:39.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:57:39.613 INFO kablam! Oct 10 11:57:39.613 INFO kablam! warning: unused variable: `strategy` Oct 10 11:57:39.613 INFO kablam! --> src/main.rs:169:28 Oct 10 11:57:39.613 INFO kablam! | Oct 10 11:57:39.613 INFO kablam! 169 | pub fn bot_play(&self, strategy: Strategy) { Oct 10 11:57:39.613 INFO kablam! | ^^^^^^^^ help: consider using `_strategy` instead Oct 10 11:57:39.613 INFO kablam! Oct 10 11:57:39.632 INFO kablam! warning: method is never used: `child` Oct 10 11:57:39.632 INFO kablam! --> src/main.rs:112:5 Oct 10 11:57:39.632 INFO kablam! | Oct 10 11:57:39.632 INFO kablam! 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { Oct 10 11:57:39.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:57:39.632 INFO kablam! | Oct 10 11:57:39.632 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:57:39.632 INFO kablam! Oct 10 11:57:39.652 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:57:39.652 INFO kablam! --> src/main.rs:182:5 Oct 10 11:57:39.652 INFO kablam! | Oct 10 11:57:39.652 INFO kablam! 182 | io.lock().read_line(&mut stdin); Oct 10 11:57:39.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:57:39.652 INFO kablam! | Oct 10 11:57:39.652 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:57:39.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:57:39.652 INFO kablam! Oct 10 11:57:40.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 10 11:57:40.304 INFO kablam! su: No module specific data is present Oct 10 11:57:41.441 INFO running `"docker" "rm" "-f" "1d5507fd9746c02401c6909522d3c7adc40e04afb298df73f781164cd6f83da2"` Oct 10 11:57:41.672 INFO blam! 1d5507fd9746c02401c6909522d3c7adc40e04afb298df73f781164cd6f83da2 Oct 10 11:57:41.676 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:57:41.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:57:42.146 INFO blam! 07611a20d1d70c8637df56823402d0d4c9b4b9574691f5dd99155fa940342b09 Oct 10 11:57:42.148 INFO running `"docker" "start" "-a" "07611a20d1d70c8637df56823402d0d4c9b4b9574691f5dd99155fa940342b09"` Oct 10 11:57:45.280 INFO kablam! usermod: no changes Oct 10 11:57:45.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 11:57:45.364 INFO kablam! Running /target/debug/deps/tic_tac_rust-6ff06a9f6b17fafc Oct 10 11:57:45.366 INFO blam! Oct 10 11:57:45.366 INFO blam! running 0 tests Oct 10 11:57:45.370 INFO blam! Oct 10 11:57:45.370 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:57:45.370 INFO blam! Oct 10 11:57:45.370 INFO kablam! su: No module specific data is present Oct 10 11:57:46.924 INFO running `"docker" "rm" "-f" "07611a20d1d70c8637df56823402d0d4c9b4b9574691f5dd99155fa940342b09"` Oct 10 11:57:47.276 INFO blam! 07611a20d1d70c8637df56823402d0d4c9b4b9574691f5dd99155fa940342b09