[INFO] cloning repository https://github.com/badbat75/tombola
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/badbat75/tombola" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbadbat75%2Ftombola", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbadbat75%2Ftombola'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c23e0c1869ce89421a1ec03f41562261da40bf3
[INFO] testing badbat75/tombola against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbadbat75%2Ftombola" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/badbat75/tombola
[INFO] finished tweaking git repo https://github.com/badbat75/tombola
[INFO] tweaked toml for git repo https://github.com/badbat75/tombola written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/badbat75/tombola on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/badbat75/tombola 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.41
[INFO] [stderr]   Downloaded clap_builder v4.5.41
[INFO] [stderr]   Downloaded serde_json v1.0.141
[INFO] [stderr]   Downloaded rustls v0.23.29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32bb88400a3f0690262c0a74c882a4766dfb8905aa67037101b63ed98cfbaa91
[INFO] running `Command { std: "docker" "start" "-a" "32bb88400a3f0690262c0a74c882a4766dfb8905aa67037101b63ed98cfbaa91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32bb88400a3f0690262c0a74c882a4766dfb8905aa67037101b63ed98cfbaa91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32bb88400a3f0690262c0a74c882a4766dfb8905aa67037101b63ed98cfbaa91", kill_on_drop: false }`
[INFO] [stdout] 32bb88400a3f0690262c0a74c882a4766dfb8905aa67037101b63ed98cfbaa91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d10e478bb58aff5c27b976c372b9e999b1aa47234d6016b20aba72865a03c3e
[INFO] running `Command { std: "docker" "start" "-a" "5d10e478bb58aff5c27b976c372b9e999b1aa47234d6016b20aba72865a03c3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[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 serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.22
[INFO] [stderr]    Compiling tombola v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.22s
[INFO] running `Command { std: "docker" "inspect" "5d10e478bb58aff5c27b976c372b9e999b1aa47234d6016b20aba72865a03c3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d10e478bb58aff5c27b976c372b9e999b1aa47234d6016b20aba72865a03c3e", kill_on_drop: false }`
[INFO] [stdout] 5d10e478bb58aff5c27b976c372b9e999b1aa47234d6016b20aba72865a03c3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 106c52310473c2686690e878e390b85e2e4e605c2a527e3a332235849f15d243
[INFO] running `Command { std: "docker" "start" "-a" "106c52310473c2686690e878e390b85e2e4e605c2a527e3a332235849f15d243", kill_on_drop: false }`
[INFO] [stderr]    Compiling tombola v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.96s
[INFO] running `Command { std: "docker" "inspect" "106c52310473c2686690e878e390b85e2e4e605c2a527e3a332235849f15d243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "106c52310473c2686690e878e390b85e2e4e605c2a527e3a332235849f15d243", kill_on_drop: false }`
[INFO] [stdout] 106c52310473c2686690e878e390b85e2e4e605c2a527e3a332235849f15d243
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3cda45ff259e4b735a9f9f6c7428f5d1bd49197ed7afddbb1433ace9dd3f7f0d
[INFO] running `Command { std: "docker" "start" "-a" "3cda45ff259e4b735a9f9f6c7428f5d1bd49197ed7afddbb1433ace9dd3f7f0d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tombola-ff0aa52e853dcddf)
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test api_handlers::tests::test_api_error_into_response ... ok
[INFO] [stdout] test api_handlers::tests::test_game_owner_in_status_endpoint ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_board_initial_state ... ok
[INFO] [stdout] test api_handlers::tests::test_client_flow_integration ... ok
[INFO] [stdout] test api_handlers::tests::test_board_ownership_transfer_impossible ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_by_id_board_client ... ok
[INFO] [stdout] test api_handlers::tests::test_global_client_id_across_multiple_games ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_board_with_extracted_numbers ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_by_id_nonexistent ... ok
[INFO] [stdout] test api_handlers::tests::test_end_to_end_players_endpoint ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_by_id_existing ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_nonexistent ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_game_specific_client_types ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_games_list_with_multiple_games ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_existing ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_get_assigned_card_not_found ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_unregistered_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_get_assigned_card_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_different_client_types ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_new_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_newgame_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_existing_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_pouch_initial_state ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_with_email ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_integration_with_game_registration ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_pouch_after_extraction ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_status ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_new_client ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_active_game ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_gameslist ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_after_game_started ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_scoremap_initial_state ... ok
[INFO] [stdout] test api_handlers::tests::test_multiple_users_create_different_games ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_list_assigned_cards_missing_client_id ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_new_game ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_closed_game ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_newgame_success ... ok
[INFO] [stdout] test card::tests::test_assign_cards_with_game_state_check_integration ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_unregistered_client ... ok
[INFO] [stdout] test client::tests::test_client_info_generation ... ok
[INFO] [stdout] test client::tests::test_client_registry_collection_methods ... ok
[INFO] [stdout] test config::tests::test_client_config_server_url ... ok
[INFO] [stdout] test config::tests::test_logging_mode_from_string ... ok
[INFO] [stdout] test config::tests::test_parse_config ... ok
[INFO] [stdout] test config::tests::test_server_config_default ... ok
[INFO] [stdout] test config::tests::test_server_config_with_logging ... ok
[INFO] [stdout] test game::tests::test_game_ending_conditions ... ok
[INFO] [stdout] test game::tests::test_game_creation ... ok
[INFO] [stdout] test game::tests::test_game_entry ... ok
[INFO] [stdout] test client::tests::test_client_registry_lookup ... ok
[INFO] [stdout] test client::tests::test_client_registry_operations ... ok
[INFO] [stdout] test game::tests::test_game_entry_closed_at ... ok
[INFO] [stdout] test game::tests::test_game_info ... ok
[INFO] [stdout] test game::tests::test_game_registry_clear ... ok
[INFO] [stdout] test game::tests::test_game_registry_add_game ... ok
[INFO] [stdout] test config::tests::test_client_config_default ... ok
[INFO] [stdout] test game::tests::test_game_registry_clone ... ok
[INFO] [stdout] test game::tests::test_game_registry_games_list ... ok
[INFO] [stdout] test game::tests::test_game_registry_games_by_status ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_existing_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_list_assigned_cards_success ... ok
[INFO] [stdout] test game::tests::test_game_owner ... ok
[INFO] [stdout] test game::tests::test_game_registry_creation ... ok
[INFO] [stdout] test game::tests::test_game_registry_get_game ... ok
[INFO] [stdout] test game::tests::test_game_registry_remove_game ... ok
[INFO] [stdout] test game::tests::test_game_state_serialization ... ok
[INFO] [stdout] test game::tests::test_game_state_queries ... ok
[INFO] [stdout] test game::tests::test_game_registry_status_summary ... ok
[INFO] [stdout] test game::tests::test_game_status_conversions ... ok
[INFO] [stdout] test game::tests::test_running_game_info ... ok
[INFO] [stdout] test game::tests::test_selective_dump_logic ... ok
[INFO] [stdout] test game::tests::test_unique_game_ids ... ok
[INFO] [stdout] test api_handlers::tests::test_multi_game_scenario_with_clients_and_bingo ... ok
[INFO] [stdout] test api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner ... FAILED
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_game_specific_client_types ... FAILED
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_success ... FAILED
[INFO] [stdout] test game::tests::test_game_lifecycle_end_to_end ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner stdout ----
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "game_creator", client_type: "player", nocard: None, email: Some("creator@example.com") }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Successfully registered client 'game_creator' globally with ID: 3842C6445D236775
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 3842C6445D236775
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_3d842528, created=2025-09-25 03:49:40 UTC, owner=3842C6445D236775, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_3d842528
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Added as board owner to game game_3d842528
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] List assigned cards request for game: game_3d842528
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Extract request for game: game_3d842528
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(2), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Successfully registered client 'regular_player' globally with ID: B7D75AFE4C8961C5
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Client registration request for game 'game_3d842528': RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(2), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Processing registration for game 'game_3d842528'
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] [Client: B7D75AFE4C8961C5] Failed to register in game 'game_3d842528': Cannot register new clients after numbers have been extracted
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 3842C6445D236775
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_58f0b594, created=2025-09-25 03:49:40 UTC, owner=3842C6445D236775, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Added as board owner to game game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Client registration request for game 'game_58f0b594': RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Processing registration for game 'game_58f0b594'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Registered successfully in game 'game_58f0b594'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Generating 1 cards during registration
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Generated and assigned 1 cards in game 'game_58f0b594'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Extract request for game: game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Unauthorized: Only the board owner can extract numbers, client ID: B7D75AFE4C8961C5
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Extract request for game: game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: B7D75AFE4C8961C5] Dump game request for game: game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Unauthorized: Only the board owner can dump the game, client ID: B7D75AFE4C8961C5
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 3842C6445D236775] Dump game request for game: game_58f0b594
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Manual game dump failed: Failed to create directory "data/games": Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner' panicked at src/api_handlers.rs:2946:9:
[INFO] [stdout] assertion failed: creator_dump_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6297d97dd462 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6297d97dd462 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6297d97dd462 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6297d97dd462 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6297d9804703 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6297d9804703 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6297d97d9f73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6297d97d9f73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6297d97dd2b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6297d97debc9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6297d97de9fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6297d9657a54 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6297d9657a54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6297d97df59e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6297d97df59e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6297d97df336 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6297d97dd959 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6297d97deffd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6297d9802df0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6297d9802e7c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6297d953facd - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::{{closure}}::hfcedcca03a04bb5c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2946:9
[INFO] [stdout]   21:     0x6297d95f2322 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb315f455bff0c8bd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x6297d95f235d - <core::pin::Pin<P> as core::future::future::Future>::poll::he8de7a0033bb25c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6297d95f217d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::haddad727b57c3878
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x6297d95f208b - tokio::task::coop::with_budget::h459d4effac3e3dcb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x6297d95f208b - tokio::task::coop::budget::h9e6f921cf1d2af36
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x6297d95f208b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbb0b370115dfe871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x6297d95eef10 - tokio::runtime::scheduler::current_thread::Context::enter::h3b51ef37357f4184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x6297d95f15ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h940d05a57e470956
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x6297d95f07e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hffbf83b6fb0cda4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x6297d95d6c1b - tokio::runtime::context::scoped::Scoped<T>::set::hc53eece0986da9f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x6297d95b7639 - tokio::runtime::context::set_scheduler::{{closure}}::h9ff0c43ded2606e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x6297d95d4312 - std::thread::local::LocalKey<T>::try_with::h0d28fa79ed29d143
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x6297d95d3ebe - std::thread::local::LocalKey<T>::with::h833cd767501b778f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x6297d95b75ad - tokio::runtime::context::set_scheduler::hf88902861af57f4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x6297d95f0150 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc51087ed8e0d1e27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x6297d95f0803 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h65d2e22b3073213a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x6297d95eeaf0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hf62d2fdabfc8ebb2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x6297d9610ef0 - tokio::runtime::context::runtime::enter_runtime::h4d60dafc17c22ce7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x6297d95ee561 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hee63dcdbe9747d8c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x6297d96034b4 - tokio::runtime::runtime::Runtime::block_on_inner::h74f860cca37dbac7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x6297d960367c - tokio::runtime::runtime::Runtime::block_on::h742247dcd80512c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x6297d953ac03 - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::h4d238a92d6ce485e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2948:53
[INFO] [stdout]   43:     0x6297d953aaa7 - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::{{closure}}::h58001f09fb65cb22
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2773:69
[INFO] [stdout]   44:     0x6297d9561936 - core::ops::function::FnOnce::call_once::h5d2220ee4511f4b7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x6297d965d2bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x6297d965d2bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x6297d965c3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x6297d965c3f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x6297d965c3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x6297d965c3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x6297d965c3f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x6297d965c3f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x6297d965c3f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x6297d961fff4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x6297d961fff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x6297d96239ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x6297d96239ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x6297d96239ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x6297d96239ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x6297d96239ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x6297d97e261f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x6297d97e261f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x728f88018aa4 - <unknown>
[INFO] [stdout]   66:     0x728f880a5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api_handlers::tests::test_handle_dumpgame_game_specific_client_types stdout ----
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestPlayer", client_type: "player", nocard: None, email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Successfully registered client 'TestPlayer' globally with ID: 9DA35599609429C6
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 9DA35599609429C6
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_bed89af4, created=2025-09-25 03:49:40 UTC, owner=9DA35599609429C6, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_bed89af4
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Added as board owner to game game_bed89af4
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 9DA35599609429C6
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_c0cad644, created=2025-09-25 03:49:40 UTC, owner=9DA35599609429C6, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_c0cad644
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Added as board owner to game game_c0cad644
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Client registration request for game 'game_bed89af4': RegisterRequest { name: "OtherPlayer", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 485B5571A634F4AB] Processing registration for game 'game_bed89af4'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 485B5571A634F4AB] Registered successfully in game 'game_bed89af4'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 485B5571A634F4AB] Generating 1 cards during registration
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 485B5571A634F4AB] Generated and assigned 1 cards in game 'game_bed89af4'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 485B5571A634F4AB] Dump game request for game: game_bed89af4
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Unauthorized: Only the board owner can dump the game, client ID: 485B5571A634F4AB
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9DA35599609429C6] Dump game request for game: game_c0cad644
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Manual game dump failed: Failed to create directory "data/games": Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'api_handlers::tests::test_handle_dumpgame_game_specific_client_types' panicked at src/api_handlers.rs:2767:9:
[INFO] [stdout] assertion failed: game2_dump_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6297d97dd462 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6297d97dd462 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6297d97dd462 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6297d97dd462 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6297d9804703 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6297d9804703 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6297d97d9f73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6297d97d9f73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6297d97dd2b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6297d97debc9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6297d97de9fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6297d9657a54 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6297d9657a54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6297d97df59e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6297d97df59e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6297d97df336 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6297d97dd959 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6297d97deffd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6297d9802df0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6297d9802e7c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6297d953a6ae - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::{{closure}}::h93800e80048d446e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2767:9
[INFO] [stdout]   21:     0x6297d95f2322 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb315f455bff0c8bd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x6297d95f235d - <core::pin::Pin<P> as core::future::future::Future>::poll::he8de7a0033bb25c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6297d95f217d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::haddad727b57c3878
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x6297d95f208b - tokio::task::coop::with_budget::h459d4effac3e3dcb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x6297d95f208b - tokio::task::coop::budget::h9e6f921cf1d2af36
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x6297d95f208b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbb0b370115dfe871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x6297d95eef10 - tokio::runtime::scheduler::current_thread::Context::enter::h3b51ef37357f4184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x6297d95f15ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h940d05a57e470956
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x6297d95f07e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hffbf83b6fb0cda4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x6297d95d6c1b - tokio::runtime::context::scoped::Scoped<T>::set::hc53eece0986da9f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x6297d95b7639 - tokio::runtime::context::set_scheduler::{{closure}}::h9ff0c43ded2606e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x6297d95d4312 - std::thread::local::LocalKey<T>::try_with::h0d28fa79ed29d143
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x6297d95d3ebe - std::thread::local::LocalKey<T>::with::h833cd767501b778f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x6297d95b75ad - tokio::runtime::context::set_scheduler::hf88902861af57f4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x6297d95f0150 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc51087ed8e0d1e27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x6297d95f0803 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h65d2e22b3073213a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x6297d95eeaf0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hf62d2fdabfc8ebb2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x6297d9610ef0 - tokio::runtime::context::runtime::enter_runtime::h4d60dafc17c22ce7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x6297d95ee561 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hee63dcdbe9747d8c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x6297d96034b4 - tokio::runtime::runtime::Runtime::block_on_inner::h74f860cca37dbac7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x6297d960367c - tokio::runtime::runtime::Runtime::block_on::h742247dcd80512c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x6297d9538123 - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::h5b7c25648b71e4a4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2769:48
[INFO] [stdout]   43:     0x6297d9537fc7 - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::{{closure}}::h8726c7c5bfb4a989
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2698:63
[INFO] [stdout]   44:     0x6297d9561e56 - core::ops::function::FnOnce::call_once::h96c707208eb231a3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x6297d965d2bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x6297d965d2bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x6297d965c3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x6297d965c3f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x6297d965c3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x6297d965c3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x6297d965c3f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x6297d965c3f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x6297d965c3f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x6297d961fff4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x6297d961fff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x6297d96239ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x6297d96239ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x6297d96239ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x6297d96239ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x6297d96239ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x6297d97e261f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x6297d97e261f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x728f88018aa4 - <unknown>
[INFO] [stdout]   66:     0x728f880a5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api_handlers::tests::test_handle_dumpgame_success stdout ----
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestBoard", client_type: "board", nocard: Some(0), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Successfully registered client 'TestBoard' globally with ID: 9B4C5CEEF3854CC4
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 9B4C5CEEF3854CC4
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_ba38c6a2, created=2025-09-25 03:49:40 UTC, owner=9B4C5CEEF3854CC4, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_ba38c6a2
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Added as board owner to game game_ba38c6a2
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestBoard", client_type: "board", nocard: Some(0), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Client 'TestBoard' already registered globally
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] New game request
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [game] Set game owner to: 9B4C5CEEF3854CC4
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Created new game: Game[id=game_9c0d31cc, created=2025-09-25 03:49:40 UTC, owner=9B4C5CEEF3854CC4, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Registered new game in registry: game_9c0d31cc
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Added as board owner to game game_9c0d31cc
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] Client registration request for game 'game_9c0d31cc': RegisterRequest { name: "dumpgame_test_player", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: E609DEA2C4FF9672] Processing registration for game 'game_9c0d31cc'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: E609DEA2C4FF9672] Registered successfully in game 'game_9c0d31cc'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: E609DEA2C4FF9672] Generating 1 cards during registration
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: E609DEA2C4FF9672] Generated and assigned 1 cards in game 'game_9c0d31cc'
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Extract request for game: game_ba38c6a2
[INFO] [stdout] 2025-09-25 03:49:40 - INFO - [api_handlers] [Client: 9B4C5CEEF3854CC4] Dump game request for game: game_ba38c6a2
[INFO] [stdout] 2025-09-25 03:49:40 - ERROR - [api_handlers] Manual game dump failed: Failed to create directory "data/games": Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] thread 'api_handlers::tests::test_handle_dumpgame_success' panicked at src/api_handlers.rs:1806:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6297d97dd462 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6297d97dd462 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6297d97dd462 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6297d97dd462 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6297d9804703 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6297d9804703 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6297d97d9f73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6297d97d9f73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6297d97dd2b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6297d97debc9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6297d97de9fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6297d9657a54 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6297d9657a54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6297d97df59e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6297d97df59e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6297d97df336 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x6297d97dd959 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6297d97deffd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6297d9802df0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6297d9802e7c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x6297d951b287 - tombola::api_handlers::tests::test_handle_dumpgame_success::{{closure}}::heffb52e2e069676c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1806:9
[INFO] [stdout]   21:     0x6297d95f2322 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb315f455bff0c8bd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x6297d95f235d - <core::pin::Pin<P> as core::future::future::Future>::poll::he8de7a0033bb25c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6297d95f217d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::haddad727b57c3878
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x6297d95f208b - tokio::task::coop::with_budget::h459d4effac3e3dcb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x6297d95f208b - tokio::task::coop::budget::h9e6f921cf1d2af36
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x6297d95f208b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbb0b370115dfe871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x6297d95eef10 - tokio::runtime::scheduler::current_thread::Context::enter::h3b51ef37357f4184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x6297d95f15ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h940d05a57e470956
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x6297d95f07e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hffbf83b6fb0cda4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x6297d95d6c1b - tokio::runtime::context::scoped::Scoped<T>::set::hc53eece0986da9f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x6297d95b7639 - tokio::runtime::context::set_scheduler::{{closure}}::h9ff0c43ded2606e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x6297d95d4312 - std::thread::local::LocalKey<T>::try_with::h0d28fa79ed29d143
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x6297d95d3ebe - std::thread::local::LocalKey<T>::with::h833cd767501b778f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x6297d95b75ad - tokio::runtime::context::set_scheduler::hf88902861af57f4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x6297d95f0150 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc51087ed8e0d1e27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x6297d95f0803 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h65d2e22b3073213a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x6297d95eeaf0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hf62d2fdabfc8ebb2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x6297d9610ef0 - tokio::runtime::context::runtime::enter_runtime::h4d60dafc17c22ce7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x6297d95ee561 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hee63dcdbe9747d8c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x6297d96034b4 - tokio::runtime::runtime::Runtime::block_on_inner::h74f860cca37dbac7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x6297d960367c - tokio::runtime::runtime::Runtime::block_on::h742247dcd80512c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x6297d951a493 - tombola::api_handlers::tests::test_handle_dumpgame_success::he324069fe026ded7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1813:56
[INFO] [stdout]   43:     0x6297d951a337 - tombola::api_handlers::tests::test_handle_dumpgame_success::{{closure}}::h19ad7e8cbf709d1a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1787:44
[INFO] [stdout]   44:     0x6297d9561dd6 - core::ops::function::FnOnce::call_once::h9146341663121115
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x6297d965d2bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x6297d965d2bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x6297d965c3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x6297d965c3f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x6297d965c3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x6297d965c3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x6297d965c3f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x6297d965c3f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x6297d965c3f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x6297d961fff4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x6297d961fff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x6297d96239ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x6297d96239ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x6297d96239ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x6297d96239ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x6297d96239ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x6297d97e261f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x6297d97e261f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x728f88018aa4 - <unknown>
[INFO] [stdout]   66:     0x728f880a5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- game::tests::test_game_lifecycle_end_to_end stdout ----
[INFO] [stdout] Extracting numbers to activate the game...
[INFO] [stdout] Extracted number: 75, score: 0 -> 1
[INFO] [stdout] Extracted number: 25, score: 1 -> 1
[INFO] [stdout] Extracted number: 20, score: 1 -> 1
[INFO] [stdout] Extracted number: 21, score: 1 -> 2
[INFO] [stdout] Extracted number: 31, score: 2 -> 2
[INFO] [stdout] Extracting numbers until BINGO is reached...
[INFO] [stdout] Extraction 6: number=83, score=2
[INFO] [stdout] Extraction 7: number=14, score=2
[INFO] [stdout] Extraction 8: number=86, score=2
[INFO] [stdout] Extraction 9: number=73, score=2
[INFO] [stdout] Extraction 10: number=79, score=2
[INFO] [stdout] Extraction 11: number=66, score=2
[INFO] [stdout] Extraction 12: number=33, score=2
[INFO] [stdout] Extraction 13: number=30, score=2
[INFO] [stdout] Extraction 14: number=15, score=2
[INFO] [stdout] Extraction 15: number=23, score=3
[INFO] [stdout] Extraction 16: number=35, score=3
[INFO] [stdout] Extraction 17: number=88, score=3
[INFO] [stdout] Extraction 18: number=45, score=3
[INFO] [stdout] Extraction 19: number=9, score=3
[INFO] [stdout] Extraction 20: number=24, score=4
[INFO] [stdout] Extraction 21: number=51, score=4
[INFO] [stdout] Extraction 22: number=47, score=4
[INFO] [stdout] Extraction 23: number=65, score=4
[INFO] [stdout] Extraction 24: number=32, score=4
[INFO] [stdout] Extraction 25: number=58, score=4
[INFO] [stdout] Extraction 26: number=41, score=4
[INFO] [stdout] Extraction 27: number=19, score=4
[INFO] [stdout] Extraction 28: number=18, score=4
[INFO] [stdout] Extraction 29: number=43, score=4
[INFO] [stdout] Extraction 30: number=48, score=4
[INFO] [stdout] Extraction 31: number=3, score=4
[INFO] [stdout] Extraction 32: number=13, score=4
[INFO] [stdout] Extraction 33: number=72, score=4
[INFO] [stdout] Extraction 34: number=2, score=4
[INFO] [stdout] Extraction 35: number=29, score=4
[INFO] [stdout] Extraction 36: number=67, score=4
[INFO] [stdout] Extraction 37: number=39, score=4
[INFO] [stdout] Extraction 38: number=46, score=4
[INFO] [stdout] Extraction 39: number=60, score=4
[INFO] [stdout] Extraction 40: number=42, score=4
[INFO] [stdout] Extraction 41: number=71, score=4
[INFO] [stdout] Extraction 42: number=40, score=4
[INFO] [stdout] Extraction 43: number=1, score=4
[INFO] [stdout] Extraction 44: number=63, score=4
[INFO] [stdout] Extraction 45: number=87, score=4
[INFO] [stdout] Extraction 46: number=17, score=4
[INFO] [stdout] Extraction 47: number=12, score=4
[INFO] [stdout] Extraction 48: number=62, score=4
[INFO] [stdout] Extraction 49: number=5, score=4
[INFO] [stdout] Extraction 50: number=16, score=5
[INFO] [stdout] Extraction 51: number=11, score=5
[INFO] [stdout] Extraction 52: number=22, score=5
[INFO] [stdout] Extraction 53: number=57, score=5
[INFO] [stdout] Extraction 54: number=6, score=5
[INFO] [stdout] Extraction 55: number=27, score=5
[INFO] [stdout] Extraction 56: number=85, score=5
[INFO] [stdout] Extraction 57: number=78, score=5
[INFO] [stdout] Extraction 58: number=38, score=5
[INFO] [stdout] Extraction 59: number=53, score=5
[INFO] [stdout] Extraction 60: number=10, score=5
[INFO] [stdout] Extraction 61: number=76, score=5
[INFO] [stdout] Extraction 62: number=68, score=5
[INFO] [stdout] Extraction 63: number=4, score=15
[INFO] [stdout] BINGO reached! Final score: 15, extractions: 63
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::test_game_lifecycle_end_to_end' panicked at src/game.rs:1549:9:
[INFO] [stdout] Should be able to dump ended game: Err("Failed to create directory \"data/games\": Read-only file system (os error 30)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6297d97dd462 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6297d97dd462 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6297d97dd462 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6297d97dd462 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6297d9804703 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6297d9804703 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x6297d97d9f73 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6297d97d9f73 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6297d97dd2b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6297d97debc9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x6297d97de9fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x6297d9657a54 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x6297d9657a54 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6297d97df59e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x6297d97df59e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x6297d97df36a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x6297d97dd959 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6297d97deffd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x6297d9802df0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x6297d95e7255 - tombola::game::tests::test_game_lifecycle_end_to_end::h0993b9fd907f8220
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game.rs:1549:9
[INFO] [stdout]   20:     0x6297d95e2fa7 - tombola::game::tests::test_game_lifecycle_end_to_end::{{closure}}::h33f5ea2ff15733f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game.rs:1346:40
[INFO] [stdout]   21:     0x6297d9561ac6 - core::ops::function::FnOnce::call_once::h6bc7880988ce4fb7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   22:     0x6297d965d2bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x6297d965d2bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x6297d965c3f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x6297d965c3f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x6297d965c3f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x6297d965c3f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x6297d965c3f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x6297d965c3f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x6297d965c3f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x6297d961fff4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x6297d961fff4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x6297d96239ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x6297d96239ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x6297d96239ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x6297d96239ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x6297d96239ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x6297d96239ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   40:     0x6297d97e261f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x6297d97e261f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   42:     0x728f88018aa4 - <unknown>
[INFO] [stdout]   43:     0x728f880a5a34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner
[INFO] [stdout]     api_handlers::tests::test_handle_dumpgame_game_specific_client_types
[INFO] [stdout]     api_handlers::tests::test_handle_dumpgame_success
[INFO] [stdout]     game::tests::test_game_lifecycle_end_to_end
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 80 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "3cda45ff259e4b735a9f9f6c7428f5d1bd49197ed7afddbb1433ace9dd3f7f0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cda45ff259e4b735a9f9f6c7428f5d1bd49197ed7afddbb1433ace9dd3f7f0d", kill_on_drop: false }`
[INFO] [stdout] 3cda45ff259e4b735a9f9f6c7428f5d1bd49197ed7afddbb1433ace9dd3f7f0d
