[INFO] cloning repository https://github.com/shutkin/arbitrage [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shutkin/arbitrage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshutkin%2Farbitrage", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshutkin%2Farbitrage'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 36e36d3819a1b3742e72fe74c0bd108ac28513c2 [INFO] checking shutkin/arbitrage against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshutkin%2Farbitrage" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shutkin/arbitrage [INFO] finished tweaking git repo https://github.com/shutkin/arbitrage [INFO] tweaked toml for git repo https://github.com/shutkin/arbitrage written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shutkin/arbitrage on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/shutkin/arbitrage 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-4-tc2/source/viewer/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-4-tc2/source/Cargo.toml [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0a01b9298f41b46df0b4ab8562b0845e0e010c94e4e6c22b6229141889bab11 [INFO] running `Command { std: "docker" "start" "-a" "b0a01b9298f41b46df0b4ab8562b0845e0e010c94e4e6c22b6229141889bab11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0a01b9298f41b46df0b4ab8562b0845e0e010c94e4e6c22b6229141889bab11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0a01b9298f41b46df0b4ab8562b0845e0e010c94e4e6c22b6229141889bab11", kill_on_drop: false }` [INFO] [stdout] b0a01b9298f41b46df0b4ab8562b0845e0e010c94e4e6c22b6229141889bab11 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b9e38429ad84a8f814a7da0dea394f546cb2eadd49b9d1ee259c4e8a25ff7b7 [INFO] running `Command { std: "docker" "start" "-a" "2b9e38429ad84a8f814a7da0dea394f546cb2eadd49b9d1ee259c4e8a25ff7b7", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/viewer/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.103 [INFO] [stderr] Compiling wasm-bindgen v0.2.103 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking local-waker v0.1.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling bytestring v1.5.0 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Checking throw_error v0.3.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Checking actix-service v2.0.3 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking or_poisoned v0.1.0 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Checking local-channel v0.1.5 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling server_fn_macro v0.8.7 [INFO] [stderr] Compiling reactive_graph v0.2.8 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking send_wrapper v0.6.0 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Checking unicode-properties v0.1.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking flate2 v1.1.4 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Checking impl-more v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking guardian v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tachys v0.2.9 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling rust_decimal v1.39.0 [INFO] [stderr] Checking utf8-width v0.1.7 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Checking winnow v0.7.13 [INFO] [stderr] Checking html-escape v0.2.13 [INFO] [stderr] Checking either_of v0.1.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling server_fn v0.8.7 [INFO] [stderr] Checking postgres-protocol v0.6.9 [INFO] [stderr] Checking toml_datetime v0.7.3 [INFO] [stderr] Checking serde_spanned v1.0.3 [INFO] [stderr] Compiling collection_literals v1.0.3 [INFO] [stderr] Checking next_tuple v0.1.0 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Checking erased v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking postgres-types v0.2.11 [INFO] [stderr] Checking const_str_slice_concat v0.1.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Compiling leptos_macro v0.8.9 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Checking const-str v0.6.4 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling base16 v0.2.1 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling webpki-roots v1.0.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling leptos v0.8.10 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Checking async-once-cell v0.5.4 [INFO] [stderr] Checking toml_parser v1.0.4 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Checking toml v0.9.8 [INFO] [stderr] Compiling rustls-webpki v0.103.7 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking config v0.15.18 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Compiling openssl v0.10.74 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking simplelog v0.12.2 [INFO] [stderr] Compiling leptos_router v0.8.8 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Checking iri-string v0.7.8 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking rustls-native-certs v0.8.2 [INFO] [stderr] Compiling by_address v1.2.1 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling leptos-use v0.16.3 [INFO] [stderr] Checking cookie v0.18.1 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking http-range v0.1.5 [INFO] [stderr] Checking icondata_core v0.1.0 [INFO] [stderr] Checking fast-srgb8 v1.0.0 [INFO] [stderr] Checking icondata_ai v0.0.10 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.103 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.103 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling derive-where v1.6.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling syn_derive v0.2.0 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling reactive_stores_macro v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Compiling server_fn_macro_default v0.8.5 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.103 [INFO] [stderr] Compiling typed-builder-macro v0.21.2 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling rstml v0.12.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking unic-langid-impl v0.9.6 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking tungstenite v0.28.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling leptos_router_macro v0.8.5 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling default-struct-builder v0.5.1 [INFO] [stderr] Checking unic-langid v0.9.6 [INFO] [stderr] Checking js-sys v0.3.80 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking typed-builder v0.21.2 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Compiling thaw_macro v0.1.0 [INFO] [stderr] Compiling wasm_split_macros v0.1.3 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking wasm_split_helpers v0.1.2 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking actix-router v0.5.3 [INFO] [stderr] Checking oco_ref v0.2.1 [INFO] [stderr] Checking serde_qs v0.15.0 [INFO] [stderr] Checking codee v0.3.3 [INFO] [stderr] Checking leptos_config v0.8.7 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking leptos_hot_reload v0.8.5 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Compiling quote-use-macros v0.8.4 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking model v0.1.0 (/opt/rustwide/workdir/model) [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Compiling quote-use v0.8.4 [INFO] [stderr] Compiling attribute-derive-macro v0.10.5 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.53 [INFO] [stderr] Checking web-sys v0.3.80 [INFO] [stderr] Checking hydration_context v0.3.0 [INFO] [stderr] Checking gloo-timers v0.3.0 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling attribute-derive v0.10.5 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking actix-rt v2.11.0 [INFO] [stderr] Checking any_spawner v0.3.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking actix-server v2.6.0 [INFO] [stderr] Checking tokio-tungstenite v0.28.0 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking actix-codec v0.5.2 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Checking reactive_stores v0.2.5 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking actix-http v3.11.2 [INFO] [stderr] Checking hyper-util v0.1.17 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.24 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Checking bybit v0.1.0 (/opt/rustwide/workdir/bybit) [INFO] [stdout] warning: unused import: `Utc` [INFO] [stdout] --> bybit/src/rest_api.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking actix-web v4.11.0 [INFO] [stdout] warning: unused import: `Utc` [INFO] [stdout] --> bybit/src/rest_api.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `topic` and `cts` are never read [INFO] [stdout] --> bybit/src/bybit.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 24 | struct BybitOrderBookMessage { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 25 | /// Topic name [INFO] [stdout] 26 | topic: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | cts: i64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `symbol` and `category` are never read [INFO] [stdout] --> bybit/src/rest_api.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct ResponseKLine { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 23 | symbol: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | category: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `topic` and `cts` are never read [INFO] [stdout] --> bybit/src/bybit.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 24 | struct BybitOrderBookMessage { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] 25 | /// Topic name [INFO] [stdout] 26 | topic: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | cts: i64, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `symbol` and `category` are never read [INFO] [stdout] --> bybit/src/rest_api.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct ResponseKLine { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 23 | symbol: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 24 | category: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking actix-ws v0.3.0 [INFO] [stderr] Checking actix-files v0.6.8 [INFO] [stderr] Checking db v0.1.0 (/opt/rustwide/workdir/db) [INFO] [stderr] Checking experiment v0.1.0 (/opt/rustwide/workdir/experiment) [INFO] [stderr] Checking listener v0.1.0 (/opt/rustwide/workdir/listener) [INFO] [stdout] warning: unused variable: `medians` [INFO] [stdout] --> experiment/src/pair_trader.rs:159:118 [INFO] [stdout] | [INFO] [stdout] 159 | ...rBook, cur_delta: Delta, medians: Delta) -> Option { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_medians` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `medians` [INFO] [stdout] --> experiment/src/pair_trader.rs:159:118 [INFO] [stdout] | [INFO] [stdout] 159 | ...rBook, cur_delta: Delta, medians: Delta) -> Option { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_medians` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> experiment/src/main.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | let mut trader = PairTrader::new(PairTraderConfig { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trader` [INFO] [stdout] --> experiment/src/main.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | let mut trader = PairTrader::new(PairTraderConfig { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `time`, `buy`, and `sell` are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 10 | struct Delta { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 11 | pub time: DateTime, [INFO] [stdout] | ^^^^ [INFO] [stdout] 12 | pub buy: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] 13 | pub sell: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Delta` has derived impls for the traits `Debug` and `Clone`, but these are 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: multiple fields are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct PairTraderConfig { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 18 | pub median_interval_minutes: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | pub delta_to_median_ratio: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | pub medians_ratio: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 21 | pub median_lifetime_seconds: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | pub min_deal_interval_millis: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | pub calc_median: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 24 | pub deal_amount: Decimal, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PairTraderConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `config`, `deltas`, `cur_medians`, `last_order_books`, `cur_deal`, and `last_deal_time` are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct PairTrader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 29 | config: PairTraderConfig, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 30 | deltas: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 31 | cur_medians: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 32 | last_order_books: [Option; 2], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | cur_deal: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 34 | last_deal_time: DateTime, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PairTrader` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `trade`, `init_deal`, `close_deal`, `calculate_averages`, `calculate_medians`, and `clean_deltas` are never used [INFO] [stdout] --> experiment/src/pair_trader.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 60 | impl PairTrader { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn trade(&mut self, order_book: &OrderBook, is_first: bool) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | fn init_deal(&mut self, order_book1: &OrderBook, order_book2: &OrderBook, cur_delta: Delta, medians: Delta) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | fn close_deal(&mut self, mut deal: DealInfo, order_book1: &OrderBook, order_book2: &OrderBook, cur_delta: Delta, medians: Delta... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | fn calculate_averages(&self, cur_time: DateTime) -> Option<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 207 | fn calculate_medians(&self, cur_time: DateTime) -> Option<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | fn clean_deltas(&mut self, cur_time: DateTime) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> experiment/src/main.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | let mut trader = PairTrader::new(PairTraderConfig { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trader` [INFO] [stdout] --> experiment/src/main.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | let mut trader = PairTrader::new(PairTraderConfig { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `time`, `buy`, and `sell` are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 10 | struct Delta { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 11 | pub time: DateTime, [INFO] [stdout] | ^^^^ [INFO] [stdout] 12 | pub buy: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] 13 | pub sell: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Delta` has derived impls for the traits `Debug` and `Clone`, but these are 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: multiple fields are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct PairTraderConfig { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 18 | pub median_interval_minutes: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | pub delta_to_median_ratio: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | pub medians_ratio: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 21 | pub median_lifetime_seconds: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | pub min_deal_interval_millis: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | pub calc_median: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 24 | pub deal_amount: Decimal, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PairTraderConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `config`, `deltas`, `cur_medians`, `last_order_books`, `cur_deal`, and `last_deal_time` are never read [INFO] [stdout] --> experiment/src/pair_trader.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct PairTrader { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 29 | config: PairTraderConfig, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 30 | deltas: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 31 | cur_medians: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 32 | last_order_books: [Option; 2], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | cur_deal: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 34 | last_deal_time: DateTime, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PairTrader` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `trade`, `init_deal`, `close_deal`, `calculate_averages`, `calculate_medians`, and `clean_deltas` are never used [INFO] [stdout] --> experiment/src/pair_trader.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 60 | impl PairTrader { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn trade(&mut self, order_book: &OrderBook, is_first: bool) -> Option { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | fn init_deal(&mut self, order_book1: &OrderBook, order_book2: &OrderBook, cur_delta: Delta, medians: Delta) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | fn close_deal(&mut self, mut deal: DealInfo, order_book1: &OrderBook, order_book2: &OrderBook, cur_delta: Delta, medians: Delta... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 188 | fn calculate_averages(&self, cur_time: DateTime) -> Option<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 207 | fn calculate_medians(&self, cur_time: DateTime) -> Option<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | fn clean_deltas(&mut self, cur_time: DateTime) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking gloo-utils v0.2.0 [INFO] [stderr] Checking wasm-streams v0.4.2 [INFO] [stderr] Checking gloo-net v0.6.0 [INFO] [stderr] Checking leptos_dom v0.8.7 [INFO] [stderr] Checking leptos_server v0.8.5 [INFO] [stderr] Checking leptos_meta v0.8.5 [INFO] [stderr] Checking leptos_transition_group v0.2.0 [INFO] [stderr] Checking thaw_utils v0.2.0-beta [INFO] [stderr] Checking thaw_components v0.4.0-beta [INFO] [stderr] Checking thaw v0.5.0-beta [INFO] [stderr] Checking leptos-chartistry v0.2.2 [INFO] [stderr] Checking leptos_integration_utils v0.8.6 [INFO] [stderr] Checking leptos_actix v0.8.6 [INFO] [stderr] Checking viewer v0.1.0 (/opt/rustwide/workdir/viewer) [INFO] [stdout] warning: unused import: `TimedValues` [INFO] [stdout] --> viewer/src/components/prices_page.rs:2:109 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::client_model::{process_chart_data, ClientInstrument, InstrumentOption, MainParams, PricesParams, TimedValues}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TimedValues` [INFO] [stdout] --> viewer/src/components/prices_page.rs:2:109 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::client_model::{process_chart_data, ClientInstrument, InstrumentOption, MainParams, PricesParams, TimedValues}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel_index` [INFO] [stdout] --> viewer/src/api.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(channel_index, (sum_price, sum_size))| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_req_disabled` [INFO] [stdout] --> viewer/src/components/prices_control.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let is_req_disabled = Signal::derive(move || instruments_values.get().is_empty()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_req_disabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel_index` [INFO] [stdout] --> viewer/src/api.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(channel_index, (sum_price, sum_size))| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_req_disabled` [INFO] [stdout] --> viewer/src/components/prices_control.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let is_req_disabled = Signal::derive(move || instruments_values.get().is_empty()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_req_disabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> viewer/src/api.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 30 | impl API { [INFO] [stdout] | -------- associated function in this implementation [INFO] [stdout] 31 | pub async fn new(db_url: &str) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `PriceCalculation` is never used [INFO] [stdout] --> viewer/src/client_model.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum PriceCalculation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> viewer/src/api.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 30 | impl API { [INFO] [stdout] | -------- associated function in this implementation [INFO] [stdout] 31 | pub async fn new(db_url: &str) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `PriceCalculation` is never used [INFO] [stdout] --> viewer/src/client_model.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum PriceCalculation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TimedValues` [INFO] [stdout] --> viewer/src/components/prices_page.rs:2:109 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::client_model::{process_chart_data, ClientInstrument, InstrumentOption, MainParams, PricesParams, TimedValues}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TimedValues` [INFO] [stdout] --> viewer/src/components/prices_page.rs:2:109 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::client_model::{process_chart_data, ClientInstrument, InstrumentOption, MainParams, PricesParams, TimedValues}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel_index` [INFO] [stdout] --> viewer/src/api.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(channel_index, (sum_price, sum_size))| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_req_disabled` [INFO] [stdout] --> viewer/src/components/prices_control.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let is_req_disabled = Signal::derive(move || instruments_values.get().is_empty()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_req_disabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `PriceCalculation` is never used [INFO] [stdout] --> viewer/src/client_model.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum PriceCalculation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `channel_index` [INFO] [stdout] --> viewer/src/api.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | .map(|(channel_index, (sum_price, sum_size))| { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_channel_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_req_disabled` [INFO] [stdout] --> viewer/src/components/prices_control.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let is_req_disabled = Signal::derive(move || instruments_values.get().is_empty()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_req_disabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `PriceCalculation` is never used [INFO] [stdout] --> viewer/src/client_model.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum PriceCalculation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s [INFO] running `Command { std: "docker" "inspect" "2b9e38429ad84a8f814a7da0dea394f546cb2eadd49b9d1ee259c4e8a25ff7b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b9e38429ad84a8f814a7da0dea394f546cb2eadd49b9d1ee259c4e8a25ff7b7", kill_on_drop: false }` [INFO] [stdout] 2b9e38429ad84a8f814a7da0dea394f546cb2eadd49b9d1ee259c4e8a25ff7b7