[INFO] cloning repository https://github.com/LPbigFish/three-card-poker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LPbigFish/three-card-poker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLPbigFish%2Fthree-card-poker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLPbigFish%2Fthree-card-poker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db641aafa13193ded0734bc64a154aa2395f50d4
[INFO] building LPbigFish/three-card-poker against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLPbigFish%2Fthree-card-poker" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LPbigFish/three-card-poker
[INFO] finished tweaking git repo https://github.com/LPbigFish/three-card-poker
[INFO] tweaked toml for git repo https://github.com/LPbigFish/three-card-poker written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LPbigFish/three-card-poker 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] crate git repo https://github.com/LPbigFish/three-card-poker 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pathfinder_geometry v0.5.1
[INFO] [stderr]   Downloaded float-ord v0.3.2
[INFO] [stderr]   Downloaded dwrote v0.11.3
[INFO] [stderr]   Downloaded yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.5
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.7
[INFO] [stderr]   Downloaded font-kit v0.14.3
[INFO] [stderr]   Downloaded gif v0.12.0
[INFO] [stderr]   Downloaded jpeg-decoder v0.3.2
[INFO] [stderr]   Downloaded freetype-sys v0.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] e8be5885524431b7eaac47b16bc1688a5717af91357477f849855a730ba656e2
[INFO] running `Command { std: "docker" "start" "-a" "e8be5885524431b7eaac47b16bc1688a5717af91357477f849855a730ba656e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8be5885524431b7eaac47b16bc1688a5717af91357477f849855a730ba656e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8be5885524431b7eaac47b16bc1688a5717af91357477f849855a730ba656e2", kill_on_drop: false }`
[INFO] [stdout] e8be5885524431b7eaac47b16bc1688a5717af91357477f849855a730ba656e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a9599d95cbc4df001b58a7b2a94edfe0c987c7cc6640270e7873aefa638f0cc6
[INFO] running `Command { std: "docker" "start" "-a" "a9599d95cbc4df001b58a7b2a94edfe0c987c7cc6640270e7873aefa638f0cc6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling font-kit v0.14.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.5
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling float-ord v0.3.2
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling three-card-poker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `SUIT` is never used
[INFO] [stdout]  --> src/components/card.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum SUIT {
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CardValue` is never used
[INFO] [stdout]   --> src/components/card.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum CardValue {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `array` and `as_u8` are never used
[INFO] [stdout]   --> src/components/card.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl CardValue {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 46 |     pub fn array() -> [CardValue; 13] {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn as_u8(self) -> u8 {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Card` is never constructed
[INFO] [stdout]   --> src/components/card.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Card {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/components/card.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl Card {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] 76 |     pub fn new(value: CardValue, suit: SUIT) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HandValue` is never used
[INFO] [stdout]  --> src/components/hand.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum HandValue {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Hand` is never constructed
[INFO] [stdout]   --> src/components/hand.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Hand {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_hand_value`, and `key` are never used
[INFO] [stdout]   --> src/components/hand.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Hand {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 42 |     pub fn new(cards: [Card; 3]) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn get_hand_value(&self) -> HandValue {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn key(&self) -> (HandValue, u8, u8, u8) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_flush` is never used
[INFO] [stdout]  --> src/components/support_functions.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn is_flush(hand: &Hand) -> bool {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_straight` is never used
[INFO] [stdout]  --> src/components/support_functions.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn is_straight(hand: &Hand) -> bool {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_royal_flush` is never used
[INFO] [stdout]   --> src/components/support_functions.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn is_royal_flush(hand: &Hand) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_straight_flush` is never used
[INFO] [stdout]   --> src/components/support_functions.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn is_straight_flush(hand: &Hand) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_three_of_a_kind` is never used
[INFO] [stdout]   --> src/components/support_functions.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn is_three_of_a_kind(hand: &Hand) -> Option<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_a_pair` is never used
[INFO] [stdout]   --> src/components/support_functions.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn get_a_pair(hand: &Hand) -> Option<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_highest_card_in_pair` is never used
[INFO] [stdout]   --> src/components/support_functions.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub fn get_highest_card_in_pair(hand: &Hand) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `BASE_DECK` is never used
[INFO] [stdout]   --> src/components/deck.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | static BASE_DECK: LazyLock<[Card; 52]> = LazyLock::new(|| {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Deck` is never constructed
[INFO] [stdout]   --> src/components/deck.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Deck {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `player_hand`, `dealer_hand`, `deal_both`, and `get_game_result` are never used
[INFO] [stdout]   --> src/components/deck.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Deck {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 37 |     pub fn new<R: Rng + ?Sized>(rng: &mut R) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     fn player_hand(&self) -> Hand {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     fn dealer_hand(&self) -> Hand {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     pub fn deal_both(&self) -> (Hand, Hand) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn get_game_result(&self, strat: Option<&Strategy>, action: Option<Action>) -> &GameResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GameResult` is never constructed
[INFO] [stdout]  --> src/components/game_result.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct GameResult {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `player_won`, `next_action`, `outcome`, `ante_bet`, and `played` are never used
[INFO] [stdout]   --> src/components/game_result.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl GameResult {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 16 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn player_won(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn next_action(&self) -> Action {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn outcome(&self) -> f32 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn ante_bet(&self) -> f32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn played(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Action` is never used
[INFO] [stdout]  --> src/components/strategy.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Action {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Strategy` is never constructed
[INFO] [stdout]   --> src/components/strategy.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Strategy {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/components/strategy.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Strategy {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 34 |     pub fn new(ante: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn set_on_win(&self, on_win: Action) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn set_on_loss(&self, on_loss: Action) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn set_minimal_playable_hand(&self, hand: Hand) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn ante(&self) -> f32 {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub fn on_win(&self) -> Action {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn on_loss(&self) -> Action {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 |     pub fn minimal_playable_hand(&self) -> &Hand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s
[INFO] running `Command { std: "docker" "inspect" "a9599d95cbc4df001b58a7b2a94edfe0c987c7cc6640270e7873aefa638f0cc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9599d95cbc4df001b58a7b2a94edfe0c987c7cc6640270e7873aefa638f0cc6", kill_on_drop: false }`
[INFO] [stdout] a9599d95cbc4df001b58a7b2a94edfe0c987c7cc6640270e7873aefa638f0cc6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 4645f99a125e67910a7d10a3cec70a00b4c0922cabc6f19610fd285ea89c04b7
[INFO] running `Command { std: "docker" "start" "-a" "4645f99a125e67910a7d10a3cec70a00b4c0922cabc6f19610fd285ea89c04b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling pathfinder_simd v0.5.5
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling font-kit v0.14.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling float-ord v0.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling three-card-poker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `player_won` is never used
[INFO] [stdout]   --> src/components/game_result.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl GameResult {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn player_won(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Lower2x` and `BackToBase` are never constructed
[INFO] [stdout]  --> src/components/strategy.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum Action {
[INFO] [stdout]   |          ------ variants in this enum
[INFO] [stdout] 5 |     Raise2x,
[INFO] [stdout] 6 |     Lower2x,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 7 |     BackToBase,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `set_on_win`, `set_on_loss`, and `set_minimal_playable_hand` are never used
[INFO] [stdout]   --> src/components/strategy.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Strategy {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 34 |     pub fn new(ante: f32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn set_on_win(&self, on_win: Action) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn set_on_loss(&self, on_loss: Action) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn set_minimal_playable_hand(&self, hand: Hand) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 41.46s
[INFO] running `Command { std: "docker" "inspect" "4645f99a125e67910a7d10a3cec70a00b4c0922cabc6f19610fd285ea89c04b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4645f99a125e67910a7d10a3cec70a00b4c0922cabc6f19610fd285ea89c04b7", kill_on_drop: false }`
[INFO] [stdout] 4645f99a125e67910a7d10a3cec70a00b4c0922cabc6f19610fd285ea89c04b7
