[INFO] fetching crate Rustiny 0.1.12...
[INFO] testing Rustiny-0.1.12 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate Rustiny 0.1.12 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate Rustiny 0.1.12
[INFO] finished tweaking crates.io crate Rustiny 0.1.12
[INFO] tweaked toml for crates.io crate Rustiny 0.1.12 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate Rustiny 0.1.12 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 178 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.1)
[INFO] [stderr]       Adding strum v0.24.1 (available: v0.27.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad6c053cd3b49037c2f0f8ea69036006d4555bbc641d0ed34bee56e98009d58f
[INFO] running `Command { std: "docker" "start" "-a" "ad6c053cd3b49037c2f0f8ea69036006d4555bbc641d0ed34bee56e98009d58f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad6c053cd3b49037c2f0f8ea69036006d4555bbc641d0ed34bee56e98009d58f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad6c053cd3b49037c2f0f8ea69036006d4555bbc641d0ed34bee56e98009d58f", kill_on_drop: false }`
[INFO] [stdout] ad6c053cd3b49037c2f0f8ea69036006d4555bbc641d0ed34bee56e98009d58f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 312a46edd880a27a6610525bbf74d2eee534c876f14b01e409d6d94db96c2104
[INFO] running `Command { std: "docker" "start" "-a" "312a46edd880a27a6610525bbf74d2eee534c876f14b01e409d6d94db96c2104", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling Rustiny v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ManifestEntityType` and `Manifest`
[INFO] [stdout]  --> src/lib.rs:6:38
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::api::manifest::manifest::{Manifest, ManifestEntityType};
[INFO] [stdout]   |                                      ^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/api/ApiClient.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Response`
[INFO] [stdout]  --> src/api/ApiClient.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reqwest::{Client, Response};
[INFO] [stdout]   |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Deserializer`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Deserializer};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde_json::Value;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MutexGuard` and `Mutex`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::sync::{Mutex, MutexGuard};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/api/user/BungieUser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration` and `SystemTime`
[INFO] [stdout]  --> src/api/clan/Clan.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::{Duration, SystemTime};
[INFO] [stdout]   |                 ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/clan/Clan.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/api/clan/Clan.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{anyhow, Result};
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::BungieUser`
[INFO] [stdout]   --> src/api/clan/Clan.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::BungieUser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::Mutex`
[INFO] [stdout]  --> src/api/activity/activity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::Util::macros`
[INFO] [stdout]   --> src/api/activity/activity.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::api::Util::macros;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DestinyCharacter`
[INFO] [stdout]   --> src/api/activity/activity.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{basic, BungieUser, DestinyCharacter};
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `assists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to upper camel case: `Assists`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completed` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Completed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `deaths` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                            ^^^^^^ help: convert the identifier to upper camel case: `Deaths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                                    ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `opponentsDefeated` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:43
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...ills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpponentsDefeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `efficiency` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:62
[INFO] [stdout]     |
[INFO] [stdout] 143 | ... kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                               ^^^^^^^^^^ help: convert the identifier to upper camel case: `Efficiency`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsRatio` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:74
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...iency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsRatio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsAssists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:92
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...tio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsAssists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `activityDurationSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:112
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...eathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActivityDurationSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completionReason` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:137
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...conds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CompletionReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fireteamId` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |        ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `FireteamId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `startSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                    ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `StartSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `timePlayedSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:34
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimePlayedSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `playerCount` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:53
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PlayerCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `teamScore` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:66
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                                  ^^^^^^^^^ help: convert the identifier to upper camel case: `TeamScore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerKill` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerKill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerLife` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerLife`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `standing` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:50
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                  ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Standing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `team` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:60
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                            ^^^^ help: convert the identifier to upper camel case: `Team`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:27
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKillsPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:55
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKillsPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `precisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsGrenade` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsGrenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsMelee` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:44
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsMelee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsSuper` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:62
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsSuper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsAbility` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:80
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsAbility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `medalUnknown` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |        ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MedalUnknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `allMedalsEarned` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:22
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllMedalsEarned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]  --> src/api/Util.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 |             return DateTime::<Utc>::from_utc(t, Utc).to_rfc3339();
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/api/user/BungieUser.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 if let Some(map) = val.as_object() {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/api/user/BungieUser.rs:134:18
[INFO] [stdout]     |
[INFO] [stdout] 134 |             for (k, v) in map {
[INFO] [stdout]     |                  ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tester` is never constructed
[INFO] [stdout]   --> src/lib.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Tester {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_user`, `get_character`, `test_all`, and `activity_history` are never used
[INFO] [stdout]   --> src/lib.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Tester {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 20 |     async fn new() -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn get_user(&self) -> BungieUser {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn get_character(&self) -> DestinyCharacter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     async fn test_all(&self, scraper: &PgcrScraper) {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     async fn activity_history(&self, scraper: &PgcrScraper) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_api` is never used
[INFO] [stdout]   --> src/lib.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | async fn get_api() -> ApiInterface {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_characters` is never used
[INFO] [stdout]    --> src/lib.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | async fn get_characters(user: &BungieUser) {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_character` is never used
[INFO] [stdout]    --> src/lib.rs:108:4
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn print_character(c: DestinyCharacter) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_user` is never used
[INFO] [stdout]    --> src/lib.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn print_user(user: &BungieUser) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_clan` is never used
[INFO] [stdout]    --> src/lib.rs:179:4
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn print_clan(clan: Clan) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_pgcr` is never used
[INFO] [stdout]    --> src/lib.rs:282:4
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn print_pgcr(pgcr: &PGCR) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encode_url` is never used
[INFO] [stdout]    --> src/api/ApiClient.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn encode_url(url: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_primary_partial_profile` is never used
[INFO] [stdout]    --> src/api/user/BungieUser.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl BungieUser {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_primary_partial_profile(list: Vec<PartialProfileResponse>) -> Option<PartialProfileResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crossSaveOverride` is never read
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 144 | struct PartialProfileResponse {
[INFO] [stdout]     |        ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `Rustiny` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `rustiny`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let _ = scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ApiClient` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ApiClient;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyAPI` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyAPI;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `destiny_api`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Util` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod Util;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DEBUG_MODE` should have a snake case name
[INFO] [stdout]   --> src/api/ApiClient.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     DEBUG_MODE: Mutex<AtomicBool>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `debug_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `BungieUser` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod BungieUser;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `bungie_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyCharacter` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyCharacter;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_character`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newVal` should have a snake case name
[INFO] [stdout]   --> src/api/user/BungieUser.rs:54:33
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     if let Some(newVal) = val["searchResults"].clone().as_array() {
[INFO] [stdout]    |                                 ^^^^^^ help: convert the identifier to snake case: `new_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub membershipId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub membershipType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `crossSaveOverride` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cross_save_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayName` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub LastSeenDisplayName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayNameType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub LastSeenDisplayNameType: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseCharacterLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub baseCharacterLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub characterId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub classHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub classType: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemBackgroundPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub emblemBackgroundPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_background_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemColor` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub emblemColor: EmblemColor,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub emblemHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub emblemPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub genderHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub genderType: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelProgression` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub levelProgression: LevelProgression,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `level_progression`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub membershipId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub membershipType: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedThisSession` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub minutesPlayedThisSession: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_this_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedTotal` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub minutesPlayedTotal: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_total`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `percentToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub percentToNextLevel: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percent_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub raceHash: i64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub raceType: i8,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `titleRecordHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub titleRecordHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `title_record_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub currentProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub dailyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `daily_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub dailyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `daily_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelCap` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub levelCap: i16,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `level_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextLevelAt` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub nextLevelAt: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `next_level_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub progressToNextLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progress_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressionHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub progressionHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progression_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stepIndex` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub stepIndex: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `step_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub weeklyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub weeklyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Clan` should have a snake case name
[INFO] [stdout]  --> src/api/clan/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Clan;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `clan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alliedIds` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub alliedIds: Vec<i32>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allied_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allianceStatus` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub allianceStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alliance_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupJoinInviteCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub groupJoinInviteCount: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `group_join_invite_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentUserMembershipsInactiveForDestiny` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub currentUserMembershipsInactiveForDestiny: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_user_memberships_inactive_for_destiny`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub async fn get_by_id(apiClient: ApiClient, id: i32) -> Result<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub async fn get_by_name(apiClient: ApiClient, name: &str) -> Result<Self> {
[INFO] [stdout]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupType` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub groupType: u8,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `founderId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub founderId: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `founder_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub creationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modificationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub modificationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `modification_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub memberCount: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `member_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub isPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `is_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublicTopicAdminOnly` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub isPublicTopicAdminOnly: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_public_topic_admin_only`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowChat` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub allowChat: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allow_chat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isDefaultPostPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub isDefaultPostPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_default_post_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `chatSecurity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub chatSecurity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `chat_security`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarImageIndex` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub avatarImageIndex: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `avatar_image_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipOption` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub membershipOption: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `defaultPublicity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub defaultPublicity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_publicity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub avatarPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `avatar_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bannerPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub bannerPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `banner_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `conversationId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub conversationId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `conversation_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `enableInvitationMessagingForAdmins` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub enableInvitationMessagingForAdmins: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_invitation_messaging_for_admins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `banExpireDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub banExpireDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ban_expire_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanInfo` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub clanInfo: ClanInfo,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `clan_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembers` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub maximumMembers: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_members`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembershipsOfGroupType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub maximumMembershipsOfGroupType: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_memberships_of_group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipTypes` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub membershipTypes: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invitePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub invitePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invite_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateCulturePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub updateCulturePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_culture_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hostGuidedGamePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub hostGuidedGamePermissionOverride: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `host_guided_game_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateBannerPermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub updateBannerPermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_banner_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinLevel` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub joinLevel: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `join_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanCallsign` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub clanCallsign: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `clan_callsign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub memberType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `member_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isOnline` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub isOnline: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_online`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastOnlineStatusChange` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub lastOnlineStatusChange: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_online_status_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupId` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub groupId: String,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `group_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bungieNetUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub bungieNetUserInfo: BnetMembership,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bungie_net_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinDate` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub joinDate: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `join_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `milestoneHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub milestoneHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardCategoryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub rewardCategoryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub rewardEntryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayValue` should have a snake case name
[INFO] [stdout]    --> src/api/Util.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub displayValue: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `display_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startingPhaseIndex` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub startingPhaseIndex: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_phase_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityWasStartedFromBeginning` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub activityWasStartedFromBeginning: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_was_started_from_beginning`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub teamId: i16,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `team_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamName` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub teamName: String,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `team_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `directorActivityHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub directorActivityHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `director_activity_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `instanceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub instanceId: String,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `instance_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPrivate` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub isPrivate: bool,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `is_private`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub membershipType: i8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub characterId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterClass` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub characterClass: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub classHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub raceHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub genderHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub characterLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lightLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub lightLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `light_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub emblemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `opponentsDefeated` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub opponentsDefeated: opponentsDefeated,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `opponents_defeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsRatio` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub killsDeathsRatio: killsDeathsRatio,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsAssists` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub killsDeathsAssists: killsDeathsAssists,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_assists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDurationSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub activityDurationSeconds: activityDurationSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_duration_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completionReason` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub completionReason: completionReason,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `completion_reason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fireteamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fireteamId: fireteamId,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `fireteam_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub startSeconds: startSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `start_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timePlayedSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub timePlayedSeconds: timePlayedSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_played_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `playerCount` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub playerCount: playerCount,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `player_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamScore` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub teamScore: teamScore,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `team_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerKill` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub averageScorePerKill: Option<averageScorePerKill>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_kill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerLife` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub averageScorePerLife: Option<averageScorePerLife>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_life`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub uniqueWeaponKills: uniqueWeaponKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub uniqueWeaponPrecisionKills: uniqueWeaponPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKillsPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub uniqueWeaponKillsPrecisionKills: uniqueWeaponKillsPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `precisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub precisionKills: precisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsGrenade` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub weaponKillsGrenade: weaponKillsGrenade,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_grenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsMelee` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub weaponKillsMelee: weaponKillsMelee,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_melee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsSuper` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub weaponKillsSuper: weaponKillsSuper,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_super`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsAbility` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub weaponKillsAbility: weaponKillsAbility,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_ability`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `medalUnknown` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:208:9
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub medalUnknown: Option<medalUnknown>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `medal_unknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allMedalsEarned` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub allMedalsEarned: Option<allMedalsEarned>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_medals_earned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `milestoneHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:41
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub currentWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `current_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `previousWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub previousWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `previous_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub categoryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub categoryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntries` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub rewardEntries: RewardEntries,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWnightfall` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PWnightfall: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `pwnightfall`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWgambit` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub PWgambit: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `pwgambit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWraid` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub PWraid: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `pwraid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWpvp` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub PWpvp: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pwpvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub rewardEntryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub rewardEntryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `vendorHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub vendorHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `vendor_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub earnedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `earned_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `redeemedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub redeemedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `redeemed_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub itemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `item_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasConditionalVisibility` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub hasConditionalVisibility: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_conditional_visibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasIcon` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub hasIcon: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_icon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "312a46edd880a27a6610525bbf74d2eee534c876f14b01e409d6d94db96c2104", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "312a46edd880a27a6610525bbf74d2eee534c876f14b01e409d6d94db96c2104", kill_on_drop: false }`
[INFO] [stdout] 312a46edd880a27a6610525bbf74d2eee534c876f14b01e409d6d94db96c2104
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da927f61a012f14740a0656bdbbb5355bca84cce0932707310c1b5a961362b8c
[INFO] running `Command { std: "docker" "start" "-a" "da927f61a012f14740a0656bdbbb5355bca84cce0932707310c1b5a961362b8c", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ManifestEntityType` and `Manifest`
[INFO] [stdout]  --> src/lib.rs:6:38
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::api::manifest::manifest::{Manifest, ManifestEntityType};
[INFO] [stdout]   |                                      ^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/api/ApiClient.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Response`
[INFO] [stdout]  --> src/api/ApiClient.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reqwest::{Client, Response};
[INFO] [stdout]   |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Deserializer`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Deserializer};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde_json::Value;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MutexGuard` and `Mutex`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::sync::{Mutex, MutexGuard};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/api/user/BungieUser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration` and `SystemTime`
[INFO] [stdout]  --> src/api/clan/Clan.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::{Duration, SystemTime};
[INFO] [stdout]   |                 ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/clan/Clan.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/api/clan/Clan.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{anyhow, Result};
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::BungieUser`
[INFO] [stdout]   --> src/api/clan/Clan.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::BungieUser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::Mutex`
[INFO] [stdout]  --> src/api/activity/activity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::Util::macros`
[INFO] [stdout]   --> src/api/activity/activity.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::api::Util::macros;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DestinyCharacter`
[INFO] [stdout]   --> src/api/activity/activity.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{basic, BungieUser, DestinyCharacter};
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `assists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to upper camel case: `Assists`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completed` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Completed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `deaths` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                            ^^^^^^ help: convert the identifier to upper camel case: `Deaths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                                    ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `opponentsDefeated` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:43
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...ills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpponentsDefeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `efficiency` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:62
[INFO] [stdout]     |
[INFO] [stdout] 143 | ... kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                               ^^^^^^^^^^ help: convert the identifier to upper camel case: `Efficiency`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsRatio` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:74
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...iency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsRatio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsAssists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:92
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...tio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsAssists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `activityDurationSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:112
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...eathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActivityDurationSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completionReason` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:137
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...conds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CompletionReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fireteamId` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |        ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `FireteamId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `startSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                    ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `StartSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `timePlayedSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:34
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimePlayedSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `playerCount` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:53
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PlayerCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `teamScore` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:66
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                                  ^^^^^^^^^ help: convert the identifier to upper camel case: `TeamScore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerKill` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerKill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerLife` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerLife`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `standing` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:50
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                  ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Standing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `team` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:60
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                            ^^^^ help: convert the identifier to upper camel case: `Team`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:27
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKillsPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:55
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKillsPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `precisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsGrenade` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsGrenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsMelee` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:44
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsMelee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsSuper` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:62
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsSuper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsAbility` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:80
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsAbility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `medalUnknown` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |        ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MedalUnknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `allMedalsEarned` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:22
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllMedalsEarned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]  --> src/api/Util.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 |             return DateTime::<Utc>::from_utc(t, Utc).to_rfc3339();
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/api/user/BungieUser.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 if let Some(map) = val.as_object() {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/api/user/BungieUser.rs:134:18
[INFO] [stdout]     |
[INFO] [stdout] 134 |             for (k, v) in map {
[INFO] [stdout]     |                  ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tester` is never constructed
[INFO] [stdout]   --> src/lib.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Tester {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_user`, `get_character`, `test_all`, and `activity_history` are never used
[INFO] [stdout]   --> src/lib.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Tester {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 20 |     async fn new() -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn get_user(&self) -> BungieUser {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn get_character(&self) -> DestinyCharacter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     async fn test_all(&self, scraper: &PgcrScraper) {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     async fn activity_history(&self, scraper: &PgcrScraper) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_api` is never used
[INFO] [stdout]   --> src/lib.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 | async fn get_api() -> ApiInterface {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_characters` is never used
[INFO] [stdout]    --> src/lib.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | async fn get_characters(user: &BungieUser) {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_character` is never used
[INFO] [stdout]    --> src/lib.rs:108:4
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn print_character(c: DestinyCharacter) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_user` is never used
[INFO] [stdout]    --> src/lib.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn print_user(user: &BungieUser) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_clan` is never used
[INFO] [stdout]    --> src/lib.rs:179:4
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn print_clan(clan: Clan) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_pgcr` is never used
[INFO] [stdout]    --> src/lib.rs:282:4
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn print_pgcr(pgcr: &PGCR) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encode_url` is never used
[INFO] [stdout]    --> src/api/ApiClient.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn encode_url(url: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_primary_partial_profile` is never used
[INFO] [stdout]    --> src/api/user/BungieUser.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl BungieUser {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_primary_partial_profile(list: Vec<PartialProfileResponse>) -> Option<PartialProfileResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crossSaveOverride` is never read
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 144 | struct PartialProfileResponse {
[INFO] [stdout]     |        ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `Rustiny` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `rustiny`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let _ = scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ApiClient` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ApiClient;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyAPI` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyAPI;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `destiny_api`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Util` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod Util;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DEBUG_MODE` should have a snake case name
[INFO] [stdout]   --> src/api/ApiClient.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     DEBUG_MODE: Mutex<AtomicBool>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `debug_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `BungieUser` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod BungieUser;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `bungie_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyCharacter` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyCharacter;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_character`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newVal` should have a snake case name
[INFO] [stdout]   --> src/api/user/BungieUser.rs:54:33
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     if let Some(newVal) = val["searchResults"].clone().as_array() {
[INFO] [stdout]    |                                 ^^^^^^ help: convert the identifier to snake case: `new_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub membershipId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub membershipType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `crossSaveOverride` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cross_save_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayName` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub LastSeenDisplayName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayNameType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub LastSeenDisplayNameType: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseCharacterLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub baseCharacterLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub characterId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub classHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub classType: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemBackgroundPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub emblemBackgroundPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_background_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemColor` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub emblemColor: EmblemColor,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub emblemHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub emblemPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub genderHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub genderType: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelProgression` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub levelProgression: LevelProgression,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `level_progression`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub membershipId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub membershipType: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedThisSession` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub minutesPlayedThisSession: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_this_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedTotal` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub minutesPlayedTotal: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_total`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `percentToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub percentToNextLevel: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percent_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub raceHash: i64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub raceType: i8,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `titleRecordHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub titleRecordHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `title_record_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub currentProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub dailyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `daily_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub dailyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `daily_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelCap` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub levelCap: i16,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `level_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextLevelAt` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub nextLevelAt: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `next_level_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub progressToNextLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progress_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressionHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub progressionHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progression_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stepIndex` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub stepIndex: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `step_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub weeklyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub weeklyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Clan` should have a snake case name
[INFO] [stdout]  --> src/api/clan/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Clan;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `clan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alliedIds` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub alliedIds: Vec<i32>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allied_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allianceStatus` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub allianceStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alliance_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupJoinInviteCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub groupJoinInviteCount: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `group_join_invite_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentUserMembershipsInactiveForDestiny` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub currentUserMembershipsInactiveForDestiny: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_user_memberships_inactive_for_destiny`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub async fn get_by_id(apiClient: ApiClient, id: i32) -> Result<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub async fn get_by_name(apiClient: ApiClient, name: &str) -> Result<Self> {
[INFO] [stdout]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupType` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub groupType: u8,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `founderId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub founderId: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `founder_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub creationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modificationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub modificationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `modification_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub memberCount: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `member_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub isPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `is_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublicTopicAdminOnly` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub isPublicTopicAdminOnly: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_public_topic_admin_only`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowChat` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub allowChat: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allow_chat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isDefaultPostPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub isDefaultPostPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_default_post_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `chatSecurity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub chatSecurity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `chat_security`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarImageIndex` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub avatarImageIndex: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `avatar_image_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipOption` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub membershipOption: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `defaultPublicity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub defaultPublicity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_publicity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub avatarPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `avatar_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bannerPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub bannerPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `banner_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `conversationId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub conversationId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `conversation_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `enableInvitationMessagingForAdmins` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub enableInvitationMessagingForAdmins: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_invitation_messaging_for_admins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `banExpireDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub banExpireDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ban_expire_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanInfo` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub clanInfo: ClanInfo,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `clan_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembers` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub maximumMembers: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_members`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembershipsOfGroupType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub maximumMembershipsOfGroupType: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_memberships_of_group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipTypes` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub membershipTypes: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invitePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub invitePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invite_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateCulturePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub updateCulturePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_culture_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hostGuidedGamePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub hostGuidedGamePermissionOverride: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `host_guided_game_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateBannerPermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub updateBannerPermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_banner_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinLevel` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub joinLevel: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `join_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanCallsign` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub clanCallsign: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `clan_callsign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub memberType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `member_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isOnline` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub isOnline: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_online`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastOnlineStatusChange` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub lastOnlineStatusChange: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_online_status_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupId` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub groupId: String,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `group_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bungieNetUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub bungieNetUserInfo: BnetMembership,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bungie_net_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinDate` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub joinDate: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `join_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `milestoneHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub milestoneHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardCategoryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub rewardCategoryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub rewardEntryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayValue` should have a snake case name
[INFO] [stdout]    --> src/api/Util.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub displayValue: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `display_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startingPhaseIndex` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub startingPhaseIndex: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_phase_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityWasStartedFromBeginning` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub activityWasStartedFromBeginning: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_was_started_from_beginning`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub teamId: i16,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `team_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamName` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub teamName: String,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `team_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `directorActivityHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub directorActivityHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `director_activity_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `instanceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub instanceId: String,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `instance_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPrivate` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub isPrivate: bool,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `is_private`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub membershipType: i8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub characterId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterClass` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub characterClass: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub classHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub raceHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub genderHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub characterLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lightLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub lightLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `light_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub emblemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `opponentsDefeated` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub opponentsDefeated: opponentsDefeated,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `opponents_defeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsRatio` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub killsDeathsRatio: killsDeathsRatio,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsAssists` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub killsDeathsAssists: killsDeathsAssists,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_assists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDurationSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub activityDurationSeconds: activityDurationSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_duration_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completionReason` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub completionReason: completionReason,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `completion_reason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fireteamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fireteamId: fireteamId,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `fireteam_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub startSeconds: startSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `start_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timePlayedSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub timePlayedSeconds: timePlayedSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_played_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `playerCount` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub playerCount: playerCount,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `player_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamScore` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub teamScore: teamScore,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `team_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerKill` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub averageScorePerKill: Option<averageScorePerKill>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_kill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerLife` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub averageScorePerLife: Option<averageScorePerLife>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_life`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub uniqueWeaponKills: uniqueWeaponKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub uniqueWeaponPrecisionKills: uniqueWeaponPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKillsPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub uniqueWeaponKillsPrecisionKills: uniqueWeaponKillsPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `precisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub precisionKills: precisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsGrenade` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub weaponKillsGrenade: weaponKillsGrenade,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_grenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsMelee` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub weaponKillsMelee: weaponKillsMelee,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_melee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsSuper` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub weaponKillsSuper: weaponKillsSuper,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_super`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsAbility` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub weaponKillsAbility: weaponKillsAbility,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_ability`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `medalUnknown` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:208:9
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub medalUnknown: Option<medalUnknown>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `medal_unknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allMedalsEarned` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub allMedalsEarned: Option<allMedalsEarned>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_medals_earned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `milestoneHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:41
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub currentWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `current_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `previousWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub previousWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `previous_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub categoryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub categoryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntries` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub rewardEntries: RewardEntries,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWnightfall` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PWnightfall: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `pwnightfall`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWgambit` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub PWgambit: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `pwgambit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWraid` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub PWraid: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `pwraid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWpvp` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub PWpvp: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pwpvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub rewardEntryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub rewardEntryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `vendorHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub vendorHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `vendor_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub earnedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `earned_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `redeemedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub redeemedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `redeemed_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub itemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `item_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasConditionalVisibility` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub hasConditionalVisibility: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_conditional_visibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasIcon` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub hasIcon: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_icon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling Rustiny v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::Result`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use anyhow::Result;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/api/ApiClient.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Response`
[INFO] [stdout]  --> src/api/ApiClient.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reqwest::{Client, Response};
[INFO] [stdout]   |                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Arc`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Deserializer`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Deserializer};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde_json::Value;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MutexGuard` and `Mutex`
[INFO] [stdout]  --> src/api/DestinyAPI.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::sync::{Mutex, MutexGuard};
[INFO] [stdout]   |                   ^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/api/user/BungieUser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Duration` and `SystemTime`
[INFO] [stdout]  --> src/api/clan/Clan.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::time::{Duration, SystemTime};
[INFO] [stdout]   |                 ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Response`
[INFO] [stdout]  --> src/api/clan/Clan.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/api/clan/Clan.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{anyhow, Result};
[INFO] [stdout]   |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::BungieUser`
[INFO] [stdout]   --> src/api/clan/Clan.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::BungieUser;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::Mutex`
[INFO] [stdout]  --> src/api/activity/activity.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tokio::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::api::Util::macros`
[INFO] [stdout]   --> src/api/activity/activity.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::api::Util::macros;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DestinyCharacter`
[INFO] [stdout]   --> src/api/activity/activity.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::{basic, BungieUser, DestinyCharacter};
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `assists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |        ^^^^^^^ help: convert the identifier to upper camel case: `Assists`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completed` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Completed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `deaths` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                            ^^^^^^ help: convert the identifier to upper camel case: `Deaths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `kills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stdout]     |                                    ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `opponentsDefeated` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:43
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...ills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpponentsDefeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `efficiency` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:62
[INFO] [stdout]     |
[INFO] [stdout] 143 | ... kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                               ^^^^^^^^^^ help: convert the identifier to upper camel case: `Efficiency`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsRatio` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:74
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...iency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsRatio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `killsDeathsAssists` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:92
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...tio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsAssists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `activityDurationSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:112
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...eathsAssists, activityDurationSeconds, completionReason);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActivityDurationSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `completionReason` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:143:137
[INFO] [stdout]     |
[INFO] [stdout] 143 | ...conds, completionReason);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CompletionReason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fireteamId` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |        ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `FireteamId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `startSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:20
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                    ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `StartSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `timePlayedSeconds` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:34
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimePlayedSeconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `playerCount` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:53
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PlayerCount`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `teamScore` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:144:66
[INFO] [stdout]     |
[INFO] [stdout] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stdout]     |                                                                  ^^^^^^^^^ help: convert the identifier to upper camel case: `TeamScore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerKill` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerKill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `averageScorePerLife` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerLife`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `standing` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:50
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                  ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Standing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `team` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:147:60
[INFO] [stdout]     |
[INFO] [stdout] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stdout]     |                                                            ^^^^ help: convert the identifier to upper camel case: `Team`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:27
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `uniqueWeaponKillsPrecisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:188:55
[INFO] [stdout]     |
[INFO] [stdout] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKillsPrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `precisionKills` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:8
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrecisionKills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsGrenade` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsGrenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsMelee` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:44
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsMelee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsSuper` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:62
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsSuper`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `weaponKillsAbility` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:197:80
[INFO] [stdout]     |
[INFO] [stdout] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsAbility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `medalUnknown` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:8
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |        ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MedalUnknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `allMedalsEarned` should have an upper camel case name
[INFO] [stdout]    --> src/api/activity/activity.rs:198:22
[INFO] [stdout]     |
[INFO] [stdout] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllMedalsEarned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]  --> src/api/Util.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 |             return DateTime::<Utc>::from_utc(t, Utc).to_rfc3339();
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/api/user/BungieUser.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 if let Some(map) = val.as_object() {
[INFO] [stdout]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/api/user/BungieUser.rs:134:18
[INFO] [stdout]     |
[INFO] [stdout] 134 |             for (k, v) in map {
[INFO] [stdout]     |                  ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]    --> src/lib.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout] 119 |     if let Ok(user) = user {
[INFO] [stdout]     |               ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `character` and `clan` are never read
[INFO] [stdout]   --> src/lib.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Tester {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     character: Option<DestinyCharacter>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 16 |     clan: Option<Clan>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_character` is never used
[INFO] [stdout]   --> src/lib.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Tester {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     fn get_character(&self) -> DestinyCharacter {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `encode_url` is never used
[INFO] [stdout]    --> src/api/ApiClient.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn encode_url(url: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_primary_partial_profile` is never used
[INFO] [stdout]    --> src/api/user/BungieUser.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl BungieUser {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_primary_partial_profile(list: Vec<PartialProfileResponse>) -> Option<PartialProfileResponse> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `crossSaveOverride` is never read
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 144 | struct PartialProfileResponse {
[INFO] [stdout]     |        ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let _ = scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ApiClient` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ApiClient;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyAPI` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyAPI;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `destiny_api`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Util` should have a snake case name
[INFO] [stdout]  --> src/api/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod Util;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `util`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DEBUG_MODE` should have a snake case name
[INFO] [stdout]   --> src/api/ApiClient.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     DEBUG_MODE: Mutex<AtomicBool>,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `debug_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `BungieUser` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod BungieUser;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `bungie_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `DestinyCharacter` should have a snake case name
[INFO] [stdout]  --> src/api/user/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod DestinyCharacter;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_character`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `newVal` should have a snake case name
[INFO] [stdout]   --> src/api/user/BungieUser.rs:54:33
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     if let Some(newVal) = val["searchResults"].clone().as_array() {
[INFO] [stdout]    |                                 ^^^^^^ help: convert the identifier to snake case: `new_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub membershipId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub membershipType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `crossSaveOverride` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub crossSaveOverride: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cross_save_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayName` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub LastSeenDisplayName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LastSeenDisplayNameType` should have a snake case name
[INFO] [stdout]    --> src/api/user/BungieUser.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |     pub LastSeenDisplayNameType: Option<i16>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseCharacterLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub baseCharacterLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub characterId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub classHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub classType: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemBackgroundPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub emblemBackgroundPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_background_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemColor` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub emblemColor: EmblemColor,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub emblemHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemPath` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub emblemPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub genderHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub genderType: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelProgression` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub levelProgression: LevelProgression,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `level_progression`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipId` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub membershipId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub membershipType: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedThisSession` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub minutesPlayedThisSession: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_this_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minutesPlayedTotal` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub minutesPlayedTotal: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_total`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `percentToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub percentToNextLevel: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percent_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub raceHash: i64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceType` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub raceType: i8,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `titleRecordHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub titleRecordHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `title_record_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub currentProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub dailyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `daily_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dailyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub dailyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `daily_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `levelCap` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub levelCap: i16,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `level_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextLevelAt` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub nextLevelAt: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `next_level_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressToNextLevel` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub progressToNextLevel: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progress_to_next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `progressionHash` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub progressionHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progression_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stepIndex` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub stepIndex: i16,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `step_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyLimit` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub weeklyLimit: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weeklyProgress` should have a snake case name
[INFO] [stdout]   --> src/api/user/DestinyCharacter.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub weeklyProgress: i16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Clan` should have a snake case name
[INFO] [stdout]  --> src/api/clan/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod Clan;
[INFO] [stdout]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `clan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `alliedIds` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub alliedIds: Vec<i32>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allied_ids`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allianceStatus` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub allianceStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alliance_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupJoinInviteCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub groupJoinInviteCount: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `group_join_invite_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentUserMembershipsInactiveForDestiny` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub currentUserMembershipsInactiveForDestiny: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_user_memberships_inactive_for_destiny`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub async fn get_by_id(apiClient: ApiClient, id: i32) -> Result<Self> {
[INFO] [stdout]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `apiClient` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub async fn get_by_name(apiClient: ApiClient, name: &str) -> Result<Self> {
[INFO] [stdout]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupType` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub groupType: u8,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `founderId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub founderId: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `founder_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub creationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modificationDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub modificationDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `modification_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberCount` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub memberCount: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `member_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub isPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `is_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPublicTopicAdminOnly` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub isPublicTopicAdminOnly: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_public_topic_admin_only`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowChat` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub allowChat: bool,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allow_chat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isDefaultPostPublic` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub isDefaultPostPublic: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_default_post_public`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `chatSecurity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub chatSecurity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `chat_security`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarImageIndex` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub avatarImageIndex: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `avatar_image_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipOption` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub membershipOption: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `defaultPublicity` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub defaultPublicity: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_publicity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `avatarPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub avatarPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `avatar_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bannerPath` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub bannerPath: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `banner_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `conversationId` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub conversationId: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `conversation_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `enableInvitationMessagingForAdmins` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub enableInvitationMessagingForAdmins: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_invitation_messaging_for_admins`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `banExpireDate` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub banExpireDate: Option<NaiveDateTime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ban_expire_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanInfo` should have a snake case name
[INFO] [stdout]   --> src/api/clan/Clan.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub clanInfo: ClanInfo,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `clan_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembers` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub maximumMembers: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_members`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maximumMembershipsOfGroupType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub maximumMembershipsOfGroupType: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_memberships_of_group_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipTypes` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub membershipTypes: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invitePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub invitePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invite_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateCulturePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub updateCulturePermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_culture_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hostGuidedGamePermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub hostGuidedGamePermissionOverride: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `host_guided_game_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updateBannerPermissionOverride` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub updateBannerPermissionOverride: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_banner_permission_override`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinLevel` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub joinLevel: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `join_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clanCallsign` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub clanCallsign: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `clan_callsign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `memberType` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub memberType: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `member_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isOnline` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub isOnline: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_online`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastOnlineStatusChange` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub lastOnlineStatusChange: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_online_status_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `groupId` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub groupId: String,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `group_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bungieNetUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub bungieNetUserInfo: BnetMembership,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bungie_net_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `joinDate` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub joinDate: Option<NaiveDateTime>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `join_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `milestoneHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub milestoneHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardCategoryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub rewardCategoryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]    --> src/api/clan/Clan.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub rewardEntryHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayValue` should have a snake case name
[INFO] [stdout]    --> src/api/Util.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         pub displayValue: String,
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `display_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startingPhaseIndex` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub startingPhaseIndex: i8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_phase_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityWasStartedFromBeginning` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub activityWasStartedFromBeginning: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_was_started_from_beginning`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDetails` should have a snake case name
[INFO] [stdout]   --> src/api/activity/activity.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub activityDetails: ActivityDetails,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub teamId: i16,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `team_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamName` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub teamName: String,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `team_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `directorActivityHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub directorActivityHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `director_activity_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `instanceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub instanceId: String,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `instance_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isPrivate` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub isPrivate: bool,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `is_private`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `membershipType` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub membershipType: i8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub characterId: String,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterClass` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub characterClass: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_class`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `classHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub classHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `raceHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub raceHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `genderHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub genderHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `characterLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub characterLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lightLevel` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub lightLevel: i16,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `light_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `emblemHash` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub emblemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `opponentsDefeated` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub opponentsDefeated: opponentsDefeated,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `opponents_defeated`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsRatio` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub killsDeathsRatio: killsDeathsRatio,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `killsDeathsAssists` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub killsDeathsAssists: killsDeathsAssists,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_assists`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `activityDurationSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub activityDurationSeconds: activityDurationSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_duration_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completionReason` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub completionReason: completionReason,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `completion_reason`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fireteamId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fireteamId: fireteamId,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `fireteam_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub startSeconds: startSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `start_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timePlayedSeconds` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub timePlayedSeconds: timePlayedSeconds,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_played_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `playerCount` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub playerCount: playerCount,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `player_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `teamScore` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub teamScore: teamScore,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `team_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerKill` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub averageScorePerKill: Option<averageScorePerKill>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_kill`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `averageScorePerLife` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub averageScorePerLife: Option<averageScorePerLife>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_life`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `referenceId` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub referenceId: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub uniqueWeaponKills: uniqueWeaponKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub uniqueWeaponPrecisionKills: uniqueWeaponPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `uniqueWeaponKillsPrecisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub uniqueWeaponKillsPrecisionKills: uniqueWeaponKillsPrecisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills_precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `precisionKills` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub precisionKills: precisionKills,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `precision_kills`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsGrenade` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub weaponKillsGrenade: weaponKillsGrenade,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_grenade`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsMelee` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub weaponKillsMelee: weaponKillsMelee,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_melee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsSuper` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub weaponKillsSuper: weaponKillsSuper,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_super`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `weaponKillsAbility` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub weaponKillsAbility: weaponKillsAbility,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_ability`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `medalUnknown` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:208:9
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub medalUnknown: Option<medalUnknown>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `medal_unknown`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allMedalsEarned` should have a snake case name
[INFO] [stdout]    --> src/api/activity/activity.rs:209:9
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub allMedalsEarned: Option<allMedalsEarned>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_medals_earned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `milestoneHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:41
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `currentWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub currentWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `current_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `previousWeek` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub previousWeek: RewardGroup,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `previous_week`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub categoryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `category_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub categoryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntries` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub rewardEntries: RewardEntries,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWnightfall` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PWnightfall: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `pwnightfall`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWgambit` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub PWgambit: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `pwgambit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWraid` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub PWraid: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `pwraid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PWpvp` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub PWpvp: Option<RewardInfo>,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pwpvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub rewardEntryHash: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rewardEntryIdentifier` should have a snake case name
[INFO] [stdout]   --> src/api/manifest/manifest.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub rewardEntryIdentifier: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_identifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `vendorHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub vendorHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `vendor_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `displayProperties` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub displayProperties: DisplayProperties,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub earnedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `earned_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `redeemedUnlockHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub redeemedUnlockHash: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `redeemed_unlock_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `itemHash` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub itemHash: i64,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `item_hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasConditionalVisibility` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub hasConditionalVisibility: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_conditional_visibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasIcon` should have a snake case name
[INFO] [stdout]    --> src/api/manifest/manifest.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub hasIcon: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_icon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.12s
[INFO] running `Command { std: "docker" "inspect" "da927f61a012f14740a0656bdbbb5355bca84cce0932707310c1b5a961362b8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da927f61a012f14740a0656bdbbb5355bca84cce0932707310c1b5a961362b8c", kill_on_drop: false }`
[INFO] [stdout] da927f61a012f14740a0656bdbbb5355bca84cce0932707310c1b5a961362b8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9b979d3378d795a64d946e6b6a02b8da82a986a993fe7cc147112b7afb1c2e02
[INFO] running `Command { std: "docker" "start" "-a" "9b979d3378d795a64d946e6b6a02b8da82a986a993fe7cc147112b7afb1c2e02", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::borrow::Borrow`
[INFO] [stderr]  --> src/lib.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::borrow::Borrow;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ManifestEntityType` and `Manifest`
[INFO] [stderr]  --> src/lib.rs:6:38
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::api::manifest::manifest::{Manifest, ManifestEntityType};
[INFO] [stderr]   |                                      ^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `anyhow::Result`
[INFO] [stderr]  --> src/lib.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use anyhow::Result;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::borrow::Borrow`
[INFO] [stderr]  --> src/api/ApiClient.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::borrow::Borrow;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Response`
[INFO] [stderr]  --> src/api/ApiClient.rs:3:23
[INFO] [stderr]   |
[INFO] [stderr] 3 | use reqwest::{Client, Response};
[INFO] [stderr]   |                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Arc`
[INFO] [stderr]  --> src/api/DestinyAPI.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::sync::{Arc};
[INFO] [stderr]   |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `reqwest::Response`
[INFO] [stderr]  --> src/api/DestinyAPI.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reqwest::Response;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Deserialize` and `Deserializer`
[INFO] [stderr]  --> src/api/DestinyAPI.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use serde::{Deserialize, Deserializer};
[INFO] [stderr]   |             ^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde_json::Value`
[INFO] [stderr]  --> src/api/DestinyAPI.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use serde_json::Value;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `MutexGuard` and `Mutex`
[INFO] [stderr]  --> src/api/DestinyAPI.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 | use tokio::sync::{Mutex, MutexGuard};
[INFO] [stderr]   |                   ^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fmt::format`
[INFO] [stderr]  --> src/api/user/BungieUser.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::fmt::format;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Duration` and `SystemTime`
[INFO] [stderr]  --> src/api/clan/Clan.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::time::{Duration, SystemTime};
[INFO] [stderr]   |                 ^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `reqwest::Response`
[INFO] [stderr]  --> src/api/clan/Clan.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reqwest::Response;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `anyhow`
[INFO] [stderr]  --> src/api/clan/Clan.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use anyhow::{anyhow, Result};
[INFO] [stderr]   |              ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::BungieUser`
[INFO] [stderr]   --> src/api/clan/Clan.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use crate::BungieUser;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tokio::sync::Mutex`
[INFO] [stderr]  --> src/api/activity/activity.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio::sync::Mutex;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::api::Util::macros`
[INFO] [stderr]   --> src/api/activity/activity.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::api::Util::macros;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `DestinyCharacter`
[INFO] [stderr]   --> src/api/activity/activity.rs:12:32
[INFO] [stderr]    |
[INFO] [stderr] 12 | use crate::{basic, BungieUser, DestinyCharacter};
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type `assists` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:8
[INFO] [stderr]     |
[INFO] [stderr] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stderr]     |        ^^^^^^^ help: convert the identifier to upper camel case: `Assists`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `completed` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:17
[INFO] [stderr]     |
[INFO] [stderr] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stderr]     |                 ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Completed`
[INFO] [stderr] 
[INFO] [stderr] warning: type `deaths` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:28
[INFO] [stderr]     |
[INFO] [stderr] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stderr]     |                            ^^^^^^ help: convert the identifier to upper camel case: `Deaths`
[INFO] [stderr] 
[INFO] [stderr] warning: type `kills` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:36
[INFO] [stderr]     |
[INFO] [stderr] 143 | basic!(assists, completed, deaths, kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeco...
[INFO] [stderr]     |                                    ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Kills`
[INFO] [stderr] 
[INFO] [stderr] warning: type `opponentsDefeated` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:43
[INFO] [stderr]     |
[INFO] [stderr] 143 | ...ills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `OpponentsDefeated`
[INFO] [stderr] 
[INFO] [stderr] warning: type `efficiency` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:62
[INFO] [stderr]     |
[INFO] [stderr] 143 | ... kills, opponentsDefeated, efficiency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stderr]     |                               ^^^^^^^^^^ help: convert the identifier to upper camel case: `Efficiency`
[INFO] [stderr] 
[INFO] [stderr] warning: type `killsDeathsRatio` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:74
[INFO] [stderr]     |
[INFO] [stderr] 143 | ...iency, killsDeathsRatio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsRatio`
[INFO] [stderr] 
[INFO] [stderr] warning: type `killsDeathsAssists` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:92
[INFO] [stderr]     |
[INFO] [stderr] 143 | ...tio, killsDeathsAssists, activityDurationSeconds, completionReason);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `KillsDeathsAssists`
[INFO] [stderr] 
[INFO] [stderr] warning: type `activityDurationSeconds` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:112
[INFO] [stderr]     |
[INFO] [stderr] 143 | ...eathsAssists, activityDurationSeconds, completionReason);
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActivityDurationSeconds`
[INFO] [stderr] 
[INFO] [stderr] warning: type `completionReason` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:143:137
[INFO] [stderr]     |
[INFO] [stderr] 143 | ...conds, completionReason);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `CompletionReason`
[INFO] [stderr] 
[INFO] [stderr] warning: type `fireteamId` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:144:8
[INFO] [stderr]     |
[INFO] [stderr] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stderr]     |        ^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `FireteamId`
[INFO] [stderr] 
[INFO] [stderr] warning: type `startSeconds` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:144:20
[INFO] [stderr]     |
[INFO] [stderr] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stderr]     |                    ^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `StartSeconds`
[INFO] [stderr] 
[INFO] [stderr] warning: type `timePlayedSeconds` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:144:34
[INFO] [stderr]     |
[INFO] [stderr] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TimePlayedSeconds`
[INFO] [stderr] 
[INFO] [stderr] warning: type `playerCount` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:144:53
[INFO] [stderr]     |
[INFO] [stderr] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stderr]     |                                                     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PlayerCount`
[INFO] [stderr] 
[INFO] [stderr] warning: type `teamScore` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:144:66
[INFO] [stderr]     |
[INFO] [stderr] 144 | basic!(fireteamId, startSeconds, timePlayedSeconds, playerCount, teamScore);
[INFO] [stderr]     |                                                                  ^^^^^^^^^ help: convert the identifier to upper camel case: `TeamScore`
[INFO] [stderr] 
[INFO] [stderr] warning: type `averageScorePerKill` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:147:8
[INFO] [stderr]     |
[INFO] [stderr] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerKill`
[INFO] [stderr] 
[INFO] [stderr] warning: type `averageScorePerLife` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:147:29
[INFO] [stderr]     |
[INFO] [stderr] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AverageScorePerLife`
[INFO] [stderr] 
[INFO] [stderr] warning: type `standing` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:147:50
[INFO] [stderr]     |
[INFO] [stderr] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stderr]     |                                                  ^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Standing`
[INFO] [stderr] 
[INFO] [stderr] warning: type `team` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:147:60
[INFO] [stderr]     |
[INFO] [stderr] 147 | basic!(averageScorePerKill, averageScorePerLife, standing, team);
[INFO] [stderr]     |                                                            ^^^^ help: convert the identifier to upper camel case: `Team`
[INFO] [stderr] 
[INFO] [stderr] warning: type `uniqueWeaponKills` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:188:8
[INFO] [stderr]     |
[INFO] [stderr] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKills`
[INFO] [stderr] 
[INFO] [stderr] warning: type `uniqueWeaponPrecisionKills` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:188:27
[INFO] [stderr]     |
[INFO] [stderr] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponPrecisionKills`
[INFO] [stderr] 
[INFO] [stderr] warning: type `uniqueWeaponKillsPrecisionKills` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:188:55
[INFO] [stderr]     |
[INFO] [stderr] 188 | basic!(uniqueWeaponKills, uniqueWeaponPrecisionKills, uniqueWeaponKillsPrecisionKills);
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `UniqueWeaponKillsPrecisionKills`
[INFO] [stderr] 
[INFO] [stderr] warning: type `precisionKills` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:197:8
[INFO] [stderr]     |
[INFO] [stderr] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stderr]     |        ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrecisionKills`
[INFO] [stderr] 
[INFO] [stderr] warning: type `weaponKillsGrenade` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:197:24
[INFO] [stderr]     |
[INFO] [stderr] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsGrenade`
[INFO] [stderr] 
[INFO] [stderr] warning: type `weaponKillsMelee` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:197:44
[INFO] [stderr]     |
[INFO] [stderr] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsMelee`
[INFO] [stderr] 
[INFO] [stderr] warning: type `weaponKillsSuper` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:197:62
[INFO] [stderr]     |
[INFO] [stderr] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stderr]     |                                                              ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsSuper`
[INFO] [stderr] 
[INFO] [stderr] warning: type `weaponKillsAbility` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:197:80
[INFO] [stderr]     |
[INFO] [stderr] 197 | basic!(precisionKills, weaponKillsGrenade, weaponKillsMelee, weaponKillsSuper, weaponKillsAbility);
[INFO] [stderr]     |                                                                                ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `WeaponKillsAbility`
[INFO] [stderr] 
[INFO] [stderr] warning: type `medalUnknown` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:198:8
[INFO] [stderr]     |
[INFO] [stderr] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stderr]     |        ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MedalUnknown`
[INFO] [stderr] 
[INFO] [stderr] warning: type `allMedalsEarned` should have an upper camel case name
[INFO] [stderr]    --> src/api/activity/activity.rs:198:22
[INFO] [stderr]     |
[INFO] [stderr] 198 | basic!(medalUnknown, allMedalsEarned);
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `AllMedalsEarned`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stderr]  --> src/api/Util.rs:9:37
[INFO] [stderr]   |
[INFO] [stderr] 9 |             return DateTime::<Utc>::from_utc(t, Utc).to_rfc3339();
[INFO] [stderr]   |                                     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `map`
[INFO] [stderr]   --> src/api/user/BungieUser.rs:53:29
[INFO] [stderr]    |
[INFO] [stderr] 53 |                 if let Some(map) = val.as_object() {
[INFO] [stderr]    |                             ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `k`
[INFO] [stderr]    --> src/api/user/BungieUser.rs:134:18
[INFO] [stderr]     |
[INFO] [stderr] 134 |             for (k, v) in map {
[INFO] [stderr]     |                  ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tester` is never constructed
[INFO] [stderr]   --> src/lib.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | struct Tester {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `get_user`, `get_character`, `test_all`, and `activity_history` are never used
[INFO] [stderr]   --> src/lib.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Tester {
[INFO] [stderr]    | ----------- associated items in this implementation
[INFO] [stderr] 20 |     async fn new() -> Self {
[INFO] [stderr]    |              ^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     fn get_user(&self) -> BungieUser {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 |     fn get_character(&self) -> DestinyCharacter {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     async fn test_all(&self, scraper: &PgcrScraper) {
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 46 |     async fn activity_history(&self, scraper: &PgcrScraper) {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_api` is never used
[INFO] [stderr]   --> src/lib.rs:59:10
[INFO] [stderr]    |
[INFO] [stderr] 59 | async fn get_api() -> ApiInterface {
[INFO] [stderr]    |          ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_characters` is never used
[INFO] [stderr]    --> src/lib.rs:101:10
[INFO] [stderr]     |
[INFO] [stderr] 101 | async fn get_characters(user: &BungieUser) {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_character` is never used
[INFO] [stderr]    --> src/lib.rs:108:4
[INFO] [stderr]     |
[INFO] [stderr] 108 | fn print_character(c: DestinyCharacter) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_user` is never used
[INFO] [stderr]    --> src/lib.rs:124:4
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn print_user(user: &BungieUser) {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_clan` is never used
[INFO] [stderr]    --> src/lib.rs:179:4
[INFO] [stderr]     |
[INFO] [stderr] 179 | fn print_clan(clan: Clan) {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_pgcr` is never used
[INFO] [stderr]    --> src/lib.rs:282:4
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn print_pgcr(pgcr: &PGCR) {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `encode_url` is never used
[INFO] [stderr]    --> src/api/ApiClient.rs:153:4
[INFO] [stderr]     |
[INFO] [stderr] 153 | fn encode_url(url: String) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `get_primary_partial_profile` is never used
[INFO] [stderr]    --> src/api/user/BungieUser.rs:116:8
[INFO] [stderr]     |
[INFO] [stderr]  22 | impl BungieUser {
[INFO] [stderr]     | --------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 116 |     fn get_primary_partial_profile(list: Vec<PartialProfileResponse>) -> Option<PartialProfileResponse> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `crossSaveOverride` is never read
[INFO] [stderr]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 144 | struct PartialProfileResponse {
[INFO] [stderr]     |        ---------------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 147 |     pub crossSaveOverride: i16,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: crate `Rustiny` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = help: convert the identifier to snake case: `rustiny`
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/lib.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |         scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let _ = scraper.get_activity_history(self.get_user(), ActivityMode::CrimsonDoubles).await;
[INFO] [stderr]    |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: module `ApiClient` should have a snake case name
[INFO] [stderr]  --> src/api/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod ApiClient;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stderr] 
[INFO] [stderr] warning: module `DestinyAPI` should have a snake case name
[INFO] [stderr]  --> src/api/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod DestinyAPI;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `destiny_api`
[INFO] [stderr] 
[INFO] [stderr] warning: module `Util` should have a snake case name
[INFO] [stderr]  --> src/api/mod.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub mod Util;
[INFO] [stderr]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `util`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DEBUG_MODE` should have a snake case name
[INFO] [stderr]   --> src/api/ApiClient.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     DEBUG_MODE: Mutex<AtomicBool>,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `debug_mode`
[INFO] [stderr] 
[INFO] [stderr] warning: module `BungieUser` should have a snake case name
[INFO] [stderr]  --> src/api/user/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod BungieUser;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `bungie_user`
[INFO] [stderr] 
[INFO] [stderr] warning: module `DestinyCharacter` should have a snake case name
[INFO] [stderr]  --> src/api/user/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod DestinyCharacter;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_character`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `newVal` should have a snake case name
[INFO] [stderr]   --> src/api/user/BungieUser.rs:54:33
[INFO] [stderr]    |
[INFO] [stderr] 54 |                     if let Some(newVal) = val["searchResults"].clone().as_array() {
[INFO] [stderr]    |                                 ^^^^^^ help: convert the identifier to snake case: `new_val`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipId` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:145:9
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub membershipId: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipType` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:146:9
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub membershipType: i16,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `crossSaveOverride` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub crossSaveOverride: i16,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cross_save_override`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:183:9
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `LastSeenDisplayName` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:186:9
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub LastSeenDisplayName: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `LastSeenDisplayNameType` should have a snake case name
[INFO] [stderr]    --> src/api/user/BungieUser.rs:187:9
[INFO] [stderr]     |
[INFO] [stderr] 187 |     pub LastSeenDisplayNameType: Option<i16>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_seen_display_name_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `baseCharacterLevel` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub baseCharacterLevel: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `base_character_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `characterId` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub characterId: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `classHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub classHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `classType` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub classType: i16,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `class_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `dateLastPlayed` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub dateLastPlayed: Option<NaiveDateTime>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `date_last_played`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `emblemBackgroundPath` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub emblemBackgroundPath: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_background_path`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `emblemColor` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub emblemColor: EmblemColor,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `emblem_color`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `emblemHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub emblemHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `emblemPath` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub emblemPath: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_path`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `genderHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub genderHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `genderType` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub genderType: i16,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `levelProgression` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub levelProgression: LevelProgression,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `level_progression`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipId` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub membershipId: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipType` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub membershipType: i8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `minutesPlayedThisSession` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub minutesPlayedThisSession: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_this_session`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `minutesPlayedTotal` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub minutesPlayedTotal: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `minutes_played_total`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `percentToNextLevel` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub percentToNextLevel: f32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percent_to_next_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `raceHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub raceHash: i64,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `raceType` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub raceType: i8,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `race_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `titleRecordHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub titleRecordHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `title_record_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `currentProgress` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub currentProgress: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_progress`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `dailyLimit` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub dailyLimit: i16,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `daily_limit`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `dailyProgress` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub dailyProgress: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `daily_progress`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `levelCap` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub levelCap: i16,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `level_cap`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nextLevelAt` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub nextLevelAt: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `next_level_at`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `progressToNextLevel` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub progressToNextLevel: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progress_to_next_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `progressionHash` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub progressionHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `progression_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `stepIndex` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub stepIndex: i16,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `step_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weeklyLimit` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub weeklyLimit: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_limit`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weeklyProgress` should have a snake case name
[INFO] [stderr]   --> src/api/user/DestinyCharacter.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub weeklyProgress: i16,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weekly_progress`
[INFO] [stderr] 
[INFO] [stderr] warning: module `Clan` should have a snake case name
[INFO] [stderr]  --> src/api/clan/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod Clan;
[INFO] [stderr]   |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `clan`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `alliedIds` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub alliedIds: Vec<i32>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allied_ids`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `allianceStatus` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub allianceStatus: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `alliance_status`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `groupJoinInviteCount` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub groupJoinInviteCount: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `group_join_invite_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `currentUserMembershipsInactiveForDestiny` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub currentUserMembershipsInactiveForDestiny: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_user_memberships_inactive_for_destiny`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `apiClient` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub async fn get_by_id(apiClient: ApiClient, id: i32) -> Result<Self> {
[INFO] [stderr]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `apiClient` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:32:30
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub async fn get_by_name(apiClient: ApiClient, name: &str) -> Result<Self> {
[INFO] [stderr]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `groupType` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub groupType: u8,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `group_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `founderId` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub founderId: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `founder_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `creationDate` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub creationDate: Option<NaiveDateTime>,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creation_date`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `modificationDate` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub modificationDate: Option<NaiveDateTime>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `modification_date`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `memberCount` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub memberCount: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `member_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `isPublic` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub isPublic: bool,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `is_public`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `isPublicTopicAdminOnly` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub isPublicTopicAdminOnly: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_public_topic_admin_only`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `allowChat` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub allowChat: bool,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `allow_chat`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `isDefaultPostPublic` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub isDefaultPostPublic: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_default_post_public`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `chatSecurity` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub chatSecurity: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `chat_security`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `avatarImageIndex` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub avatarImageIndex: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `avatar_image_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipOption` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:88:9
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub membershipOption: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_option`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `defaultPublicity` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:89:9
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub defaultPublicity: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_publicity`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `avatarPath` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub avatarPath: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `avatar_path`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `bannerPath` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:92:9
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub bannerPath: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `banner_path`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `conversationId` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:93:9
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub conversationId: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `conversation_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `enableInvitationMessagingForAdmins` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:94:9
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub enableInvitationMessagingForAdmins: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `enable_invitation_messaging_for_admins`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `banExpireDate` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub banExpireDate: Option<NaiveDateTime>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ban_expire_date`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `clanInfo` should have a snake case name
[INFO] [stderr]   --> src/api/clan/Clan.rs:99:9
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub clanInfo: ClanInfo,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `clan_info`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `maximumMembers` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub maximumMembers: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_members`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `maximumMembershipsOfGroupType` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub maximumMembershipsOfGroupType: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `maximum_memberships_of_group_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipTypes` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub membershipTypes: Vec<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_types`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `invitePermissionOverride` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub invitePermissionOverride: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invite_permission_override`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updateCulturePermissionOverride` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub updateCulturePermissionOverride: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_culture_permission_override`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hostGuidedGamePermissionOverride` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub hostGuidedGamePermissionOverride: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `host_guided_game_permission_override`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updateBannerPermissionOverride` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub updateBannerPermissionOverride: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `update_banner_permission_override`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `joinLevel` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:112:9
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub joinLevel: i32,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `join_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `clanCallsign` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub clanCallsign: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `clan_callsign`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `memberType` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:122:9
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub memberType: i16,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `member_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `isOnline` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:123:9
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub isOnline: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_online`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `lastOnlineStatusChange` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub lastOnlineStatusChange: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_online_status_change`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `groupId` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:126:9
[INFO] [stderr]     |
[INFO] [stderr] 126 |     pub groupId: String,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `group_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:127:9
[INFO] [stderr]     |
[INFO] [stderr] 127 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `bungieNetUserInfo` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:128:9
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub bungieNetUserInfo: BnetMembership,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bungie_net_user_info`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `joinDate` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:130:9
[INFO] [stderr]     |
[INFO] [stderr] 130 |     pub joinDate: Option<NaiveDateTime>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `join_date`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `milestoneHash` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:135:9
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub milestoneHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rewardCategoryHash` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:141:9
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub rewardCategoryHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_category_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stderr]    --> src/api/clan/Clan.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub rewardEntryHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `displayValue` should have a snake case name
[INFO] [stderr]    --> src/api/Util.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |         pub displayValue: String,
[INFO] [stderr]     |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `display_value`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `activityDetails` should have a snake case name
[INFO] [stderr]   --> src/api/activity/activity.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub activityDetails: ActivityDetails,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `startingPhaseIndex` should have a snake case name
[INFO] [stderr]   --> src/api/activity/activity.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub startingPhaseIndex: i8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `starting_phase_index`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `activityWasStartedFromBeginning` should have a snake case name
[INFO] [stderr]   --> src/api/activity/activity.rs:87:9
[INFO] [stderr]    |
[INFO] [stderr] 87 |     pub activityWasStartedFromBeginning: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_was_started_from_beginning`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `activityDetails` should have a snake case name
[INFO] [stderr]   --> src/api/activity/activity.rs:88:9
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub activityDetails: ActivityDetails,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_details`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `teamId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub teamId: i16,
[INFO] [stderr]     |         ^^^^^^ help: convert the identifier to snake case: `team_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `teamName` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:102:9
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub teamName: String,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `team_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `referenceId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub referenceId: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `directorActivityHash` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub directorActivityHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `director_activity_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `instanceId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub instanceId: String,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `instance_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `isPrivate` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     pub isPrivate: bool,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `is_private`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `membershipType` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |     pub membershipType: i8,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `membership_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `characterId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub characterId: String,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `character_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destinyUserInfo` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:132:9
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub destinyUserInfo: DestinyProfile,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `destiny_user_info`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `characterClass` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub characterClass: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_class`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `classHash` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 134 |     pub classHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `class_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `raceHash` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:135:9
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub raceHash: i64,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `race_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `genderHash` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |     pub genderHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `gender_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `characterLevel` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:137:9
[INFO] [stderr]     |
[INFO] [stderr] 137 |     pub characterLevel: i16,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `character_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `lightLevel` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:138:9
[INFO] [stderr]     |
[INFO] [stderr] 138 |     pub lightLevel: i16,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `light_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `emblemHash` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:139:9
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub emblemHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `emblem_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `opponentsDefeated` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:155:9
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub opponentsDefeated: opponentsDefeated,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `opponents_defeated`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `killsDeathsRatio` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:157:9
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub killsDeathsRatio: killsDeathsRatio,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_ratio`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `killsDeathsAssists` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:158:9
[INFO] [stderr]     |
[INFO] [stderr] 158 |     pub killsDeathsAssists: killsDeathsAssists,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `kills_deaths_assists`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `activityDurationSeconds` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:160:9
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub activityDurationSeconds: activityDurationSeconds,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `activity_duration_seconds`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `completionReason` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:161:9
[INFO] [stderr]     |
[INFO] [stderr] 161 |     pub completionReason: completionReason,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `completion_reason`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fireteamId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:162:9
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub fireteamId: fireteamId,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `fireteam_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `startSeconds` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:163:9
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub startSeconds: startSeconds,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `start_seconds`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `timePlayedSeconds` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:164:9
[INFO] [stderr]     |
[INFO] [stderr] 164 |     pub timePlayedSeconds: timePlayedSeconds,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_played_seconds`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `playerCount` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:165:9
[INFO] [stderr]     |
[INFO] [stderr] 165 |     pub playerCount: playerCount,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `player_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `teamScore` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:166:9
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub teamScore: teamScore,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `team_score`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `averageScorePerKill` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:169:9
[INFO] [stderr]     |
[INFO] [stderr] 169 |     pub averageScorePerKill: Option<averageScorePerKill>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_kill`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `averageScorePerLife` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:170:9
[INFO] [stderr]     |
[INFO] [stderr] 170 |     pub averageScorePerLife: Option<averageScorePerLife>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `average_score_per_life`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `referenceId` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:184:9
[INFO] [stderr]     |
[INFO] [stderr] 184 |     pub referenceId: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `reference_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `uniqueWeaponKills` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:192:9
[INFO] [stderr]     |
[INFO] [stderr] 192 |     pub uniqueWeaponKills: uniqueWeaponKills,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `uniqueWeaponPrecisionKills` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:193:9
[INFO] [stderr]     |
[INFO] [stderr] 193 |     pub uniqueWeaponPrecisionKills: uniqueWeaponPrecisionKills,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_precision_kills`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `uniqueWeaponKillsPrecisionKills` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:194:9
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub uniqueWeaponKillsPrecisionKills: uniqueWeaponKillsPrecisionKills,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unique_weapon_kills_precision_kills`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `precisionKills` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:202:9
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub precisionKills: precisionKills,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `precision_kills`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weaponKillsGrenade` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:203:9
[INFO] [stderr]     |
[INFO] [stderr] 203 |     pub weaponKillsGrenade: weaponKillsGrenade,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_grenade`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weaponKillsMelee` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:204:9
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub weaponKillsMelee: weaponKillsMelee,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_melee`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weaponKillsSuper` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:205:9
[INFO] [stderr]     |
[INFO] [stderr] 205 |     pub weaponKillsSuper: weaponKillsSuper,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_super`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `weaponKillsAbility` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:206:9
[INFO] [stderr]     |
[INFO] [stderr] 206 |     pub weaponKillsAbility: weaponKillsAbility,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `weapon_kills_ability`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `medalUnknown` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:208:9
[INFO] [stderr]     |
[INFO] [stderr] 208 |     pub medalUnknown: Option<medalUnknown>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `medal_unknown`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `allMedalsEarned` should have a snake case name
[INFO] [stderr]    --> src/api/activity/activity.rs:209:9
[INFO] [stderr]     |
[INFO] [stderr] 209 |     pub allMedalsEarned: Option<allMedalsEarned>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `all_medals_earned`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `milestoneHash` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:30:41
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `milestone_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rewardEntryHash` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:30:61
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub async fn manifest_reward(&self, milestoneHash: i64, rewardEntryHash: i64) -> Result<RewardInfo> {
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `currentWeek` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub currentWeek: RewardGroup,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `current_week`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `previousWeek` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub previousWeek: RewardGroup,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `previous_week`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `categoryHash` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub categoryHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `category_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `categoryIdentifier` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub categoryIdentifier: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_identifier`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `displayProperties` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub displayProperties: DisplayProperties,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rewardEntries` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub rewardEntries: RewardEntries,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entries`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `PWnightfall` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub PWnightfall: Option<RewardInfo>,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `pwnightfall`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `PWgambit` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:88:9
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub PWgambit: Option<RewardInfo>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `pwgambit`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `PWraid` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:90:9
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub PWraid: Option<RewardInfo>,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `pwraid`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `PWpvp` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:92:9
[INFO] [stderr]    |
[INFO] [stderr] 92 |     pub PWpvp: Option<RewardInfo>,
[INFO] [stderr]    |         ^^^^^ help: convert the identifier to snake case: `pwpvp`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rewardEntryHash` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub rewardEntryHash: i64,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rewardEntryIdentifier` should have a snake case name
[INFO] [stderr]   --> src/api/manifest/manifest.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 |     pub rewardEntryIdentifier: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reward_entry_identifier`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `vendorHash` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:100:9
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub vendorHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `vendor_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `displayProperties` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub displayProperties: DisplayProperties,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `display_properties`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `earnedUnlockHash` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub earnedUnlockHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `earned_unlock_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `redeemedUnlockHash` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub redeemedUnlockHash: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `redeemed_unlock_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `itemHash` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub itemHash: i64,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `item_hash`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hasConditionalVisibility` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub hasConditionalVisibility: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `has_conditional_visibility`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hasIcon` should have a snake case name
[INFO] [stderr]    --> src/api/manifest/manifest.rs:119:9
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub hasIcon: bool,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `has_icon`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `user`
[INFO] [stderr]    --> src/lib.rs:119:15
[INFO] [stderr]     |
[INFO] [stderr] 119 |     if let Ok(user) = user {
[INFO] [stderr]     |               ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `character` and `clan` are never read
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | struct Tester {
[INFO] [stderr]    |        ------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 |     character: Option<DestinyCharacter>,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 16 |     clan: Option<Clan>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_character` is never used
[INFO] [stderr]   --> src/lib.rs:38:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Tester {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 38 |     fn get_character(&self) -> DestinyCharacter {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: module `ApiClient` should have a snake case name
[INFO] [stderr]  --> src/api/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod ApiClient;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `api_client`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `Rustiny` (lib) generated 216 warnings (run `cargo fix --lib -p Rustiny` to apply 20 suggestions)
[INFO] [stderr] warning: `Rustiny` (lib test) generated 209 warnings (205 duplicates) (run `cargo fix --lib -p Rustiny --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/Rustiny-0fc833c429f48a91)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test clan_weekly_rewards ... ignored
[INFO] [stdout] test api::Util::date_deserializer::test_times ... ok
[INFO] [stdout] test get_users_by_name ... FAILED
[INFO] [stdout] test manifest_test ... ignored
[INFO] [stdout] test test_name_splitting ... ok
[INFO] [stdout] test clan_members ... FAILED
[INFO] [stdout] test get_founder ... FAILED
[INFO] [stdout] test get_clan_by_id ... FAILED
[INFO] [stdout] test get_user ... FAILED
[INFO] [stdout] test get_user_by_name_one ... FAILED
[INFO] [stdout] test get_user_by_name_and_discriminator_and_characters ... FAILED
[INFO] [stdout] test get_clan_by_name ... FAILED
[INFO] [stdout] test test_tester_items ... FAILED
[INFO] [stdout] test test_pgcr_one ... FAILED
[INFO] [stdout] test test_pgcr_trials ... FAILED
[INFO] [stdout] test test_pgcr_votd ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- get_users_by_name stdout ----
[INFO] [stdout] -----Get Users By Name-----
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'get_users_by_name' (25) panicked at src/lib.rs:74:102:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/User/Search/GlobalName/0/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::post_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:103:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::post::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:98:53
[INFO] [stdout]    4: <Rustiny::api::user::BungieUser::BungieUser>::get_users_with_name::{closure#0}
[INFO] [stdout]              at ./src/api/user/BungieUser.rs:50:63
[INFO] [stdout]    5: Rustiny::get_users_by_name::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:74:96
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::get_users_by_name
[INFO] [stdout]              at ./src/lib.rs:76:22
[INFO] [stdout]   28: Rustiny::get_users_by_name::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:71:29
[INFO] [stdout]   29: <Rustiny::get_users_by_name::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb35f7 - <core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::vec::Vec<Rustiny[1ce814c77042f9ab]::api::user::BungieUser::DestinyProfile>, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb35f7 - Rustiny[1ce814c77042f9ab]::get_users_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:74:102
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbb060 - Rustiny[1ce814c77042f9ab]::get_users_by_name
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:76:22
[INFO] [stdout]   44:     0x5e005ffaf057 - Rustiny[1ce814c77042f9ab]::get_users_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:71:29
[INFO] [stdout]   45:     0x5e005ffab956 - <Rustiny[1ce814c77042f9ab]::get_users_by_name::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- clan_members stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'clan_members' (18) panicked at src/lib.rs:249:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/GroupV2/3074427/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::clan::Clan::Clan>::get_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/clan/Clan.rs:27:115
[INFO] [stdout]    5: Rustiny::clan_members::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:249:65
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::clan_members
[INFO] [stdout]              at ./src/lib.rs:251:71
[INFO] [stdout]   28: Rustiny::clan_members::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:248:24
[INFO] [stdout]   29: <Rustiny::clan_members::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffafec7 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::clan::Clan::Clan, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffafec7 - Rustiny[1ce814c77042f9ab]::clan_members::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:249:71
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffba422 - Rustiny[1ce814c77042f9ab]::clan_members
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:251:71
[INFO] [stdout]   44:     0x5e005ffae877 - Rustiny[1ce814c77042f9ab]::clan_members::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:248:24
[INFO] [stdout]   45:     0x5e005ffab796 - <Rustiny[1ce814c77042f9ab]::clan_members::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_founder stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'get_founder' (21) panicked at src/lib.rs:258:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/GroupV2/3074427/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::clan::Clan::Clan>::get_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/clan/Clan.rs:27:115
[INFO] [stdout]    5: Rustiny::get_founder::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:258:65
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::get_founder
[INFO] [stdout]              at ./src/lib.rs:261:96
[INFO] [stdout]   28: Rustiny::get_founder::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:257:23
[INFO] [stdout]   29: <Rustiny::get_founder::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffaf7d1 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::clan::Clan::Clan, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffaf7d1 - Rustiny[1ce814c77042f9ab]::get_founder::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:258:71
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffba250 - Rustiny[1ce814c77042f9ab]::get_founder
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:261:96
[INFO] [stdout]   44:     0x5e005ffae847 - Rustiny[1ce814c77042f9ab]::get_founder::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:257:23
[INFO] [stdout]   45:     0x5e005ffab756 - <Rustiny[1ce814c77042f9ab]::get_founder::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_clan_by_id stdout ----
[INFO] [stdout] ------Get Clan By Id------
[INFO] [stdout] 
[INFO] [stdout] thread 'get_clan_by_id' (19) panicked at src/lib.rs:164:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/GroupV2/3074427/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::clan::Clan::Clan>::get_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/clan/Clan.rs:27:115
[INFO] [stdout]    5: Rustiny::get_clan_by_id::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:164:65
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::get_clan_by_id
[INFO] [stdout]              at ./src/lib.rs:167:15
[INFO] [stdout]   28: Rustiny::get_clan_by_id::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:162:26
[INFO] [stdout]   29: <Rustiny::get_clan_by_id::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb1c3b - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::clan::Clan::Clan, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb1c3b - Rustiny[1ce814c77042f9ab]::get_clan_by_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:164:71
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffba960 - Rustiny[1ce814c77042f9ab]::get_clan_by_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:167:15
[INFO] [stdout]   44:     0x5e005ffaef97 - Rustiny[1ce814c77042f9ab]::get_clan_by_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:162:26
[INFO] [stdout]   45:     0x5e005ffab856 - <Rustiny[1ce814c77042f9ab]::get_clan_by_id::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_user stdout ----
[INFO] [stdout] -----Get User By ID-----
[INFO] [stdout] 
[INFO] [stdout] thread 'get_user' (22) panicked at src/lib.rs:66:114:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/Destiny2/3/Profile/4611686018468620320/LinkedProfiles/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::user::BungieUser::BungieUser>::get_user_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/user/BungieUser.rs:36:65
[INFO] [stdout]    5: <Rustiny::api::DestinyAPI::ApiInterface>::get_user_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/DestinyAPI.rs:41:64
[INFO] [stdout]    6: Rustiny::get_user::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:66:108
[INFO] [stdout]    7: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   10: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   11: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   16: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   17: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   20: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   24: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   25: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   28: Rustiny::get_user
[INFO] [stdout]              at ./src/lib.rs:67:22
[INFO] [stdout]   29: Rustiny::get_user::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:64:20
[INFO] [stdout]   30: <Rustiny::get_user::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   33: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   34: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   38: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   39: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   40: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   41: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   47: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   50: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   51: <unknown>
[INFO] [stdout]   52: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb6927 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::user::BungieUser::BungieUser, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb6927 - Rustiny[1ce814c77042f9ab]::get_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:66:114
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbbb10 - Rustiny[1ce814c77042f9ab]::get_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:67:22
[INFO] [stdout]   44:     0x5e005ffaf3a7 - Rustiny[1ce814c77042f9ab]::get_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:64:20
[INFO] [stdout]   45:     0x5e005ffabad6 - <Rustiny[1ce814c77042f9ab]::get_user::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_user_by_name_one stdout ----
[INFO] [stdout] -----Get Users By Name But Only One Person-----
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'get_user_by_name_one' (24) panicked at src/lib.rs:84:104:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/User/Search/GlobalName/0/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::post_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:103:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::post::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:98:53
[INFO] [stdout]    4: <Rustiny::api::user::BungieUser::BungieUser>::get_users_with_name::{closure#0}
[INFO] [stdout]              at ./src/api/user/BungieUser.rs:50:63
[INFO] [stdout]    5: Rustiny::get_user_by_name_one::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:84:98
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::get_user_by_name_one
[INFO] [stdout]              at ./src/lib.rs:86:22
[INFO] [stdout]   28: Rustiny::get_user_by_name_one::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:82:32
[INFO] [stdout]   29: <Rustiny::get_user_by_name_one::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb5ba2 - <core[27de1724e4349be2]::result::Result<alloc[a57f19327c0ad893]::vec::Vec<Rustiny[1ce814c77042f9ab]::api::user::BungieUser::DestinyProfile>, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb5ba2 - Rustiny[1ce814c77042f9ab]::get_user_by_name_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:84:104
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbb790 - Rustiny[1ce814c77042f9ab]::get_user_by_name_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:86:22
[INFO] [stdout]   44:     0x5e005ffaf117 - Rustiny[1ce814c77042f9ab]::get_user_by_name_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:82:32
[INFO] [stdout]   45:     0x5e005ffaba56 - <Rustiny[1ce814c77042f9ab]::get_user_by_name_one::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_user_by_name_and_discriminator_and_characters stdout ----
[INFO] [stdout] -----Get User By Name And Discriminator-----
[INFO] [stdout] 
[INFO] [stdout] thread 'get_user_by_name_and_discriminator_and_characters' (23) panicked at src/lib.rs:94:154:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/Destiny2/SearchDestinyPlayerByBungieName/-1/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::post_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:103:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::post::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:98:53
[INFO] [stdout]    4: <Rustiny::api::ApiClient::ApiClient>::post_parse::<alloc::vec::Vec<Rustiny::api::user::BungieUser::PartialProfileResponse>>::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:124:74
[INFO] [stdout]    5: <Rustiny::api::user::BungieUser::BungieUser>::get_user_by_name_and_discrim_with_platform::{closure#0}
[INFO] [stdout]              at ./src/api/user/BungieUser.rs:94:98
[INFO] [stdout]    6: Rustiny::get_user_by_name_and_discriminator_and_characters::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:94:148
[INFO] [stdout]    7: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   10: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   11: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   16: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   17: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   20: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   24: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   25: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   28: Rustiny::get_user_by_name_and_discriminator_and_characters
[INFO] [stdout]              at ./src/lib.rs:98:32
[INFO] [stdout]   29: Rustiny::get_user_by_name_and_discriminator_and_characters::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:92:61
[INFO] [stdout]   30: <Rustiny::get_user_by_name_and_discriminator_and_characters::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   33: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   34: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   38: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   39: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   40: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   41: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   43: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   47: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   48: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   50: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   51: <unknown>
[INFO] [stdout]   52: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb62be - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::user::BungieUser::BungieUser, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb62be - Rustiny[1ce814c77042f9ab]::get_user_by_name_and_discriminator_and_characters::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:94:154
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbb950 - Rustiny[1ce814c77042f9ab]::get_user_by_name_and_discriminator_and_characters
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:98:32
[INFO] [stdout]   44:     0x5e005ffaf147 - Rustiny[1ce814c77042f9ab]::get_user_by_name_and_discriminator_and_characters::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:92:61
[INFO] [stdout]   45:     0x5e005ffaba96 - <Rustiny[1ce814c77042f9ab]::get_user_by_name_and_discriminator_and_characters::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- get_clan_by_name stdout ----
[INFO] [stdout] ------Get Clan By Name------
[INFO] [stdout] 
[INFO] [stdout] thread 'get_clan_by_name' (20) panicked at src/lib.rs:173:83:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/GroupV2/Name/Heavenly%20Mayhem/1/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::clan::Clan::Clan>::get_by_name::{closure#0}
[INFO] [stdout]              at ./src/api/clan/Clan.rs:33:153
[INFO] [stdout]    5: Rustiny::get_clan_by_name::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:173:77
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   27: Rustiny::get_clan_by_name
[INFO] [stdout]              at ./src/lib.rs:176:15
[INFO] [stdout]   28: Rustiny::get_clan_by_name::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:171:28
[INFO] [stdout]   29: <Rustiny::get_clan_by_name::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb28e2 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::clan::Clan::Clan, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb28e2 - Rustiny[1ce814c77042f9ab]::get_clan_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:173:83
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbace0 - Rustiny[1ce814c77042f9ab]::get_clan_by_name
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:176:15
[INFO] [stdout]   44:     0x5e005ffaeff7 - Rustiny[1ce814c77042f9ab]::get_clan_by_name::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:171:28
[INFO] [stdout]   45:     0x5e005ffab8d6 - <Rustiny[1ce814c77042f9ab]::get_clan_by_name::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_tester_items stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_tester_items' (38) panicked at src/lib.rs:28:121:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://www.bungie.net/Platform/Destiny2/3/Profile/4611686018468620320/LinkedProfiles/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::user::BungieUser::BungieUser>::get_user_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/user/BungieUser.rs:36:65
[INFO] [stdout]    5: <Rustiny::api::DestinyAPI::ApiInterface>::get_user_by_id::{closure#0}
[INFO] [stdout]              at ./src/api/DestinyAPI.rs:41:64
[INFO] [stdout]    6: <Rustiny::Tester>::new::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:28:115
[INFO] [stdout]    7: Rustiny::test_tester_items::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:53:30
[INFO] [stdout]    8: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   11: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   12: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   17: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   20: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   21: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   25: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   28: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   29: Rustiny::test_tester_items
[INFO] [stdout]              at ./src/lib.rs:56:34
[INFO] [stdout]   30: Rustiny::test_tester_items::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:52:29
[INFO] [stdout]   31: <Rustiny::test_tester_items::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   34: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   35: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   39: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   40: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   41: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   42: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   44: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   48: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   49: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   51: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   52: <unknown>
[INFO] [stdout]   53: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb715b - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::user::BungieUser::BungieUser, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb715b - <Rustiny[1ce814c77042f9ab]::Tester>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:121
[INFO] [stdout]   22:     0x5e005ffb3a59 - Rustiny[1ce814c77042f9ab]::test_tester_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:53:30
[INFO] [stdout]   23:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   29:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   30:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   31:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   32:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   38:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   39:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x5e005ffbb241 - Rustiny[1ce814c77042f9ab]::test_tester_items
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:56:34
[INFO] [stdout]   45:     0x5e005ffaf087 - Rustiny[1ce814c77042f9ab]::test_tester_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:52:29
[INFO] [stdout]   46:     0x5e005ffab996 - <Rustiny[1ce814c77042f9ab]::test_tester_items::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   66:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   67:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   68:     0x7a76949b1a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_pgcr_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_pgcr_one' (35) panicked at src/lib.rs:266:82:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://stats.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/1/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::ApiClient::ApiClient>::get_parse::<serde_json::value::Value>::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:73:75
[INFO] [stdout]    5: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr_raw::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:39:62
[INFO] [stdout]    6: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:33:44
[INFO] [stdout]    7: Rustiny::test_pgcr_one::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:266:76
[INFO] [stdout]    8: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   11: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   12: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   17: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   20: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   21: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   25: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   28: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   29: Rustiny::test_pgcr_one
[INFO] [stdout]              at ./src/lib.rs:267:22
[INFO] [stdout]   30: Rustiny::test_pgcr_one::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:265:29
[INFO] [stdout]   31: <Rustiny::test_pgcr_one::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   34: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   35: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   39: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   40: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   41: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   42: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   44: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   48: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   49: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   51: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   52: <unknown>
[INFO] [stdout]   53: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb16de - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::activity::activity::PGCR, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb16de - Rustiny[1ce814c77042f9ab]::test_pgcr_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:266:82
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffba7a3 - Rustiny[1ce814c77042f9ab]::test_pgcr_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:267:22
[INFO] [stdout]   44:     0x5e005ffae8d7 - Rustiny[1ce814c77042f9ab]::test_pgcr_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:265:29
[INFO] [stdout]   45:     0x5e005ffab816 - <Rustiny[1ce814c77042f9ab]::test_pgcr_one::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_pgcr_trials stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_pgcr_trials' (36) panicked at src/lib.rs:272:91:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://stats.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/9496960718/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::ApiClient::ApiClient>::get_parse::<serde_json::value::Value>::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:73:75
[INFO] [stdout]    5: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr_raw::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:39:62
[INFO] [stdout]    6: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:33:44
[INFO] [stdout]    7: Rustiny::test_pgcr_trials::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:272:85
[INFO] [stdout]    8: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   11: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   12: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   17: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   20: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   21: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   25: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   28: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   29: Rustiny::test_pgcr_trials
[INFO] [stdout]              at ./src/lib.rs:273:22
[INFO] [stdout]   30: Rustiny::test_pgcr_trials::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:271:32
[INFO] [stdout]   31: <Rustiny::test_pgcr_trials::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   34: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   35: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   39: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   40: test::run_test::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   41: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   42: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   44: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   48: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   49: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   51: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   52: <unknown>
[INFO] [stdout]   53: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb3013 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::activity::activity::PGCR, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb3013 - Rustiny[1ce814c77042f9ab]::test_pgcr_trials::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:272:91
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbaea3 - Rustiny[1ce814c77042f9ab]::test_pgcr_trials
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:273:22
[INFO] [stdout]   44:     0x5e005ffaf027 - Rustiny[1ce814c77042f9ab]::test_pgcr_trials::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:271:32
[INFO] [stdout]   45:     0x5e005ffab916 - <Rustiny[1ce814c77042f9ab]::test_pgcr_trials::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_pgcr_votd stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_pgcr_votd' (37) panicked at src/lib.rs:278:92:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: error sending request for url (https://stats.bungie.net/Platform/Destiny2/Stats/PostGameCarnageReport/10405562745/): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     1: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: <Rustiny::api::ApiClient::ApiClient>::get_params::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:53:20
[INFO] [stdout]    3: <Rustiny::api::ApiClient::ApiClient>::get::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:48:46
[INFO] [stdout]    4: <Rustiny::api::ApiClient::ApiClient>::get_parse::<serde_json::value::Value>::{closure#0}
[INFO] [stdout]              at ./src/api/ApiClient.rs:73:75
[INFO] [stdout]    5: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr_raw::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:39:62
[INFO] [stdout]    6: <Rustiny::api::activity::activity::PgcrScraper>::get_pgcr::{closure#0}
[INFO] [stdout]              at ./src/api/activity/activity.rs:33:44
[INFO] [stdout]    7: Rustiny::test_pgcr_votd::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:278:86
[INFO] [stdout]    8: <core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   11: tokio::task::coop::with_budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   12: tokio::task::coop::budget::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<()>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   17: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   20: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>)>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   21: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<()>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>::{closure#0}, core::option::Option<()>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   25: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   28: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = ()>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   29: Rustiny::test_pgcr_votd
[INFO] [stdout]              at ./src/lib.rs:279:22
[INFO] [stdout]   30: Rustiny::test_pgcr_votd::{closure#0}
[INFO] [stdout]              at ./src/lib.rs:277:30
[INFO] [stdout]   31: <Rustiny::test_pgcr_votd::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   34: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   35: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   39: test::run_test_in_process
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   40: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   41: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   42: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   44: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   48: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   49: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   51: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   52: <unknown>
[INFO] [stdout]   53: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e00604ef552 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e00604ef552 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e00604ef552 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e006050669a - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e006050669a - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x5e00604f4d26 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e00604f4d26 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e00604cc71f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e00604cc71f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e00604e7169 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e006003a7ee - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e006003a7ee - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e00604e73d2 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e00604e73d2 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e00604cc7d8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e00604c1419 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e00604cd8ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0060506ddc - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0060506b52 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e005ffb2373 - <core[27de1724e4349be2]::result::Result<Rustiny[1ce814c77042f9ab]::api::activity::activity::PGCR, anyhow[647cbb8c0dc34888]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e005ffb2373 - Rustiny[1ce814c77042f9ab]::test_pgcr_votd::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:278:92
[INFO] [stdout]   22:     0x5e0060021c72 - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0060021ced - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e0060014e3d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5e0060014d3b - tokio[a5913a8fe0bdab95]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5e0060014d3b - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5e006000d460 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<()>, <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5e006001336d - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5e0060012664 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5e005ffd94bb - <tokio[a5913a8fe0bdab95]::runtime::context::scoped::Scoped<tokio[a5913a8fe0bdab95]::runtime::scheduler::Context>>::set::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5e005fffb9b9 - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5e006000e4c2 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::try_with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5e006000e04e - <std[3b51380354919863]::thread::local::LocalKey<tokio[a5913a8fe0bdab95]::runtime::context::Context>>::with::<tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5e005fff762d - tokio[a5913a8fe0bdab95]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<()>), <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5e00600108c0 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5e0060010bb6 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5e0060012170 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5e005fff7c33 - tokio[a5913a8fe0bdab95]::runtime::context::runtime::enter_runtime::<<tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5e006000cf91 - <tokio[a5913a8fe0bdab95]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5e005ffe4e44 - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5e005ffe500c - <tokio[a5913a8fe0bdab95]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5e005ffbab23 - Rustiny[1ce814c77042f9ab]::test_pgcr_votd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:279:22
[INFO] [stdout]   44:     0x5e005ffaefc7 - Rustiny[1ce814c77042f9ab]::test_pgcr_votd::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:277:30
[INFO] [stdout]   45:     0x5e005ffab896 - <Rustiny[1ce814c77042f9ab]::test_pgcr_votd::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5e006002eb9b - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e006002eb9b - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5e006003b3fa - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5e006003b3fa - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5e006003b3fa - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5e006003b3fa - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5e00600369a4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5e00600369a4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5e006003def2 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e006003def2 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e006003def2 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e006003def2 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5e006003def2 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5e00604eedbf - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5e00604eedbf - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7a7694924aa4 - <unknown>
[INFO] [stdout]   67:     0x7a76949b1a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     clan_members
[INFO] [stdout]     get_clan_by_id
[INFO] [stdout]     get_clan_by_name
[INFO] [stdout]     get_founder
[INFO] [stdout]     get_user
[INFO] [stdout]     get_user_by_name_and_discriminator_and_characters
[INFO] [stdout]     get_user_by_name_one
[INFO] [stdout]     get_users_by_name
[INFO] [stdout]     test_pgcr_one
[INFO] [stdout]     test_pgcr_trials
[INFO] [stdout]     test_pgcr_votd
[INFO] [stdout]     test_tester_items
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 12 failed; 2 ignored; 0 measured; 0 filtered out; finished in 1.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9b979d3378d795a64d946e6b6a02b8da82a986a993fe7cc147112b7afb1c2e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b979d3378d795a64d946e6b6a02b8da82a986a993fe7cc147112b7afb1c2e02", kill_on_drop: false }`
[INFO] [stdout] 9b979d3378d795a64d946e6b6a02b8da82a986a993fe7cc147112b7afb1c2e02
