[INFO] cloning repository https://github.com/happybigmtn/robopokermulti [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/happybigmtn/robopokermulti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhappybigmtn%2Frobopokermulti", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhappybigmtn%2Frobopokermulti'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3fed9b99d5c48ada3b0e2ef2e8ab7e0098f0ddfd [INFO] testing happybigmtn/robopokermulti against beta-2026-04-21 for beta-1.96-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhappybigmtn%2Frobopokermulti" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/happybigmtn/robopokermulti [INFO] finished tweaking git repo https://github.com/happybigmtn/robopokermulti [INFO] tweaked toml for git repo https://github.com/happybigmtn/robopokermulti written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/happybigmtn/robopokermulti on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/happybigmtn/robopokermulti 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 821e9e76c9d79171646a17b9db33ba67a8f300ebd8574a9d71fe50597b3bbe26 [INFO] running `Command { std: "docker" "start" "-a" "821e9e76c9d79171646a17b9db33ba67a8f300ebd8574a9d71fe50597b3bbe26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "821e9e76c9d79171646a17b9db33ba67a8f300ebd8574a9d71fe50597b3bbe26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "821e9e76c9d79171646a17b9db33ba67a8f300ebd8574a9d71fe50597b3bbe26", kill_on_drop: false }` [INFO] [stdout] 821e9e76c9d79171646a17b9db33ba67a8f300ebd8574a9d71fe50597b3bbe26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ef63b1ebc33a154f9eb5562ff6eaecd639b7c702674074e97156f22e9c07179 [INFO] running `Command { std: "docker" "start" "-a" "9ef63b1ebc33a154f9eb5562ff6eaecd639b7c702674074e97156f22e9c07179", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling icu_properties_data v2.0.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling syn v2.0.107 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling brotli v8.0.1 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling postgres-protocol v0.6.8 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling whoami v1.6.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling jiff v0.2.13 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling postgres-types v0.2.9 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Compiling simplelog v0.12.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tokio v1.45.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling js-sys v0.3.77 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling web-sys v0.3.77 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.50 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling tokio-postgres v0.7.13 [INFO] [stderr] Compiling actix-http v3.11.0 [INFO] [stderr] Compiling gloo-utils v0.2.0 [INFO] [stderr] Compiling gloo-net v0.6.0 [INFO] [stderr] Compiling actix-web v4.10.2 [INFO] [stderr] Compiling actix-cors v0.6.5 [INFO] [stderr] Compiling actix-ws v0.3.0 [INFO] [stderr] Compiling robopoker v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s [INFO] running `Command { std: "docker" "inspect" "9ef63b1ebc33a154f9eb5562ff6eaecd639b7c702674074e97156f22e9c07179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef63b1ebc33a154f9eb5562ff6eaecd639b7c702674074e97156f22e9c07179", kill_on_drop: false }` [INFO] [stdout] 9ef63b1ebc33a154f9eb5562ff6eaecd639b7c702674074e97156f22e9c07179 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a2f14305e909a51a3cf9b1c05e42d5903792f4d3155fe5cb69be3780b2cae0d [INFO] running `Command { std: "docker" "start" "-a" "9a2f14305e909a51a3cf9b1c05e42d5903792f4d3155fe5cb69be3780b2cae0d", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling robopoker v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 45.66s [INFO] running `Command { std: "docker" "inspect" "9a2f14305e909a51a3cf9b1c05e42d5903792f4d3155fe5cb69be3780b2cae0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a2f14305e909a51a3cf9b1c05e42d5903792f4d3155fe5cb69be3780b2cae0d", kill_on_drop: false }` [INFO] [stdout] 9a2f14305e909a51a3cf9b1c05e42d5903792f4d3155fe5cb69be3780b2cae0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b186c1b174c728519365cdee7507c78df46a52ea8cc722f2d059bcce1bc0d54c [INFO] running `Command { std: "docker" "start" "-a" "b186c1b174c728519365cdee7507c78df46a52ea8cc722f2d059bcce1bc0d54c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/robopoker-67a5a689e63f6318) [INFO] [stdout] [INFO] [stdout] running 337 tests [INFO] [stdout] test analysis::server::tests::parse_policy_table_config_builds_valid_multiway_config ... ok [INFO] [stdout] test analysis::server::tests::parse_policy_table_config_returns_none_when_omitted ... ok [INFO] [stdout] test analysis::api::tests::test_strategy_lookup_is_deterministic_for_profile ... ok [INFO] [stdout] test autotrain::mode::tests::test_fast_training_requires_profile_metadata ... ok [INFO] [stdout] test analysis::api::tests::test_profile_version_mismatch_rejected ... ok [INFO] [stdout] test analysis::api::tests::test_analysis_requires_profile_id ... ok [INFO] [stdout] test autotrain::mode::tests::test_slow_training_requires_profile_metadata ... ok [INFO] [stdout] test cards::card::tests::bijective_u32 ... ok [INFO] [stdout] test autotrain::mode::tests::test_multiway_training_rejects_heads_up_fallback ... ok [INFO] [stdout] test analysis::api::tests::test_analysis_requires_abstraction_version ... ok [INFO] [stdout] test cards::card::tests::bijective_u8 ... ok [INFO] [stdout] test autotrain::mode::tests::test_explicit_heads_up_profile_accepted ... ok [INFO] [stdout] test autotrain::mode::tests::test_partial_profile_metadata_rejected ... ok [INFO] [stdout] test cards::evaluator::tests::one_pair ... ok [INFO] [stdout] test cards::card::tests::bijective_rank_suit ... ok [INFO] [stdout] test cards::evaluator::tests::straight ... ok [INFO] [stdout] test cards::evaluator::tests::straight_flush ... ok [INFO] [stdout] test cards::evaluator::tests::straight_flush_over_four_oak ... ok [INFO] [stdout] test cards::evaluator::tests::flush ... ok [INFO] [stdout] test cards::evaluator::tests::flush_over_straight ... ok [INFO] [stdout] test cards::evaluator::tests::four_oak ... ok [INFO] [stdout] test analysis::server::tests::build_policy_recall_uses_configured_posting_prefix ... ok [INFO] [stdout] test cards::evaluator::tests::four_oak_over_full_house ... ok [INFO] [stdout] test cards::evaluator::tests::full_house ... ok [INFO] [stdout] test cards::evaluator::tests::full_house_over_flush ... ok [INFO] [stdout] test cards::evaluator::tests::high_card ... ok [INFO] [stdout] test cards::evaluator::tests::three_oak ... ok [INFO] [stdout] test cards::evaluator::tests::wheel_straight ... ok [INFO] [stdout] test analysis::api::tests::test_seat_relative_query_matches_trained_profile_rows ... ok [INFO] [stdout] test cards::evaluator::tests::three_pair ... ok [INFO] [stdout] test cards::evaluator::tests::two_pair ... ok [INFO] [stdout] test cards::evaluator::tests::seven_card_hand ... ok [INFO] [stdout] test cards::hands::tests::n_choose_0_mask_4 ... ok [INFO] [stdout] test cards::hands::tests::n_choose_1 ... ok [INFO] [stdout] test cards::evaluator::tests::low_straight ... ok [INFO] [stdout] test cards::hands::tests::n_choose_1_mask_4 ... ok [INFO] [stdout] test cards::hands::tests::choose_3_from_5 ... ok [INFO] [stdout] test cards::evaluator::tests::two_three_oak ... ok [INFO] [stdout] test cards::evaluator::tests::wheel_straight_flush ... ok [INFO] [stdout] test cards::hand::tests::ranks_in_suit ... ok [INFO] [stdout] test cards::hands::tests::choose_3 ... ok [INFO] [stdout] test cards::isomorphism::tests::antichrome ... ok [INFO] [stdout] test cards::hands::tests::n_choose_2 ... ok [INFO] [stdout] test cards::hands::tests::n_choose_2_mask_4 ... ok [INFO] [stdout] test analysis::server::tests::parse_policy_table_config_ignores_street_request_seat_position ... ok [INFO] [stdout] test cards::isomorphism::tests::false_negatives ... ok [INFO] [stdout] test cards::hand::tests::bijective_u64 ... ok [INFO] [stdout] test cards::isomorphism::tests::false_positives ... ok [INFO] [stdout] test cards::isomorphism::tests::offsuit_draw ... ok [INFO] [stdout] test cards::hand::tests::card_iteration ... ok [INFO] [stdout] test cards::isomorphisms::tests::n_flop ... ignored [INFO] [stdout] test cards::hands::tests::n_choose_0 ... ok [INFO] [stdout] test cards::isomorphism::tests::pocket_rank_symmetry ... ok [INFO] [stdout] test cards::isomorphism::tests::semichrome ... ok [INFO] [stdout] test cards::isomorphism::tests::offsuit_backdoor ... ok [INFO] [stdout] test cards::isomorphism::tests::polychrome ... ok [INFO] [stdout] test cards::isomorphism::tests::public_rank_symmetry ... ok [INFO] [stdout] test cards::isomorphism::tests::super_symmetry ... ok [INFO] [stdout] test cards::isomorphism::tests::monochrome ... ok [INFO] [stdout] test cards::isomorphisms::tests::n_pref ... ignored [INFO] [stdout] test cards::isomorphisms::tests::n_rive ... ignored [INFO] [stdout] test cards::isomorphisms::tests::n_turn ... ignored [INFO] [stdout] test cards::observations::tests::n_flop ... ignored [INFO] [stdout] test cards::observations::tests::n_pref ... ignored [INFO] [stdout] test cards::observations::tests::n_rive ... ignored [INFO] [stdout] test cards::observations::tests::n_turn ... ignored [INFO] [stdout] test cards::observation::tests::bijective_i64 ... ok [INFO] [stdout] test cards::permutation::tests::permute_complex ... ok [INFO] [stdout] test cards::permutation::tests::map_identity ... ok [INFO] [stdout] test cards::permutation::tests::permute_identity ... ok [INFO] [stdout] test cards::permutation::tests::map_arbitrary ... ok [INFO] [stdout] test cards::permutation::tests::permute_interior ... ok [INFO] [stdout] test cards::permutation::tests::permute_simple ... ok [INFO] [stdout] test cards::permutation::tests::permute_rotation ... ok [INFO] [stdout] test cards::rank::tests::injective_u64 ... ok [INFO] [stdout] test cards::suit::tests::bijective_u8 ... ok [INFO] [stdout] test clustering::elkan::tests::elkan_naive_equivalence ... ignored [INFO] [stdout] test clustering::elkan::tests::elkan_rms_converges ... ignored [INFO] [stdout] test clustering::elkan::tests::elkan_rms_decreases ... ignored [INFO] [stdout] test cards::rank::tests::bijective_u16 ... ok [INFO] [stdout] test cards::permutation::tests::permute_unique ... ok [INFO] [stdout] test cards::suit::tests::injective_u64 ... ok [INFO] [stdout] test cards::rank::tests::bijective_u8 ... ok [INFO] [stdout] test clustering::lookup::tests::test_legacy_env_flag_does_not_change_v4_meaning ... ok [INFO] [stdout] test clustering::metric::tests::pair_abstractions_roundtrip ... ok [INFO] [stdout] test clustering::metric::tests::pair_triangular_roundtrip ... ok [INFO] [stderr] [INFO] [stderr] thread 'clustering::emd::tests::is_heuristic_emd_positive' (92) has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow, aborting [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/robopoker-67a5a689e63f6318` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "b186c1b174c728519365cdee7507c78df46a52ea8cc722f2d059bcce1bc0d54c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b186c1b174c728519365cdee7507c78df46a52ea8cc722f2d059bcce1bc0d54c", kill_on_drop: false }` [INFO] [stdout] b186c1b174c728519365cdee7507c78df46a52ea8cc722f2d059bcce1bc0d54c