[INFO] cloning repository yogaxpto/tic-tac-rust [INFO] running `"git" "clone" "--bare" "git://github.com/yogaxpto/tic-tac-rust.git" "work/cache/sources/gh/yogaxpto/tic-tac-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/yogaxpto/tic-tac-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/yogaxpto/tic-tac-rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yogaxpto/tic-tac-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yogaxpto/tic-tac-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/yogaxpto/tic-tac-rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c5a6301fe469a012f3512dc538167d56d6c98353 [INFO] sha for GitHub repo yogaxpto/tic-tac-rust: c5a6301fe469a012f3512dc538167d56d6c98353 [INFO] validating manifest of yogaxpto/tic-tac-rust on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of yogaxpto/tic-tac-rust on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing yogaxpto/tic-tac-rust [INFO] finished frobbing yogaxpto/tic-tac-rust [INFO] frobbed toml for yogaxpto/tic-tac-rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/yogaxpto/tic-tac-rust/Cargo.toml [INFO] started frobbing yogaxpto/tic-tac-rust [INFO] finished frobbing yogaxpto/tic-tac-rust [INFO] frobbed toml for yogaxpto/tic-tac-rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust/Cargo.toml [INFO] crate yogaxpto/tic-tac-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing yogaxpto/tic-tac-rust against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 6e03f56697089038e55115b95da912dd148b8b62326dd82175ebb275ae8d3fe9 [INFO] running `"docker" "start" "-a" "6e03f56697089038e55115b95da912dd148b8b62326dd82175ebb275ae8d3fe9"` [INFO] [stderr] Compiling tic-tac-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `bot_symbol` [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_bot_symbol` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `strategy` [INFO] [stderr] --> src/main.rs:169:28 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn bot_play(&self, strategy: Strategy) { [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_strategy` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `child` [INFO] [stderr] --> src/main.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:182:5 [INFO] [stderr] | [INFO] [stderr] 182 | io.lock().read_line(&mut stdin); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "6e03f56697089038e55115b95da912dd148b8b62326dd82175ebb275ae8d3fe9"` [INFO] running `"docker" "rm" "-f" "6e03f56697089038e55115b95da912dd148b8b62326dd82175ebb275ae8d3fe9"` [INFO] [stdout] 6e03f56697089038e55115b95da912dd148b8b62326dd82175ebb275ae8d3fe9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ef29fb5b4e95ef1dc3f799a4243864db8952f8cb14d753433d454ed7da627af4 [INFO] running `"docker" "start" "-a" "ef29fb5b4e95ef1dc3f799a4243864db8952f8cb14d753433d454ed7da627af4"` [INFO] [stderr] Compiling tic-tac-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `bot_symbol` [INFO] [stderr] --> src/main.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | let bot_symbol: State = State::opponent_symbol(player_symbol); [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_bot_symbol` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `strategy` [INFO] [stderr] --> src/main.rs:169:28 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn bot_play(&self, strategy: Strategy) { [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_strategy` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `child` [INFO] [stderr] --> src/main.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn child(&mut self, symbol: State, row: usize, col: usize, player: State) -> Node { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:182:5 [INFO] [stderr] | [INFO] [stderr] 182 | io.lock().read_line(&mut stdin); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "ef29fb5b4e95ef1dc3f799a4243864db8952f8cb14d753433d454ed7da627af4"` [INFO] running `"docker" "rm" "-f" "ef29fb5b4e95ef1dc3f799a4243864db8952f8cb14d753433d454ed7da627af4"` [INFO] [stdout] ef29fb5b4e95ef1dc3f799a4243864db8952f8cb14d753433d454ed7da627af4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/yogaxpto/tic-tac-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 762911d15bf6f38a25cefa57ee1df74afea720ffcc181287b9832a5e8e18b6f8 [INFO] running `"docker" "start" "-a" "762911d15bf6f38a25cefa57ee1df74afea720ffcc181287b9832a5e8e18b6f8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/tic_tac_rust-054da96c7c442746 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "762911d15bf6f38a25cefa57ee1df74afea720ffcc181287b9832a5e8e18b6f8"` [INFO] running `"docker" "rm" "-f" "762911d15bf6f38a25cefa57ee1df74afea720ffcc181287b9832a5e8e18b6f8"` [INFO] [stdout] 762911d15bf6f38a25cefa57ee1df74afea720ffcc181287b9832a5e8e18b6f8