[INFO] cloning repository https://github.com/jottabyte/rust-baseball [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jottabyte/rust-baseball" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjottabyte%2Frust-baseball", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjottabyte%2Frust-baseball'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76954e54cf58bd521c26f19f056a3e8f451e1dc6 [INFO] testing jottabyte/rust-baseball against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjottabyte%2Frust-baseball" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jottabyte/rust-baseball on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jottabyte/rust-baseball [INFO] finished tweaking git repo https://github.com/jottabyte/rust-baseball [INFO] tweaked toml for git repo https://github.com/jottabyte/rust-baseball written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/That3Percent/tree-buf/` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7b391f33cbfc6012ddfe5e7f19243c95ccbc89f6792c0ecece9cf831961aec9 [INFO] running `Command { std: "docker" "start" "-a" "b7b391f33cbfc6012ddfe5e7f19243c95ccbc89f6792c0ecece9cf831961aec9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7b391f33cbfc6012ddfe5e7f19243c95ccbc89f6792c0ecece9cf831961aec9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7b391f33cbfc6012ddfe5e7f19243c95ccbc89f6792c0ecece9cf831961aec9", kill_on_drop: false }` [INFO] [stdout] b7b391f33cbfc6012ddfe5e7f19243c95ccbc89f6792c0ecece9cf831961aec9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63ec7e2dd47de75716b112832a0ddfc8d9666a79f1b9b1f74d83e90dc82bf0a5 [INFO] running `Command { std: "docker" "start" "-a" "63ec7e2dd47de75716b112832a0ddfc8d9666a79f1b9b1f74d83e90dc82bf0a5", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling curl v0.4.42 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling defer v0.1.0 [INFO] [stderr] Compiling gibbon v0.1.3 [INFO] [stderr] Compiling simple-16 v0.1.1 [INFO] [stderr] Compiling transmute v0.1.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling spinning_top v0.2.4 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling sluice v0.5.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling libnghttp2-sys v0.1.7+1.45.0 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling curl-sys v0.4.52+curl-7.81.0 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling zigzag v0.1.0 [INFO] [stderr] Compiling coercible_errors v0.1.4 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tree-buf-macros v0.7.0 (https://github.com/That3Percent/tree-buf/?rev=e3bf1fa19e4a114308fda17a9062e7eb0bd90d3c#e3bf1fa1) [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tree-buf v0.8.0 (https://github.com/That3Percent/tree-buf/?rev=e3bf1fa19e4a114308fda17a9062e7eb0bd90d3c#e3bf1fa1) [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling boss v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/play_by_play.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:274:3 [INFO] [stdout] | [INFO] [stdout] 274 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 275 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/boxscore.rs:465:3 [INFO] [stdout] | [INFO] [stdout] 465 | pub (crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `team_code` [INFO] [stdout] --> src/boxscore.rs:466:3 [INFO] [stdout] | [INFO] [stdout] 466 | pub (crate) team_code: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `location_name` [INFO] [stdout] --> src/boxscore.rs:467:3 [INFO] [stdout] | [INFO] [stdout] 467 | pub (crate) location_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parent_org_name` [INFO] [stdout] --> src/boxscore.rs:472:3 [INFO] [stdout] | [INFO] [stdout] 472 | pub (crate) parent_org_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `job` [INFO] [stdout] --> src/coaches.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) job: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `full_name` [INFO] [stdout] --> src/coaches.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) full_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_pitch` [INFO] [stdout] --> src/play_by_play.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | pub (crate) is_pitch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub (crate) event: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | pub (crate) event_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `has_review` [INFO] [stdout] --> src/play_by_play.rs:271:3 [INFO] [stdout] | [INFO] [stdout] 271 | pub (crate) has_review: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `plate_appearance_result_type` [INFO] [stdout] --> src/play_by_play.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | pub(crate) plate_appearance_result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:389:5 [INFO] [stdout] | [INFO] [stdout] 389 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start_base_value` [INFO] [stdout] --> src/play_by_play.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | pub (crate) start_base_value: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 451 | pub (crate) event: Event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rbi` [INFO] [stdout] --> src/play_by_play.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | pub (crate) rbi: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `earned` [INFO] [stdout] --> src/play_by_play.rs:454:5 [INFO] [stdout] | [INFO] [stdout] 454 | pub (crate) earned: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:699:5 [INFO] [stdout] | [INFO] [stdout] 699 | result_type: ResultType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:700:5 [INFO] [stdout] | [INFO] [stdout] 700 | event: Event, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:701:5 [INFO] [stdout] | [INFO] [stdout] 701 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `social` [INFO] [stdout] --> src/team.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub (crate) social: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `twitter` [INFO] [stdout] --> src/team.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub (crate) twitter: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `facebook` [INFO] [stdout] --> src/team.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub (crate) facebook: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instagram` [INFO] [stdout] --> src/team.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub (crate) instagram: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.34s [INFO] running `Command { std: "docker" "inspect" "63ec7e2dd47de75716b112832a0ddfc8d9666a79f1b9b1f74d83e90dc82bf0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63ec7e2dd47de75716b112832a0ddfc8d9666a79f1b9b1f74d83e90dc82bf0a5", kill_on_drop: false }` [INFO] [stdout] 63ec7e2dd47de75716b112832a0ddfc8d9666a79f1b9b1f74d83e90dc82bf0a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b57db93f1eeab44b8ab55220eac313e5de401668979107074a444f0054b6091a [INFO] running `Command { std: "docker" "start" "-a" "b57db93f1eeab44b8ab55220eac313e5de401668979107074a444f0054b6091a", kill_on_drop: false }` [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/play_by_play.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:274:3 [INFO] [stdout] | [INFO] [stdout] 274 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 275 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/boxscore.rs:465:3 [INFO] [stdout] | [INFO] [stdout] 465 | pub (crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `team_code` [INFO] [stdout] --> src/boxscore.rs:466:3 [INFO] [stdout] | [INFO] [stdout] 466 | pub (crate) team_code: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `location_name` [INFO] [stdout] --> src/boxscore.rs:467:3 [INFO] [stdout] | [INFO] [stdout] 467 | pub (crate) location_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parent_org_name` [INFO] [stdout] --> src/boxscore.rs:472:3 [INFO] [stdout] | [INFO] [stdout] 472 | pub (crate) parent_org_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `job` [INFO] [stdout] --> src/coaches.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) job: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `full_name` [INFO] [stdout] --> src/coaches.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) full_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_pitch` [INFO] [stdout] --> src/play_by_play.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | pub (crate) is_pitch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub (crate) event: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | pub (crate) event_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `has_review` [INFO] [stdout] --> src/play_by_play.rs:271:3 [INFO] [stdout] | [INFO] [stdout] 271 | pub (crate) has_review: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `plate_appearance_result_type` [INFO] [stdout] --> src/play_by_play.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | pub(crate) plate_appearance_result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:389:5 [INFO] [stdout] | [INFO] [stdout] 389 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start_base_value` [INFO] [stdout] --> src/play_by_play.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | pub (crate) start_base_value: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 451 | pub (crate) event: Event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rbi` [INFO] [stdout] --> src/play_by_play.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | pub (crate) rbi: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `earned` [INFO] [stdout] --> src/play_by_play.rs:454:5 [INFO] [stdout] | [INFO] [stdout] 454 | pub (crate) earned: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:699:5 [INFO] [stdout] | [INFO] [stdout] 699 | result_type: ResultType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling boss v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:700:5 [INFO] [stdout] | [INFO] [stdout] 700 | event: Event, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:701:5 [INFO] [stdout] | [INFO] [stdout] 701 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `social` [INFO] [stdout] --> src/team.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub (crate) social: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `twitter` [INFO] [stdout] --> src/team.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub (crate) twitter: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `facebook` [INFO] [stdout] --> src/team.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub (crate) facebook: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instagram` [INFO] [stdout] --> src/team.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub (crate) instagram: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/play_by_play.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 74 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 176 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/players.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 183 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:274:3 [INFO] [stdout] | [INFO] [stdout] 274 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 275 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/venues.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | #[serde(rename_all="camelCase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 290 | #[derive(Deserialize, Debug, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/boxscore.rs:465:3 [INFO] [stdout] | [INFO] [stdout] 465 | pub (crate) name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `team_code` [INFO] [stdout] --> src/boxscore.rs:466:3 [INFO] [stdout] | [INFO] [stdout] 466 | pub (crate) team_code: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `location_name` [INFO] [stdout] --> src/boxscore.rs:467:3 [INFO] [stdout] | [INFO] [stdout] 467 | pub (crate) location_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parent_org_name` [INFO] [stdout] --> src/boxscore.rs:472:3 [INFO] [stdout] | [INFO] [stdout] 472 | pub (crate) parent_org_name: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `job` [INFO] [stdout] --> src/coaches.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | pub(crate) job: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `full_name` [INFO] [stdout] --> src/coaches.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) full_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_pitch` [INFO] [stdout] --> src/play_by_play.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | pub (crate) is_pitch: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | pub (crate) event: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | pub (crate) event_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `has_review` [INFO] [stdout] --> src/play_by_play.rs:271:3 [INFO] [stdout] | [INFO] [stdout] 271 | pub (crate) has_review: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:284:5 [INFO] [stdout] | [INFO] [stdout] 284 | pub(crate) result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `plate_appearance_result_type` [INFO] [stdout] --> src/play_by_play.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | pub(crate) plate_appearance_result_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:389:5 [INFO] [stdout] | [INFO] [stdout] 389 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `start_base_value` [INFO] [stdout] --> src/play_by_play.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | pub (crate) start_base_value: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:451:5 [INFO] [stdout] | [INFO] [stdout] 451 | pub (crate) event: Event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rbi` [INFO] [stdout] --> src/play_by_play.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | pub (crate) rbi: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `earned` [INFO] [stdout] --> src/play_by_play.rs:454:5 [INFO] [stdout] | [INFO] [stdout] 454 | pub (crate) earned: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `result_type` [INFO] [stdout] --> src/play_by_play.rs:699:5 [INFO] [stdout] | [INFO] [stdout] 699 | result_type: ResultType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event` [INFO] [stdout] --> src/play_by_play.rs:700:5 [INFO] [stdout] | [INFO] [stdout] 700 | event: Event, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `event_type` [INFO] [stdout] --> src/play_by_play.rs:701:5 [INFO] [stdout] | [INFO] [stdout] 701 | event_type: EventType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `social` [INFO] [stdout] --> src/team.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub (crate) social: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `twitter` [INFO] [stdout] --> src/team.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub (crate) twitter: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `facebook` [INFO] [stdout] --> src/team.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub (crate) facebook: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instagram` [INFO] [stdout] --> src/team.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub (crate) instagram: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.06s [INFO] running `Command { std: "docker" "inspect" "b57db93f1eeab44b8ab55220eac313e5de401668979107074a444f0054b6091a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b57db93f1eeab44b8ab55220eac313e5de401668979107074a444f0054b6091a", kill_on_drop: false }` [INFO] [stdout] b57db93f1eeab44b8ab55220eac313e5de401668979107074a444f0054b6091a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e685033ed3a4dc085179221f5b717e0f7b8c385ee86ae1aeadd58ce53b49435 [INFO] running `Command { std: "docker" "start" "-a" "0e685033ed3a4dc085179221f5b717e0f7b8c385ee86ae1aeadd58ce53b49435", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/play_by_play.rs:73:3 [INFO] [stderr] | [INFO] [stderr] 73 | #[serde(rename_all="camelCase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 74 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/players.rs:175:3 [INFO] [stderr] | [INFO] [stderr] 175 | #[serde(rename_all="camelCase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 176 | #[derive(Deserialize, Debug, Clone)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/players.rs:182:3 [INFO] [stderr] | [INFO] [stderr] 182 | #[serde(rename_all="camelCase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 183 | #[derive(Deserialize, Debug, Clone)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/venues.rs:274:3 [INFO] [stderr] | [INFO] [stderr] 274 | #[serde(rename_all="camelCase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 275 | #[derive(Deserialize, Debug, Clone)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/venues.rs:289:3 [INFO] [stderr] | [INFO] [stderr] 289 | #[serde(rename_all="camelCase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 290 | #[derive(Deserialize, Debug, Clone)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/boxscore.rs:465:3 [INFO] [stderr] | [INFO] [stderr] 465 | pub (crate) name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `team_code` [INFO] [stderr] --> src/boxscore.rs:466:3 [INFO] [stderr] | [INFO] [stderr] 466 | pub (crate) team_code: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `location_name` [INFO] [stderr] --> src/boxscore.rs:467:3 [INFO] [stderr] | [INFO] [stderr] 467 | pub (crate) location_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `parent_org_name` [INFO] [stderr] --> src/boxscore.rs:472:3 [INFO] [stderr] | [INFO] [stderr] 472 | pub (crate) parent_org_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `job` [INFO] [stderr] --> src/coaches.rs:60:3 [INFO] [stderr] | [INFO] [stderr] 60 | pub(crate) job: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `full_name` [INFO] [stderr] --> src/coaches.rs:69:3 [INFO] [stderr] | [INFO] [stderr] 69 | pub(crate) full_name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_pitch` [INFO] [stderr] --> src/play_by_play.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | pub (crate) is_pitch: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event` [INFO] [stderr] --> src/play_by_play.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | pub (crate) event: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event_type` [INFO] [stderr] --> src/play_by_play.rs:270:3 [INFO] [stderr] | [INFO] [stderr] 270 | pub (crate) event_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `has_review` [INFO] [stderr] --> src/play_by_play.rs:271:3 [INFO] [stderr] | [INFO] [stderr] 271 | pub (crate) has_review: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `result_type` [INFO] [stderr] --> src/play_by_play.rs:284:5 [INFO] [stderr] | [INFO] [stderr] 284 | pub(crate) result_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `plate_appearance_result_type` [INFO] [stderr] --> src/play_by_play.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | pub(crate) plate_appearance_result_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event_type` [INFO] [stderr] --> src/play_by_play.rs:389:5 [INFO] [stderr] | [INFO] [stderr] 389 | event_type: EventType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `start_base_value` [INFO] [stderr] --> src/play_by_play.rs:448:5 [INFO] [stderr] | [INFO] [stderr] 448 | pub (crate) start_base_value: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event` [INFO] [stderr] --> src/play_by_play.rs:451:5 [INFO] [stderr] | [INFO] [stderr] 451 | pub (crate) event: Event, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `rbi` [INFO] [stderr] --> src/play_by_play.rs:453:5 [INFO] [stderr] | [INFO] [stderr] 453 | pub (crate) rbi: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `earned` [INFO] [stderr] --> src/play_by_play.rs:454:5 [INFO] [stderr] | [INFO] [stderr] 454 | pub (crate) earned: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `result_type` [INFO] [stderr] --> src/play_by_play.rs:699:5 [INFO] [stderr] | [INFO] [stderr] 699 | result_type: ResultType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event` [INFO] [stderr] --> src/play_by_play.rs:700:5 [INFO] [stderr] | [INFO] [stderr] 700 | event: Event, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `event_type` [INFO] [stderr] --> src/play_by_play.rs:701:5 [INFO] [stderr] | [INFO] [stderr] 701 | event_type: EventType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `social` [INFO] [stderr] --> src/team.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub (crate) social: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `twitter` [INFO] [stderr] --> src/team.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub (crate) twitter: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `facebook` [INFO] [stderr] --> src/team.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub (crate) facebook: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `instagram` [INFO] [stderr] --> src/team.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | pub (crate) instagram: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `boss` (lib) generated 29 warnings [INFO] [stderr] warning: `boss` (lib test) generated 29 warnings (29 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/boss-da04b9375e7d4ca4) [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 unittests (/opt/rustwide/target/debug/deps/boss-2db05ae274c4864f) [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 unittests (/opt/rustwide/target/debug/deps/tree_buf_test-03c08d6a2a330f3c) [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] Doc-tests boss [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/run_expectancy.rs - run_expectancy::RE288 (line 4) ... FAILED [INFO] [stdout] test src/run_expectancy.rs - run_expectancy::RE288 (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/run_expectancy.rs - run_expectancy::RE288 (line 4) stdout ---- [INFO] [stdout] error: unexpected closing delimiter: `}` [INFO] [stdout] --> src/run_expectancy.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 6 | } _doctest_main_src_run_expectancy_rs_4_0() } [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/run_expectancy.rs:4:83 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_run_expectancy_rs_4_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) For each venue, season and sport_id, calculate the average number of runs scored for after reaching a specific 288 state.
[INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/run_expectancy.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_run_expectancy_rs_4_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) For each venue, season and sport_id, calculate the average number of runs scored for after reaching a specific 288 state.
[INFO] [stdout] 4 | 2) Then we make sure that for items that have sample size < 30, we take the average of the two neighbours. Neighbours will be classified [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/run_expectancy.rs - run_expectancy::RE288 (line 9) stdout ---- [INFO] [stdout] error: unexpected closing delimiter: `)` [INFO] [stdout] --> src/run_expectancy.rs:12:2 [INFO] [stdout] | [INFO] [stdout] 5 | 3) Simulate seasons based on the above probabilities. [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/run_expectancy.rs:9:83 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_run_expectancy_rs_9_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) For each venue, season and sport_id, calculate the probability of each high-level event type (ball, strike, in-play) [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `)` [INFO] [stdout] --> src/run_expectancy.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_run_expectancy_rs_9_0() { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 3 | 1) For each venue, season and sport_id, calculate the probability of each high-level event type (ball, strike, in-play) [INFO] [stdout] 4 | 2) The in-play probability (specifically single/double/triple) is dependent on the ball-strike-out state. [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/run_expectancy.rs - run_expectancy::RE288 (line 4) [INFO] [stdout] src/run_expectancy.rs - run_expectancy::RE288 (line 9) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "0e685033ed3a4dc085179221f5b717e0f7b8c385ee86ae1aeadd58ce53b49435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e685033ed3a4dc085179221f5b717e0f7b8c385ee86ae1aeadd58ce53b49435", kill_on_drop: false }` [INFO] [stdout] 0e685033ed3a4dc085179221f5b717e0f7b8c385ee86ae1aeadd58ce53b49435