[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 try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbadbat75%2Ftombola" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/badbat75/tombola on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab53841d5f40412d2a8ad0bcac47e2fac1beeb011bbe6acecc2cee310fef9995
[INFO] running `Command { std: "docker" "start" "-a" "ab53841d5f40412d2a8ad0bcac47e2fac1beeb011bbe6acecc2cee310fef9995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab53841d5f40412d2a8ad0bcac47e2fac1beeb011bbe6acecc2cee310fef9995", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab53841d5f40412d2a8ad0bcac47e2fac1beeb011bbe6acecc2cee310fef9995", kill_on_drop: false }`
[INFO] [stdout] ab53841d5f40412d2a8ad0bcac47e2fac1beeb011bbe6acecc2cee310fef9995
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61f4ea8f322b9c13c25b0509ec32213471650830807731a558d9919c636df4e6
[INFO] running `Command { std: "docker" "start" "-a" "61f4ea8f322b9c13c25b0509ec32213471650830807731a558d9919c636df4e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling chrono v0.4.41
[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 tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[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 tokio v1.46.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.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 serde v1.0.219
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[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 serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling tower-http v0.6.6
[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 1m 43s
[INFO] running `Command { std: "docker" "inspect" "61f4ea8f322b9c13c25b0509ec32213471650830807731a558d9919c636df4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61f4ea8f322b9c13c25b0509ec32213471650830807731a558d9919c636df4e6", kill_on_drop: false }`
[INFO] [stdout] 61f4ea8f322b9c13c25b0509ec32213471650830807731a558d9919c636df4e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b005db692e8014954c95c44f8d0552963085e5d8ac76f339b23d4e5a6477c631
[INFO] running `Command { std: "docker" "start" "-a" "b005db692e8014954c95c44f8d0552963085e5d8ac76f339b23d4e5a6477c631", kill_on_drop: false }`
[INFO] [stderr]    Compiling tombola v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.56s
[INFO] running `Command { std: "docker" "inspect" "b005db692e8014954c95c44f8d0552963085e5d8ac76f339b23d4e5a6477c631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b005db692e8014954c95c44f8d0552963085e5d8ac76f339b23d4e5a6477c631", kill_on_drop: false }`
[INFO] [stdout] b005db692e8014954c95c44f8d0552963085e5d8ac76f339b23d4e5a6477c631
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b8365fe4eed9f4a3e83cd8913c0bb9bdfc8635b546ee106b5f606bf38de630aa
[INFO] running `Command { std: "docker" "start" "-a" "b8365fe4eed9f4a3e83cd8913c0bb9bdfc8635b546ee106b5f606bf38de630aa", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tombola-2fae5a82366a05e8)
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test api_handlers::tests::test_board_ownership_transfer_impossible ... 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_board_client ... ok
[INFO] [stdout] test api_handlers::tests::test_game_owner_in_status_endpoint ... 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_handle_client_info_by_id_existing ... ok
[INFO] [stdout] test api_handlers::tests::test_api_error_into_response ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_board_initial_state ... ok
[INFO] [stdout] test api_handlers::tests::test_global_client_id_across_multiple_games ... ok
[INFO] [stdout] test api_handlers::tests::test_client_flow_integration ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_nonexistent ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_client_info_existing ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_games_list_with_multiple_games ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_extract_game_specific_client_types ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_get_assigned_card_not_found ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_gameslist ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_different_client_types ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_get_assigned_card_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_unregistered_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_new_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_with_email ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_list_assigned_cards_missing_client_id ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_generate_cards_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_global_register_existing_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_newgame_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_newgame_unauthorized ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_list_assigned_cards_success ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_pouch_after_extraction ... 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_initial_state ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_existing_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_after_game_started ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_register_new_client ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_scoremap_initial_state ... ok
[INFO] [stdout] test card::tests::test_assign_cards_with_game_state_check_integration ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_closed_game ... ok
[INFO] [stdout] test api_handlers::tests::test_handle_status ... 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 client::tests::test_client_registry_lookup ... ok
[INFO] [stdout] test client::tests::test_client_registry_operations ... ok
[INFO] [stdout] test config::tests::test_client_config_default ... 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 api_handlers::tests::test_multiple_users_create_different_games ... ok
[INFO] [stdout] test game::tests::test_game_ending_conditions ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_active_game ... ok
[INFO] [stdout] test card::tests::test_generate_cards_for_registered_client_new_game ... ok
[INFO] [stdout] test game::tests::test_game_entry ... ok
[INFO] [stdout] test game::tests::test_game_info ... ok
[INFO] [stdout] test game::tests::test_game_owner ... ok
[INFO] [stdout] test game::tests::test_game_entry_closed_at ... ok
[INFO] [stdout] test game::tests::test_game_creation ... ok
[INFO] [stdout] test game::tests::test_game_registry_add_game ... ok
[INFO] [stdout] test game::tests::test_game_registry_clear ... ok
[INFO] [stdout] test game::tests::test_game_registry_clone ... ok
[INFO] [stdout] test game::tests::test_game_registry_games_by_status ... ok
[INFO] [stdout] test game::tests::test_game_registry_creation ... ok
[INFO] [stdout] test game::tests::test_game_registry_games_list ... ok
[INFO] [stdout] test game::tests::test_game_registry_remove_game ... ok
[INFO] [stdout] test game::tests::test_game_registry_get_game ... ok
[INFO] [stdout] test game::tests::test_game_registry_status_summary ... ok
[INFO] [stdout] test game::tests::test_game_state_queries ... ok
[INFO] [stdout] test game::tests::test_game_state_serialization ... ok
[INFO] [stdout] test game::tests::test_game_status_conversions ... ok
[INFO] [stdout] test game::tests::test_selective_dump_logic ... ok
[INFO] [stdout] test game::tests::test_unique_game_ids ... ok
[INFO] [stdout] test game::tests::test_running_game_info ... 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 game::tests::test_game_lifecycle_end_to_end ... FAILED
[INFO] [stdout] test api_handlers::tests::test_handle_dumpgame_success ... 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-11-08 18:41:03 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "game_creator", client_type: "player", nocard: None, email: Some("creator@example.com") }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Successfully registered client 'game_creator' globally with ID: 2A4A0AAD63BC76FC
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: 2A4A0AAD63BC76FC
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_2af1d079, created=2025-11-08 18:41:03 UTC, owner=2A4A0AAD63BC76FC, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_2af1d079
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Added as board owner to game game_2af1d079
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] List assigned cards request for game: game_2af1d079
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Extract request for game: game_2af1d079
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(2), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Successfully registered client 'regular_player' globally with ID: BD2B1903D607DE03
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Client registration request for game 'game_2af1d079': RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(2), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Processing registration for game 'game_2af1d079'
[INFO] [stdout] 2025-11-08 18:41:03 - ERROR - [api_handlers] [Client: BD2B1903D607DE03] Failed to register in game 'game_2af1d079': Cannot register new clients after numbers have been extracted
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: 2A4A0AAD63BC76FC
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_f5a9b71a, created=2025-11-08 18:41:03 UTC, owner=2A4A0AAD63BC76FC, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Added as board owner to game game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Client registration request for game 'game_f5a9b71a': RegisterRequest { name: "regular_player", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Processing registration for game 'game_f5a9b71a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Registered successfully in game 'game_f5a9b71a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Generating 1 cards during registration
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Generated and assigned 1 cards in game 'game_f5a9b71a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Extract request for game: game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - ERROR - [api_handlers] Unauthorized: Only the board owner can extract numbers, client ID: BD2B1903D607DE03
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Extract request for game: game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: BD2B1903D607DE03] Dump game request for game: game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - ERROR - [api_handlers] Unauthorized: Only the board owner can dump the game, client ID: BD2B1903D607DE03
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 2A4A0AAD63BC76FC] Dump game request for game: game_f5a9b71a
[INFO] [stdout] 2025-11-08 18:41:03 - 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' (21) panicked at src/api_handlers.rs:2946:9:
[INFO] [stdout] assertion failed: creator_dump_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c0fb0112682 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c0fb0112682 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c0fb0112682 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c0fb0112682 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c0fb0123eef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c0fb0123eef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5c0fb00df533 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c0fb00df533 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c0fb00eb872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c0fb00f061f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c0fb00f04b1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c0faff64d6e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5c0faff64d6e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c0fb00f0cdf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5c0fb00f0cdf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c0fb00f0a56 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5c0fb00eb9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c0fb00d2afd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c0fb012c270 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c0fb012c24c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5c0fafe79c05 - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::{{closure}}::h5457eb5a32640f77
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2946:9
[INFO] [stdout]   21:     0x5c0faff1ff42 - <core::pin::Pin<P> as core::future::future::Future>::poll::h510c2b5b81dd5137
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5c0faff1fffd - <core::pin::Pin<P> as core::future::future::Future>::poll::hf4c0daa7499f5bfe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5c0fafeef1ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h72a34a845457e8bc
[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:     0x5c0fafeeef1b - tokio::task::coop::with_budget::h24761fe76b1daf62
[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:     0x5c0fafeeef1b - tokio::task::coop::budget::h7c4dcc8cc0906089
[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:     0x5c0fafeeef1b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h3802b15faf284b1e
[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:     0x5c0fafeec840 - tokio::runtime::scheduler::current_thread::Context::enter::h66b3799c0d14b3a9
[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:     0x5c0fafeee5dd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha0b7c0b2bbae305c
[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:     0x5c0fafeed7f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0c9c0b54d5472266
[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:     0x5c0faff1f67b - tokio::runtime::context::scoped::Scoped<T>::set::h74210cccfd12e054
[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:     0x5c0faff063e9 - tokio::runtime::context::set_scheduler::{{closure}}::hae10ced77920e7bb
[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:     0x5c0fafebb412 - std::thread::local::LocalKey<T>::try_with::h01df6760fa984604
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5c0fafebb07e - std::thread::local::LocalKey<T>::with::h1ec878664b3ff9ca
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5c0faff0639d - tokio::runtime::context::set_scheduler::h7b32f54e2a51a166
[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:     0x5c0fafeed180 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h096f231a1f15be53
[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:     0x5c0fafeed833 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h52ac028d44a4bfa6
[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:     0x5c0fafeeb7d0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3d8f328fd0df51b5
[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:     0x5c0fafee0c80 - tokio::runtime::context::runtime::enter_runtime::ha7f79152c70a26eb
[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:     0x5c0fafeeb4e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hdd052d2479c13f16
[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:     0x5c0faff1f8f4 - tokio::runtime::runtime::Runtime::block_on_inner::hef9b3695a8bd714f
[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:     0x5c0faff1fabc - tokio::runtime::runtime::Runtime::block_on::h50271ec99d4802d0
[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:     0x5c0fafe74d83 - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::h9880e7ff2e8b9a9f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2948:53
[INFO] [stdout]   43:     0x5c0fafe7a157 - tombola::api_handlers::tests::test_end_to_end_user_creates_game_becomes_board_owner::{{closure}}::h71c762341a343891
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2773:69
[INFO] [stdout]   44:     0x5c0fafe8f426 - core::ops::function::FnOnce::call_once::h5a8fee4db77a5555
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5c0faff64b6b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5c0faff64b6b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5c0faff78bcd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5c0faff78bcd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5c0faff78bcd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5c0faff78bcd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5c0faff78bcd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5c0faff78bcd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5c0faff78bcd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5c0faff52114 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5c0faff52114 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5c0faff5596a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5c0faff5596a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5c0faff5596a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5c0faff5596a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5c0faff5596a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5c0fb00e6daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5c0fb00e6daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x7ba3c1a3aaa4 - <unknown>
[INFO] [stdout]   66:     0x7ba3c1ac7a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api_handlers::tests::test_handle_dumpgame_game_specific_client_types stdout ----
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestPlayer", client_type: "player", nocard: None, email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Successfully registered client 'TestPlayer' globally with ID: AB22E76224719FCD
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: AB22E76224719FCD
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_c8b11dd7, created=2025-11-08 18:41:03 UTC, owner=AB22E76224719FCD, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_c8b11dd7
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Added as board owner to game game_c8b11dd7
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: AB22E76224719FCD
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_4175442b, created=2025-11-08 18:41:03 UTC, owner=AB22E76224719FCD, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_4175442b
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Added as board owner to game game_4175442b
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Client registration request for game 'game_c8b11dd7': RegisterRequest { name: "OtherPlayer", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: E6293BE10BBBE07A] Processing registration for game 'game_c8b11dd7'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: E6293BE10BBBE07A] Registered successfully in game 'game_c8b11dd7'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: E6293BE10BBBE07A] Generating 1 cards during registration
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: E6293BE10BBBE07A] Generated and assigned 1 cards in game 'game_c8b11dd7'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: E6293BE10BBBE07A] Dump game request for game: game_c8b11dd7
[INFO] [stdout] 2025-11-08 18:41:03 - ERROR - [api_handlers] Unauthorized: Only the board owner can dump the game, client ID: E6293BE10BBBE07A
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: AB22E76224719FCD] Dump game request for game: game_4175442b
[INFO] [stdout] 2025-11-08 18:41:03 - 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' (31) panicked at src/api_handlers.rs:2767:9:
[INFO] [stdout] assertion failed: game2_dump_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c0fb0112682 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c0fb0112682 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c0fb0112682 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c0fb0112682 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c0fb0123eef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c0fb0123eef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5c0fb00df533 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c0fb00df533 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c0fb00eb872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c0fb00f061f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c0fb00f04b1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c0faff64d6e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5c0faff64d6e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c0fb00f0cdf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5c0fb00f0cdf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c0fb00f0a56 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5c0fb00eb9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c0fb00d2afd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c0fb012c270 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c0fb012c24c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5c0fafe6bbd0 - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::{{closure}}::h6316e169ab48eb48
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2767:9
[INFO] [stdout]   21:     0x5c0faff1ff42 - <core::pin::Pin<P> as core::future::future::Future>::poll::h510c2b5b81dd5137
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5c0faff1fffd - <core::pin::Pin<P> as core::future::future::Future>::poll::hf4c0daa7499f5bfe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5c0fafeef1ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h72a34a845457e8bc
[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:     0x5c0fafeeef1b - tokio::task::coop::with_budget::h24761fe76b1daf62
[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:     0x5c0fafeeef1b - tokio::task::coop::budget::h7c4dcc8cc0906089
[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:     0x5c0fafeeef1b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h3802b15faf284b1e
[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:     0x5c0fafeec840 - tokio::runtime::scheduler::current_thread::Context::enter::h66b3799c0d14b3a9
[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:     0x5c0fafeee5dd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha0b7c0b2bbae305c
[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:     0x5c0fafeed7f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0c9c0b54d5472266
[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:     0x5c0faff1f67b - tokio::runtime::context::scoped::Scoped<T>::set::h74210cccfd12e054
[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:     0x5c0faff063e9 - tokio::runtime::context::set_scheduler::{{closure}}::hae10ced77920e7bb
[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:     0x5c0fafebb412 - std::thread::local::LocalKey<T>::try_with::h01df6760fa984604
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5c0fafebb07e - std::thread::local::LocalKey<T>::with::h1ec878664b3ff9ca
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5c0faff0639d - tokio::runtime::context::set_scheduler::h7b32f54e2a51a166
[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:     0x5c0fafeed180 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h096f231a1f15be53
[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:     0x5c0fafeed833 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h52ac028d44a4bfa6
[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:     0x5c0fafeeb7d0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3d8f328fd0df51b5
[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:     0x5c0fafee0c80 - tokio::runtime::context::runtime::enter_runtime::ha7f79152c70a26eb
[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:     0x5c0fafeeb4e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hdd052d2479c13f16
[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:     0x5c0faff1f8f4 - tokio::runtime::runtime::Runtime::block_on_inner::hef9b3695a8bd714f
[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:     0x5c0faff1fabc - tokio::runtime::runtime::Runtime::block_on::h50271ec99d4802d0
[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:     0x5c0fafe69663 - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::h458c2cc0f914fff7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2769:48
[INFO] [stdout]   43:     0x5c0fafe6bfc7 - tombola::api_handlers::tests::test_handle_dumpgame_game_specific_client_types::{{closure}}::hd147650db72d9891
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:2698:63
[INFO] [stdout]   44:     0x5c0fafe90646 - core::ops::function::FnOnce::call_once::hf8edcc7cd3d8bac0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5c0faff64b6b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5c0faff64b6b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5c0faff78bcd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5c0faff78bcd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5c0faff78bcd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5c0faff78bcd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5c0faff78bcd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5c0faff78bcd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5c0faff78bcd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5c0faff52114 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5c0faff52114 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5c0faff5596a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5c0faff5596a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5c0faff5596a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5c0faff5596a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5c0faff5596a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5c0fb00e6daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5c0fb00e6daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x7ba3c1a3aaa4 - <unknown>
[INFO] [stdout]   66:     0x7ba3c1ac7a64 - 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: 40, score: 0 -> 1
[INFO] [stdout] Extracted number: 59, score: 1 -> 1
[INFO] [stdout] Extracted number: 44, score: 1 -> 1
[INFO] [stdout] Extracted number: 17, score: 1 -> 1
[INFO] [stdout] Extracted number: 89, score: 1 -> 1
[INFO] [stdout] Extracting numbers until BINGO is reached...
[INFO] [stdout] Extraction 6: number=72, score=1
[INFO] [stdout] Extraction 7: number=9, score=1
[INFO] [stdout] Extraction 8: number=32, score=1
[INFO] [stdout] Extraction 9: number=16, score=2
[INFO] [stdout] Extraction 10: number=80, score=2
[INFO] [stdout] Extraction 11: number=36, score=2
[INFO] [stdout] Extraction 12: number=85, score=2
[INFO] [stdout] Extraction 13: number=18, score=3
[INFO] [stdout] Extraction 14: number=29, score=3
[INFO] [stdout] Extraction 15: number=57, score=3
[INFO] [stdout] Extraction 16: number=58, score=3
[INFO] [stdout] Extraction 17: number=14, score=3
[INFO] [stdout] Extraction 18: number=37, score=3
[INFO] [stdout] Extraction 19: number=83, score=3
[INFO] [stdout] Extraction 20: number=79, score=3
[INFO] [stdout] Extraction 21: number=11, score=3
[INFO] [stdout] Extraction 22: number=39, score=4
[INFO] [stdout] Extraction 23: number=35, score=4
[INFO] [stdout] Extraction 24: number=73, score=4
[INFO] [stdout] Extraction 25: number=56, score=4
[INFO] [stdout] Extraction 26: number=28, score=4
[INFO] [stdout] Extraction 27: number=30, score=4
[INFO] [stdout] Extraction 28: number=55, score=4
[INFO] [stdout] Extraction 29: number=34, score=4
[INFO] [stdout] Extraction 30: number=26, score=4
[INFO] [stdout] Extraction 31: number=47, score=4
[INFO] [stdout] Extraction 32: number=84, score=4
[INFO] [stdout] Extraction 33: number=67, score=4
[INFO] [stdout] Extraction 34: number=71, score=4
[INFO] [stdout] Extraction 35: number=68, score=4
[INFO] [stdout] Extraction 36: number=25, score=4
[INFO] [stdout] Extraction 37: number=88, score=4
[INFO] [stdout] Extraction 38: number=53, score=4
[INFO] [stdout] Extraction 39: number=51, score=4
[INFO] [stdout] Extraction 40: number=42, score=4
[INFO] [stdout] Extraction 41: number=61, score=4
[INFO] [stdout] Extraction 42: number=50, score=4
[INFO] [stdout] Extraction 43: number=19, score=4
[INFO] [stdout] Extraction 44: number=24, score=4
[INFO] [stdout] Extraction 45: number=41, score=4
[INFO] [stdout] Extraction 46: number=90, score=4
[INFO] [stdout] Extraction 47: number=78, score=4
[INFO] [stdout] Extraction 48: number=10, score=4
[INFO] [stdout] Extraction 49: number=15, score=4
[INFO] [stdout] Extraction 50: number=21, score=4
[INFO] [stdout] Extraction 51: number=77, score=4
[INFO] [stdout] Extraction 52: number=70, score=4
[INFO] [stdout] Extraction 53: number=54, score=4
[INFO] [stdout] Extraction 54: number=13, score=4
[INFO] [stdout] Extraction 55: number=60, score=5
[INFO] [stdout] Extraction 56: number=20, score=5
[INFO] [stdout] Extraction 57: number=8, score=5
[INFO] [stdout] Extraction 58: number=65, score=5
[INFO] [stdout] Extraction 59: number=31, score=5
[INFO] [stdout] Extraction 60: number=62, score=5
[INFO] [stdout] Extraction 61: number=66, score=5
[INFO] [stdout] Extraction 62: number=81, score=5
[INFO] [stdout] Extraction 63: number=87, score=5
[INFO] [stdout] Extraction 64: number=3, score=5
[INFO] [stdout] Extraction 65: number=75, score=5
[INFO] [stdout] Extraction 66: number=48, score=5
[INFO] [stdout] Extraction 67: number=45, score=5
[INFO] [stdout] Extraction 68: number=64, score=5
[INFO] [stdout] Extraction 69: number=33, score=5
[INFO] [stdout] Extraction 70: number=46, score=5
[INFO] [stdout] Extraction 71: number=1, score=5
[INFO] [stdout] Extraction 72: number=2, score=5
[INFO] [stdout] Extraction 73: number=5, score=5
[INFO] [stdout] Extraction 74: number=12, score=5
[INFO] [stdout] Extraction 75: number=69, score=5
[INFO] [stdout] Extraction 76: number=82, score=5
[INFO] [stdout] Extraction 77: number=4, score=5
[INFO] [stdout] Extraction 78: number=7, score=5
[INFO] [stdout] Extraction 79: number=86, score=5
[INFO] [stdout] Extraction 80: number=38, score=5
[INFO] [stdout] Extraction 81: number=27, score=5
[INFO] [stdout] Extraction 82: number=49, score=15
[INFO] [stdout] BINGO reached! Final score: 15, extractions: 82
[INFO] [stdout] 
[INFO] [stdout] thread 'game::tests::test_game_lifecycle_end_to_end' (84) 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:     0x5c0fb0112682 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c0fb0112682 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c0fb0112682 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c0fb0112682 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c0fb0123eef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c0fb0123eef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5c0fb00df533 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c0fb00df533 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c0fb00eb872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c0fb00f061f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c0fb00f04b1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c0faff64d6e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5c0faff64d6e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c0fb00f0cdf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5c0fb00f0cdf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c0fb00f0a8a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5c0fb00eb9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c0fb00d2afd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c0fb012c270 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c0faff2bdc5 - tombola::game::tests::test_game_lifecycle_end_to_end::h4c81a02723a48257
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game.rs:1549:9
[INFO] [stdout]   20:     0x5c0faff2d017 - tombola::game::tests::test_game_lifecycle_end_to_end::{{closure}}::h94ae017f7b70a7cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/game.rs:1346:40
[INFO] [stdout]   21:     0x5c0fafe8f2e6 - core::ops::function::FnOnce::call_once::h55d37fd03d25ee66
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5c0faff64b6b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5c0faff64b6b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5c0faff78bcd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5c0faff78bcd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5c0faff78bcd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x5c0faff78bcd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x5c0faff78bcd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5c0faff78bcd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5c0faff78bcd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5c0faff52114 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5c0faff52114 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   34:     0x5c0faff5596a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5c0faff5596a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x5c0faff5596a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x5c0faff5596a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   39:     0x5c0faff5596a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5c0fb00e6daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   41:     0x5c0fb00e6daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   42:     0x7ba3c1a3aaa4 - <unknown>
[INFO] [stdout]   43:     0x7ba3c1ac7a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api_handlers::tests::test_handle_dumpgame_success stdout ----
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestBoard", client_type: "board", nocard: Some(0), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Successfully registered client 'TestBoard' globally with ID: 80C5CE35799B788B
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: 80C5CE35799B788B
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_bce41c73, created=2025-11-08 18:41:03 UTC, owner=80C5CE35799B788B, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_bce41c73
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Added as board owner to game game_bce41c73
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Global client registration request: RegisterRequest { name: "TestBoard", client_type: "board", nocard: Some(0), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Client 'TestBoard' already registered globally
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] New game request
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [game] Set game owner to: 80C5CE35799B788B
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Created new game: Game[id=game_b1cb666a, created=2025-11-08 18:41:03 UTC, owner=80C5CE35799B788B, board_len=0, pouch_len=90, score=0, started=false]
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Registered new game in registry: game_b1cb666a
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Added as board owner to game game_b1cb666a
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Assigned BOARD_ID card as game owner
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] Client registration request for game 'game_b1cb666a': RegisterRequest { name: "dumpgame_test_player", client_type: "player", nocard: Some(1), email: None }
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: B8CC897DA2E0F02A] Processing registration for game 'game_b1cb666a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: B8CC897DA2E0F02A] Registered successfully in game 'game_b1cb666a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: B8CC897DA2E0F02A] Generating 1 cards during registration
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: B8CC897DA2E0F02A] Generated and assigned 1 cards in game 'game_b1cb666a'
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Extract request for game: game_bce41c73
[INFO] [stdout] 2025-11-08 18:41:03 - INFO - [api_handlers] [Client: 80C5CE35799B788B] Dump game request for game: game_bce41c73
[INFO] [stdout] 2025-11-08 18:41:03 - 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' (33) panicked at src/api_handlers.rs:1806:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c0fb0112682 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c0fb0112682 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c0fb0112682 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c0fb0112682 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c0fb0123eef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c0fb0123eef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5c0fb00df533 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c0fb00df533 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c0fb00eb872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c0fb00f061f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c0fb00f04b1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c0faff64d6e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5c0faff64d6e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c0fb00f0cdf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5c0fb00f0cdf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c0fb00f0a56 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5c0fb00eb9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c0fb00d2afd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c0fb012c270 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c0fb012c24c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5c0fafe381e0 - tombola::api_handlers::tests::test_handle_dumpgame_success::{{closure}}::h85646df57c1fffb7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1806:9
[INFO] [stdout]   21:     0x5c0faff1ff42 - <core::pin::Pin<P> as core::future::future::Future>::poll::h510c2b5b81dd5137
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5c0faff1fffd - <core::pin::Pin<P> as core::future::future::Future>::poll::hf4c0daa7499f5bfe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5c0fafeef1ad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h72a34a845457e8bc
[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:     0x5c0fafeeef1b - tokio::task::coop::with_budget::h24761fe76b1daf62
[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:     0x5c0fafeeef1b - tokio::task::coop::budget::h7c4dcc8cc0906089
[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:     0x5c0fafeeef1b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h3802b15faf284b1e
[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:     0x5c0fafeec840 - tokio::runtime::scheduler::current_thread::Context::enter::h66b3799c0d14b3a9
[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:     0x5c0fafeee5dd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::ha0b7c0b2bbae305c
[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:     0x5c0fafeed7f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h0c9c0b54d5472266
[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:     0x5c0faff1f67b - tokio::runtime::context::scoped::Scoped<T>::set::h74210cccfd12e054
[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:     0x5c0faff063e9 - tokio::runtime::context::set_scheduler::{{closure}}::hae10ced77920e7bb
[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:     0x5c0fafebb412 - std::thread::local::LocalKey<T>::try_with::h01df6760fa984604
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5c0fafebb07e - std::thread::local::LocalKey<T>::with::h1ec878664b3ff9ca
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5c0faff0639d - tokio::runtime::context::set_scheduler::h7b32f54e2a51a166
[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:     0x5c0fafeed180 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h096f231a1f15be53
[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:     0x5c0fafeed833 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h52ac028d44a4bfa6
[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:     0x5c0fafeeb7d0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3d8f328fd0df51b5
[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:     0x5c0fafee0c80 - tokio::runtime::context::runtime::enter_runtime::ha7f79152c70a26eb
[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:     0x5c0fafeeb4e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hdd052d2479c13f16
[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:     0x5c0faff1f8f4 - tokio::runtime::runtime::Runtime::block_on_inner::hef9b3695a8bd714f
[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:     0x5c0faff1fabc - tokio::runtime::runtime::Runtime::block_on::h50271ec99d4802d0
[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:     0x5c0fafe37403 - tombola::api_handlers::tests::test_handle_dumpgame_success::hc72726628cd96b3e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1813:56
[INFO] [stdout]   43:     0x5c0fafe386c7 - tombola::api_handlers::tests::test_handle_dumpgame_success::{{closure}}::hcf5a5ccc162deafc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api_handlers.rs:1787:44
[INFO] [stdout]   44:     0x5c0fafe90746 - core::ops::function::FnOnce::call_once::hff3039a989e01007
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5c0faff64b6b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5c0faff64b6b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x5c0faff78bcd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x5c0faff78bcd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x5c0faff78bcd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x5c0faff78bcd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x5c0faff78bcd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5c0faff78bcd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x5c0faff78bcd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x5c0faff52114 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x5c0faff52114 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x5c0faff5596a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x5c0faff5596a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x5c0faff5596a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x5c0faff5596a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5c0faff5596a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x5c0faff5596a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5c0fb00e6daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x5c0fb00e6daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x7ba3c1a3aaa4 - <unknown>
[INFO] [stdout]   66:     0x7ba3c1ac7a64 - clone
[INFO] [stdout]   67:                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.21s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b8365fe4eed9f4a3e83cd8913c0bb9bdfc8635b546ee106b5f606bf38de630aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8365fe4eed9f4a3e83cd8913c0bb9bdfc8635b546ee106b5f606bf38de630aa", kill_on_drop: false }`
[INFO] [stdout] b8365fe4eed9f4a3e83cd8913c0bb9bdfc8635b546ee106b5f606bf38de630aa
