[INFO] cloning repository https://github.com/ritesh089/tennis_scheduler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ritesh089/tennis_scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff9703beaad23595ce9ed5fae2eeb5e9491d7492
[INFO] testing ritesh089/tennis_scheduler against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritesh089%2Ftennis_scheduler" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ritesh089/tennis_scheduler
[INFO] finished tweaking git repo https://github.com/ritesh089/tennis_scheduler
[INFO] tweaked toml for git repo https://github.com/ritesh089/tennis_scheduler written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ritesh089/tennis_scheduler on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ritesh089/tennis_scheduler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.14.0
[INFO] [stderr]   Downloaded paperclip-macros v0.6.3
[INFO] [stderr]   Downloaded blowfish v0.8.0
[INFO] [stderr]   Downloaded actix-cors v0.6.5
[INFO] [stderr]   Downloaded anyhow v1.0.96
[INFO] [stderr]   Downloaded derive_more v0.99.19
[INFO] [stderr]   Downloaded zstd-safe v7.2.3
[INFO] [stderr]   Downloaded paperclip-core v0.6.2
[INFO] [stderr]   Downloaded bcrypt v0.10.1
[INFO] [stderr]   Downloaded pq-sys v0.7.0
[INFO] [stderr]   Downloaded brotli-decompressor v4.0.2
[INFO] [stderr]   Downloaded diesel v2.2.7
[INFO] [stderr]   Downloaded zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]   Downloaded paperclip-actix v0.6.2
[INFO] [stderr]   Downloaded paperclip v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8d5a9dc37f238ab78d4cf9afd167bfa5f7a8008ad9291a1270e8f72238dd89d
[INFO] running `Command { std: "docker" "start" "-a" "e8d5a9dc37f238ab78d4cf9afd167bfa5f7a8008ad9291a1270e8f72238dd89d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8d5a9dc37f238ab78d4cf9afd167bfa5f7a8008ad9291a1270e8f72238dd89d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8d5a9dc37f238ab78d4cf9afd167bfa5f7a8008ad9291a1270e8f72238dd89d", kill_on_drop: false }`
[INFO] [stdout] e8d5a9dc37f238ab78d4cf9afd167bfa5f7a8008ad9291a1270e8f72238dd89d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c10b99f824d75f35bc7ba0c4dc867ec9e1fbba4f9dbff4f6311f3453b64dc73
[INFO] running `Command { std: "docker" "start" "-a" "4c10b99f824d75f35bc7ba0c4dc867ec9e1fbba4f9dbff4f6311f3453b64dc73", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.4
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling brotli v6.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling pq-sys v0.7.0
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling paperclip v0.8.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling blowfish v0.8.0
[INFO] [stderr]    Compiling bcrypt v0.10.1
[INFO] [stderr]    Compiling uuid v1.14.0
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling paperclip-macros v0.6.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling diesel-derive-enum v2.1.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.3
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling diesel v2.2.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling actix-http v3.9.0
[INFO] [stderr]    Compiling actix-web v4.9.0
[INFO] [stderr]    Compiling paperclip-core v0.6.2
[INFO] [stderr]    Compiling actix-cors v0.6.5
[INFO] [stderr]    Compiling paperclip-actix v0.6.2
[INFO] [stderr]    Compiling tennis_scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeaguePlayer` is never constructed
[INFO] [stdout]   --> src/db/models.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct LeaguePlayer {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Appointment` is never constructed
[INFO] [stdout]   --> src/db/models.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Appointment {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stdout]    --> src/db/models.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct UpdateMatchInput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
[INFO] running `Command { std: "docker" "inspect" "4c10b99f824d75f35bc7ba0c4dc867ec9e1fbba4f9dbff4f6311f3453b64dc73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c10b99f824d75f35bc7ba0c4dc867ec9e1fbba4f9dbff4f6311f3453b64dc73", kill_on_drop: false }`
[INFO] [stdout] 4c10b99f824d75f35bc7ba0c4dc867ec9e1fbba4f9dbff4f6311f3453b64dc73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 187c50515e04c10cd9a9ab634f96d03c640652badf8bc3ab7f48c657134b5687
[INFO] running `Command { std: "docker" "start" "-a" "187c50515e04c10cd9a9ab634f96d03c640652badf8bc3ab7f48c657134b5687", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tennis_scheduler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeaguePlayer` is never constructed
[INFO] [stdout]   --> src/db/models.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct LeaguePlayer {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Appointment` is never constructed
[INFO] [stdout]   --> src/db/models.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Appointment {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stdout]    --> src/db/models.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct UpdateMatchInput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/test_runner.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         TEST_DB_POOL.clone().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `diesel::prelude`
[INFO] [stdout]  --> tests/fixed_match_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use diesel::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `diesel::prelude`
[INFO] [stdout]  --> tests/match_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use diesel::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `completed_match_id`
[INFO] [stdout]    --> tests/match_tests.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |     let completed_match_id = completed_match_body["id"].as_str().unwrap();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_completed_match_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::db::models::Player`
[INFO] [stdout]   --> src/api/leagues.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::db::models::Player;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/players.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> src/api/matches.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/api/matches.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     path: web::Path<i32>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `item`
[INFO] [stdout]   --> src/api/appointments.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stdout]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/appointments.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api/players.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let result = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/api/matches.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeaguePlayer` is never constructed
[INFO] [stdout]   --> src/db/models.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct LeaguePlayer {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Appointment` is never constructed
[INFO] [stdout]   --> src/db/models.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Appointment {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stdout]    --> src/db/models.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct UpdateMatchInput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stdout]   --> src/api/appointments.rs:6:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CreateAppointmentInput {
[INFO] [stdout]    |            ---------------------- fields in this struct
[INFO] [stdout]  6 |     pub requester_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]  7 |     pub opponent_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]  9 |     pub end_time: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub league_id: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/api/appointments.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UpdateAppointmentInput {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 30 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LeagueResponse` is never constructed
[INFO] [stdout]   --> src/api/leagues.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct LeagueResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_league_by_id` is never used
[INFO] [stdout]   --> src/api/leagues.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub async fn get_league_by_id(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `leave_league` is never used
[INFO] [stdout]    --> src/api/leagues.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub async fn leave_league(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.07s
[INFO] running `Command { std: "docker" "inspect" "187c50515e04c10cd9a9ab634f96d03c640652badf8bc3ab7f48c657134b5687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "187c50515e04c10cd9a9ab634f96d03c640652badf8bc3ab7f48c657134b5687", kill_on_drop: false }`
[INFO] [stdout] 187c50515e04c10cd9a9ab634f96d03c640652badf8bc3ab7f48c657134b5687
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e60df4f6f1980129472422e1d1b02844161f37d14fc0c03542803216e98e088c
[INFO] running `Command { std: "docker" "start" "-a" "e60df4f6f1980129472422e1d1b02844161f37d14fc0c03542803216e98e088c", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::db::models::Player`
[INFO] [stderr]   --> src/api/leagues.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | use crate::db::models::Player;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> src/api/players.rs:2:26
[INFO] [stderr]   |
[INFO] [stderr] 2 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> src/api/matches.rs:6:26
[INFO] [stderr]   |
[INFO] [stderr] 6 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `chrono::Utc`
[INFO] [stderr]  --> src/api/matches.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use chrono::Utc;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `item`
[INFO] [stderr]   --> src/api/appointments.rs:19:33
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub async fn create_appointment(item: web::Json<CreateAppointmentInput>) -> impl Responder {
[INFO] [stderr]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]   --> src/api/appointments.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     path: web::Path<i32>,
[INFO] [stderr]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `item`
[INFO] [stderr]   --> src/api/appointments.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     item: web::Json<UpdateAppointmentInput>,
[INFO] [stderr]    |     ^^^^ help: if this is intentional, prefix it with an underscore: `_item`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]   --> src/api/appointments.rs:41:33
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub async fn cancel_appointment(path: web::Path<i32>) -> impl Responder {
[INFO] [stderr]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]   --> src/api/players.rs:55:27
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub async fn get_calendar(path: web::Path<i32>) -> impl Responder {
[INFO] [stderr]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/api/matches.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 |     let result = web::block(move || {
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/api/matches.rs:250:9
[INFO] [stderr]     |
[INFO] [stderr] 250 |     let result: Result<(), AppError> = web::block(move || {
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `requester_id`, `opponent_id`, `start_time`, `end_time`, and `league_id` are never read
[INFO] [stderr]   --> src/api/appointments.rs:6:9
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub struct CreateAppointmentInput {
[INFO] [stderr]    |            ---------------------- fields in this struct
[INFO] [stderr]  6 |     pub requester_id: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]  7 |     pub opponent_id: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]  8 |     pub start_time: String, // Ideally, use a datetime type; using String here for simplicity.
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]  9 |     pub end_time: String,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 10 |     pub league_id: Option<i32>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `status` is never read
[INFO] [stderr]   --> src/api/appointments.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub struct UpdateAppointmentInput {
[INFO] [stderr]    |            ---------------------- field in this struct
[INFO] [stderr] 30 |     pub status: String,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LeagueResponse` is never constructed
[INFO] [stderr]   --> src/api/leagues.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub struct LeagueResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_league_by_id` is never used
[INFO] [stderr]   --> src/api/leagues.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub async fn get_league_by_id(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `leave_league` is never used
[INFO] [stderr]    --> src/api/leagues.rs:138:14
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub async fn leave_league(
[INFO] [stderr]     |              ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `tennis_scheduler` (lib) generated 16 warnings (run `cargo fix --lib -p tennis_scheduler` to apply 4 suggestions)
[INFO] [stderr] warning: `tennis_scheduler` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr] warning: unused import: `diesel::prelude`
[INFO] [stderr]  --> tests/fixed_match_tests.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use diesel::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LeaguePlayer` is never constructed
[INFO] [stderr]   --> src/db/models.rs:31:12
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct LeaguePlayer {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Appointment` is never constructed
[INFO] [stderr]   --> src/db/models.rs:42:12
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct Appointment {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UpdateMatchInput` is never constructed
[INFO] [stderr]    --> src/db/models.rs:107:12
[INFO] [stderr]     |
[INFO] [stderr] 107 | pub struct UpdateMatchInput {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `diesel::prelude`
[INFO] [stderr]  --> tests/match_tests.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use diesel::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `completed_match_id`
[INFO] [stderr]    --> tests/match_tests.rs:867:9
[INFO] [stderr]     |
[INFO] [stderr] 867 |     let completed_match_id = completed_match_body["id"].as_str().unwrap();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_completed_match_id`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> tests/test_runner.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |         TEST_DB_POOL.clone().unwrap()
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tennis_scheduler` (test "fixed_match_tests") generated 1 warning
[INFO] [stderr] warning: `tennis_scheduler` (bin "tennis_scheduler" test) generated 19 warnings (16 duplicates)
[INFO] [stderr] warning: `tennis_scheduler` (test "match_tests") generated 2 warnings
[INFO] [stderr] warning: `tennis_scheduler` (test "test_runner") generated 1 warning
[INFO] [stderr] warning: `tennis_scheduler` (bin "tennis_scheduler") generated 19 warnings (19 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tennis_scheduler-7df3e8227d3cf00b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tennis_scheduler-8e280863cd83386c)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/auth_tests.rs (/opt/rustwide/target/debug/deps/auth_tests-07a6b2cdbdd5f223)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_login ... ignored
[INFO] [stdout] test test_register ... ignored
[INFO] [stdout] test test_register_duplicate_email ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/doubles_match_test.rs (/opt/rustwide/target/debug/deps/doubles_match_test-8aa59434dfb37201)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_accept_doubles_match ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fixed_match_tests.rs (/opt/rustwide/target/debug/deps/fixed_match_tests-01eddbfc902e60e6)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_accept_match ... ignored
[INFO] [stdout] test test_create_match ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/league_tests.rs (/opt/rustwide/target/debug/deps/league_tests-914ee41ff165d15f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_create_league ... ignored
[INFO] [stdout] test test_get_league_players ... ignored
[INFO] [stdout] test test_get_leagues ... ignored
[INFO] [stdout] test test_join_league ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/match_tests.rs (/opt/rustwide/target/debug/deps/match_tests-26cbb425249a637a)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_accept_doubles_match ... ignored
[INFO] [stdout] test test_accept_match ... ignored
[INFO] [stdout] test test_create_match ... ignored
[INFO] [stdout] test test_reject_match ... ignored
[INFO] [stdout] test test_get_player_matches ... FAILED
[INFO] [stdout] test test_get_league_matches ... FAILED
[INFO] [stdout] test test_get_player_pending_matches ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_player_matches stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_player_matches' panicked at tests/match_tests.rs:21:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5996b4ba5172 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5996b4ba5172 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5996b4ba5172 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5996b4ba5172 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5996b4bcdf13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5996b4bcdf13 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5996b4ba1cd3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5996b4ba1cd3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5996b4ba4fc2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5996b4ba68e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5996b4ba671e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5996b440e934 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5996b440e934 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5996b4ba73be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5996b4ba73be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5996b4ba708a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5996b4ba5679 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5996b4ba6d1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5996b4bcbc50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5996b4bcc0b6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5996b43ad15e - core::result::Result<T,E>::expect::h874debf79172e001
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5996b434d58e - match_tests::setup_test_db::h3aaa4312f5ad516d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:21:49
[INFO] [stdout]   22:     0x5996b4365de0 - match_tests::test_get_player_matches::{{closure}}::hd025a941408f4655
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:471:38
[INFO] [stdout]   23:     0x5996b43bb6df - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h99dc518f2781d817
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5996b43b9080 - tokio::task::local::LocalSet::with::{{closure}}::h28fd105c7610dcf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5996b439ea45 - std::thread::local::LocalKey<T>::try_with::hd9c495843817370f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x5996b439a4ce - std::thread::local::LocalKey<T>::with::ha747bb344666e07a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x5996b43b8ea6 - tokio::task::local::LocalSet::with::h4073a55b17e2453e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5996b43baf86 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h09791147f5dfe73e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5996b43baa2c - tokio::task::local::LocalSet::run_until::{{closure}}::hfead771d5fbc8634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5996b43b60cd - <core::pin::Pin<P> as core::future::future::Future>::poll::hf1425aaa3aa9ec25
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5996b43b5e2d - <core::pin::Pin<P> as core::future::future::Future>::poll::h988ed70a1a2f90c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5996b4399a6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hb6a418dce384fd7a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   33:     0x5996b43997fb - tokio::runtime::coop::with_budget::h24e8afc2ef0774eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x5996b43997fb - tokio::runtime::coop::budget::h1203653200917498
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x5996b43997fb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hf0e6dcdd889cf891
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   36:     0x5996b43850d0 - tokio::runtime::scheduler::current_thread::Context::enter::h5fe29029342aac32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   37:     0x5996b4392490 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h571054a609db00f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   38:     0x5996b438e7b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hfecf54ff1c741a84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   39:     0x5996b43b167b - tokio::runtime::context::scoped::Scoped<T>::set::h4244f6b988cabf15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5996b43d1269 - tokio::runtime::context::set_scheduler::{{closure}}::h653dd414e27a334b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x5996b439fb12 - std::thread::local::LocalKey<T>::try_with::hf8f77b7d7972470a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   42:     0x5996b439a88e - std::thread::local::LocalKey<T>::with::he1566c8070f9bdee
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   43:     0x5996b43d0e9d - tokio::runtime::context::set_scheduler::h237246b61d453ec4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x5996b438ae20 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h1af918bb7eab9093
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   45:     0x5996b438e8f3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h37035b56d1ce561a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   46:     0x5996b437fad6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0656fe28fccd0ada
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   47:     0x5996b43a7b22 - tokio::runtime::context::runtime::enter_runtime::hbe9877cef1902b53
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5996b437ead3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h00641b70dab6b3df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   49:     0x5996b43a959e - tokio::runtime::runtime::Runtime::block_on_inner::h0d2386872e341bfa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5996b43aa6c8 - tokio::runtime::runtime::Runtime::block_on::h1b10a95015f639b1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5996b43b96c3 - tokio::task::local::LocalSet::block_on::h5db0c07dadec6556
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:646:12
[INFO] [stdout]   52:     0x5996b43ab717 - actix_rt::runtime::Runtime::block_on::hfeaf68634b223ee1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5996b43d527a - actix_rt::system::SystemRunner::block_on::hd52de291ee21c226
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x5996b4365a88 - match_tests::test_get_player_matches::hd9a6890b196ef151
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:466:1
[INFO] [stdout]   55:     0x5996b4365a37 - match_tests::test_get_player_matches::{{closure}}::h55655be2178bc886
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:467:35
[INFO] [stdout]   56:     0x5996b439ff26 - core::ops::function::FnOnce::call_once::h263abeb0b00b11e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   57:     0x5996b441419b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   58:     0x5996b441419b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   59:     0x5996b44132d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   60:     0x5996b44132d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   61:     0x5996b44132d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   62:     0x5996b44132d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   63:     0x5996b44132d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5996b44132d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   65:     0x5996b44132d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   66:     0x5996b43d6ed4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   67:     0x5996b43d6ed4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   68:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   69:     0x5996b43da8aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   70:     0x5996b43da8aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   71:     0x5996b43da8aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   72:     0x5996b43da8aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   74:     0x5996b43da8aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   75:     0x5996b4baa43f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x5996b4baa43f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   77:     0x79a6d67f3aa4 - <unknown>
[INFO] [stdout]   78:     0x79a6d6880a34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_league_matches stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_league_matches' panicked at tests/match_tests.rs:21:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5996b4ba5172 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5996b4ba5172 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5996b4ba5172 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5996b4ba5172 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5996b4bcdf13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5996b4bcdf13 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5996b4ba1cd3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5996b4ba1cd3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5996b4ba4fc2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5996b4ba68e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5996b4ba671e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5996b440e934 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5996b440e934 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5996b4ba73be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5996b4ba73be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5996b4ba708a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5996b4ba5679 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5996b4ba6d1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5996b4bcbc50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5996b4bcc0b6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5996b43ad15e - core::result::Result<T,E>::expect::h874debf79172e001
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5996b434d58e - match_tests::setup_test_db::h3aaa4312f5ad516d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:21:49
[INFO] [stdout]   22:     0x5996b4373879 - match_tests::test_get_league_matches::{{closure}}::h69884e20634a4391
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:749:38
[INFO] [stdout]   23:     0x5996b43bb81f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hbd17b699bf863505
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5996b43b9260 - tokio::task::local::LocalSet::with::{{closure}}::ha2219abf4a98c6ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5996b439ae85 - std::thread::local::LocalKey<T>::try_with::h0cfd8a03d283c187
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x5996b439a41e - std::thread::local::LocalKey<T>::with::ha36964a71e75df9b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x5996b43b8fa6 - tokio::task::local::LocalSet::with::ha9ca0f2f50c72b73
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5996b43bb076 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h84f9bf43408cacab
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5996b43ba14c - tokio::task::local::LocalSet::run_until::{{closure}}::h5ef496ab28fe899b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5996b43b5fcd - <core::pin::Pin<P> as core::future::future::Future>::poll::hbcd4d827c1ead1df
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5996b43b600d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc1221d49bd87a1c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5996b4399b2d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hc6501cc4ee62d617
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   33:     0x5996b4398aeb - tokio::runtime::coop::with_budget::h19c413b4d74ad449
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x5996b4398aeb - tokio::runtime::coop::budget::h3279147058929a49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x5996b4398aeb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h4a41a2e1e004ac4f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   36:     0x5996b4384a90 - tokio::runtime::scheduler::current_thread::Context::enter::h545acc471e3bb8a8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   37:     0x5996b43904b0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h36e537b40ffe01ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   38:     0x5996b438e714 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h95a04883c7cb5da8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   39:     0x5996b43b239b - tokio::runtime::context::scoped::Scoped<T>::set::he90a1232542f5c5d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5996b43d1469 - tokio::runtime::context::set_scheduler::{{closure}}::he3f003769abcf7a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x5996b439ee52 - std::thread::local::LocalKey<T>::try_with::he31aee1c91b376f9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   42:     0x5996b439a82e - std::thread::local::LocalKey<T>::with::hd77ed535b6062a6c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   43:     0x5996b43d0f9d - tokio::runtime::context::set_scheduler::h62e6fac05961b9ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x5996b438dfa0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hea14dd35eac2c3b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   45:     0x5996b438e953 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h42d8800cde5195ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   46:     0x5996b437f786 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h02d4995f3bba349a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   47:     0x5996b43a7c72 - tokio::runtime::context::runtime::enter_runtime::hde649ad9def3ee7b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5996b437efd3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h63ae9fc72589e4d9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   49:     0x5996b43a9f5e - tokio::runtime::runtime::Runtime::block_on_inner::hc8c32d8e933a70d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5996b43aa957 - tokio::runtime::runtime::Runtime::block_on::h3872aa4e3b8e02f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5996b43b9772 - tokio::task::local::LocalSet::block_on::h75c78fd595bdd171
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:646:12
[INFO] [stdout]   52:     0x5996b43ab657 - actix_rt::runtime::Runtime::block_on::h519c44bbfd53829c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5996b43d526a - actix_rt::system::SystemRunner::block_on::h9ffbbdfc8adcb050
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x5996b43733f8 - match_tests::test_get_league_matches::hf37d733fd26938d4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:744:1
[INFO] [stdout]   55:     0x5996b43733a7 - match_tests::test_get_league_matches::{{closure}}::hdccdf671158089ab
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:745:35
[INFO] [stdout]   56:     0x5996b439fee6 - core::ops::function::FnOnce::call_once::h0f5f2feaba4588a3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   57:     0x5996b441419b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   58:     0x5996b441419b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   59:     0x5996b44132d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   60:     0x5996b44132d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   61:     0x5996b44132d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   62:     0x5996b44132d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   63:     0x5996b44132d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5996b44132d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   65:     0x5996b44132d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   66:     0x5996b43d6ed4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   67:     0x5996b43d6ed4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   68:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   69:     0x5996b43da8aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   70:     0x5996b43da8aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   71:     0x5996b43da8aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   72:     0x5996b43da8aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   74:     0x5996b43da8aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   75:     0x5996b4baa43f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x5996b4baa43f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   77:     0x79a6d67f3aa4 - <unknown>
[INFO] [stdout]   78:     0x79a6d6880a34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_player_pending_matches stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_player_pending_matches' panicked at tests/match_tests.rs:21:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5996b4ba5172 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5996b4ba5172 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5996b4ba5172 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5996b4ba5172 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5996b4bcdf13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5996b4bcdf13 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5996b4ba1cd3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5996b4ba1cd3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5996b4ba4fc2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5996b4ba68e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5996b4ba671e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5996b440e934 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5996b440e934 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5996b4ba73be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5996b4ba73be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5996b4ba708a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5996b4ba5679 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5996b4ba6d1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5996b4bcbc50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5996b4bcc0b6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5996b43ad15e - core::result::Result<T,E>::expect::h874debf79172e001
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5996b434d58e - match_tests::setup_test_db::h3aaa4312f5ad516d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:21:49
[INFO] [stdout]   22:     0x5996b436bee2 - match_tests::test_get_player_pending_matches::{{closure}}::hb4151dd157222e07
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:600:38
[INFO] [stdout]   23:     0x5996b43bb95f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hf621ae9923caa736
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5996b43b9440 - tokio::task::local::LocalSet::with::{{closure}}::hcdd8ced0b6b56c40
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5996b439d305 - std::thread::local::LocalKey<T>::try_with::h800bd4ac79ce326b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x5996b439a9ce - std::thread::local::LocalKey<T>::with::hf361ee4fe09c319a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x5996b43b8f26 - tokio::task::local::LocalSet::with::h77f66b3daa7cdf9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5996b43bb0c6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::ha0143185704f84eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5996b43ba38c - tokio::task::local::LocalSet::run_until::{{closure}}::h6a8c2bc20187e2a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5996b43b610d - <core::pin::Pin<P> as core::future::future::Future>::poll::hf79c5d6ea46ee248
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5996b43b5b2d - <core::pin::Pin<P> as core::future::future::Future>::poll::h129507b44b6b087b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5996b439992d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h3d08e55866893f4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   33:     0x5996b43994db - tokio::runtime::coop::with_budget::h70e3fa1391082095
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   34:     0x5996b43994db - tokio::runtime::coop::budget::h544ace153299178b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   35:     0x5996b43994db - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hdb7074f244286651
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   36:     0x5996b4385a00 - tokio::runtime::scheduler::current_thread::Context::enter::h724cf4760e0c9bae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   37:     0x5996b43939d0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h8512e44deb009322
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   38:     0x5996b438e674 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h4218760011b3b263
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   39:     0x5996b43b1d0b - tokio::runtime::context::scoped::Scoped<T>::set::h5278fcf7f86a6fc5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5996b43d12e9 - tokio::runtime::context::set_scheduler::{{closure}}::h682b6f338b1b465d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x5996b439e492 - std::thread::local::LocalKey<T>::try_with::hb112c13e36d17a4e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   42:     0x5996b439a46e - std::thread::local::LocalKey<T>::with::ha3d6905ff2771b4c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   43:     0x5996b43d0f1d - tokio::runtime::context::set_scheduler::h38af5cc8f617623b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x5996b438e3c0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::heca8c41434336564
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   45:     0x5996b438ec53 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hc7d03e9e7f27cebd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   46:     0x5996b437fe26 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h147de163d90f3e22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   47:     0x5996b43a79d2 - tokio::runtime::context::runtime::enter_runtime::hb539ae303aba22ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5996b437eb83 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h0d63e05d58aaba55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   49:     0x5996b43a9b4e - tokio::runtime::runtime::Runtime::block_on_inner::ha3cf5e6b4ef05e28
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5996b43ab5d8 - tokio::runtime::runtime::Runtime::block_on::hca19724df4d383b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   51:     0x5996b43b9713 - tokio::task::local::LocalSet::block_on::h6979c977640796b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/task/local.rs:646:12
[INFO] [stdout]   52:     0x5996b43ab677 - actix_rt::runtime::Runtime::block_on::h6b302c2756478f8d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5996b43d523a - actix_rt::system::SystemRunner::block_on::h0c91a549cd5cf1c8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   54:     0x5996b436bb78 - match_tests::test_get_player_pending_matches::h48c3edb269b49bbf
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:595:1
[INFO] [stdout]   55:     0x5996b436bb27 - match_tests::test_get_player_pending_matches::{{closure}}::h6a7ba4bafe070737
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/match_tests.rs:596:43
[INFO] [stdout]   56:     0x5996b43a00e6 - core::ops::function::FnOnce::call_once::h8a9d361c1f568c79
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   57:     0x5996b441419b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   58:     0x5996b441419b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   59:     0x5996b44132d5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   60:     0x5996b44132d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   61:     0x5996b44132d5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   62:     0x5996b44132d5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   63:     0x5996b44132d5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5996b44132d5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   65:     0x5996b44132d5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   66:     0x5996b43d6ed4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   67:     0x5996b43d6ed4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   68:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   69:     0x5996b43da8aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   70:     0x5996b43da8aa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   71:     0x5996b43da8aa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   72:     0x5996b43da8aa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5996b43da8aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   74:     0x5996b43da8aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   75:     0x5996b4baa43f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x5996b4baa43f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   77:     0x79a6d67f3aa4 - <unknown>
[INFO] [stdout]   78:     0x79a6d6880a34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_get_league_matches
[INFO] [stdout]     test_get_player_matches
[INFO] [stdout]     test_get_player_pending_matches
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test match_tests`
[INFO] running `Command { std: "docker" "inspect" "e60df4f6f1980129472422e1d1b02844161f37d14fc0c03542803216e98e088c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e60df4f6f1980129472422e1d1b02844161f37d14fc0c03542803216e98e088c", kill_on_drop: false }`
[INFO] [stdout] e60df4f6f1980129472422e1d1b02844161f37d14fc0c03542803216e98e088c
