[INFO] cloning repository timokau/rust-tic_tac_toe [INFO] running `"git" "clone" "--bare" "git://github.com/timokau/rust-tic_tac_toe.git" "work/cache/sources/gh/timokau/rust-tic_tac_toe"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/timokau/rust-tic_tac_toe'... [INFO] running `"git" "clone" "work/cache/sources/gh/timokau/rust-tic_tac_toe" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/timokau/rust-tic_tac_toe"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/timokau/rust-tic_tac_toe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timokau/rust-tic_tac_toe" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5f5fcd42cdea0fb1bcc7eb4593f6f7d70c8e26b7 [INFO] sha for GitHub repo timokau/rust-tic_tac_toe: 5f5fcd42cdea0fb1bcc7eb4593f6f7d70c8e26b7 [INFO] validating manifest of timokau/rust-tic_tac_toe 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 timokau/rust-tic_tac_toe 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 timokau/rust-tic_tac_toe [INFO] finished frobbing timokau/rust-tic_tac_toe [INFO] frobbed toml for timokau/rust-tic_tac_toe written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/timokau/rust-tic_tac_toe/Cargo.toml [INFO] started frobbing timokau/rust-tic_tac_toe [INFO] finished frobbing timokau/rust-tic_tac_toe [INFO] frobbed toml for timokau/rust-tic_tac_toe written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe/Cargo.toml [INFO] crate timokau/rust-tic_tac_toe 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 timokau/rust-tic_tac_toe against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe:/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] a71145aa03bcb36cada74e0227db1a91585294e95e9d50842a164b955b3aeb1c [INFO] running `"docker" "start" "-a" "a71145aa03bcb36cada74e0227db1a91585294e95e9d50842a164b955b3aeb1c"` [INFO] [stderr] Compiling tic_tac_toe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let players: Vec<&Player> = vec![&term_player_1, &term_player_2]; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Player` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `"docker" "inspect" "a71145aa03bcb36cada74e0227db1a91585294e95e9d50842a164b955b3aeb1c"` [INFO] running `"docker" "rm" "-f" "a71145aa03bcb36cada74e0227db1a91585294e95e9d50842a164b955b3aeb1c"` [INFO] [stdout] a71145aa03bcb36cada74e0227db1a91585294e95e9d50842a164b955b3aeb1c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe:/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] 5a2ea3d45434151a4ef81672c2167a81808572a0627dd26837c2e541cc86a6f8 [INFO] running `"docker" "start" "-a" "5a2ea3d45434151a4ef81672c2167a81808572a0627dd26837c2e541cc86a6f8"` [INFO] [stderr] Compiling tic_tac_toe v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let players: Vec<&Player> = vec![&term_player_1, &term_player_2]; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Player` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `"docker" "inspect" "5a2ea3d45434151a4ef81672c2167a81808572a0627dd26837c2e541cc86a6f8"` [INFO] running `"docker" "rm" "-f" "5a2ea3d45434151a4ef81672c2167a81808572a0627dd26837c2e541cc86a6f8"` [INFO] [stdout] 5a2ea3d45434151a4ef81672c2167a81808572a0627dd26837c2e541cc86a6f8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/timokau/rust-tic_tac_toe:/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] 9c1e5498ced5f6107ed928bff5dd96bec10c8abb8ac84e95e15ca5f9ef049f6b [INFO] running `"docker" "start" "-a" "9c1e5498ced5f6107ed928bff5dd96bec10c8abb8ac84e95e15ca5f9ef049f6b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/tic_tac_toe-3ef6d31091a4471c [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test game::grid::test::test_set_cell ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_horizontal_first_row ... ok [INFO] [stdout] test game::grid::test::test_grid ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_bottom_up_diagonal_corner_start ... ok [INFO] [stdout] test game::grid::test::test_grid_clone ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_no_winner ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_horizontal_middle_row ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_horizontal_last_row ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_top_down_diagonal_left_side_start ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_vertical_first_column ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_top_down_diagonal_middle_start ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_top_down_diagonal_corner_start ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_top_down_diagonal_top_start ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_vertical_last_column ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_vertical_middle_column ... ok [INFO] [stdout] test player::ki::test::test_game_evaluation_lose ... ok [INFO] [stdout] test player::ki::test::ki_makes_any_turn ... ok [INFO] [stdout] test player::ki::test::test_game_evaluation_undetermined ... ok [INFO] [stdout] test player::ki::test::test_game_evaluation_win ... ok [INFO] [stdout] test game::grid::test::test_set_cell_doesnt_work_out_of_bounds_rows ... ok [INFO] [stdout] test game::grid::test::test_set_cell_doesnt_work_out_of_bounds_columns ... ok [INFO] [stdout] test game::grid_observer::test::test_check_winner_no_winner_when_not_in_line ... ok [INFO] [stdout] test player::ki::test::ki_wins_without_active_opponent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9c1e5498ced5f6107ed928bff5dd96bec10c8abb8ac84e95e15ca5f9ef049f6b"` [INFO] running `"docker" "rm" "-f" "9c1e5498ced5f6107ed928bff5dd96bec10c8abb8ac84e95e15ca5f9ef049f6b"` [INFO] [stdout] 9c1e5498ced5f6107ed928bff5dd96bec10c8abb8ac84e95e15ca5f9ef049f6b