[INFO] cloning repository https://github.com/alzhu1/mlb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alzhu1/mlb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falzhu1%2Fmlb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falzhu1%2Fmlb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0bf038938ac1b04cea767fc64ec2f920c9f2a4d0
[INFO] testing alzhu1/mlb against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falzhu1%2Fmlb" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alzhu1/mlb
[INFO] finished tweaking git repo https://github.com/alzhu1/mlb
[INFO] tweaked toml for git repo https://github.com/alzhu1/mlb written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alzhu1/mlb on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alzhu1/mlb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-attributes v0.1.21
[INFO] [stderr]   Downloaded syn v1.0.92
[INFO] [stderr]   Downloaded serde_with v1.13.0
[INFO] [stderr]   Downloaded http v0.2.7
[INFO] [stderr]   Downloaded tokio v1.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8cb248c0fb8243b62210038494f2623df455d24c3b0f21dbd57f538e8204b2a3
[INFO] running `Command { std: "docker" "start" "-a" "8cb248c0fb8243b62210038494f2623df455d24c3b0f21dbd57f538e8204b2a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cb248c0fb8243b62210038494f2623df455d24c3b0f21dbd57f538e8204b2a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cb248c0fb8243b62210038494f2623df455d24c3b0f21dbd57f538e8204b2a3", kill_on_drop: false }`
[INFO] [stdout] 8cb248c0fb8243b62210038494f2623df455d24c3b0f21dbd57f538e8204b2a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad99cdff70a8c5359b55aca17958fe0d9a45c4e99f534b732b4366fee04ae6b9
[INFO] running `Command { std: "docker" "start" "-a" "ad99cdff70a8c5359b55aca17958fe0d9a45c4e99f534b732b4366fee04ae6b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling tokio v1.18.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_with v1.13.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling mlb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Batter {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 17 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     doubles: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 19 |     triples: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 21 |     rbi: u64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     babip: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     ops: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Batter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Pitcher {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 54 |     shutouts: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 55 |     holds: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 56 |     saves: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 59 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 60 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 67 |     whip: f64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 68 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 70 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 72 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 74 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Pitcher` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPlayed` should have a snake case name
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `games_played`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `plateAppearances` should have a snake case name
[INFO] [stdout]   --> src/player.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `plate_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `atBats` should have a snake case name
[INFO] [stdout]   --> src/player.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `at_bats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stolenBases` should have a snake case name
[INFO] [stdout]   --> src/player.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `stolen_bases`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `caughtStealing` should have a snake case name
[INFO] [stdout]   --> src/player.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `caught_stealing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesStarted` should have a snake case name
[INFO] [stdout]   --> src/player.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_started`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesFinished` should have a snake case name
[INFO] [stdout]   --> src/player.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `games_finished`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completeGames` should have a snake case name
[INFO] [stdout]   --> src/player.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `complete_games`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `inningsPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `innings_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `earned_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `hits_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRunsPer9` should have a snake case name
[INFO] [stdout]   --> src/player.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `home_runs_per9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walksPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `walks_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeouts_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutWalkRatio` should have a snake case name
[INFO] [stdout]   --> src/player.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeout_walk_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
[INFO] running `Command { std: "docker" "inspect" "ad99cdff70a8c5359b55aca17958fe0d9a45c4e99f534b732b4366fee04ae6b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad99cdff70a8c5359b55aca17958fe0d9a45c4e99f534b732b4366fee04ae6b9", kill_on_drop: false }`
[INFO] [stdout] ad99cdff70a8c5359b55aca17958fe0d9a45c4e99f534b732b4366fee04ae6b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54d921d6051849a5ae3c401b8cac6314841f42ce2457589dbe27d5d358ddefe9
[INFO] running `Command { std: "docker" "start" "-a" "54d921d6051849a5ae3c401b8cac6314841f42ce2457589dbe27d5d358ddefe9", kill_on_drop: false }`
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Batter {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 17 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     doubles: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 19 |     triples: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 21 |     rbi: u64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     babip: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     ops: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Batter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Pitcher {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 54 |     shutouts: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 55 |     holds: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 56 |     saves: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 59 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 60 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 67 |     whip: f64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 68 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 70 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 72 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 74 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Pitcher` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPlayed` should have a snake case name
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `games_played`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `plateAppearances` should have a snake case name
[INFO] [stdout]   --> src/player.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `plate_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `atBats` should have a snake case name
[INFO] [stdout]   --> src/player.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `at_bats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stolenBases` should have a snake case name
[INFO] [stdout]   --> src/player.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `stolen_bases`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `caughtStealing` should have a snake case name
[INFO] [stdout]   --> src/player.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `caught_stealing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesStarted` should have a snake case name
[INFO] [stdout]   --> src/player.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_started`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesFinished` should have a snake case name
[INFO] [stdout]   --> src/player.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `games_finished`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completeGames` should have a snake case name
[INFO] [stdout]   --> src/player.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `complete_games`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `inningsPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `innings_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `earned_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `hits_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRunsPer9` should have a snake case name
[INFO] [stdout]   --> src/player.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `home_runs_per9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walksPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `walks_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeouts_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutWalkRatio` should have a snake case name
[INFO] [stdout]   --> src/player.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeout_walk_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mlb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Batter {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 17 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 18 |     doubles: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 19 |     triples: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 21 |     rbi: u64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     babip: f64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     ops: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Batter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Pitcher {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 54 |     shutouts: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 55 |     holds: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 56 |     saves: u64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 57 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 59 |     hits: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 60 |     runs: u64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 67 |     whip: f64,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 68 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 70 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 72 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 74 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 76 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Pitcher` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPlayed` should have a snake case name
[INFO] [stdout]   --> src/player.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     gamesPlayed: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `games_played`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `plateAppearances` should have a snake case name
[INFO] [stdout]   --> src/player.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     plateAppearances: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `plate_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `atBats` should have a snake case name
[INFO] [stdout]   --> src/player.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     atBats: u64,
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `at_bats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stolenBases` should have a snake case name
[INFO] [stdout]   --> src/player.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     stolenBases: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `stolen_bases`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `caughtStealing` should have a snake case name
[INFO] [stdout]   --> src/player.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     caughtStealing: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `caught_stealing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     gamesPitched: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesStarted` should have a snake case name
[INFO] [stdout]   --> src/player.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     gamesStarted: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_started`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `gamesFinished` should have a snake case name
[INFO] [stdout]   --> src/player.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     gamesFinished: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `games_finished`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `completeGames` should have a snake case name
[INFO] [stdout]   --> src/player.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     completeGames: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `complete_games`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `inningsPitched` should have a snake case name
[INFO] [stdout]   --> src/player.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     inningsPitched: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `innings_pitched`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `earnedRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     earnedRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `earned_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRuns` should have a snake case name
[INFO] [stdout]   --> src/player.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     homeRuns: u64,
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stdout]   --> src/player.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     baseOnBalls: u64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stdout]   --> src/player.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     strikeOuts: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stdout]   --> src/player.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     hitByPitch: u64,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hitsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     hitsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `hits_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `homeRunsPer9` should have a snake case name
[INFO] [stdout]   --> src/player.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     homeRunsPer9: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `home_runs_per9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walksPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     walksPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `walks_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutsPer9Inn` should have a snake case name
[INFO] [stdout]   --> src/player.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeouts_per9_inn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `strikeoutWalkRatio` should have a snake case name
[INFO] [stdout]   --> src/player.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     strikeoutWalkRatio: f64,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeout_walk_ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.38s
[INFO] running `Command { std: "docker" "inspect" "54d921d6051849a5ae3c401b8cac6314841f42ce2457589dbe27d5d358ddefe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54d921d6051849a5ae3c401b8cac6314841f42ce2457589dbe27d5d358ddefe9", kill_on_drop: false }`
[INFO] [stdout] 54d921d6051849a5ae3c401b8cac6314841f42ce2457589dbe27d5d358ddefe9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fbb252cafe9a6ff8d5dc97d0886f1d033a535eb786af41c12698f4927a752d82
[INFO] running `Command { std: "docker" "start" "-a" "fbb252cafe9a6ff8d5dc97d0886f1d033a535eb786af41c12698f4927a752d82", kill_on_drop: false }`
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/player.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Batter {
[INFO] [stderr]    |            ------ fields in this struct
[INFO] [stderr] 13 |     gamesPlayed: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 14 |     plateAppearances: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 15 |     atBats: u64,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 16 |     runs: u64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 17 |     hits: u64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 18 |     doubles: u64,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 19 |     triples: u64,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 20 |     homeRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 21 |     rbi: u64,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 22 |     stolenBases: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 23 |     caughtStealing: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 24 |     baseOnBalls: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 25 |     hitByPitch: u64,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 26 |     strikeOuts: u64,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     babip: f64,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     ops: f64,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Batter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/player.rs:50:5
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub struct Pitcher {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 50 |     gamesPitched: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 51 |     gamesStarted: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 52 |     gamesFinished: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 53 |     completeGames: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 54 |     shutouts: u64,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 55 |     holds: u64,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 56 |     saves: u64,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 57 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 58 |     inningsPitched: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 59 |     hits: u64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 60 |     runs: u64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 61 |     earnedRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 62 |     homeRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 63 |     baseOnBalls: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 64 |     strikeOuts: u64,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 65 |     hitByPitch: u64,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 66 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 67 |     whip: f64,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 68 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 69 |     hitsPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 70 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 71 |     homeRunsPer9: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 72 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 73 |     walksPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 74 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 76 |     #[serde_as(as = "DisplayFromStr")]
[INFO] [stderr] 77 |     strikeoutWalkRatio: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Pitcher` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gamesPlayed` should have a snake case name
[INFO] [stderr]   --> src/player.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     gamesPlayed: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `games_played`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `plateAppearances` should have a snake case name
[INFO] [stderr]   --> src/player.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     plateAppearances: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `plate_appearances`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `atBats` should have a snake case name
[INFO] [stderr]   --> src/player.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     atBats: u64,
[INFO] [stderr]    |     ^^^^^^ help: convert the identifier to snake case: `at_bats`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `homeRuns` should have a snake case name
[INFO] [stderr]   --> src/player.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     homeRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `stolenBases` should have a snake case name
[INFO] [stderr]   --> src/player.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     stolenBases: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `stolen_bases`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `caughtStealing` should have a snake case name
[INFO] [stderr]   --> src/player.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     caughtStealing: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `caught_stealing`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stderr]   --> src/player.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     baseOnBalls: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stderr]   --> src/player.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 |     hitByPitch: u64,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stderr]   --> src/player.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 26 |     strikeOuts: u64,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gamesPitched` should have a snake case name
[INFO] [stderr]   --> src/player.rs:50:5
[INFO] [stderr]    |
[INFO] [stderr] 50 |     gamesPitched: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_pitched`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gamesStarted` should have a snake case name
[INFO] [stderr]   --> src/player.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 |     gamesStarted: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `games_started`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `gamesFinished` should have a snake case name
[INFO] [stderr]   --> src/player.rs:52:5
[INFO] [stderr]    |
[INFO] [stderr] 52 |     gamesFinished: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `games_finished`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `completeGames` should have a snake case name
[INFO] [stderr]   --> src/player.rs:53:5
[INFO] [stderr]    |
[INFO] [stderr] 53 |     completeGames: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `complete_games`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `inningsPitched` should have a snake case name
[INFO] [stderr]   --> src/player.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 |     inningsPitched: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `innings_pitched`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `earnedRuns` should have a snake case name
[INFO] [stderr]   --> src/player.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 |     earnedRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `earned_runs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `homeRuns` should have a snake case name
[INFO] [stderr]   --> src/player.rs:62:5
[INFO] [stderr]    |
[INFO] [stderr] 62 |     homeRuns: u64,
[INFO] [stderr]    |     ^^^^^^^^ help: convert the identifier to snake case: `home_runs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `baseOnBalls` should have a snake case name
[INFO] [stderr]   --> src/player.rs:63:5
[INFO] [stderr]    |
[INFO] [stderr] 63 |     baseOnBalls: u64,
[INFO] [stderr]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `base_on_balls`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `strikeOuts` should have a snake case name
[INFO] [stderr]   --> src/player.rs:64:5
[INFO] [stderr]    |
[INFO] [stderr] 64 |     strikeOuts: u64,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `strike_outs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hitByPitch` should have a snake case name
[INFO] [stderr]   --> src/player.rs:65:5
[INFO] [stderr]    |
[INFO] [stderr] 65 |     hitByPitch: u64,
[INFO] [stderr]    |     ^^^^^^^^^^ help: convert the identifier to snake case: `hit_by_pitch`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hitsPer9Inn` should have a snake case name
[INFO] [stderr]   --> src/player.rs:69:5
[INFO] [stderr]    |
[INFO] [stderr] 69 |     hitsPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^ help: convert the identifier to snake case: `hits_per9_inn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `homeRunsPer9` should have a snake case name
[INFO] [stderr]   --> src/player.rs:71:5
[INFO] [stderr]    |
[INFO] [stderr] 71 |     homeRunsPer9: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `home_runs_per9`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `walksPer9Inn` should have a snake case name
[INFO] [stderr]   --> src/player.rs:73:5
[INFO] [stderr]    |
[INFO] [stderr] 73 |     walksPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `walks_per9_inn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `strikeoutsPer9Inn` should have a snake case name
[INFO] [stderr]   --> src/player.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 75 |     strikeoutsPer9Inn: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeouts_per9_inn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `strikeoutWalkRatio` should have a snake case name
[INFO] [stderr]   --> src/player.rs:77:5
[INFO] [stderr]    |
[INFO] [stderr] 77 |     strikeoutWalkRatio: f64,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `strikeout_walk_ratio`
[INFO] [stderr] 
[INFO] [stderr] warning: `mlb` (lib) generated 26 warnings
[INFO] [stderr] warning: `mlb` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mlb-b22e6b7219085191)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test io::test::test_get_season_success ... ok
[INFO] [stdout] test io::test::test_get_season_retry ... ok
[INFO] [stdout] test io::test::test_get_name_query ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-5f313fd4a5033888)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-3b65d42914ba235f)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_get_hitting_stat_leaders ... FAILED
[INFO] [stdout] test test_get_hitting_team_stat_leaders ... FAILED
[INFO] [stdout] test test_get_pitching_team_stat_leaders ... FAILED
[INFO] [stdout] test test_get_pitcher ... FAILED
[INFO] [stdout] test test_get_multiple_players ... FAILED
[INFO] [stdout] test test_get_team_stats ... FAILED
[INFO] [stdout] test test_get_pitching_stat_leaders ... FAILED
[INFO] [stdout] test test_get_batter ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_hitting_stat_leaders stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_hitting_stat_leaders' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?fields=teams%2Cid%2Cabbreviation&season=2022&sportId=1): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc5734465 - integration_test::test_get_hitting_stat_leaders::h625eadc7365f573c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:32:5
[INFO] [stdout]   23:     0x616fc57343a7 - integration_test::test_get_hitting_stat_leaders::{{closure}}::h7633e153dcc2b7e0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:30:35
[INFO] [stdout]   24:     0x616fc57322a6 - core::ops::function::FnOnce::call_once::h3a5c29bb3b298710
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_hitting_team_stat_leaders stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_hitting_team_stat_leaders' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?sportId=1&fields=teams%2Cid%2Cabbreviation&season=2022): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc57346e5 - integration_test::test_get_hitting_team_stat_leaders::h26358e279bd06673
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:44:5
[INFO] [stdout]   23:     0x616fc5734627 - integration_test::test_get_hitting_team_stat_leaders::{{closure}}::hbd3769b6f666d8fa
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:42:40
[INFO] [stdout]   24:     0x616fc5732606 - core::ops::function::FnOnce::call_once::hf9ff280cc8c39e47
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_pitching_team_stat_leaders stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_pitching_team_stat_leaders' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?season=2022&sportId=1&fields=teams%2Cid%2Cabbreviation): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc5734825 - integration_test::test_get_pitching_team_stat_leaders::hc4d08d5dbdae8fa1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:50:5
[INFO] [stdout]   23:     0x616fc5734767 - integration_test::test_get_pitching_team_stat_leaders::{{closure}}::hb6296d6b02f1100c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:48:41
[INFO] [stdout]   24:     0x616fc5732536 - core::ops::function::FnOnce::call_once::hc9e8047147a85095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_pitcher stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_pitcher' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?sportId=1&fields=teams%2Cid%2Cabbreviation&season=2022): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc57340a5 - integration_test::test_get_pitcher::hfd73fc6478833972
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:14:5
[INFO] [stdout]   23:     0x616fc5733fe7 - integration_test::test_get_pitcher::{{closure}}::h77b00eff1716e1b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:12:22
[INFO] [stdout]   24:     0x616fc5732466 - core::ops::function::FnOnce::call_once::h8437cfc71adf2232
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_multiple_players stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_multiple_players' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?fields=teams%2Cid%2Cabbreviation&sportId=1&season=2022): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc57341e5 - integration_test::test_get_multiple_players::h19b61ad6064eefda
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:20:5
[INFO] [stdout]   23:     0x616fc5734127 - integration_test::test_get_multiple_players::{{closure}}::h6f277d4b92016396
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:18:31
[INFO] [stdout]   24:     0x616fc5732416 - core::ops::function::FnOnce::call_once::h6e5684bc0b3a0325
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_team_stats stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_team_stats' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?fields=teams%2Cid%2Cabbreviation&season=2022&sportId=1): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc5734325 - integration_test::test_get_team_stats::hc262083ecf34d8d1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:26:5
[INFO] [stdout]   23:     0x616fc5734267 - integration_test::test_get_team_stats::{{closure}}::h0fc628a45e2efffb
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:24:25
[INFO] [stdout]   24:     0x616fc57323d6 - core::ops::function::FnOnce::call_once::h64031223cce89d35
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_pitching_stat_leaders stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_pitching_stat_leaders' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?fields=teams%2Cid%2Cabbreviation&sportId=1&season=2022): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc57345a5 - integration_test::test_get_pitching_stat_leaders::he070a0eefbe4ddf0
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:38:5
[INFO] [stdout]   23:     0x616fc57344e7 - integration_test::test_get_pitching_stat_leaders::{{closure}}::h574e28108b84fb66
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:36:36
[INFO] [stdout]   24:     0x616fc57324f6 - core::ops::function::FnOnce::call_once::hb82a67c8abe52014
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_batter stdout ----
[INFO] [stdout] Enter season year (e.g. 2022): 
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_batter' panicked at src/requests.rs:45:19:
[INFO] [stdout] Failed to get response: error sending request for url (https://statsapi.mlb.com/api/v1/teams?season=2022&sportId=1&fields=teams%2Cid%2Cabbreviation): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616fc5b5e292 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x616fc5b5e292 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x616fc5b5e292 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x616fc5b5e292 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x616fc5b88ef3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x616fc5b88ef3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x616fc5b5a633 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x616fc5b5a633 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x616fc5b5e0e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x616fc5b5f819 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x616fc5b5f64e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x616fc576de04 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x616fc576de04 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x616fc5b602ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x616fc5b602ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x616fc5b5ffba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x616fc5b5e799 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x616fc5b5fc4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x616fc5b86e80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x616fc578aa4a - mlb::requests::get_teams::hee5933de68c33ec0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/requests.rs:45:19
[INFO] [stdout]   20:     0x616fc572a79c - mlb::client::MlbClient<R>::new::h3fee685cb2582721
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:25:25
[INFO] [stdout]   21:     0x616fc572dbea - mlb::create_client::h3553739b9814b0ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:8:88
[INFO] [stdout]   22:     0x616fc5733f65 - integration_test::test_get_batter::h4e459e5e8bf17406
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:8:5
[INFO] [stdout]   23:     0x616fc5733ea7 - integration_test::test_get_batter::{{closure}}::h2309241ec381aa5a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:6:21
[INFO] [stdout]   24:     0x616fc5732266 - core::ops::function::FnOnce::call_once::h0d7d87ab35d590f7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x616fc577366b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x616fc577366b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x616fc57727a5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x616fc57727a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x616fc57727a5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x616fc57727a5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x616fc57727a5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x616fc57727a5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x616fc57727a5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x616fc57363a4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x616fc57363a4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x616fc5739d7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x616fc5739d7a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x616fc5739d7a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x616fc5739d7a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x616fc5739d7a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x616fc5739d7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x616fc5b6336f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x616fc5b6336f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7b991f853aa4 - <unknown>
[INFO] [stdout]   46:     0x7b991f8e0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_get_batter
[INFO] [stdout]     test_get_hitting_stat_leaders
[INFO] [stdout]     test_get_hitting_team_stat_leaders
[INFO] [stdout]     test_get_multiple_players
[INFO] [stdout]     test_get_pitcher
[INFO] [stdout]     test_get_pitching_stat_leaders
[INFO] [stdout]     test_get_pitching_team_stat_leaders
[INFO] [stdout]     test_get_team_stats
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fbb252cafe9a6ff8d5dc97d0886f1d033a535eb786af41c12698f4927a752d82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbb252cafe9a6ff8d5dc97d0886f1d033a535eb786af41c12698f4927a752d82", kill_on_drop: false }`
[INFO] [stdout] fbb252cafe9a6ff8d5dc97d0886f1d033a535eb786af41c12698f4927a752d82
