[INFO] cloning repository https://github.com/Aerbon/chess_ai
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aerbon/chess_ai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAerbon%2Fchess_ai", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAerbon%2Fchess_ai'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e73bbb8941c5fb076c85c8a876c63aa2e208db76
[INFO] checking Aerbon/chess_ai against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAerbon%2Fchess_ai" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Aerbon/chess_ai
[INFO] finished tweaking git repo https://github.com/Aerbon/chess_ai
[INFO] tweaked toml for git repo https://github.com/Aerbon/chess_ai written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aerbon/chess_ai on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aerbon/chess_ai already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 07312650f4e47bcfa21d0888045b7a646cbf4f98a0addebae3e9cdb494616467
[INFO] running `Command { std: "docker" "start" "-a" "07312650f4e47bcfa21d0888045b7a646cbf4f98a0addebae3e9cdb494616467", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07312650f4e47bcfa21d0888045b7a646cbf4f98a0addebae3e9cdb494616467", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07312650f4e47bcfa21d0888045b7a646cbf4f98a0addebae3e9cdb494616467", kill_on_drop: false }`
[INFO] [stdout] 07312650f4e47bcfa21d0888045b7a646cbf4f98a0addebae3e9cdb494616467
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa5ddcd8c129f816571110494d992589083fe2781c4ae2203df18995e7722065
[INFO] running `Command { std: "docker" "start" "-a" "fa5ddcd8c129f816571110494d992589083fe2781c4ae2203df18995e7722065", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling serde v1.0.201
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]    Compiling syn v2.0.61
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking text_io v0.1.12
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]     Checking which v6.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking clearscreen v3.0.0
[INFO] [stderr]    Compiling chess v3.2.0
[INFO] [stderr]     Checking chess_ai v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/lib.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let item = queue.pop();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/lib.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let item = queue.pop();
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "fa5ddcd8c129f816571110494d992589083fe2781c4ae2203df18995e7722065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa5ddcd8c129f816571110494d992589083fe2781c4ae2203df18995e7722065", kill_on_drop: false }`
[INFO] [stdout] fa5ddcd8c129f816571110494d992589083fe2781c4ae2203df18995e7722065
