[INFO] fetching crate leko-wordle-solver-example 0.1.0... [INFO] testing leko-wordle-solver-example-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate leko-wordle-solver-example 0.1.0 into /workspace/builds/worker-86/source [INFO] validating manifest of crates.io crate leko-wordle-solver-example 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate leko-wordle-solver-example 0.1.0 [INFO] finished tweaking crates.io crate leko-wordle-solver-example 0.1.0 [INFO] tweaked toml for crates.io crate leko-wordle-solver-example 0.1.0 written to /workspace/builds/worker-86/source/Cargo.toml [INFO] crate crates.io crate leko-wordle-solver-example 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--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: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f2aeba652eca577765ba0eb67c9b7c8132508b8f0c32dc116ebc2a3947740ac [INFO] running `Command { std: "docker" "start" "-a" "7f2aeba652eca577765ba0eb67c9b7c8132508b8f0c32dc116ebc2a3947740ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f2aeba652eca577765ba0eb67c9b7c8132508b8f0c32dc116ebc2a3947740ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f2aeba652eca577765ba0eb67c9b7c8132508b8f0c32dc116ebc2a3947740ac", kill_on_drop: false }` [INFO] [stdout] 7f2aeba652eca577765ba0eb67c9b7c8132508b8f0c32dc116ebc2a3947740ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2b0312f6f36a575eaa28ff83cd5413d915bc2cd82488b85b84283a35d7c2a5f [INFO] running `Command { std: "docker" "start" "-a" "e2b0312f6f36a575eaa28ff83cd5413d915bc2cd82488b85b84283a35d7c2a5f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling leko-wordle-solver-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `history` [INFO] [stdout] --> main.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | fn guess(history: &Vec) -> &'static str { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `word` [INFO] [stdout] --> main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | word: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `response` [INFO] [stdout] --> main.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | response: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `Command { std: "docker" "inspect" "e2b0312f6f36a575eaa28ff83cd5413d915bc2cd82488b85b84283a35d7c2a5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b0312f6f36a575eaa28ff83cd5413d915bc2cd82488b85b84283a35d7c2a5f", kill_on_drop: false }` [INFO] [stdout] e2b0312f6f36a575eaa28ff83cd5413d915bc2cd82488b85b84283a35d7c2a5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec75f3c31aa534a668cd70c11657a1e030d9a1f2cc801fa1d72c0df3647d3503 [INFO] running `Command { std: "docker" "start" "-a" "ec75f3c31aa534a668cd70c11657a1e030d9a1f2cc801fa1d72c0df3647d3503", kill_on_drop: false }` [INFO] [stderr] Compiling leko-wordle-solver-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `history` [INFO] [stdout] --> main.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | fn guess(history: &Vec) -> &'static str { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `word` [INFO] [stdout] --> main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | word: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `response` [INFO] [stdout] --> main.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | response: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `Command { std: "docker" "inspect" "ec75f3c31aa534a668cd70c11657a1e030d9a1f2cc801fa1d72c0df3647d3503", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec75f3c31aa534a668cd70c11657a1e030d9a1f2cc801fa1d72c0df3647d3503", kill_on_drop: false }` [INFO] [stdout] ec75f3c31aa534a668cd70c11657a1e030d9a1f2cc801fa1d72c0df3647d3503 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a55aca04bc59bf54cb0f4642dbf5a6bc0713463e2008a676ccfdcb8b497d3af7 [INFO] running `Command { std: "docker" "start" "-a" "a55aca04bc59bf54cb0f4642dbf5a6bc0713463e2008a676ccfdcb8b497d3af7", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `history` [INFO] [stderr] --> main.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | fn guess(history: &Vec) -> &'static str { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_history` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `word` [INFO] [stderr] --> main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | word: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> main.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `response` [INFO] [stderr] --> main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | response: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `History` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> main.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `leko-wordle-solver-example` (bin "wordle-solver" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wordle_solver-4de3d54326962a1a) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a55aca04bc59bf54cb0f4642dbf5a6bc0713463e2008a676ccfdcb8b497d3af7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a55aca04bc59bf54cb0f4642dbf5a6bc0713463e2008a676ccfdcb8b497d3af7", kill_on_drop: false }` [INFO] [stdout] a55aca04bc59bf54cb0f4642dbf5a6bc0713463e2008a676ccfdcb8b497d3af7