[INFO] fetching crate ultimate-ttt 0.1.0...
[INFO] building ultimate-ttt-0.1.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate ultimate-ttt 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate ultimate-ttt 0.1.0
[INFO] finished tweaking crates.io crate ultimate-ttt 0.1.0
[INFO] tweaked toml for crates.io crate ultimate-ttt 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ultimate-ttt 0.1.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30a136e982e6d3124c649f637185a821ec876cdfa5420c3bca0926e1283c1f32
[INFO] running `Command { std: "docker" "start" "-a" "30a136e982e6d3124c649f637185a821ec876cdfa5420c3bca0926e1283c1f32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30a136e982e6d3124c649f637185a821ec876cdfa5420c3bca0926e1283c1f32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a136e982e6d3124c649f637185a821ec876cdfa5420c3bca0926e1283c1f32", kill_on_drop: false }`
[INFO] [stdout] 30a136e982e6d3124c649f637185a821ec876cdfa5420c3bca0926e1283c1f32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fcc64b8dd47b4b51c72eb4e112e770139c9e63f719feea2d5851422719f52838
[INFO] running `Command { std: "docker" "start" "-a" "fcc64b8dd47b4b51c72eb4e112e770139c9e63f719feea2d5851422719f52838", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling ultimate-ttt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `tic_tac_toe` should have an upper camel case name
[INFO] [stdout]   --> src/ttt/mod.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ^^^^^^^^^^^ help: convert the identifier to upper camel case: `TicTacToe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/ttt/mod.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(_size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `OPPONENT`
[INFO] [stdout]    |
[INFO] [stdout] 22 -         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout] 22 +         pub fn new(inner_ttt::tic_tac_toe::OPPONENT: u8) -> tic_tac_toe {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ME` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     const ME: u8 = 0;
[INFO] [stdout]   |           ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPPONENT` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     const OPPONENT: u8 = 1;
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_WIN` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     const RESULT_WIN: i8 = 0;
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_LOSE` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     const RESULT_LOSE: i8 = 1;
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player`, `sub_board_index`, and `main_index` are never read
[INFO] [stdout]   --> src/ttt/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     pub struct Cell {
[INFO] [stdout]    |                ---- fields in this struct
[INFO] [stdout] 10 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |         sub_board_index: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |         main_index: u32
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `winner` is never read
[INFO] [stdout]   --> src/ttt/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |         winner: i8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] running `Command { std: "docker" "inspect" "fcc64b8dd47b4b51c72eb4e112e770139c9e63f719feea2d5851422719f52838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcc64b8dd47b4b51c72eb4e112e770139c9e63f719feea2d5851422719f52838", kill_on_drop: false }`
[INFO] [stdout] fcc64b8dd47b4b51c72eb4e112e770139c9e63f719feea2d5851422719f52838
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fdef5b18dcc09d1e5d96d5529b4b32303ec34a74954995ac84c78848e282507
[INFO] running `Command { std: "docker" "start" "-a" "7fdef5b18dcc09d1e5d96d5529b4b32303ec34a74954995ac84c78848e282507", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: type `tic_tac_toe` should have an upper camel case name
[INFO] [stdout]   --> src/ttt/mod.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ^^^^^^^^^^^ help: convert the identifier to upper camel case: `TicTacToe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/ttt/mod.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(_size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `OPPONENT`
[INFO] [stdout]    |
[INFO] [stdout] 22 -         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout] 22 +         pub fn new(inner_ttt::tic_tac_toe::OPPONENT: u8) -> tic_tac_toe {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ME` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     const ME: u8 = 0;
[INFO] [stdout]   |           ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ultimate-ttt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `OPPONENT` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     const OPPONENT: u8 = 1;
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_WIN` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     const RESULT_WIN: i8 = 0;
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_LOSE` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     const RESULT_LOSE: i8 = 1;
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player`, `sub_board_index`, and `main_index` are never read
[INFO] [stdout]   --> src/ttt/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     pub struct Cell {
[INFO] [stdout]    |                ---- fields in this struct
[INFO] [stdout] 10 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |         sub_board_index: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |         main_index: u32
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `winner` is never read
[INFO] [stdout]   --> src/ttt/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |         winner: i8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `tic_tac_toe` should have an upper camel case name
[INFO] [stdout]   --> src/ttt/mod.rs:15:16
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ^^^^^^^^^^^ help: convert the identifier to upper camel case: `TicTacToe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]   --> src/ttt/mod.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 22 |         pub fn new(_size: u8) -> tic_tac_toe {
[INFO] [stdout]    |                    +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `OPPONENT`
[INFO] [stdout]    |
[INFO] [stdout] 22 -         pub fn new(size: u8) -> tic_tac_toe {
[INFO] [stdout] 22 +         pub fn new(inner_ttt::tic_tac_toe::OPPONENT: u8) -> tic_tac_toe {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ME` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     const ME: u8 = 0;
[INFO] [stdout]   |           ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPPONENT` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     const OPPONENT: u8 = 1;
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_WIN` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     const RESULT_WIN: i8 = 0;
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RESULT_LOSE` is never used
[INFO] [stdout]  --> src/ttt/mod.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     const RESULT_LOSE: i8 = 1;
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player`, `sub_board_index`, and `main_index` are never read
[INFO] [stdout]   --> src/ttt/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     pub struct Cell {
[INFO] [stdout]    |                ---- fields in this struct
[INFO] [stdout] 10 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |         sub_board_index: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 12 |         main_index: u32
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `winner` is never read
[INFO] [stdout]   --> src/ttt/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub struct tic_tac_toe {
[INFO] [stdout]    |                ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |         winner: i8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "7fdef5b18dcc09d1e5d96d5529b4b32303ec34a74954995ac84c78848e282507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fdef5b18dcc09d1e5d96d5529b4b32303ec34a74954995ac84c78848e282507", kill_on_drop: false }`
[INFO] [stdout] 7fdef5b18dcc09d1e5d96d5529b4b32303ec34a74954995ac84c78848e282507
