[INFO] cloning repository https://github.com/Johnny1110/quick_rate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Johnny1110/quick_rate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnny1110%2Fquick_rate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnny1110%2Fquick_rate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97c9b70c99f65f173c6753dd6c1122b17a768d9a
[INFO] checking Johnny1110/quick_rate against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnny1110%2Fquick_rate" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Johnny1110/quick_rate
[INFO] finished tweaking git repo https://github.com/Johnny1110/quick_rate
[INFO] tweaked toml for git repo https://github.com/Johnny1110/quick_rate written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Johnny1110/quick_rate on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Johnny1110/quick_rate 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tempfile v3.17.1
[INFO] [stderr]   Downloaded hybrid-array v0.2.3
[INFO] [stderr]   Downloaded sha2 v0.11.0-pre.4
[INFO] [stderr]   Downloaded block-buffer v0.11.0-rc.3
[INFO] [stderr]   Downloaded colored v2.2.0
[INFO] [stderr]   Downloaded const-oid v0.10.0-rc.3
[INFO] [stderr]   Downloaded hmac v0.13.0-pre.4
[INFO] [stderr]   Downloaded cc v1.2.15
[INFO] [stderr]   Downloaded crypto-common v0.2.0-rc.1
[INFO] [stderr]   Downloaded digest v0.11.0-pre.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f202366b37666c0fcd695a11ff5f4dd12d2f5491878a13503fc6029e2eb8398
[INFO] running `Command { std: "docker" "start" "-a" "9f202366b37666c0fcd695a11ff5f4dd12d2f5491878a13503fc6029e2eb8398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f202366b37666c0fcd695a11ff5f4dd12d2f5491878a13503fc6029e2eb8398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f202366b37666c0fcd695a11ff5f4dd12d2f5491878a13503fc6029e2eb8398", kill_on_drop: false }`
[INFO] [stdout] 9f202366b37666c0fcd695a11ff5f4dd12d2f5491878a13503fc6029e2eb8398
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33d99896d0a792470ed3a6cc3c90ab9e38967468bd8ad820398f603a157037b5
[INFO] running `Command { std: "docker" "start" "-a" "33d99896d0a792470ed3a6cc3c90ab9e38967468bd8ad820398f603a157037b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking const-oid v0.10.0-rc.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]     Checking hybrid-array v0.2.3
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking crypto-common v0.2.0-rc.1
[INFO] [stderr]     Checking block-buffer v0.11.0-rc.3
[INFO] [stderr]     Checking digest v0.11.0-pre.9
[INFO] [stderr]     Checking sha2 v0.11.0-pre.4
[INFO] [stderr]     Checking hmac v0.13.0-pre.4
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking quick_rate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/req/model.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct MarketData {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub lowestAsk: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  9 |     pub highestBid: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 10 |     pub percentageChange: f64,
[INFO] [stdout] 11 |     pub volume: f64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub base: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 15 |     pub quote: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 16 |     pub active: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 17 |     pub size: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 18 |     pub minValidPrice: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 19 |     pub minPriceIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     pub minOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 21 |     pub maxOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub minSizeIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub openInterest: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub openInterestUSD: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub contractStart: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 26 |     pub contractEnd: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 27 |     pub timeBasedContract: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub openTime: i64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 29 |     pub closeTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub startMatching: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub inactiveTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 32 |     pub fundingRate: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 33 |     pub contractSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 34 |     pub maxPosition: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 35 |     pub minRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 36 |     pub maxRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 37 |     pub availableSettlement: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     pub futures: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 39 |     pub isMarketOpenToOtc: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub isMarketOpenToSpot: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MarketData` 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: struct `FundingRate` is never constructed
[INFO] [stdout]   --> src/req/model.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct FundingRate {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]   --> src/req/model.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl FundingRate {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 77 |     pub(crate) fn display(&self) {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]   --> src/auth/auth.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     format!("Signature=HMAC.Sha384({})", signature);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let _ = format!("Signature=HMAC.Sha384({})", signature);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lowestAsk` should have a snake case name
[INFO] [stdout]  --> src/req/model.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub lowestAsk: f64,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `lowest_ask`
[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 `highestBid` should have a snake case name
[INFO] [stdout]  --> src/req/model.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub highestBid: f64,
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `highest_bid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `percentageChange` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub percentageChange: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percentage_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `high24Hr` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub high24Hr: f64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `high24_hr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `low24Hr` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub low24Hr: f64,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `low24_hr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minValidPrice` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub minValidPrice: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_valid_price`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minPriceIncrement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub minPriceIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_price_increment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minOrderSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub minOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_order_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxOrderSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub maxOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_order_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minSizeIncrement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub minSizeIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_size_increment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openInterest` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub openInterest: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `open_interest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openInterestUSD` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub openInterestUSD: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `open_interest_usd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractStart` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub contractStart: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractEnd` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub contractEnd: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `contract_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timeBasedContract` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub timeBasedContract: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_based_contract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub openTime: i64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `open_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `closeTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub closeTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `close_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startMatching` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub startMatching: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_matching`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `inactiveTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub inactiveTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `inactive_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fundingRate` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fundingRate: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `funding_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub contractSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxPosition` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub maxPosition: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `max_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minRiskLimit` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub minRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_risk_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxRiskLimit` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub maxRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_risk_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `availableSettlement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub availableSettlement: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `available_settlement`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isMarketOpenToOtc` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub isMarketOpenToOtc: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_market_open_to_otc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isMarketOpenToSpot` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub isMarketOpenToSpot: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_market_open_to_spot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/req/model.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct MarketData {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     pub lowestAsk: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  9 |     pub highestBid: f64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 10 |     pub percentageChange: f64,
[INFO] [stdout] 11 |     pub volume: f64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub base: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 15 |     pub quote: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 16 |     pub active: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 17 |     pub size: f64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 18 |     pub minValidPrice: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 19 |     pub minPriceIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     pub minOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 21 |     pub maxOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub minSizeIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub openInterest: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub openInterestUSD: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub contractStart: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 26 |     pub contractEnd: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 27 |     pub timeBasedContract: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub openTime: i64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 29 |     pub closeTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub startMatching: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 31 |     pub inactiveTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 32 |     pub fundingRate: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 33 |     pub contractSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 34 |     pub maxPosition: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 35 |     pub minRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 36 |     pub maxRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 37 |     pub availableSettlement: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 38 |     pub futures: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 39 |     pub isMarketOpenToOtc: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub isMarketOpenToSpot: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MarketData` 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: struct `FundingRate` is never constructed
[INFO] [stdout]   --> src/req/model.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct FundingRate {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]   --> src/req/model.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 76 | impl FundingRate {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 77 |     pub(crate) fn display(&self) {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]   --> src/auth/auth.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     format!("Signature=HMAC.Sha384({})", signature);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let _ = format!("Signature=HMAC.Sha384({})", signature);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lowestAsk` should have a snake case name
[INFO] [stdout]  --> src/req/model.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub lowestAsk: f64,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `lowest_ask`
[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 `highestBid` should have a snake case name
[INFO] [stdout]  --> src/req/model.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub highestBid: f64,
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `highest_bid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `percentageChange` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub percentageChange: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `percentage_change`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `high24Hr` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub high24Hr: f64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `high24_hr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `low24Hr` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub low24Hr: f64,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `low24_hr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minValidPrice` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub minValidPrice: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_valid_price`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minPriceIncrement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub minPriceIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_price_increment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minOrderSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub minOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_order_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxOrderSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub maxOrderSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_order_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minSizeIncrement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub minSizeIncrement: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `min_size_increment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openInterest` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub openInterest: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `open_interest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openInterestUSD` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub openInterestUSD: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `open_interest_usd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractStart` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub contractStart: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractEnd` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub contractEnd: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `contract_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timeBasedContract` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub timeBasedContract: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `time_based_contract`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `openTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub openTime: i64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `open_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `closeTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub closeTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `close_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `startMatching` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub startMatching: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_matching`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `inactiveTime` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub inactiveTime: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `inactive_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fundingRate` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fundingRate: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `funding_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `contractSize` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub contractSize: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `contract_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxPosition` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub maxPosition: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `max_position`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `minRiskLimit` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub minRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_risk_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxRiskLimit` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub maxRiskLimit: f64,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_risk_limit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `availableSettlement` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub availableSettlement: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `available_settlement`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isMarketOpenToOtc` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub isMarketOpenToOtc: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_market_open_to_otc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isMarketOpenToSpot` should have a snake case name
[INFO] [stdout]   --> src/req/model.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub isMarketOpenToSpot: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_market_open_to_spot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s
[INFO] running `Command { std: "docker" "inspect" "33d99896d0a792470ed3a6cc3c90ab9e38967468bd8ad820398f603a157037b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33d99896d0a792470ed3a6cc3c90ab9e38967468bd8ad820398f603a157037b5", kill_on_drop: false }`
[INFO] [stdout] 33d99896d0a792470ed3a6cc3c90ab9e38967468bd8ad820398f603a157037b5
