[INFO] cloning repository https://github.com/QpxDesign/amtrack_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/QpxDesign/amtrack_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f91c62c0b150d82812c6e5b7684ce459ed123d8b [INFO] testing QpxDesign/amtrack_rs against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/QpxDesign/amtrack_rs on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/QpxDesign/amtrack_rs [INFO] finished tweaking git repo https://github.com/QpxDesign/amtrack_rs [INFO] tweaked toml for git repo https://github.com/QpxDesign/amtrack_rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/QpxDesign/amtrack_rs 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded amtk v0.1.0 [INFO] [stderr] Downloaded rustls-pki-types v1.9.0 [INFO] [stderr] Downloaded password-hash v0.2.1 [INFO] [stderr] Downloaded redis v0.27.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36db7bddf0847fe5df628398504982d310d591e09d2437a63abd0fa959ee0319 [INFO] running `Command { std: "docker" "start" "-a" "36db7bddf0847fe5df628398504982d310d591e09d2437a63abd0fa959ee0319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36db7bddf0847fe5df628398504982d310d591e09d2437a63abd0fa959ee0319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36db7bddf0847fe5df628398504982d310d591e09d2437a63abd0fa959ee0319", kill_on_drop: false }` [INFO] [stdout] 36db7bddf0847fe5df628398504982d310d591e09d2437a63abd0fa959ee0319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 298d8ae0a218ce5448affb6cafdd777bb47f3af39cb20a21acf30d815cab3969 [INFO] running `Command { std: "docker" "start" "-a" "298d8ae0a218ce5448affb6cafdd777bb47f3af39cb20a21acf30d815cab3969", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling once_cell v1.20.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling cc v1.1.24 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling crypto-mac v0.11.0 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling password-hash v0.2.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling rustls-pki-types v1.9.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling block-modes v0.8.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling pbkdf2 v0.8.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling ipnet v2.10.0 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling chrono-tz-build v0.4.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling chrono-tz v0.10.0 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling amtk v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Compiling redis v0.27.3 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling amtrack_rs v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | let mut trains = raw.features.unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetTrains` should have a snake case name [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub async fn GetTrains() -> Option { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetStations` should have a snake case name [INFO] [stdout] --> src/lib.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn GetStations() -> Option { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ConvertRawTrains; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `rS` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convertTime` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:251:4 [INFO] [stdout] | [INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:27 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `stringToUnix` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `readStations` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | let mut trains = raw.features.unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getTrains` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | async fn getTrains() -> String { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let CACHE_EXPIRY_SECONDS = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getTrainsRaw` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | async fn getTrainsRaw() -> String { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getStations` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | async fn getStations() -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/bin/./utils/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ConvertRawTrains; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `rS` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convertTime` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:251:4 [INFO] [stdout] | [INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stationCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:269:27 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `stringToUnix` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `readStations` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s [INFO] running `Command { std: "docker" "inspect" "298d8ae0a218ce5448affb6cafdd777bb47f3af39cb20a21acf30d815cab3969", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "298d8ae0a218ce5448affb6cafdd777bb47f3af39cb20a21acf30d815cab3969", kill_on_drop: false }` [INFO] [stdout] 298d8ae0a218ce5448affb6cafdd777bb47f3af39cb20a21acf30d815cab3969 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66635e30d2a5deb940d339a756b7d413d4a98ac5bb6d734d7baebac847460242 [INFO] running `Command { std: "docker" "start" "-a" "66635e30d2a5deb940d339a756b7d413d4a98ac5bb6d734d7baebac847460242", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | let mut trains = raw.features.unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetTrains` should have a snake case name [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub async fn GetTrains() -> Option { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetStations` should have a snake case name [INFO] [stdout] --> src/lib.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn GetStations() -> Option { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ConvertRawTrains; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `rS` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convertTime` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:251:4 [INFO] [stdout] | [INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:27 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `stringToUnix` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `readStations` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling amtrack_rs v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:265:17 [INFO] [stdout] | [INFO] [stdout] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | let mut trains = raw.features.unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetTrains` should have a snake case name [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub async fn GetTrains() -> Option { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetStations` should have a snake case name [INFO] [stdout] --> src/lib.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn GetStations() -> Option { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | let mut trains = raw.features.unwrap(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ConvertRawTrains; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `rS` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convertTime` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:251:4 [INFO] [stdout] | [INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stationCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:269:27 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `stringToUnix` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `readStations` should have a snake case name [INFO] [stdout] --> src/./bin/utils/ConvertRawTrains.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getTrains` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | async fn getTrains() -> String { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let CACHE_EXPIRY_SECONDS = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getTrainsRaw` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | async fn getTrainsRaw() -> String { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getStations` should have a snake case name [INFO] [stdout] --> src/bin/main.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | async fn getStations() -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/bin/./structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/bin/./utils/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ConvertRawTrains; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `rS` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stdout] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convertTime` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:251:4 [INFO] [stdout] | [INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:269:4 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `stationCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:269:27 [INFO] [stdout] | [INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `stringToUnix` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `readStations` should have a snake case name [INFO] [stdout] --> src/bin/./utils/ConvertRawTrains.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetStationsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod GetTrainsResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainItem` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod TrainItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `TrainStation` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod TrainStation; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `routeName` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub routeName: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainNum` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub trainNum: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainID` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub trainID: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainTimely` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub trainTimely: String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `destCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub destCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `eventCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub eventCode: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub origCode: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `origSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub origSchDep: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `originTZ` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub originTZ: String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `trainState` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub trainState: String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updatedAt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainItem.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub updatedAt: String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schArr` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub schArr: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `schDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub schDep: String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub arrCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `depCmnt` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/final/TrainStation.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub depCmnt: String, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawResponse` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod RawResponse; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `RawStation` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod RawStation; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub OBJECTID: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DestCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub DestCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `EventCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub EventCode: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Heading` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub Heading: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainNum` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TrainNum: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Velocity` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub Velocity: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigCode` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub OrigCode: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RouteName` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub RouteName: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub OrigSchDep: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub OriginTZ: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TrainState` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub TrainState: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station1` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub Station1: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station2` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub Station2: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station3` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub Station3: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station4` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub Station4: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station5` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Station5: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station6` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub Station6: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station7` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Station7: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station8` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Station8: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station9` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Station9: Option, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station10` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub Station10: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station11` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub Station11: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station12` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub Station12: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station13` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub Station13: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station14` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub Station14: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station15` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub Station15: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station16` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub Station16: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station17` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub Station17: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station18` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub Station18: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station19` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub Station19: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station20` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | pub Station20: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station21` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub Station21: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station22` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub Station22: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station23` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub Station23: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station24` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | pub Station24: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station25` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub Station25: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station26` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub Station26: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station27` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | pub Station27: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station28` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | pub Station28: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station29` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub Station29: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station30` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub Station30: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station31` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub Station31: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station32` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub Station32: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station33` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub Station33: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station34` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub Station34: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station35` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub Station35: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station36` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub Station36: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station37` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | pub Station37: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station38` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub Station38: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station39` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | pub Station39: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station40` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub Station40: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station41` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub Station41: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station42` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | pub Station42: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station43` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | pub Station43: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station44` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub Station44: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station45` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub Station45: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Station46` should have a snake case name [INFO] [stdout] --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | pub Station46: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.31s [INFO] running `Command { std: "docker" "inspect" "66635e30d2a5deb940d339a756b7d413d4a98ac5bb6d734d7baebac847460242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66635e30d2a5deb940d339a756b7d413d4a98ac5bb6d734d7baebac847460242", kill_on_drop: false }` [INFO] [stdout] 66635e30d2a5deb940d339a756b7d413d4a98ac5bb6d734d7baebac847460242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8146ebb99cd0767491b2f1052f6a558b18ab5408fa3839e31fbd709902606de0 [INFO] running `Command { std: "docker" "start" "-a" "8146ebb99cd0767491b2f1052f6a558b18ab5408fa3839e31fbd709902606de0", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `structs::GetStationsResponse::GetStationsResponse` [INFO] [stderr] --> src/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use structs::GetStationsResponse::GetStationsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let mut trains = raw.features.unwrap(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: function `GetTrains` should have a snake case name [INFO] [stderr] --> src/lib.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | pub async fn GetTrains() -> Option { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `GetStations` should have a snake case name [INFO] [stderr] --> src/lib.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn GetStations() -> Option { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stderr] [INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name [INFO] [stderr] --> src/./bin/structs/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetStationsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stderr] [INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetTrainsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stderr] [INFO] [stderr] warning: module `TrainItem` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod TrainItem; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stderr] [INFO] [stderr] warning: module `TrainStation` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod TrainStation; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `routeName` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub routeName: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainNum` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub trainNum: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainID` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub trainID: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainTimely` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub trainTimely: String, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stderr] [INFO] [stderr] warning: structure field `destCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub destCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `eventCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub eventCode: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pub origCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origSchDep` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub origSchDep: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `originTZ` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub originTZ: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainState` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub trainState: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `updatedAt` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainItem.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub updatedAt: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stderr] [INFO] [stderr] warning: structure field `schArr` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainStation.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub schArr: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stderr] [INFO] [stderr] warning: structure field `schDep` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainStation.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub schDep: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainStation.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub arrCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stderr] [INFO] [stderr] warning: structure field `depCmnt` should have a snake case name [INFO] [stderr] --> src/./bin/structs/final/TrainStation.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub depCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stderr] [INFO] [stderr] warning: module `RawResponse` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod RawResponse; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stderr] [INFO] [stderr] warning: module `RawStation` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod RawStation; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub OBJECTID: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stderr] [INFO] [stderr] warning: structure field `DestCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub DestCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `EventCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub EventCode: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `Heading` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub Heading: Option, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainNum` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub TrainNum: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `Velocity` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | pub Velocity: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigCode` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | pub OrigCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `RouteName` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub RouteName: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub OrigSchDep: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub OriginTZ: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainState` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub TrainState: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station1` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub Station1: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station2` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub Station2: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station3` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | pub Station3: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station4` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub Station4: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station5` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | pub Station5: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station6` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | pub Station6: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station7` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub Station7: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station8` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub Station8: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station9` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | pub Station9: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station10` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub Station10: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station11` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub Station11: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station12` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | pub Station12: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station13` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | pub Station13: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station14` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub Station14: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station15` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub Station15: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station16` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub Station16: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station17` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | pub Station17: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station18` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub Station18: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station19` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub Station19: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station20` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub Station20: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station21` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub Station21: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station22` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | pub Station22: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station23` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | pub Station23: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station24` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub Station24: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station25` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | pub Station25: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station26` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | pub Station26: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station27` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub Station27: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station28` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub Station28: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station29` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | pub Station29: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station30` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | pub Station30: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station31` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | pub Station31: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station32` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | pub Station32: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station33` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | pub Station33: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station34` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | pub Station34: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station35` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | pub Station35: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station36` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub Station36: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station37` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | pub Station37: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station38` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | pub Station38: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station39` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | pub Station39: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station40` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | pub Station40: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station41` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | pub Station41: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station42` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | pub Station42: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station43` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | pub Station43: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station44` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | pub Station44: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station45` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | pub Station45: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station46` should have a snake case name [INFO] [stderr] --> src/./bin/structs/raw/RawResponse.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | pub Station46: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stderr] [INFO] [stderr] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stderr] --> src/./bin/utils/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod ConvertRawTrains; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stderr] [INFO] [stderr] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:24:8 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stderr] [INFO] [stderr] warning: variable `rS` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:175:17 [INFO] [stderr] | [INFO] [stderr] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stderr] [INFO] [stderr] warning: function `convertTime` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:251:4 [INFO] [stderr] | [INFO] [stderr] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stderr] [INFO] [stderr] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:269:4 [INFO] [stderr] | [INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stderr] [INFO] [stderr] warning: variable `stationCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:269:27 [INFO] [stderr] | [INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stderr] [INFO] [stderr] warning: function `stringToUnix` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:285:4 [INFO] [stderr] | [INFO] [stderr] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stderr] [INFO] [stderr] warning: function `readStations` should have a snake case name [INFO] [stderr] --> src/./bin/utils/ConvertRawTrains.rs:295:4 [INFO] [stderr] | [INFO] [stderr] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stderr] [INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetStationsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stderr] [INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetTrainsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stderr] [INFO] [stderr] warning: module `TrainItem` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod TrainItem; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stderr] [INFO] [stderr] warning: module `TrainStation` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod TrainStation; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `routeName` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub routeName: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainNum` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub trainNum: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainID` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub trainID: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainTimely` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub trainTimely: String, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stderr] [INFO] [stderr] warning: structure field `destCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub destCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `eventCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub eventCode: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pub origCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origSchDep` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub origSchDep: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `originTZ` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub originTZ: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainState` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub trainState: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `updatedAt` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainItem.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub updatedAt: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stderr] [INFO] [stderr] warning: structure field `schArr` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainStation.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub schArr: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stderr] [INFO] [stderr] warning: structure field `schDep` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainStation.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub schDep: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainStation.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub arrCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stderr] [INFO] [stderr] warning: structure field `depCmnt` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/final/TrainStation.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub depCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stderr] [INFO] [stderr] warning: module `RawResponse` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod RawResponse; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stderr] [INFO] [stderr] warning: module `RawStation` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod RawStation; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub OBJECTID: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stderr] [INFO] [stderr] warning: structure field `DestCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub DestCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `EventCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub EventCode: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `Heading` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub Heading: Option, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainNum` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub TrainNum: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `Velocity` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | pub Velocity: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigCode` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | pub OrigCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `RouteName` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub RouteName: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub OrigSchDep: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub OriginTZ: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainState` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub TrainState: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station1` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub Station1: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station2` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub Station2: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station3` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | pub Station3: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station4` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub Station4: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station5` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | pub Station5: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station6` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | pub Station6: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station7` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub Station7: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station8` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub Station8: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station9` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | pub Station9: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station10` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub Station10: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station11` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub Station11: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station12` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | pub Station12: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station13` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | pub Station13: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station14` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub Station14: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station15` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub Station15: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station16` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub Station16: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station17` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | pub Station17: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station18` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub Station18: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station19` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub Station19: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station20` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub Station20: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station21` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub Station21: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station22` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | pub Station22: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station23` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | pub Station23: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station24` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub Station24: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station25` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | pub Station25: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station26` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | pub Station26: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station27` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub Station27: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station28` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub Station28: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station29` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | pub Station29: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station30` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | pub Station30: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station31` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | pub Station31: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station32` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | pub Station32: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station33` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | pub Station33: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station34` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | pub Station34: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station35` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | pub Station35: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station36` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub Station36: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station37` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | pub Station37: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station38` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | pub Station38: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station39` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | pub Station39: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station40` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | pub Station40: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station41` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | pub Station41: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station42` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | pub Station42: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station43` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | pub Station43: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station44` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | pub Station44: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station45` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | pub Station45: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station46` should have a snake case name [INFO] [stderr] --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | pub Station46: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stderr] [INFO] [stderr] warning: `amtrack_rs` (lib) generated 170 warnings (run `cargo fix --lib -p amtrack_rs` to apply 3 suggestions) [INFO] [stderr] warning: `amtrack_rs` (lib test) generated 170 warnings (170 duplicates) [INFO] [stderr] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:265:17 [INFO] [stderr] | [INFO] [stderr] 265 | let u = Utc.timestamp(unix, 0).with_timezone(&timezone); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let mut trains = raw.features.unwrap(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | let mut unix = timezone.from_local_datetime(&dt.unwrap()).single(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: function `getTrains` should have a snake case name [INFO] [stderr] --> src/bin/main.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | async fn getTrains() -> String { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `get_trains` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name [INFO] [stderr] --> src/bin/main.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | let CACHE_EXPIRY_SECONDS = 30; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds` [INFO] [stderr] [INFO] [stderr] warning: function `getTrainsRaw` should have a snake case name [INFO] [stderr] --> src/bin/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | async fn getTrainsRaw() -> String { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw` [INFO] [stderr] [INFO] [stderr] warning: function `getStations` should have a snake case name [INFO] [stderr] --> src/bin/main.rs:88:10 [INFO] [stderr] | [INFO] [stderr] 88 | async fn getStations() -> String { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations` [INFO] [stderr] [INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name [INFO] [stderr] --> src/bin/./structs/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetStationsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stderr] [INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetTrainsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stderr] [INFO] [stderr] warning: module `TrainItem` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod TrainItem; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stderr] [INFO] [stderr] warning: module `TrainStation` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod TrainStation; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `routeName` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub routeName: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainNum` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub trainNum: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainID` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub trainID: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainTimely` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub trainTimely: String, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stderr] [INFO] [stderr] warning: structure field `destCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub destCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `eventCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub eventCode: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pub origCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origSchDep` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub origSchDep: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `originTZ` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub originTZ: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainState` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub trainState: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `updatedAt` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainItem.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub updatedAt: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stderr] [INFO] [stderr] warning: structure field `schArr` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainStation.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub schArr: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stderr] [INFO] [stderr] warning: structure field `schDep` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainStation.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub schDep: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainStation.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub arrCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stderr] [INFO] [stderr] warning: structure field `depCmnt` should have a snake case name [INFO] [stderr] --> src/bin/./structs/final/TrainStation.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub depCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stderr] [INFO] [stderr] warning: module `RawResponse` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod RawResponse; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stderr] [INFO] [stderr] warning: module `RawStation` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod RawStation; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub OBJECTID: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stderr] [INFO] [stderr] warning: structure field `DestCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub DestCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `EventCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub EventCode: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `Heading` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub Heading: Option, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainNum` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub TrainNum: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `Velocity` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | pub Velocity: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigCode` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | pub OrigCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `RouteName` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub RouteName: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub OrigSchDep: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub OriginTZ: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainState` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub TrainState: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station1` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub Station1: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station2` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub Station2: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station3` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | pub Station3: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station4` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub Station4: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station5` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | pub Station5: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station6` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | pub Station6: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station7` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub Station7: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station8` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub Station8: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station9` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | pub Station9: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station10` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub Station10: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station11` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub Station11: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station12` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | pub Station12: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station13` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | pub Station13: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station14` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub Station14: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station15` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub Station15: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station16` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub Station16: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station17` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | pub Station17: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station18` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub Station18: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station19` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub Station19: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station20` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub Station20: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station21` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub Station21: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station22` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | pub Station22: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station23` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | pub Station23: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station24` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub Station24: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station25` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | pub Station25: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station26` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | pub Station26: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station27` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub Station27: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station28` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub Station28: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station29` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | pub Station29: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station30` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | pub Station30: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station31` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | pub Station31: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station32` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | pub Station32: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station33` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | pub Station33: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station34` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | pub Station34: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station35` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | pub Station35: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station36` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub Station36: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station37` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | pub Station37: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station38` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | pub Station38: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station39` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | pub Station39: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station40` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | pub Station40: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station41` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | pub Station41: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station42` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | pub Station42: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station43` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | pub Station43: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station44` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | pub Station44: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station45` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | pub Station45: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station46` should have a snake case name [INFO] [stderr] --> src/bin/./structs/raw/RawResponse.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | pub Station46: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stderr] [INFO] [stderr] warning: module `ConvertRawTrains` should have a snake case name [INFO] [stderr] --> src/bin/./utils/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod ConvertRawTrains; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stderr] [INFO] [stderr] warning: function `ConvertRawTrains` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:24:8 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains` [INFO] [stderr] [INFO] [stderr] warning: variable `rS` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:175:17 [INFO] [stderr] | [INFO] [stderr] 175 | let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to snake case: `r_s` [INFO] [stderr] [INFO] [stderr] warning: function `convertTime` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:251:4 [INFO] [stderr] | [INFO] [stderr] 251 | fn convertTime(time: String, tz: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time` [INFO] [stderr] [INFO] [stderr] warning: function `getNameFromStationCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:269:4 [INFO] [stderr] | [INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code` [INFO] [stderr] [INFO] [stderr] warning: variable `stationCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:269:27 [INFO] [stderr] | [INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code` [INFO] [stderr] [INFO] [stderr] warning: function `stringToUnix` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:285:4 [INFO] [stderr] | [INFO] [stderr] 285 | fn stringToUnix(string_time: String) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix` [INFO] [stderr] [INFO] [stderr] warning: function `readStations` should have a snake case name [INFO] [stderr] --> src/bin/./utils/ConvertRawTrains.rs:295:4 [INFO] [stderr] | [INFO] [stderr] 295 | fn readStations() -> std::vec::IntoIter { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations` [INFO] [stderr] [INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetStationsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response` [INFO] [stderr] [INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod GetTrainsResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response` [INFO] [stderr] [INFO] [stderr] warning: module `TrainItem` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod TrainItem; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `train_item` [INFO] [stderr] [INFO] [stderr] warning: module `TrainStation` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod TrainStation; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `routeName` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub routeName: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainNum` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub trainNum: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainID` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub trainID: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `train_id` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainTimely` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub trainTimely: String, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely` [INFO] [stderr] [INFO] [stderr] warning: structure field `destCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub destCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `eventCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub eventCode: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pub origCode: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `origSchDep` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub origSchDep: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `originTZ` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub originTZ: String, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `trainState` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub trainState: String, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `updatedAt` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainItem.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub updatedAt: String, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `updated_at` [INFO] [stderr] [INFO] [stderr] warning: structure field `schArr` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainStation.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub schArr: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_arr` [INFO] [stderr] [INFO] [stderr] warning: structure field `schDep` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainStation.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub schDep: String, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainStation.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub arrCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt` [INFO] [stderr] [INFO] [stderr] warning: structure field `depCmnt` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/final/TrainStation.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | pub depCmnt: String, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt` [INFO] [stderr] [INFO] [stderr] warning: module `RawResponse` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/mod.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod RawResponse; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response` [INFO] [stderr] [INFO] [stderr] warning: module `RawStation` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/mod.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub mod RawStation; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station` [INFO] [stderr] [INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub OBJECTID: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `objectid` [INFO] [stderr] [INFO] [stderr] warning: structure field `DestCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub DestCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `dest_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `EventCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub EventCode: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `event_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `Heading` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub Heading: Option, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `heading` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainNum` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub TrainNum: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `train_num` [INFO] [stderr] [INFO] [stderr] warning: structure field `Velocity` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | pub Velocity: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigCode` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | pub OrigCode: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `orig_code` [INFO] [stderr] [INFO] [stderr] warning: structure field `RouteName` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub RouteName: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `route_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub OrigSchDep: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep` [INFO] [stderr] [INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub OriginTZ: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `origin_tz` [INFO] [stderr] [INFO] [stderr] warning: structure field `TrainState` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub TrainState: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `train_state` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station1` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub Station1: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station2` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub Station2: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station3` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | pub Station3: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station4` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub Station4: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station5` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | pub Station5: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station6` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | pub Station6: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station7` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub Station7: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station8` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub Station8: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station9` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | pub Station9: Option, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station10` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub Station10: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station11` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub Station11: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station12` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | pub Station12: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station13` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | pub Station13: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station14` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub Station14: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station15` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub Station15: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station16` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub Station16: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station17` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | pub Station17: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station18` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | pub Station18: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station19` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub Station19: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station20` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub Station20: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station21` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub Station21: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station22` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | pub Station22: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station23` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | pub Station23: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station24` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | pub Station24: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station25` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | pub Station25: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station26` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | pub Station26: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station27` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | pub Station27: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station28` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | pub Station28: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station29` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | pub Station29: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station30` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | pub Station30: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station31` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | pub Station31: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station32` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | pub Station32: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station33` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | pub Station33: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station34` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | pub Station34: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station35` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | pub Station35: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station36` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub Station36: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station37` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | pub Station37: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station38` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | pub Station38: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station39` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | pub Station39: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station40` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | pub Station40: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station41` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | pub Station41: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station42` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | pub Station42: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station43` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | pub Station43: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station44` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 82 | pub Station44: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station45` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | pub Station45: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45` [INFO] [stderr] [INFO] [stderr] warning: structure field `Station46` should have a snake case name [INFO] [stderr] --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | pub Station46: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46` [INFO] [stderr] [INFO] [stderr] warning: `amtrack_rs` (bin "main" test) generated 171 warnings (run `cargo fix --bin "main" --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/amtrack_rs-2c7e816977a776f5) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_get_stations ... ok [INFO] [stdout] test tests::test_get_trains ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_get_trains stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tests::test_get_trains' panicked at src/lib.rs:16:10: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: "https://maps.amtrak.com/services/MapDataService/trains/getTrainsData", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x624f3a738e3a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x624f3a738e3a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x624f3a738e3a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x624f3a738e3a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x624f3a7625f3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x624f3a7625f3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x624f3a735393 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x624f3a738c82 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x624f3a73a370 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x624f3a73a10d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x624f3a68b8c3 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x624f3a68b8c3 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x624f3a73aba3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x624f3a73aba3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x624f3a73a87a - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x624f3a739339 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x624f3a73a50d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x624f3a2854c0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x624f3a285996 - core::result::unwrap_failed::h1b5ed8541c7bebd6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5 [INFO] [stdout] 19: 0x624f3a2c5bf6 - core::result::Result::unwrap::h534a9d5e3b965b91 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1109:23 [INFO] [stdout] 20: 0x624f3a2c5bf6 - amtrack_rs::GetTrains::{{closure}}::h845b3bf693a91e50 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:14:16 [INFO] [stdout] 21: 0x624f3a2c195d - amtrack_rs::tests::test_get_trains::{{closure}}::h38e0148e0cdce038 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:46:36 [INFO] [stdout] 22: 0x624f3a2bebd2 - as core::future::future::Future>::poll::hf4e4c6739fb768da [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x624f3a2beb8d - as core::future::future::Future>::poll::hd13f9160cc33b78d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 [INFO] [stdout] 24: 0x624f3a2e0c6f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hc4fe1e23955dd016 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 [INFO] [stdout] 25: 0x624f3a2e0b65 - tokio::runtime::coop::with_budget::h63cae66331e9bc39 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 26: 0x624f3a2e0b65 - tokio::runtime::coop::budget::h68de67adf310fda6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 27: 0x624f3a2e0b65 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h59272ed1b15cc2f9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 [INFO] [stdout] 28: 0x624f3a2ddea0 - tokio::runtime::scheduler::current_thread::Context::enter::h205d472154eb17fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 [INFO] [stdout] 29: 0x624f3a2df97e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h37c15e31d4fc5b11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 [INFO] [stdout] 30: 0x624f3a2df674 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h430816b6b603a53e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 [INFO] [stdout] 31: 0x624f3a2ca17b - tokio::runtime::context::scoped::Scoped::set::hfe40b39349eb446c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x624f3a2c4259 - tokio::runtime::context::set_scheduler::{{closure}}::h6673fede2970238e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:26 [INFO] [stdout] 33: 0x624f3a2c2ae2 - std::thread::local::LocalKey::try_with::h97da6d7e69b12ee1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 34: 0x624f3a2c1f6a - std::thread::local::LocalKey::with::he1d2c5930270682d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 35: 0x624f3a2c41cd - tokio::runtime::context::set_scheduler::h5efcf83b5a662c5a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:9 [INFO] [stdout] 36: 0x624f3a2df000 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h0af73e78132167c5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 [INFO] [stdout] 37: 0x624f3a2df713 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he7addcb694cb2a11 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 [INFO] [stdout] 38: 0x624f3a2dd91f - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h909260589841f118 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 [INFO] [stdout] 39: 0x624f3a2c4586 - tokio::runtime::context::runtime::enter_runtime::h1a5c12582928c560 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x624f3a2dd211 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hdba2db6bc10806c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 [INFO] [stdout] 41: 0x624f3a2dcddd - tokio::runtime::runtime::Runtime::block_on_inner::h9ae531a71b86a9e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:47 [INFO] [stdout] 42: 0x624f3a2dd005 - tokio::runtime::runtime::Runtime::block_on::h797c7c0b749bf443 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:13 [INFO] [stdout] 43: 0x624f3a2c1771 - amtrack_rs::tests::test_get_trains::h5b08b5acf7a76939 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:46:9 [INFO] [stdout] 44: 0x624f3a2c1617 - amtrack_rs::tests::test_get_trains::{{closure}}::hfaa0bdbf158b95a5 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:45:31 [INFO] [stdout] 45: 0x624f3a2d0cd6 - core::ops::function::FnOnce::call_once::hb61bc19055049afd [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x624f3a69106b - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x624f3a69106b - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 48: 0x624f3a68ffa3 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 49: 0x624f3a68ffa3 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 50: 0x624f3a68ffa3 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 51: 0x624f3a68ffa3 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 52: 0x624f3a68ffa3 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 53: 0x624f3a68ffa3 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 54: 0x624f3a68ffa3 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 55: 0x624f3a653cd5 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 56: 0x624f3a653cd5 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 57: 0x624f3a657716 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 58: 0x624f3a657716 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 59: 0x624f3a657716 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 60: 0x624f3a657716 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 61: 0x624f3a657716 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 62: 0x624f3a657716 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 63: 0x624f3a657716 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x624f3a73ef7b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 65: 0x624f3a73ef7b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 66: 0x624f3a73ef7b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 67: 0x752ef7227ac3 - [INFO] [stdout] 68: 0x752ef72b8a04 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_get_trains [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "8146ebb99cd0767491b2f1052f6a558b18ab5408fa3839e31fbd709902606de0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8146ebb99cd0767491b2f1052f6a558b18ab5408fa3839e31fbd709902606de0", kill_on_drop: false }` [INFO] [stdout] 8146ebb99cd0767491b2f1052f6a558b18ab5408fa3839e31fbd709902606de0