[INFO] cloning repository https://github.com/SandWoodJones/password_game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SandWoodJones/password_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSandWoodJones%2Fpassword_game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSandWoodJones%2Fpassword_game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 51391e7fa6eb9f0af8f4e8801fe5675a22fb74fd
[INFO] testing SandWoodJones/password_game against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSandWoodJones%2Fpassword_game" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SandWoodJones/password_game
[INFO] finished tweaking git repo https://github.com/SandWoodJones/password_game
[INFO] tweaked toml for git repo https://github.com/SandWoodJones/password_game written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SandWoodJones/password_game on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SandWoodJones/password_game 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5b6d6547ed6d68f69fb8485671b3b18eaa07d208f762134c086a3c2faf554a7
[INFO] running `Command { std: "docker" "start" "-a" "b5b6d6547ed6d68f69fb8485671b3b18eaa07d208f762134c086a3c2faf554a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5b6d6547ed6d68f69fb8485671b3b18eaa07d208f762134c086a3c2faf554a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5b6d6547ed6d68f69fb8485671b3b18eaa07d208f762134c086a3c2faf554a7", kill_on_drop: false }`
[INFO] [stdout] b5b6d6547ed6d68f69fb8485671b3b18eaa07d208f762134c086a3c2faf554a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24becde1019dd881855f3684ca8785a7876ec055f5fe75542009d0da0be6df7b
[INFO] running `Command { std: "docker" "start" "-a" "24becde1019dd881855f3684ca8785a7876ec055f5fe75542009d0da0be6df7b", kill_on_drop: false }`
[INFO] [stderr] warning: password_game v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `chess_engine` which is missing a lib target
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling cc v1.0.100
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling build_html v2.4.0
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling opener v0.7.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling moontool v0.3.1
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling reqwest v0.12.5
[INFO] [stderr]    Compiling password_game v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]    --> src/game/ruleset.rs:136:33
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/game/ruleset.rs:136:54
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                                      ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]    --> src/game/ruleset.rs:141:29
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/game/ruleset.rs:141:50
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/game/ruleset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum Rule {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     IncludeNum,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 10 |     IncludeUpper,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 11 |     IncludeSpecial,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 12 |     AddTo25,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 13 |     IncludeMonth,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 14 |     IncludeRoman,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 15 |     IncludeSponsors,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     RomanMultiply35,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     IncludeCAPTCHA,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     IncludeWordle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 19 |     Include2LetterPeriodic,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     IncludeMoonPhase,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     IncludeCountryName,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     IncludeLeapYear,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     IncludeBestMove,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     IncludePaul,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 25 |     AtomicAddTo200,
[INFO] [stdout] 26 |     AllVowelsBolded,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     Fire,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 28 |     StrongEnough,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 29 |     IncludeAffirmations
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rule` has derived impls for the traits `Clone` and `Debug`, but these are 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 `temp_file_path` is never read
[INFO] [stdout]  --> src/game/geoguess.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(super) struct GeoGuess {
[INFO] [stdout]   |                   -------- field in this struct
[INFO] [stdout] 7 |     pub answer: String,
[INFO] [stdout] 8 |     temp_file_path: Box<Path>
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 31.28s
[INFO] running `Command { std: "docker" "inspect" "24becde1019dd881855f3684ca8785a7876ec055f5fe75542009d0da0be6df7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24becde1019dd881855f3684ca8785a7876ec055f5fe75542009d0da0be6df7b", kill_on_drop: false }`
[INFO] [stdout] 24becde1019dd881855f3684ca8785a7876ec055f5fe75542009d0da0be6df7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aa7bf0fe12c672b6c87037984ee2cb7a708e8fcef81bbb73a0bfee73660870b
[INFO] running `Command { std: "docker" "start" "-a" "0aa7bf0fe12c672b6c87037984ee2cb7a708e8fcef81bbb73a0bfee73660870b", kill_on_drop: false }`
[INFO] [stderr] warning: password_game v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `chess_engine` which is missing a lib target
[INFO] [stderr]    Compiling password_game v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]    --> src/game/ruleset.rs:136:33
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/game/ruleset.rs:136:54
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                                      ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]    --> src/game/ruleset.rs:141:29
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/game/ruleset.rs:141:50
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stdout]     |                                                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/game/ruleset.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum Rule {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     IncludeSponsors,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     RomanMultiply35,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     IncludeCAPTCHA,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     IncludeWordle,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 19 |     Include2LetterPeriodic,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     IncludeMoonPhase,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     IncludeCountryName,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     IncludeLeapYear,
[INFO] [stdout] 23 |     IncludeBestMove,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     IncludePaul,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 25 |     AtomicAddTo200,
[INFO] [stdout] 26 |     AllVowelsBolded,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     Fire,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rule` has derived impls for the traits `Clone` and `Debug`, but these are 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 `temp_file_path` is never read
[INFO] [stdout]  --> src/game/geoguess.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(super) struct GeoGuess {
[INFO] [stdout]   |                   -------- field in this struct
[INFO] [stdout] 7 |     pub answer: String,
[INFO] [stdout] 8 |     temp_file_path: Box<Path>
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 1.10s
[INFO] running `Command { std: "docker" "inspect" "0aa7bf0fe12c672b6c87037984ee2cb7a708e8fcef81bbb73a0bfee73660870b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa7bf0fe12c672b6c87037984ee2cb7a708e8fcef81bbb73a0bfee73660870b", kill_on_drop: false }`
[INFO] [stdout] 0aa7bf0fe12c672b6c87037984ee2cb7a708e8fcef81bbb73a0bfee73660870b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f3a47f418f7a6f9c8540826a36dbe9e40fda5c08023a28b2bed036a114dc7778
[INFO] running `Command { std: "docker" "start" "-a" "f3a47f418f7a6f9c8540826a36dbe9e40fda5c08023a28b2bed036a114dc7778", kill_on_drop: false }`
[INFO] [stderr] warning: password_game v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `chess_engine` which is missing a lib target
[INFO] [stderr] warning: unused variable: `game`
[INFO] [stderr]    --> src/game/ruleset.rs:136:33
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stderr]     |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]    --> src/game/ruleset.rs:136:54
[INFO] [stderr]     |
[INFO] [stderr] 136 |     fn includes_best_chess_move(game: &PasswordGame, s: &str) -> bool {
[INFO] [stderr]     |                                                      ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `game`
[INFO] [stderr]    --> src/game/ruleset.rs:141:29
[INFO] [stderr]     |
[INFO] [stderr] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stderr]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]    --> src/game/ruleset.rs:141:50
[INFO] [stderr]     |
[INFO] [stderr] 141 |     fn includes_chicken_egg(game: &PasswordGame, s: &str) -> bool {
[INFO] [stderr]     |                                                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: multiple variants are never constructed
[INFO] [stderr]   --> src/game/ruleset.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub enum Rule {
[INFO] [stderr]    |          ---- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 15 |     IncludeSponsors,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 16 |     RomanMultiply35,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 17 |     IncludeCAPTCHA,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 18 |     IncludeWordle,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 19 |     Include2LetterPeriodic,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 20 |     IncludeMoonPhase,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 |     IncludeCountryName,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 22 |     IncludeLeapYear,
[INFO] [stderr] 23 |     IncludeBestMove,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 24 |     IncludePaul,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 25 |     AtomicAddTo200,
[INFO] [stderr] 26 |     AllVowelsBolded,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 27 |     Fire,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Rule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `temp_file_path` is never read
[INFO] [stderr]  --> src/game/geoguess.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub(super) struct GeoGuess {
[INFO] [stderr]   |                   -------- field in this struct
[INFO] [stderr] 7 |     pub answer: String,
[INFO] [stderr] 8 |     temp_file_path: Box<Path>
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `password_game` (bin "password_game" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/password_game-fdc4ea55760ed8b9)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test game::tests::rule_7_test ... FAILED
[INFO] [stdout] test game::tests::rule_6_test ... FAILED
[INFO] [stdout] test game::tests::rule_2_test ... FAILED
[INFO] [stdout] test game::tests::rule_22_test ... FAILED
[INFO] [stdout] test game::tests::rule_4_test ... FAILED
[INFO] [stdout] test game::tests::rule_1_test ... FAILED
[INFO] [stdout] test game::tests::rule_5_test ... FAILED
[INFO] [stdout] test game::tests::rule_3_test ... FAILED
[INFO] [stdout] test game::tests::rule_15_test ... FAILED
[INFO] [stdout] test game::tests::rule_21_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_7_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_7_test' (34) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5cd6 - password_game::game::tests::rule_7_test::h83e9e31a88b77334
[INFO] [stdout]   16:     0x570da36d5e63 - password_game::game::tests::rule_7_test::{{closure}}::hf221a8e73e7f44fe
[INFO] [stdout]   17:     0x570da36db826 - core::ops::function::FnOnce::call_once::h6d59cca01c374956
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_6_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_6_test' (33) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5b16 - password_game::game::tests::rule_6_test::h776d94f70364c0fe
[INFO] [stdout]   16:     0x570da36d5ca3 - password_game::game::tests::rule_6_test::{{closure}}::h2846576ce5ba2903
[INFO] [stdout]   17:     0x570da36db7d6 - core::ops::function::FnOnce::call_once::h3cfd6b347944f1d1
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_2_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_2_test' (29) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5306 - password_game::game::tests::rule_2_test::h2eff103c60c83b0a
[INFO] [stdout]   16:     0x570da36d54d3 - password_game::game::tests::rule_2_test::{{closure}}::hed61e017f6232edf
[INFO] [stdout]   17:     0x570da36db946 - core::ops::function::FnOnce::call_once::hc199be9fad70df36
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_22_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_22_test' (28) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d6206 - password_game::game::tests::rule_22_test::h2e4e2215002159b9
[INFO] [stdout]   16:     0x570da36d63d3 - password_game::game::tests::rule_22_test::{{closure}}::h1ecf9bdefe7bd97a
[INFO] [stdout]   17:     0x570da36db796 - core::ops::function::FnOnce::call_once::h353e5d08e463cfdc
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_4_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_4_test' (31) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d56c6 - password_game::game::tests::rule_4_test::hc556c91a5a325811
[INFO] [stdout]   16:     0x570da36d58e3 - password_game::game::tests::rule_4_test::{{closure}}::hd6d4b703c0da085c
[INFO] [stdout]   17:     0x570da36db6e6 - core::ops::function::FnOnce::call_once::h0ad9af5729d08c6f
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_1_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_1_test' (26) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5196 - password_game::game::tests::rule_1_test::h849d9bf0146de688
[INFO] [stdout]   16:     0x570da36d52d3 - password_game::game::tests::rule_1_test::{{closure}}::h66b259c32a96b8e8
[INFO] [stdout]   17:     0x570da36db9e6 - core::ops::function::FnOnce::call_once::hfa93588ba4be1d1f
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_5_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_5_test' (32) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5916 - password_game::game::tests::rule_5_test::hf5d995f059f162b3
[INFO] [stdout]   16:     0x570da36d5ae3 - password_game::game::tests::rule_5_test::{{closure}}::h8913f7d8a644b55a
[INFO] [stdout]   17:     0x570da36db756 - core::ops::function::FnOnce::call_once::h32c6e815a56a3a3e
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_3_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_3_test' (30) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5506 - password_game::game::tests::rule_3_test::h835ba74ab5536ba7
[INFO] [stdout]   16:     0x570da36d5693 - password_game::game::tests::rule_3_test::{{closure}}::h02abd7996a5bbd0f
[INFO] [stdout]   17:     0x570da36db8a6 - core::ops::function::FnOnce::call_once::h9397b173078db886
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_15_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_15_test' (25) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d5e96 - password_game::game::tests::rule_15_test::hb87b6ed3dcd25329
[INFO] [stdout]   16:     0x570da36d6063 - password_game::game::tests::rule_15_test::{{closure}}::h53072b896996575c
[INFO] [stdout]   17:     0x570da36db866 - core::ops::function::FnOnce::call_once::h7dd6db66a55314cf
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::rule_21_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::rule_21_test' (27) panicked at src/game/wordle.rs:19:23:
[INFO] [stdout] error requesting today's wordle answer: error sending request
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570da39cf6b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]    1:     0x570da39e185f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]    2:     0x570da399aca1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]    3:     0x570da39a7ec2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]    4:     0x570da39acfdf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]    5:     0x570da39ace71 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]    6:     0x570da38f63ee - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]    7:     0x570da39ad74f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]    8:     0x570da39ad4fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]    9:     0x570da39a7ff9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]   10:     0x570da398e44d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]   11:     0x570da39ea560 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]   12:     0x570da36dde0d - <password_game::game::wordle::Wordle as core::default::Default>::default::hb41050d4306058fb
[INFO] [stdout]   13:     0x570da36d8215 - <password_game::game::PasswordGame as core::default::Default>::default::h944b77574c4d69fe
[INFO] [stdout]   14:     0x570da36d515d - password_game::game::PasswordGame::new::h697533edc009c910
[INFO] [stdout]   15:     0x570da36d6096 - password_game::game::tests::rule_21_test::hb77c0964476882e5
[INFO] [stdout]   16:     0x570da36d61d3 - password_game::game::tests::rule_21_test::{{closure}}::h576ebb8147ada783
[INFO] [stdout]   17:     0x570da36db8e6 - core::ops::function::FnOnce::call_once::h9d71e53086841ae4
[INFO] [stdout]   18:     0x570da38f61ab - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]   19:     0x570da390be15 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]   20:     0x570da38e2604 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]   21:     0x570da38e5eca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]   22:     0x570da39a315f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]   23:     0x7fe92b60caa4 - <unknown>
[INFO] [stdout]   24:     0x7fe92b699a34 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     game::tests::rule_15_test
[INFO] [stdout]     game::tests::rule_1_test
[INFO] [stdout]     game::tests::rule_21_test
[INFO] [stdout]     game::tests::rule_22_test
[INFO] [stdout]     game::tests::rule_2_test
[INFO] [stdout]     game::tests::rule_3_test
[INFO] [stdout]     game::tests::rule_4_test
[INFO] [stdout]     game::tests::rule_5_test
[INFO] [stdout]     game::tests::rule_6_test
[INFO] [stdout]     game::tests::rule_7_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin password_game`
[INFO] running `Command { std: "docker" "inspect" "f3a47f418f7a6f9c8540826a36dbe9e40fda5c08023a28b2bed036a114dc7778", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3a47f418f7a6f9c8540826a36dbe9e40fda5c08023a28b2bed036a114dc7778", kill_on_drop: false }`
[INFO] [stdout] f3a47f418f7a6f9c8540826a36dbe9e40fda5c08023a28b2bed036a114dc7778
