[INFO] cloning repository https://github.com/skyz1/chess-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/skyz1/chess-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskyz1%2Fchess-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskyz1%2Fchess-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5486c25ae087ebeb90bfabbd863c199a32ce852
[INFO] checking skyz1/chess-engine against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fskyz1%2Fchess-engine" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/skyz1/chess-engine
[INFO] finished tweaking git repo https://github.com/skyz1/chess-engine
[INFO] tweaked toml for git repo https://github.com/skyz1/chess-engine written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/skyz1/chess-engine on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/skyz1/chess-engine 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/engine/fluffy/Cargo.toml: unused manifest key: build
[INFO] [stderr] help: build is a valid .cargo/config.toml key
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bada7876e7729ec9f6b4de47c0ad413c66541bdd2ff2a07efb63f99f8f39956b
[INFO] running `Command { std: "docker" "start" "-a" "bada7876e7729ec9f6b4de47c0ad413c66541bdd2ff2a07efb63f99f8f39956b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bada7876e7729ec9f6b4de47c0ad413c66541bdd2ff2a07efb63f99f8f39956b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bada7876e7729ec9f6b4de47c0ad413c66541bdd2ff2a07efb63f99f8f39956b", kill_on_drop: false }`
[INFO] [stdout] bada7876e7729ec9f6b4de47c0ad413c66541bdd2ff2a07efb63f99f8f39956b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a6d31a444047177ce0c915f7ac30575965d6472b0eda84239e26922ed7b2b5a
[INFO] running `Command { std: "docker" "start" "-a" "8a6d31a444047177ce0c915f7ac30575965d6472b0eda84239e26922ed7b2b5a", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/engine/fluffy/Cargo.toml: unused manifest key: build
[INFO] [stderr] help: build is a valid .cargo/config.toml key
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling gimli v0.27.2
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling object v0.30.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking addr2line v0.19.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling chess v3.2.0
[INFO] [stderr]     Checking fluffy v0.1.0 (/opt/rustwide/workdir/engine/fluffy)
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> engine/fluffy/src/main.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_mut_refs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `local_key_cell_methods` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> engine/fluffy/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(local_key_cell_methods)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> engine/fluffy/src/main.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_mut_refs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `local_key_cell_methods` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> engine/fluffy/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(local_key_cell_methods)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Mate` and `Nodes` are never constructed
[INFO] [stdout]   --> engine/fluffy/src/engine.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SearchLimit {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 14 |     MoveTime(u64), // search for exactly x msec
[INFO] [stdout] 15 |     Mate(u16),     // Search for a mate in x moves
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 16 |     Depth(u16),    // Search only x plys
[INFO] [stdout] 17 |     Nodes(u64),    // Search only x nodes
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SearchLimit` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_moves` is never read
[INFO] [stdout]   --> engine/fluffy/src/engine.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct SearchOptions {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 34 |     pub limit: SearchLimit,
[INFO] [stdout] 35 |     pub search_moves: Vec<ChessMove>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mobility_score` is never used
[INFO] [stdout]    --> engine/fluffy/src/evaluation.rs:136:4
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn mobility_score(board: &Board) -> i16 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `const_for` is declared but not used
[INFO] [stdout]  --> engine/fluffy/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_for)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Mate` and `Nodes` are never constructed
[INFO] [stdout]   --> engine/fluffy/src/engine.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SearchLimit {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 14 |     MoveTime(u64), // search for exactly x msec
[INFO] [stdout] 15 |     Mate(u16),     // Search for a mate in x moves
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 16 |     Depth(u16),    // Search only x plys
[INFO] [stdout] 17 |     Nodes(u64),    // Search only x nodes
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SearchLimit` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.37s
[INFO] [stdout] warning: field `search_moves` is never read
[INFO] [stdout]   --> engine/fluffy/src/engine.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct SearchOptions {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 34 |     pub limit: SearchLimit,
[INFO] [stdout] 35 |     pub search_moves: Vec<ChessMove>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mobility_score` is never used
[INFO] [stdout]    --> engine/fluffy/src/evaluation.rs:136:4
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn mobility_score(board: &Board) -> i16 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `const_for` is declared but not used
[INFO] [stdout]  --> engine/fluffy/src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_for)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8a6d31a444047177ce0c915f7ac30575965d6472b0eda84239e26922ed7b2b5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a6d31a444047177ce0c915f7ac30575965d6472b0eda84239e26922ed7b2b5a", kill_on_drop: false }`
[INFO] [stdout] 8a6d31a444047177ce0c915f7ac30575965d6472b0eda84239e26922ed7b2b5a
