[INFO] cloning repository https://github.com/SriRamanujam/edsm-stat-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SriRamanujam/edsm-stat-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSriRamanujam%2Fedsm-stat-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSriRamanujam%2Fedsm-stat-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 38de55294d1863f3123929fe71bd513f3684578a
[INFO] checking SriRamanujam/edsm-stat-parser against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSriRamanujam%2Fedsm-stat-parser" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SriRamanujam/edsm-stat-parser
[INFO] finished tweaking git repo https://github.com/SriRamanujam/edsm-stat-parser
[INFO] tweaked toml for git repo https://github.com/SriRamanujam/edsm-stat-parser written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SriRamanujam/edsm-stat-parser on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SriRamanujam/edsm-stat-parser 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded serde_derive v1.0.116
[INFO] [stderr] Downloaded rayon-core v1.8.0
[INFO] [stderr] Downloaded proc-macro2 v1.0.21
[INFO] [stderr] Downloaded serde v1.0.116
[INFO] [stderr] Downloaded serde_json v1.0.57
[INFO] [stderr] Downloaded rayon v1.4.0
[INFO] [stderr] Downloaded syn v1.0.40
[INFO] [stderr] Downloaded libc v0.2.77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a3cc1a2a0eef028f8b87c8e2c79b94eb44f1574df1613c8f0ffa47199e64698
[INFO] running `Command { std: "docker" "start" "-a" "8a3cc1a2a0eef028f8b87c8e2c79b94eb44f1574df1613c8f0ffa47199e64698", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a3cc1a2a0eef028f8b87c8e2c79b94eb44f1574df1613c8f0ffa47199e64698", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a3cc1a2a0eef028f8b87c8e2c79b94eb44f1574df1613c8f0ffa47199e64698", kill_on_drop: false }`
[INFO] [stdout] 8a3cc1a2a0eef028f8b87c8e2c79b94eb44f1574df1613c8f0ffa47199e64698
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3788e38184d50af0d9ec4b33738eb7ba548b5143a04d5628eab9372bcbffadab
[INFO] running `Command { std: "docker" "start" "-a" "3788e38184d50af0d9ec4b33738eb7ba548b5143a04d5628eab9372bcbffadab", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.21
[INFO] [stderr] Compiling memoffset v0.5.5
[INFO] [stderr] Compiling crossbeam-epoch v0.8.2
[INFO] [stderr] Compiling syn v1.0.40
[INFO] [stderr] Compiling libc v0.2.77
[INFO] [stderr] Compiling rayon-core v1.8.0
[INFO] [stderr] Compiling serde_derive v1.0.116
[INFO] [stderr] Compiling serde v1.0.116
[INFO] [stderr] Compiling rayon v1.4.0
[INFO] [stderr] Compiling serde_json v1.0.57
[INFO] [stderr] Checking itoa v0.4.6
[INFO] [stderr] Checking either v1.6.0
[INFO] [stderr] Checking crossbeam-deque v0.7.3
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking edsm-stat-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `GasGiant_I` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | GasGiant_I,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantI`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_II` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:44:5
[INFO] [stdout] |
[INFO] [stdout] 44 | GasGiant_II,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIi`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_III` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:46:5
[INFO] [stdout] |
[INFO] [stdout] 46 | GasGiant_III,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIii`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_IV` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:48:5
[INFO] [stdout] |
[INFO] [stdout] 48 | GasGiant_IV,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIv`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_V` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | GasGiant_V,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantV`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_AmmoniaLife` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:52:5
[INFO] [stdout] |
[INFO] [stdout] 52 | GasGiant_AmmoniaLife,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantAmmoniaLife`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_WaterLife` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:54:5
[INFO] [stdout] |
[INFO] [stdout] 54 | GasGiant_WaterLife,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantWaterLife`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_HeliumRich` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:56:5
[INFO] [stdout] |
[INFO] [stdout] 56 | GasGiant_HeliumRich,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantHeliumRich`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_Helium` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:58:5
[INFO] [stdout] |
[INFO] [stdout] 58 | GasGiant_Helium,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantHelium`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_RedGiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:30:5
[INFO] [stdout] |
[INFO] [stdout] 30 | M_RedGiant,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MRedGiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `T_BrownDwarf` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:32:5
[INFO] [stdout] |
[INFO] [stdout] 32 | T_BrownDwarf,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TBrownDwarf`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `K_Giant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 34 | K_Giant,
[INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KGiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_RedDwarf` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | M_RedDwarf,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MRedDwarf`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `O_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:60:5
[INFO] [stdout] |
[INFO] [stdout] 60 | O_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `OWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `C_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:64:5
[INFO] [stdout] |
[INFO] [stdout] 64 | C_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `G_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:68:5
[INFO] [stdout] |
[INFO] [stdout] 68 | G_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `T_Tauri` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:72:5
[INFO] [stdout] |
[INFO] [stdout] 72 | T_Tauri,
[INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TTauri`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `SuperMassive_BlackHole` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:76:5
[INFO] [stdout] |
[INFO] [stdout] 76 | SuperMassive_BlackHole,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SuperMassiveBlackHole`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `B_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:86:5
[INFO] [stdout] |
[INFO] [stdout] 86 | B_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `N_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:88:5
[INFO] [stdout] |
[INFO] [stdout] 88 | N_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `NWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:102:5
[INFO] [stdout] |
[INFO] [stdout] 102 | M_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `A_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:110:5
[INFO] [stdout] |
[INFO] [stdout] 110 | A_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ASupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `F_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:112:5
[INFO] [stdout] |
[INFO] [stdout] 112 | F_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_I` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | GasGiant_I,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantI`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_II` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:44:5
[INFO] [stdout] |
[INFO] [stdout] 44 | GasGiant_II,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIi`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_III` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:46:5
[INFO] [stdout] |
[INFO] [stdout] 46 | GasGiant_III,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIii`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_IV` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:48:5
[INFO] [stdout] |
[INFO] [stdout] 48 | GasGiant_IV,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantIv`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_V` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | GasGiant_V,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantV`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_AmmoniaLife` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:52:5
[INFO] [stdout] |
[INFO] [stdout] 52 | GasGiant_AmmoniaLife,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantAmmoniaLife`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_WaterLife` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:54:5
[INFO] [stdout] |
[INFO] [stdout] 54 | GasGiant_WaterLife,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantWaterLife`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_HeliumRich` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:56:5
[INFO] [stdout] |
[INFO] [stdout] 56 | GasGiant_HeliumRich,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantHeliumRich`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `GasGiant_Helium` should have an upper camel case name
[INFO] [stdout] --> src/system/body/planet.rs:58:5
[INFO] [stdout] |
[INFO] [stdout] 58 | GasGiant_Helium,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GasGiantHelium`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_RedGiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:30:5
[INFO] [stdout] |
[INFO] [stdout] 30 | M_RedGiant,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MRedGiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `T_BrownDwarf` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:32:5
[INFO] [stdout] |
[INFO] [stdout] 32 | T_BrownDwarf,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TBrownDwarf`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `K_Giant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 34 | K_Giant,
[INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KGiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_RedDwarf` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | M_RedDwarf,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `MRedDwarf`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `O_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:60:5
[INFO] [stdout] |
[INFO] [stdout] 60 | O_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `OWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `C_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:64:5
[INFO] [stdout] |
[INFO] [stdout] 64 | C_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `G_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:68:5
[INFO] [stdout] |
[INFO] [stdout] 68 | G_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `T_Tauri` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:72:5
[INFO] [stdout] |
[INFO] [stdout] 72 | T_Tauri,
[INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TTauri`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `SuperMassive_BlackHole` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:76:5
[INFO] [stdout] |
[INFO] [stdout] 76 | SuperMassive_BlackHole,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SuperMassiveBlackHole`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `B_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:86:5
[INFO] [stdout] |
[INFO] [stdout] 86 | B_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `N_WolfRayet` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:88:5
[INFO] [stdout] |
[INFO] [stdout] 88 | N_WolfRayet,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `NWolfRayet`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `M_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:102:5
[INFO] [stdout] |
[INFO] [stdout] 102 | M_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `A_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:110:5
[INFO] [stdout] |
[INFO] [stdout] 110 | A_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ASupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variant `F_Supergiant` should have an upper camel case name
[INFO] [stdout] --> src/system/body/star.rs:112:5
[INFO] [stdout] |
[INFO] [stdout] 112 | F_Supergiant,
[INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FSupergiant`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `id64`, `date`, and `stations` are never read
[INFO] [stdout] --> src/system/mod.rs:10:9
[INFO] [stdout] |
[INFO] [stdout] 9 | pub struct System<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 10 | pub id64: u64,
[INFO] [stdout] | ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub date: &'a str, // TODO: parse to a chrono::DateTime
[INFO] [stdout] | ^^^^
[INFO] [stdout] 14 | pub bodies: Vec
>,
[INFO] [stdout] 15 | pub stations: Vec>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `System` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/system/body/mod.rs:14:10
[INFO] [stdout] |
[INFO] [stdout] 14 | Star(Star<'a>),
[INFO] [stdout] | ---- ^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Body` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 14 - Star(Star<'a>),
[INFO] [stdout] 14 + Star(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/mod.rs:22:9
[INFO] [stdout] |
[INFO] [stdout] 21 | pub struct BodyCommon<'a> {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 22 | pub id64: u64,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 23 | pub bodyId: u16,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 24 | pub name: &'a str,
[INFO] [stdout] 25 | pub distanceToArrival: f64,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 26 | pub surfaceTemperature: Option, // TODO: this can be optional sometimes I suppose.
[INFO] [stdout] 27 | pub orbitalPeriod: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 28 | pub semiMajorAxis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 29 | pub orbitalEccentricity: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 | pub orbitalInclination: Option, // TODO: this doesn't apply to block holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 31 | pub argOfPeriapsis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] 32 | pub rotationalPeriod: Option, // TODO: why would this be optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 33 | pub rotationalPeriodTidallyLocked: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 | pub axialTilt: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] 35 | pub stations: Vec>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 36 | pub updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `BodyCommon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/planet.rs:17:5
[INFO] [stdout] |
[INFO] [stdout] 9 | pub struct Planet<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 | isLandable: Option,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 18 | pub gravity: f64,
[INFO] [stdout] 19 | earthMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 20 | radius: f64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 | volcanismType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 24 | // sometimes planets don't have atmospheres, hence the option.
[INFO] [stdout] 25 | atmosphereType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | parents: Option>>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] 30 | // Material -> percentage
[INFO] [stdout] 31 | atmosphereComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 32 | // Material -> percentage
[INFO] [stdout] 33 | solidComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 | // gas giants can't be terraformed
[INFO] [stdout] 35 | terraformingState: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Planet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/star.rs:9:9
[INFO] [stdout] |
[INFO] [stdout] 7 | pub struct Star<'a> {
[INFO] [stdout] | ---- fields in this struct
[INFO] [stdout] 8 | #[serde(flatten)]
[INFO] [stdout] 9 | pub common: BodyCommon<'a>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 | mainStar: Option,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 13 | // age of the star in years
[INFO] [stdout] 14 | age: u64,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | pub r#type: StarType,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 18 | // Black holes don't have a spectral class, but stars do, but both go under the type "Star"
[INFO] [stdout] 19 | spectralClass: Option<&'a str>, // TODO: Replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 20 | luminosity: &'a str, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 21 | absoluteMagnitude: Option, // TODO: why is this optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 | solarMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 23 | solarRadius: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Star` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/station.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 4 | pub struct Station<'a> {
[INFO] [stdout] | ------- fields in this struct
[INFO] [stdout] 5 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 6 | // some planetary outposts don't have controlling factions ref: Moskowitz's Progress
[INFO] [stdout] 7 | controllingFaction: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8 | // fleet carriers I guess don't have controlling factions
[INFO] [stdout] 9 | controllingFactionState: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 | distanceToArrival: Option, // why is this an option? ref. Moskowitz's Progress
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 | primaryEconomy: Option<&'a str>, // Why wouldn't a station have a primary economy?? ref. HIP 8593
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] 12 | government: Option<&'a str>, // sometimes you don't get governments ref. Mead Port in Huave
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 13 | services: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 14 | r#type: &'a str, // TODO: enum this up!
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 15 | id: u64,
[INFO] [stdout] | ^^
[INFO] [stdout] 16 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 17 | market: Option>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 18 | outfitting: Option>,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Station` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `commodities`, `prohibitedCommodities`, and `updateTime` are never read
[INFO] [stdout] --> src/system/station.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 22 | pub struct Market<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 23 | commodities: Vec>,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 24 | prohibitedCommodities: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 25 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Market` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/station.rs:30:5
[INFO] [stdout] |
[INFO] [stdout] 29 | pub struct Commodity<'a> {
[INFO] [stdout] | --------- fields in this struct
[INFO] [stdout] 30 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 31 | symbol: &'a str,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 32 | category: &'a str,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 33 | commodityId: u64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 34 | demand: u64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 35 | supply: u64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 36 | buyPrice: u64,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 37 | sellPrice: u64,
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Commodity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `updateTime` and `modules` are never read
[INFO] [stdout] --> src/system/station.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 41 | pub struct Outfitting<'a> {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 42 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 43 | modules: Vec>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Outfitting` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `name`, `symbol`, `moduleId`, `class`, `rating`, and `category` are never read
[INFO] [stdout] --> src/system/station.rs:48:5
[INFO] [stdout] |
[INFO] [stdout] 47 | pub struct Module<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 48 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 49 | symbol: &'a str,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 50 | moduleId: u64,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 51 | class: u64,
[INFO] [stdout] | ^^^^^
[INFO] [stdout] 52 | rating: &'a str, // TODO: enum
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 53 | category: &'a str, // TODO: enum
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `bodyId` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:23:9
[INFO] [stdout] |
[INFO] [stdout] 23 | pub bodyId: u16,
[INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `body_id`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `distanceToArrival` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:25:9
[INFO] [stdout] |
[INFO] [stdout] 25 | pub distanceToArrival: f64,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_to_arrival`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `surfaceTemperature` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:26:9
[INFO] [stdout] |
[INFO] [stdout] 26 | pub surfaceTemperature: Option, // TODO: this can be optional sometimes I suppose.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `surface_temperature`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalPeriod` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | pub orbitalPeriod: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_period`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `semiMajorAxis` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:28:9
[INFO] [stdout] |
[INFO] [stdout] 28 | pub semiMajorAxis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `semi_major_axis`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalEccentricity` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:29:9
[INFO] [stdout] |
[INFO] [stdout] 29 | pub orbitalEccentricity: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_eccentricity`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalInclination` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:30:9
[INFO] [stdout] |
[INFO] [stdout] 30 | pub orbitalInclination: Option, // TODO: this doesn't apply to block holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_inclination`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `argOfPeriapsis` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | pub argOfPeriapsis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `arg_of_periapsis`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `rotationalPeriod` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | pub rotationalPeriod: Option, // TODO: why would this be optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `rotational_period`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `rotationalPeriodTidallyLocked` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | pub rotationalPeriodTidallyLocked: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `rotational_period_tidally_locked`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `axialTilt` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:34:9
[INFO] [stdout] |
[INFO] [stdout] 34 | pub axialTilt: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `axial_tilt`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:36:9
[INFO] [stdout] |
[INFO] [stdout] 36 | pub updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `isLandable` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:17:5
[INFO] [stdout] |
[INFO] [stdout] 17 | isLandable: Option,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_landable`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `earthMasses` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:19:5
[INFO] [stdout] |
[INFO] [stdout] 19 | earthMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `earth_masses`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `surfacePressure` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:21:9
[INFO] [stdout] |
[INFO] [stdout] 21 | pub surfacePressure: Option, // TODO: only present if there's an atmosphere
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `surface_pressure`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `volcanismType` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 23 | volcanismType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `volcanism_type`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `atmosphereType` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 25 | atmosphereType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `atmosphere_type`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `atmosphereComposition` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:31:5
[INFO] [stdout] |
[INFO] [stdout] 31 | atmosphereComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `atmosphere_composition`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solidComposition` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | solidComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `solid_composition`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `terraformingState` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 35 | terraformingState: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `terraforming_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `mainStar` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:12:5
[INFO] [stdout] |
[INFO] [stdout] 12 | mainStar: Option,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `main_star`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `spectralClass` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:19:5
[INFO] [stdout] |
[INFO] [stdout] 19 | spectralClass: Option<&'a str>, // TODO: Replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `spectral_class`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `absoluteMagnitude` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:21:5
[INFO] [stdout] |
[INFO] [stdout] 21 | absoluteMagnitude: Option, // TODO: why is this optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `absolute_magnitude`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solarMasses` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:22:5
[INFO] [stdout] |
[INFO] [stdout] 22 | solarMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `solar_masses`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solarRadius` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 23 | solarRadius: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `solar_radius`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `controllingFaction` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | controllingFaction: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `controlling_faction`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `controllingFactionState` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | controllingFactionState: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `controlling_faction_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `distanceToArrival` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | distanceToArrival: Option, // why is this an option? ref. Moskowitz's Progress
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_to_arrival`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `primaryEconomy` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:11:5
[INFO] [stdout] |
[INFO] [stdout] 11 | primaryEconomy: Option<&'a str>, // Why wouldn't a station have a primary economy?? ref. HIP 8593
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `primary_economy`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:16:5
[INFO] [stdout] |
[INFO] [stdout] 16 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `prohibitedCommodities` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:24:5
[INFO] [stdout] |
[INFO] [stdout] 24 | prohibitedCommodities: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `prohibited_commodities`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 25 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `commodityId` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | commodityId: u64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `commodity_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `buyPrice` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 36 | buyPrice: u64,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `buy_price`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `sellPrice` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:37:5
[INFO] [stdout] |
[INFO] [stdout] 37 | sellPrice: u64,
[INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `sell_price`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `moduleId` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | moduleId: u64,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `module_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `id64`, `date`, and `stations` are never read
[INFO] [stdout] --> src/system/mod.rs:10:9
[INFO] [stdout] |
[INFO] [stdout] 9 | pub struct System<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 10 | pub id64: u64,
[INFO] [stdout] | ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub date: &'a str, // TODO: parse to a chrono::DateTime
[INFO] [stdout] | ^^^^
[INFO] [stdout] 14 | pub bodies: Vec>,
[INFO] [stdout] 15 | pub stations: Vec>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `System` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/system/body/mod.rs:14:10
[INFO] [stdout] |
[INFO] [stdout] 14 | Star(Star<'a>),
[INFO] [stdout] | ---- ^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Body` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 14 - Star(Star<'a>),
[INFO] [stdout] 14 + Star(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/mod.rs:22:9
[INFO] [stdout] |
[INFO] [stdout] 21 | pub struct BodyCommon<'a> {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 22 | pub id64: u64,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 23 | pub bodyId: u16,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 24 | pub name: &'a str,
[INFO] [stdout] 25 | pub distanceToArrival: f64,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 26 | pub surfaceTemperature: Option, // TODO: this can be optional sometimes I suppose.
[INFO] [stdout] 27 | pub orbitalPeriod: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 28 | pub semiMajorAxis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 29 | pub orbitalEccentricity: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 | pub orbitalInclination: Option, // TODO: this doesn't apply to block holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 31 | pub argOfPeriapsis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] 32 | pub rotationalPeriod: Option, // TODO: why would this be optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 33 | pub rotationalPeriodTidallyLocked: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 | pub axialTilt: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] 35 | pub stations: Vec>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 36 | pub updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `BodyCommon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/planet.rs:17:5
[INFO] [stdout] |
[INFO] [stdout] 9 | pub struct Planet<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 | isLandable: Option,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 18 | pub gravity: f64,
[INFO] [stdout] 19 | earthMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 20 | radius: f64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 | volcanismType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 24 | // sometimes planets don't have atmospheres, hence the option.
[INFO] [stdout] 25 | atmosphereType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | parents: Option>>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] 30 | // Material -> percentage
[INFO] [stdout] 31 | atmosphereComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 32 | // Material -> percentage
[INFO] [stdout] 33 | solidComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 | // gas giants can't be terraformed
[INFO] [stdout] 35 | terraformingState: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Planet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/body/star.rs:9:9
[INFO] [stdout] |
[INFO] [stdout] 7 | pub struct Star<'a> {
[INFO] [stdout] | ---- fields in this struct
[INFO] [stdout] 8 | #[serde(flatten)]
[INFO] [stdout] 9 | pub common: BodyCommon<'a>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 | mainStar: Option,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 13 | // age of the star in years
[INFO] [stdout] 14 | age: u64,
[INFO] [stdout] | ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 | pub r#type: StarType,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 18 | // Black holes don't have a spectral class, but stars do, but both go under the type "Star"
[INFO] [stdout] 19 | spectralClass: Option<&'a str>, // TODO: Replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] 20 | luminosity: &'a str, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 21 | absoluteMagnitude: Option, // TODO: why is this optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 | solarMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 23 | solarRadius: f64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Star` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/station.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 4 | pub struct Station<'a> {
[INFO] [stdout] | ------- fields in this struct
[INFO] [stdout] 5 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 6 | // some planetary outposts don't have controlling factions ref: Moskowitz's Progress
[INFO] [stdout] 7 | controllingFaction: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 8 | // fleet carriers I guess don't have controlling factions
[INFO] [stdout] 9 | controllingFactionState: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 10 | distanceToArrival: Option, // why is this an option? ref. Moskowitz's Progress
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 | primaryEconomy: Option<&'a str>, // Why wouldn't a station have a primary economy?? ref. HIP 8593
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] 12 | government: Option<&'a str>, // sometimes you don't get governments ref. Mead Port in Huave
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 13 | services: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 14 | r#type: &'a str, // TODO: enum this up!
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 15 | id: u64,
[INFO] [stdout] | ^^
[INFO] [stdout] 16 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 17 | market: Option>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 18 | outfitting: Option>,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Station` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `commodities`, `prohibitedCommodities`, and `updateTime` are never read
[INFO] [stdout] --> src/system/station.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 22 | pub struct Market<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 23 | commodities: Vec>,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 24 | prohibitedCommodities: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 25 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Market` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout] --> src/system/station.rs:30:5
[INFO] [stdout] |
[INFO] [stdout] 29 | pub struct Commodity<'a> {
[INFO] [stdout] | --------- fields in this struct
[INFO] [stdout] 30 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 31 | symbol: &'a str,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 32 | category: &'a str,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 33 | commodityId: u64,
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] 34 | demand: u64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 35 | supply: u64,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 36 | buyPrice: u64,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 37 | sellPrice: u64,
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Commodity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `updateTime` and `modules` are never read
[INFO] [stdout] --> src/system/station.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 41 | pub struct Outfitting<'a> {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 42 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 43 | modules: Vec>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Outfitting` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `name`, `symbol`, `moduleId`, `class`, `rating`, and `category` are never read
[INFO] [stdout] --> src/system/station.rs:48:5
[INFO] [stdout] |
[INFO] [stdout] 47 | pub struct Module<'a> {
[INFO] [stdout] | ------ fields in this struct
[INFO] [stdout] 48 | name: &'a str,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 49 | symbol: &'a str,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 50 | moduleId: u64,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 51 | class: u64,
[INFO] [stdout] | ^^^^^
[INFO] [stdout] 52 | rating: &'a str, // TODO: enum
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 53 | category: &'a str, // TODO: enum
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `bodyId` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:23:9
[INFO] [stdout] |
[INFO] [stdout] 23 | pub bodyId: u16,
[INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `body_id`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `distanceToArrival` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:25:9
[INFO] [stdout] |
[INFO] [stdout] 25 | pub distanceToArrival: f64,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_to_arrival`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `surfaceTemperature` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:26:9
[INFO] [stdout] |
[INFO] [stdout] 26 | pub surfaceTemperature: Option, // TODO: this can be optional sometimes I suppose.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `surface_temperature`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalPeriod` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | pub orbitalPeriod: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_period`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `semiMajorAxis` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:28:9
[INFO] [stdout] |
[INFO] [stdout] 28 | pub semiMajorAxis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `semi_major_axis`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalEccentricity` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:29:9
[INFO] [stdout] |
[INFO] [stdout] 29 | pub orbitalEccentricity: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_eccentricity`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `orbitalInclination` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:30:9
[INFO] [stdout] |
[INFO] [stdout] 30 | pub orbitalInclination: Option, // TODO: this doesn't apply to block holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `orbital_inclination`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `argOfPeriapsis` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:31:9
[INFO] [stdout] |
[INFO] [stdout] 31 | pub argOfPeriapsis: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `arg_of_periapsis`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `rotationalPeriod` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:32:9
[INFO] [stdout] |
[INFO] [stdout] 32 | pub rotationalPeriod: Option, // TODO: why would this be optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `rotational_period`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `rotationalPeriodTidallyLocked` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:33:9
[INFO] [stdout] |
[INFO] [stdout] 33 | pub rotationalPeriodTidallyLocked: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `rotational_period_tidally_locked`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `axialTilt` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:34:9
[INFO] [stdout] |
[INFO] [stdout] 34 | pub axialTilt: Option, // TODO: this doesn't apply to black holes, I guess.
[INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `axial_tilt`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/body/mod.rs:36:9
[INFO] [stdout] |
[INFO] [stdout] 36 | pub updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `isLandable` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:17:5
[INFO] [stdout] |
[INFO] [stdout] 17 | isLandable: Option,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_landable`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `earthMasses` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:19:5
[INFO] [stdout] |
[INFO] [stdout] 19 | earthMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `earth_masses`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `surfacePressure` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:21:9
[INFO] [stdout] |
[INFO] [stdout] 21 | pub surfacePressure: Option, // TODO: only present if there's an atmosphere
[INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `surface_pressure`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `volcanismType` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 23 | volcanismType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `volcanism_type`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `atmosphereType` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 25 | atmosphereType: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `atmosphere_type`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `atmosphereComposition` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:31:5
[INFO] [stdout] |
[INFO] [stdout] 31 | atmosphereComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `atmosphere_composition`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solidComposition` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | solidComposition: Option>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `solid_composition`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `terraformingState` should have a snake case name
[INFO] [stdout] --> src/system/body/planet.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 35 | terraformingState: Option<&'a str>, // TODO: replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `terraforming_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `mainStar` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:12:5
[INFO] [stdout] |
[INFO] [stdout] 12 | mainStar: Option,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `main_star`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `spectralClass` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:19:5
[INFO] [stdout] |
[INFO] [stdout] 19 | spectralClass: Option<&'a str>, // TODO: Replace with enum
[INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `spectral_class`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `absoluteMagnitude` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:21:5
[INFO] [stdout] |
[INFO] [stdout] 21 | absoluteMagnitude: Option, // TODO: why is this optional?
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `absolute_magnitude`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solarMasses` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:22:5
[INFO] [stdout] |
[INFO] [stdout] 22 | solarMasses: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `solar_masses`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `solarRadius` should have a snake case name
[INFO] [stdout] --> src/system/body/star.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 23 | solarRadius: f64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `solar_radius`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `controllingFaction` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | controllingFaction: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `controlling_faction`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `controllingFactionState` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | controllingFactionState: Option<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `controlling_faction_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `distanceToArrival` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | distanceToArrival: Option, // why is this an option? ref. Moskowitz's Progress
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_to_arrival`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `primaryEconomy` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:11:5
[INFO] [stdout] |
[INFO] [stdout] 11 | primaryEconomy: Option<&'a str>, // Why wouldn't a station have a primary economy?? ref. HIP 8593
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `primary_economy`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:16:5
[INFO] [stdout] |
[INFO] [stdout] 16 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `prohibitedCommodities` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:24:5
[INFO] [stdout] |
[INFO] [stdout] 24 | prohibitedCommodities: Vec<&'a str>,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `prohibited_commodities`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 25 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `commodityId` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | commodityId: u64,
[INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `commodity_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `buyPrice` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 36 | buyPrice: u64,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `buy_price`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `sellPrice` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:37:5
[INFO] [stdout] |
[INFO] [stdout] 37 | sellPrice: u64,
[INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `sell_price`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `updateTime` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:42:5
[INFO] [stdout] |
[INFO] [stdout] 42 | updateTime: &'a str,
[INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `update_time`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: structure field `moduleId` should have a snake case name
[INFO] [stdout] --> src/system/station.rs:50:5
[INFO] [stdout] |
[INFO] [stdout] 50 | moduleId: u64,
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `module_id`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
[INFO] running `Command { std: "docker" "inspect" "3788e38184d50af0d9ec4b33738eb7ba548b5143a04d5628eab9372bcbffadab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3788e38184d50af0d9ec4b33738eb7ba548b5143a04d5628eab9372bcbffadab", kill_on_drop: false }`
[INFO] [stdout] 3788e38184d50af0d9ec4b33738eb7ba548b5143a04d5628eab9372bcbffadab