[INFO] fetching crate international_standard_atmosphere 0.2.1... [INFO] checking international_standard_atmosphere-0.2.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate international_standard_atmosphere 0.2.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate international_standard_atmosphere 0.2.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate international_standard_atmosphere 0.2.1 [INFO] tweaked toml for crates.io crate international_standard_atmosphere 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate international_standard_atmosphere 0.2.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate international_standard_atmosphere 0.2.1 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc2cf3e662c2e752c1e926b106be11be7550b9d7ba489eaf7380b122fd46e39f [INFO] running `Command { std: "docker" "start" "-a" "dc2cf3e662c2e752c1e926b106be11be7550b9d7ba489eaf7380b122fd46e39f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc2cf3e662c2e752c1e926b106be11be7550b9d7ba489eaf7380b122fd46e39f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc2cf3e662c2e752c1e926b106be11be7550b9d7ba489eaf7380b122fd46e39f", kill_on_drop: false }` [INFO] [stdout] dc2cf3e662c2e752c1e926b106be11be7550b9d7ba489eaf7380b122fd46e39f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0dbcd1eb83449cd506a3c49bb9a0cd0bff3d7bc58b654018c74fabf66b392594 [INFO] running `Command { std: "docker" "start" "-a" "0dbcd1eb83449cd506a3c49bb9a0cd0bff3d7bc58b654018c74fabf66b392594", kill_on_drop: false }` [INFO] [stderr] Checking international_standard_atmosphere v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::fmt::Error` [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::layers::*` [INFO] [stdout] --> src/lib.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::layers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `geopotential_altitude` [INFO] [stdout] --> src/layers/stratosphere.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | fn temperature_gradient(&self, geopotential_altitude: f64, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_geopotential_altitude` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mesopause` is never constructed [INFO] [stdout] --> src/layers/mesopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Mesopause{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/mesopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Mesopause{ [INFO] [stdout] | -------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mesosphere` is never constructed [INFO] [stdout] --> src/layers/mesosphere.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Mesosphere{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/mesosphere.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 5 | impl Mesosphere{ [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 6 | fn base_geopotential_altitude(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | fn base_temperature(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | fn temperature_gradient(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Stratopause` is never constructed [INFO] [stdout] --> src/layers/stratopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Stratopause{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/stratopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Stratopause{ [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Stratosphere` is never constructed [INFO] [stdout] --> src/layers/stratosphere.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Stratosphere{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/stratosphere.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 4 | impl Stratosphere{ [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] 5 | pub fn base_geopotential_altitude(&self, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | fn base_temperature(&self, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn temperature_gradient(&self, geopotential_altitude: f64, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Tropopause` is never constructed [INFO] [stdout] --> src/layers/tropopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tropopause{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/tropopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Tropopause{ [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `M_0` is never used [INFO] [stdout] --> src/reference/constants.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const M_0: f64 = 28.964420; // kg/kmol [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `N_A` is never used [INFO] [stdout] --> src/reference/constants.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const N_A: f64 = 602.257e24; // kmol^{-1} [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `P_0` is never used [INFO] [stdout] --> src/reference/constants.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const P_0: f64 = 101.325e3; // Pa [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `S` is never used [INFO] [stdout] --> src/reference/constants.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const S: f64 = 110.4; // K [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `T_I` is never used [INFO] [stdout] --> src/reference/constants.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const T_I: f64 = 273.15; // K [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `T_0` is never used [INFO] [stdout] --> src/reference/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const T_0: f64 = 288.15; // K [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_i` is never used [INFO] [stdout] --> src/reference/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const t_i: f64 = 0.0; // deg C [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_0` is never used [INFO] [stdout] --> src/reference/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const t_0: f64 = 15.0; // deg C [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Beta_s` is never used [INFO] [stdout] --> src/reference/constants.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Beta_s: f64 = 1.458e-6; // kg/(m*s*K12) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `k` is never used [INFO] [stdout] --> src/reference/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const k: f64 = 1.4; // dimensionless [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rho_0` is never used [INFO] [stdout] --> src/reference/constants.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const rho_0: f64 = 1.225; // kg/m3 [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sigma` is never used [INFO] [stdout] --> src/reference/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const sigma: f64 = 0.365e-9; // m [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const nitrogen_volume: f64 = 78.084; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const oxygen_volume: f64 = 20.9476; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const argon_volume: f64 = 0.934; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const carbon_dioxide_volume: f64 = 0.0314; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const neon_volume: f64 = 1.818e-3; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const helium_volume: f64 = 524.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const krypton_volume: f64 = 114.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const xenon_volume: f64 = 8.7e-6; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const hydrogen_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const nitrogen_monoxide_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const methane_volume: f64 = 0.2e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ozone_summer_volume: f64 = 7.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ozone_winter_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const sulphur_dioxide_volume: f64 = 0.1e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const nitrogen_dioxide_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | pub const iodine_volume: f64 = 1.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const air_volume: f64 = 100.0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | pub const nitrogen_molar_mass: f64 = 28.0134; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const oxygen_molar_mass: f64 = 31.9988; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | pub const argon_molar_mass: f64 = 39.948; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub const neon_molar_mass: f64 = 20.183; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:43:11 [INFO] [stdout] | [INFO] [stdout] 43 | pub const carbon_dioxide_molar_mass: f64 = 44.00995; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const helium_molar_mass: f64 = 4.0026; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | pub const krypton_molar_mass: f64 = 83.80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | pub const xenon_molar_mass: f64 = 131.30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | pub const hydrogen_molar_mass: f64 = 2.01594; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | pub const nitrogen_monoxide_molar_mass: f64 = 44.0128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | pub const methane_molar_mass: f64 = 16.04303; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const ozone_summer_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const ozone_winter_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub const sulphur_dioxide_molar_mass: f64 = 64.0628; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | pub const nitrogen_dioxide_molar_mass: f64 = 46.0055; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | pub const iodine_molar_mass: f64 = 253.8088; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `a_0` is never used [INFO] [stdout] --> src/reference/constants.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | pub const a_0: f64 = 340.294; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `H_p_0` is never used [INFO] [stdout] --> src/reference/constants.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | pub const H_p_0: f64 = 8434.5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `l_0` is never used [INFO] [stdout] --> src/reference/constants.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub const l_0: f64 = 66.328e-9; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `n_0` is never used [INFO] [stdout] --> src/reference/constants.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | pub const n_0: f64 = 25.471e24; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `v_0` is never used [INFO] [stdout] --> src/reference/constants.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | pub const v_0: f64 = 458.94; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `gamma_0` is never used [INFO] [stdout] --> src/reference/constants.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const gamma_0: f64 = 12.013; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nu_0` is never used [INFO] [stdout] --> src/reference/constants.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const nu_0: f64 = 14.607e-6; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `lambda_0` is never used [INFO] [stdout] --> src/reference/constants.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const lambda_0: f64 = 25.343e-3; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `mu_0` is never used [INFO] [stdout] --> src/reference/constants.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const mu_0: f64 = 17.894e-6; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `omega_0` is never used [INFO] [stdout] --> src/reference/constants.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const omega_0: f64 = 6.9193e9; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `g_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const g_0: f64 = 9.80665; // m/s2 [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 2 - pub const g_0: f64 = 9.80665; // m/s2 [INFO] [stdout] 2 + pub const G_0: f64 = 9.80665; // m/s2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `R_Star` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const R_Star: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 6 - pub const R_Star: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] 6 + pub const R_STAR: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_i` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const t_i: f64 = 0.0; // deg C [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `T_I` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const t_0: f64 = 15.0; // deg C [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `T_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Beta_s` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Beta_s: f64 = 1.458e-6; // kg/(m*s*K12) [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `BETA_S` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `k` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const k: f64 = 1.4; // dimensionless [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `K` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rho_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const rho_0: f64 = 1.225; // kg/m3 [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RHO_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sigma` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const sigma: f64 = 0.365e-9; // m [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SIGMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `earth_radius_nominal` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const earth_radius_nominal: f64 = 6356766.0; // m [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 18 - pub const earth_radius_nominal: f64 = 6356766.0; // m [INFO] [stdout] 18 + pub const EARTH_RADIUS_NOMINAL: f64 = 6356766.0; // m [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const nitrogen_volume: f64 = 78.084; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const oxygen_volume: f64 = 20.9476; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `OXYGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const argon_volume: f64 = 0.934; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ARGON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const carbon_dioxide_volume: f64 = 0.0314; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CARBON_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const neon_volume: f64 = 1.818e-3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NEON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const helium_volume: f64 = 524.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HELIUM_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const krypton_volume: f64 = 114.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KRYPTON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const xenon_volume: f64 = 8.7e-6; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `XENON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const hydrogen_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HYDROGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const nitrogen_monoxide_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MONOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const methane_volume: f64 = 0.2e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `METHANE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ozone_summer_volume: f64 = 7.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_SUMMER_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ozone_winter_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_WINTER_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const sulphur_dioxide_volume: f64 = 0.1e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SULPHUR_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const nitrogen_dioxide_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | pub const iodine_volume: f64 = 1.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IODINE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const air_volume: f64 = 100.0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `AIR_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | pub const nitrogen_molar_mass: f64 = 28.0134; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const oxygen_molar_mass: f64 = 31.9988; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OXYGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | pub const argon_molar_mass: f64 = 39.948; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ARGON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub const neon_molar_mass: f64 = 20.183; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NEON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:43:11 [INFO] [stdout] | [INFO] [stdout] 43 | pub const carbon_dioxide_molar_mass: f64 = 44.00995; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CARBON_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const helium_molar_mass: f64 = 4.0026; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HELIUM_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | pub const krypton_molar_mass: f64 = 83.80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KRYPTON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | pub const xenon_molar_mass: f64 = 131.30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `XENON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | pub const hydrogen_molar_mass: f64 = 2.01594; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HYDROGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | pub const nitrogen_monoxide_molar_mass: f64 = 44.0128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MONOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | pub const methane_molar_mass: f64 = 16.04303; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `METHANE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const ozone_summer_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_SUMMER_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const ozone_winter_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_WINTER_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub const sulphur_dioxide_molar_mass: f64 = 64.0628; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SULPHUR_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | pub const nitrogen_dioxide_molar_mass: f64 = 46.0055; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | pub const iodine_molar_mass: f64 = 253.8088; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IODINE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub const air_molar_mass: f64 = 28.964420; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 55 - pub const air_molar_mass: f64 = 28.964420; [INFO] [stdout] 55 + pub const AIR_MOLAR_MASS: f64 = 28.964420; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `a_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | pub const a_0: f64 = 340.294; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `A_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `H_p_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | pub const H_p_0: f64 = 8434.5; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `H_P_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `l_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub const l_0: f64 = 66.328e-9; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `L_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `n_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | pub const n_0: f64 = 25.471e24; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `N_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `v_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | pub const v_0: f64 = 458.94; [INFO] [stdout] | ^^^ help: convert the identifier to upper case (notice the capitalization): `V_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `gamma_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const gamma_0: f64 = 12.013; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GAMMA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nu_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const nu_0: f64 = 14.607e-6; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NU_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `lambda_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const lambda_0: f64 = 25.343e-3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LAMBDA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `mu_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const mu_0: f64 = 17.894e-6; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `MU_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `omega_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const omega_0: f64 = 6.9193e9; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `OMEGA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::Error` [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::layers::*` [INFO] [stdout] --> src/lib.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::layers::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/build_table_test.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let mut icao_standard_atmosphere = isa::ISA::new(); [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: unused `Result` that must be used [INFO] [stdout] --> tests/build_table_test.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | file.write_all(b"altitude,temperature,pressure,density\n"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 14 | let _ = file.write_all(b"altitude,temperature,pressure,density\n"); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `geopotential_altitude` [INFO] [stdout] --> src/layers/stratosphere.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | fn temperature_gradient(&self, geopotential_altitude: f64, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_geopotential_altitude` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mesopause` is never constructed [INFO] [stdout] --> src/layers/mesopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Mesopause{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/mesopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Mesopause{ [INFO] [stdout] | -------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mesosphere` is never constructed [INFO] [stdout] --> src/layers/mesosphere.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Mesosphere{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/mesosphere.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 5 | impl Mesosphere{ [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 6 | fn base_geopotential_altitude(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 18 | fn base_temperature(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | fn temperature_gradient(level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Stratopause` is never constructed [INFO] [stdout] --> src/layers/stratopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Stratopause{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/stratopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Stratopause{ [INFO] [stdout] | ---------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Stratosphere` is never constructed [INFO] [stdout] --> src/layers/stratosphere.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Stratosphere{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/stratosphere.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 4 | impl Stratosphere{ [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] 5 | pub fn base_geopotential_altitude(&self, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | fn base_temperature(&self, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn temperature_gradient(&self, geopotential_altitude: f64, level: i8)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Tropopause` is never constructed [INFO] [stdout] --> src/layers/tropopause.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Tropopause{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `base_geopotential_altitude`, `base_temperature`, and `temperature_gradient` are never used [INFO] [stdout] --> src/layers/tropopause.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 4 | impl Tropopause{ [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 5 | fn base_geopotential_altitude()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 8 | fn base_temperature()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 11 | fn temperature_gradient()->Result{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `M_0` is never used [INFO] [stdout] --> src/reference/constants.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const M_0: f64 = 28.964420; // kg/kmol [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `N_A` is never used [INFO] [stdout] --> src/reference/constants.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const N_A: f64 = 602.257e24; // kmol^{-1} [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `P_0` is never used [INFO] [stdout] --> src/reference/constants.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const P_0: f64 = 101.325e3; // Pa [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `S` is never used [INFO] [stdout] --> src/reference/constants.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const S: f64 = 110.4; // K [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `T_I` is never used [INFO] [stdout] --> src/reference/constants.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const T_I: f64 = 273.15; // K [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `T_0` is never used [INFO] [stdout] --> src/reference/constants.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const T_0: f64 = 288.15; // K [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_i` is never used [INFO] [stdout] --> src/reference/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const t_i: f64 = 0.0; // deg C [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_0` is never used [INFO] [stdout] --> src/reference/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const t_0: f64 = 15.0; // deg C [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Beta_s` is never used [INFO] [stdout] --> src/reference/constants.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Beta_s: f64 = 1.458e-6; // kg/(m*s*K12) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `k` is never used [INFO] [stdout] --> src/reference/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const k: f64 = 1.4; // dimensionless [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rho_0` is never used [INFO] [stdout] --> src/reference/constants.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const rho_0: f64 = 1.225; // kg/m3 [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sigma` is never used [INFO] [stdout] --> src/reference/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const sigma: f64 = 0.365e-9; // m [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const nitrogen_volume: f64 = 78.084; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const oxygen_volume: f64 = 20.9476; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const argon_volume: f64 = 0.934; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const carbon_dioxide_volume: f64 = 0.0314; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const neon_volume: f64 = 1.818e-3; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const helium_volume: f64 = 524.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const krypton_volume: f64 = 114.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const xenon_volume: f64 = 8.7e-6; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const hydrogen_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const nitrogen_monoxide_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const methane_volume: f64 = 0.2e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ozone_summer_volume: f64 = 7.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ozone_winter_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const sulphur_dioxide_volume: f64 = 0.1e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const nitrogen_dioxide_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | pub const iodine_volume: f64 = 1.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_volume` is never used [INFO] [stdout] --> src/reference/constants.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const air_volume: f64 = 100.0; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | pub const nitrogen_molar_mass: f64 = 28.0134; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const oxygen_molar_mass: f64 = 31.9988; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | pub const argon_molar_mass: f64 = 39.948; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub const neon_molar_mass: f64 = 20.183; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:43:11 [INFO] [stdout] | [INFO] [stdout] 43 | pub const carbon_dioxide_molar_mass: f64 = 44.00995; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const helium_molar_mass: f64 = 4.0026; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | pub const krypton_molar_mass: f64 = 83.80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | pub const xenon_molar_mass: f64 = 131.30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | pub const hydrogen_molar_mass: f64 = 2.01594; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | pub const nitrogen_monoxide_molar_mass: f64 = 44.0128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | pub const methane_molar_mass: f64 = 16.04303; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const ozone_summer_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const ozone_winter_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub const sulphur_dioxide_molar_mass: f64 = 64.0628; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | pub const nitrogen_dioxide_molar_mass: f64 = 46.0055; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_molar_mass` is never used [INFO] [stdout] --> src/reference/constants.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | pub const iodine_molar_mass: f64 = 253.8088; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `a_0` is never used [INFO] [stdout] --> src/reference/constants.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | pub const a_0: f64 = 340.294; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `H_p_0` is never used [INFO] [stdout] --> src/reference/constants.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | pub const H_p_0: f64 = 8434.5; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `l_0` is never used [INFO] [stdout] --> src/reference/constants.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub const l_0: f64 = 66.328e-9; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `n_0` is never used [INFO] [stdout] --> src/reference/constants.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | pub const n_0: f64 = 25.471e24; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `v_0` is never used [INFO] [stdout] --> src/reference/constants.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | pub const v_0: f64 = 458.94; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `gamma_0` is never used [INFO] [stdout] --> src/reference/constants.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const gamma_0: f64 = 12.013; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nu_0` is never used [INFO] [stdout] --> src/reference/constants.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const nu_0: f64 = 14.607e-6; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `lambda_0` is never used [INFO] [stdout] --> src/reference/constants.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const lambda_0: f64 = 25.343e-3; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `mu_0` is never used [INFO] [stdout] --> src/reference/constants.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const mu_0: f64 = 17.894e-6; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `omega_0` is never used [INFO] [stdout] --> src/reference/constants.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const omega_0: f64 = 6.9193e9; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `g_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | pub const g_0: f64 = 9.80665; // m/s2 [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 2 - pub const g_0: f64 = 9.80665; // m/s2 [INFO] [stdout] 2 + pub const G_0: f64 = 9.80665; // m/s2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `R_Star` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const R_Star: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 6 - pub const R_Star: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] 6 + pub const R_STAR: f64 = 8314.32; // kg*m2/(s2*K*kmol) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_i` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const t_i: f64 = 0.0; // deg C [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `T_I` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `t_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const t_0: f64 = 15.0; // deg C [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `T_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Beta_s` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Beta_s: f64 = 1.458e-6; // kg/(m*s*K12) [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `BETA_S` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `k` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const k: f64 = 1.4; // dimensionless [INFO] [stdout] | ^ help: convert the identifier to upper case (notice the capitalization): `K` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `rho_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const rho_0: f64 = 1.225; // kg/m3 [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RHO_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sigma` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const sigma: f64 = 0.365e-9; // m [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `SIGMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `earth_radius_nominal` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const earth_radius_nominal: f64 = 6356766.0; // m [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 18 - pub const earth_radius_nominal: f64 = 6356766.0; // m [INFO] [stdout] 18 + pub const EARTH_RADIUS_NOMINAL: f64 = 6356766.0; // m [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | pub const nitrogen_volume: f64 = 78.084; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const oxygen_volume: f64 = 20.9476; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `OXYGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const argon_volume: f64 = 0.934; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ARGON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const carbon_dioxide_volume: f64 = 0.0314; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CARBON_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const neon_volume: f64 = 1.818e-3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NEON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const helium_volume: f64 = 524.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HELIUM_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const krypton_volume: f64 = 114.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KRYPTON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const xenon_volume: f64 = 8.7e-6; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `XENON_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const hydrogen_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HYDROGEN_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const nitrogen_monoxide_volume: f64 = 50.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MONOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const methane_volume: f64 = 0.2e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `METHANE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const ozone_summer_volume: f64 = 7.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_SUMMER_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const ozone_winter_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_WINTER_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const sulphur_dioxide_volume: f64 = 0.1e-3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SULPHUR_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const nitrogen_dioxide_volume: f64 = 2.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_DIOXIDE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | pub const iodine_volume: f64 = 1.0e-6; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IODINE_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_volume` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const air_volume: f64 = 100.0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `AIR_VOLUME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | pub const nitrogen_molar_mass: f64 = 28.0134; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `oxygen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const oxygen_molar_mass: f64 = 31.9988; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OXYGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `argon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | pub const argon_molar_mass: f64 = 39.948; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ARGON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `neon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | pub const neon_molar_mass: f64 = 20.183; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NEON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `carbon_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:43:11 [INFO] [stdout] | [INFO] [stdout] 43 | pub const carbon_dioxide_molar_mass: f64 = 44.00995; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CARBON_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `helium_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | pub const helium_molar_mass: f64 = 4.0026; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HELIUM_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `krypton_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | pub const krypton_molar_mass: f64 = 83.80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KRYPTON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `xenon_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | pub const xenon_molar_mass: f64 = 131.30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `XENON_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `hydrogen_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | pub const hydrogen_molar_mass: f64 = 2.01594; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HYDROGEN_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_monoxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | pub const nitrogen_monoxide_molar_mass: f64 = 44.0128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_MONOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `methane_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | pub const methane_molar_mass: f64 = 16.04303; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `METHANE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_summer_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | pub const ozone_summer_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_SUMMER_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ozone_winter_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | pub const ozone_winter_molar_mass: f64 = 47.9982; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OZONE_WINTER_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `sulphur_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub const sulphur_dioxide_molar_mass: f64 = 64.0628; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SULPHUR_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nitrogen_dioxide_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | pub const nitrogen_dioxide_molar_mass: f64 = 46.0055; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NITROGEN_DIOXIDE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `iodine_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | pub const iodine_molar_mass: f64 = 253.8088; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `IODINE_MOLAR_MASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `air_molar_mass` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub const air_molar_mass: f64 = 28.964420; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: convert the identifier to upper case [INFO] [stdout] | [INFO] [stdout] 55 - pub const air_molar_mass: f64 = 28.964420; [INFO] [stdout] 55 + pub const AIR_MOLAR_MASS: f64 = 28.964420; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `a_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | pub const a_0: f64 = 340.294; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `A_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `H_p_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | pub const H_p_0: f64 = 8434.5; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `H_P_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `l_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub const l_0: f64 = 66.328e-9; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `L_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `n_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | pub const n_0: f64 = 25.471e24; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `N_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `v_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | pub const v_0: f64 = 458.94; [INFO] [stdout] | ^^^ help: convert the identifier to upper case (notice the capitalization): `V_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `gamma_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | pub const gamma_0: f64 = 12.013; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `GAMMA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `nu_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | pub const nu_0: f64 = 14.607e-6; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NU_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `lambda_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub const lambda_0: f64 = 25.343e-3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `LAMBDA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `mu_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:65:11 [INFO] [stdout] | [INFO] [stdout] 65 | pub const mu_0: f64 = 17.894e-6; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `MU_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `omega_0` should have an upper case name [INFO] [stdout] --> src/reference/constants.rs:66:11 [INFO] [stdout] | [INFO] [stdout] 66 | pub const omega_0: f64 = 6.9193e9; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `OMEGA_0` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "0dbcd1eb83449cd506a3c49bb9a0cd0bff3d7bc58b654018c74fabf66b392594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dbcd1eb83449cd506a3c49bb9a0cd0bff3d7bc58b654018c74fabf66b392594", kill_on_drop: false }` [INFO] [stdout] 0dbcd1eb83449cd506a3c49bb9a0cd0bff3d7bc58b654018c74fabf66b392594