[INFO] cloning repository https://github.com/3nt3/ice-speed
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/3nt3/ice-speed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3nt3%2Fice-speed", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3nt3%2Fice-speed'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ecc3eac0af5dd9ba84e58fd0026c64033e601c6
[INFO] checking 3nt3/ice-speed against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3nt3%2Fice-speed" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/3nt3/ice-speed on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/3nt3/ice-speed
[INFO] finished tweaking git repo https://github.com/3nt3/ice-speed
[INFO] tweaked toml for git repo https://github.com/3nt3/ice-speed written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/3nt3/ice-speed 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b7cd6e41d703f3e253ccfb195b7ba1ee5eb8d82d246387f9360a15c314f7600c
[INFO] running `Command { std: "docker" "start" "-a" "b7cd6e41d703f3e253ccfb195b7ba1ee5eb8d82d246387f9360a15c314f7600c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7cd6e41d703f3e253ccfb195b7ba1ee5eb8d82d246387f9360a15c314f7600c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7cd6e41d703f3e253ccfb195b7ba1ee5eb8d82d246387f9360a15c314f7600c", kill_on_drop: false }`
[INFO] [stdout] b7cd6e41d703f3e253ccfb195b7ba1ee5eb8d82d246387f9360a15c314f7600c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ea50ca57675aeae3483f2b58fff204365480d2baa20677bb14276e4b1b8a8f0
[INFO] running `Command { std: "docker" "start" "-a" "7ea50ca57675aeae3483f2b58fff204365480d2baa20677bb14276e4b1b8a8f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.41
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking bytes v1.2.0
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling serde_derive v1.0.140
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking tracing-core v0.1.28
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking unicode-normalization v0.1.21
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking ipnet v2.5.0
[INFO] [stderr]     Checking tracing v0.1.35
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.82
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.11
[INFO] [stderr]     Checking ice-speed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `serde::ts_milliseconds`
[INFO] [stdout]  --> src/models.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::{serde::ts_milliseconds, serde::ts_milliseconds_option, DateTime, Utc};
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::ts_milliseconds`
[INFO] [stdout]  --> src/models.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::{serde::ts_milliseconds, serde::ts_milliseconds_option, DateTime, Utc};
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `train_type` is never read
[INFO] [stdout]  --> src/models.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct TrainStatus {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 7 |     pub speed: f32,
[INFO] [stdout] 8 |     pub train_type: String,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `TrainStatus` 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: fields `info` and `track` are never read
[INFO] [stdout]   --> src/models.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Stop {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub info: StopInfo,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 29 |     pub track: Track,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eva_nr` is never read
[INFO] [stdout]   --> src/models.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Station {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 35 |     pub eva_nr: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Station` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `arrival_delay`, `scheduled_departure_time`, `actual_departure_time`, `show_actual_departure_time`, and `departure_delay` are never read
[INFO] [stdout]   --> src/models.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Timetable {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub arrival_delay: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 47 |     #[serde(with = "ts_milliseconds_option")]
[INFO] [stdout] 48 |     pub scheduled_departure_time: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 49 |     #[serde(with = "ts_milliseconds_option")]
[INFO] [stdout] 50 |     pub actual_departure_time: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 51 |     pub show_actual_departure_time: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |     pub departure_delay: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Timetable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `status`, `passed`, `position_status`, `distance`, and `distance_from_start` are never read
[INFO] [stdout]   --> src/models.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct StopInfo {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 58 |     pub status: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 59 |     pub passed: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 60 |     pub position_status: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 61 |     pub distance: i32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 62 |     pub distance_from_start: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StopInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scheduled` and `actual` are never read
[INFO] [stdout]   --> src/models.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Track {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 68 |     pub scheduled: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 69 |     pub actual: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `train_type` is never read
[INFO] [stdout]  --> src/models.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct TrainStatus {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 7 |     pub speed: f32,
[INFO] [stdout] 8 |     pub train_type: String,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `TrainStatus` 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: fields `info` and `track` are never read
[INFO] [stdout]   --> src/models.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Stop {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub info: StopInfo,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 29 |     pub track: Track,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `eva_nr` is never read
[INFO] [stdout]   --> src/models.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Station {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 35 |     pub eva_nr: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Station` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `arrival_delay`, `scheduled_departure_time`, `actual_departure_time`, `show_actual_departure_time`, and `departure_delay` are never read
[INFO] [stdout]   --> src/models.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Timetable {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub arrival_delay: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 47 |     #[serde(with = "ts_milliseconds_option")]
[INFO] [stdout] 48 |     pub scheduled_departure_time: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 49 |     #[serde(with = "ts_milliseconds_option")]
[INFO] [stdout] 50 |     pub actual_departure_time: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 51 |     pub show_actual_departure_time: Option<bool>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |     pub departure_delay: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Timetable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `status`, `passed`, `position_status`, `distance`, and `distance_from_start` are never read
[INFO] [stdout]   --> src/models.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct StopInfo {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 58 |     pub status: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 59 |     pub passed: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 60 |     pub position_status: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 61 |     pub distance: i32,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 62 |     pub distance_from_start: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StopInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scheduled` and `actual` are never read
[INFO] [stdout]   --> src/models.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Track {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 68 |     pub scheduled: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 69 |     pub actual: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Track` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s
[INFO] running `Command { std: "docker" "inspect" "7ea50ca57675aeae3483f2b58fff204365480d2baa20677bb14276e4b1b8a8f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ea50ca57675aeae3483f2b58fff204365480d2baa20677bb14276e4b1b8a8f0", kill_on_drop: false }`
[INFO] [stdout] 7ea50ca57675aeae3483f2b58fff204365480d2baa20677bb14276e4b1b8a8f0
