[INFO] cloning repository christiansakai/tictactoe_multiplayer_rust [INFO] running `"git" "clone" "--bare" "git://github.com/christiansakai/tictactoe_multiplayer_rust.git" "work/cache/sources/gh/christiansakai/tictactoe_multiplayer_rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/christiansakai/tictactoe_multiplayer_rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/christiansakai/tictactoe_multiplayer_rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/christiansakai/tictactoe_multiplayer_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/christiansakai/tictactoe_multiplayer_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/christiansakai/tictactoe_multiplayer_rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c60febfdac2f10feff9f09c98c2c7e49d023da7 [INFO] sha for GitHub repo christiansakai/tictactoe_multiplayer_rust: 5c60febfdac2f10feff9f09c98c2c7e49d023da7 [INFO] validating manifest of christiansakai/tictactoe_multiplayer_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 christiansakai/tictactoe_multiplayer_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 christiansakai/tictactoe_multiplayer_rust [INFO] finished frobbing christiansakai/tictactoe_multiplayer_rust [INFO] frobbed toml for christiansakai/tictactoe_multiplayer_rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/christiansakai/tictactoe_multiplayer_rust/Cargo.toml [INFO] started frobbing christiansakai/tictactoe_multiplayer_rust [INFO] finished frobbing christiansakai/tictactoe_multiplayer_rust [INFO] frobbed toml for christiansakai/tictactoe_multiplayer_rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_rust/Cargo.toml [INFO] crate christiansakai/tictactoe_multiplayer_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 christiansakai/tictactoe_multiplayer_rust against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_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] d91c3296c62937cf7113f8c6313de81e02ea1e28dab2f22d1e64d390e50ca6a8 [INFO] running `"docker" "start" "-a" "d91c3296c62937cf7113f8c6313de81e02ea1e28dab2f22d1e64d390e50ca6a8"` [INFO] [stderr] Compiling tictactoe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | let mut row: Vec = vec![ [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `client`, `server` [INFO] [stderr] --> src/main.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | use tictactoe::network::{server, client}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.49s [INFO] running `"docker" "inspect" "d91c3296c62937cf7113f8c6313de81e02ea1e28dab2f22d1e64d390e50ca6a8"` [INFO] running `"docker" "rm" "-f" "d91c3296c62937cf7113f8c6313de81e02ea1e28dab2f22d1e64d390e50ca6a8"` [INFO] [stdout] d91c3296c62937cf7113f8c6313de81e02ea1e28dab2f22d1e64d390e50ca6a8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_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] e02a4bbafc77236ad411a19340b9ec840987a30d7eb269a9b462784eb90f99a4 [INFO] running `"docker" "start" "-a" "e02a4bbafc77236ad411a19340b9ec840987a30d7eb269a9b462784eb90f99a4"` [INFO] [stderr] Compiling tictactoe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `client`, `server` [INFO] [stderr] --> src/main.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | use tictactoe::network::{server, client}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game.rs:31:17 [INFO] [stderr] | [INFO] [stderr] 31 | let mut row: Vec = vec![ [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `"docker" "inspect" "e02a4bbafc77236ad411a19340b9ec840987a30d7eb269a9b462784eb90f99a4"` [INFO] running `"docker" "rm" "-f" "e02a4bbafc77236ad411a19340b9ec840987a30d7eb269a9b462784eb90f99a4"` [INFO] [stdout] e02a4bbafc77236ad411a19340b9ec840987a30d7eb269a9b462784eb90f99a4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/christiansakai/tictactoe_multiplayer_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] 3ba12439b882c029393b0f070949749729498cc45f73115e18fc54e2083de371 [INFO] running `"docker" "start" "-a" "3ba12439b882c029393b0f070949749729498cc45f73115e18fc54e2083de371"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/tictactoe-fadd3064b8ce6750 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test game::test::print_board ... ok [INFO] [stdout] test game::test::check_game_over ... ok [INFO] [stdout] test game::test::start_with_empty_board ... ok [INFO] [stdout] test game::test::check_for_row_win ... ok [INFO] [stdout] test game::test::check_topleft_bottom_right_win ... ok [INFO] [stdout] test game::test::start_with_player_o ... ok [INFO] [stdout] test game::test::check_bottomleft_topright_win ... ok [INFO] [stdout] test game::test::check_for_col_win ... ok [INFO] [stdout] test game::test::cannot_fill_outside_range ... ok [INFO] [stdout] test game::test::cannot_fill_occupied_cell ... ok [INFO] [stdout] test game::test::turn_based_player ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/tictactoe-6fabd7a2fa6c80f1 [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] [stderr] Doc-tests tictactoe [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" "3ba12439b882c029393b0f070949749729498cc45f73115e18fc54e2083de371"` [INFO] running `"docker" "rm" "-f" "3ba12439b882c029393b0f070949749729498cc45f73115e18fc54e2083de371"` [INFO] [stdout] 3ba12439b882c029393b0f070949749729498cc45f73115e18fc54e2083de371