[INFO] cloning repository https://github.com/windopper/ctb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/windopper/ctb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindopper%2Fctb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindopper%2Fctb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cceb98b8fb0ad60c514eb764c6fa630790b15ea5
[INFO] testing windopper/ctb against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindopper%2Fctb" "/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/windopper/ctb
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/windopper/ctb
[INFO] tweaked toml for git repo https://github.com/windopper/ctb written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/windopper/ctb on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/windopper/ctb 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c489976a3d8ef67281a755ed9b246604d3151f82df129429f3a4cf6456c2bb8a
[INFO] running `Command { std: "docker" "start" "-a" "c489976a3d8ef67281a755ed9b246604d3151f82df129429f3a4cf6456c2bb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c489976a3d8ef67281a755ed9b246604d3151f82df129429f3a4cf6456c2bb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c489976a3d8ef67281a755ed9b246604d3151f82df129429f3a4cf6456c2bb8a", kill_on_drop: false }`
[INFO] [stdout] c489976a3d8ef67281a755ed9b246604d3151f82df129429f3a4cf6456c2bb8a
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f77b96d2c07a1954dc512b686990b004325b0155b21e8ca84fef0e26eec88fdb
[INFO] running `Command { std: "docker" "start" "-a" "f77b96d2c07a1954dc512b686990b004325b0155b21e8ca84fef0e26eec88fdb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling openssl-src v300.5.1+3.5.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling ctrlc v3.4.7
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling dotenv_codegen v0.15.0
[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.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling jwt v0.16.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling linregress v0.5.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tungstenite v0.27.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling webhook v2.1.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.27.0
[INFO] [stderr]    Compiling ctb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `level::find_support_resistance`, `previous::find_previous_trough_with_index`, and `rsi::calculate_rsi`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:4:47
[INFO] [stdout]   |
[INFO] [stdout] 4 | ..._adx, AdxCandle}, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::calculate_sm...
[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 imports: `level::find_support_resistance` and `previous::find_previous_trough_with_index`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:4:100
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...andle}, ema::calculate_ema, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::ca...
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 |     } else if (supports.len() == 1) {
[INFO] [stdout]    |               ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     } else if (supports.len() == 1) {
[INFO] [stdout] 52 +     } else if supports.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |     } else if (resistances.len() == 1) {
[INFO] [stdout]    |               ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     } else if (resistances.len() == 1) {
[INFO] [stdout] 84 +     } else if resistances.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `footprint`, `orderbook::Orderbook`, and `orderbook::top_n_orderbook_ratio`
[INFO] [stdout]  --> src/strategy/of1.rs:3:81
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...}, orderbook::Orderbook, signal::{Signal, SignalReason}, ticker::Ticker, trade::Trade}, helper::{footprint::{footprint, FootprintValue}, orderbook::top_n_orderbook_ratio}};
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^                                                                                      ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtrCandle`, `CandleTrait`, and `calculate_atr`
[INFO] [stdout]  --> src/strategy/candle_pattern.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::{Candle, CandleTrait}, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout] 4 |     helper::{atr::{calculate_atr, AtrCandle}, bollinger_bands::calculate_bollinger_bands, candle::{identify_candle_pattern, CandlePat...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/helper/support_resistance.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `lib::MarketState` and `orderbook`
[INFO] [stdout]  --> src/backtest/simulate.rs:8:107
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...andle_pattern, lib::MarketState, of1::{calculate_of1_indicator_every_1mcandle, of1, Of1Params, Of1State}, orderbook}, 
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^                                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:49:28
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout]    |                            ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout] 49 +     let profit_potential = (take_profit - price) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:50:26
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout]    |                          ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout] 50 +     let loss_potential = (price - stop_loss) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}},
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/vi_rsi.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_5`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let second_last_ema_5 = ema_5[ema_5.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_20`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let second_last_ema_20 = ema_20[ema_20.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_last_macd_positive`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let is_last_macd_positive = last_macd > 0.0;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last_macd_positive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rsi`
[INFO] [stdout]   --> src/strategy/scalp.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let rsi = calculate_rsi(&closes, 14);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_rsi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]  --> src/strategy/orderbook.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn run(state: &mut MarketState, params: &StrategyParams, position: &mut PositionState) -> Signal {
[INFO] [stdout]   |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:47
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:60
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trailing_stop_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:92
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `trailing_stop_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/of1.rs:74:69
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn calculate_of1_indicator_every_1mcandle(state: &mut Of1State, params: &Of1Params) {
[INFO] [stdout]    |                                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ask_volume_sum` is assigned to, but never used
[INFO] [stdout]    --> src/strategy/of1.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let mut ask_volume_sum = 0.0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_ask_volume_sum` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `ask_volume_sum` is never read
[INFO] [stdout]    --> src/strategy/of1.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 ask_volume_sum += ask_volume;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/of1.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/of1.rs:215:60
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `calculated_stop`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 203 |         let calculated_stop = candle_based_stop.max(support_based_stop).max(fixed_stop).max(atr_based_stop);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_calculated_stop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:389:28
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:599:38
[INFO] [stdout]     |
[INFO] [stdout] 599 |     fn calculate_volume_ratio(&self, config: &CandlePatternStrategyConfig) -> (f64, f64) {
[INFO] [stdout]     |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:656:28
[INFO] [stdout]     |
[INFO] [stdout] 656 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `min_trade_interval`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:709:9
[INFO] [stdout]     |
[INFO] [stdout] 709 |     let min_trade_interval = 3;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_min_trade_interval`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `next_sar` is never read
[INFO] [stdout]   --> src/helper/parabolic_sar.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut next_sar = sar;
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orderbook`
[INFO] [stdout]  --> src/helper/orderbook.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn orderbook_helper(orderbook: &Orderbook) {
[INFO] [stdout]   |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orderbook`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_emoji`
[INFO] [stdout]    --> src/webhook/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let (emoji, color_emoji) = if profit_loss >= 0.0 {
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_emoji`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/webhook/lib.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Ok(result) => {
[INFO] [stdout]    |            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERBOUGHT` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const RSI_OVERBOUGHT: f64 = 70.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERSOLD` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const RSI_OVERSOLD: f64 = 30.0; // 매수 조건에 활용 가능
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `risk_pct` is never read
[INFO] [stdout]   --> src/strategy/vwma_ma_grok.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct StrategyParams {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     risk_pct: f64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `volume_threshold`, `max_consecutive_losses`, `trend_strength_threshold`, and `ema_slope_period` are never read
[INFO] [stdout]   --> src/strategy/candle_pattern.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CandlePatternStrategyConfig {
[INFO] [stdout]    |            --------------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     volume_threshold: f64, // 거래량 임계값 (평균 대비)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     max_consecutive_losses: usize, // 최대 연속 손실 허용 횟수
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     trend_strength_threshold: f64, // 추세 강도 임계값
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     reversal_volume_multiplier: f64, // 반전 신호 거래량 배수
[INFO] [stdout] 36 |     ema_slope_period: usize, // EMA 기울기 계산을 위한 기간
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime`, `Duration`, `TimeZone`, and `Utc`
[INFO] [stdout]  --> src/main.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::{DateTime, Utc, Duration, TimeZone};
[INFO] [stdout]   |              ^^^^^^^^  ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CODES` is never used
[INFO] [stdout]   --> src/main.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const CODES: [&str; 5] = ["KRW-XRP", "KRW-BLAST", "KRW-BTC", "KRW-ETH", "KRW-GLM"];
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `realtime_simulation` is never used
[INFO] [stdout]   --> src/main.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn realtime_simulation() {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s
[INFO] running `Command { std: "docker" "inspect" "f77b96d2c07a1954dc512b686990b004325b0155b21e8ca84fef0e26eec88fdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f77b96d2c07a1954dc512b686990b004325b0155b21e8ca84fef0e26eec88fdb", kill_on_drop: false }`
[INFO] [stdout] f77b96d2c07a1954dc512b686990b004325b0155b21e8ca84fef0e26eec88fdb
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ccabe0ba9c1def958b9efa1dcf2239804d4f960e5442604bddbceeab20b3aa3
[INFO] running `Command { std: "docker" "start" "-a" "1ccabe0ba9c1def958b9efa1dcf2239804d4f960e5442604bddbceeab20b3aa3", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `level::find_support_resistance`, `previous::find_previous_trough_with_index`, and `rsi::calculate_rsi`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:4:47
[INFO] [stdout]   |
[INFO] [stdout] 4 | ..._adx, AdxCandle}, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::calculate_sm...
[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 imports: `level::find_support_resistance` and `previous::find_previous_trough_with_index`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:4:100
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...andle}, ema::calculate_ema, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::ca...
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 |     } else if (supports.len() == 1) {
[INFO] [stdout]    |               ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     } else if (supports.len() == 1) {
[INFO] [stdout] 52 +     } else if supports.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |     } else if (resistances.len() == 1) {
[INFO] [stdout]    |               ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     } else if (resistances.len() == 1) {
[INFO] [stdout] 84 +     } else if resistances.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `footprint`, `orderbook::Orderbook`, and `orderbook::top_n_orderbook_ratio`
[INFO] [stdout]  --> src/strategy/of1.rs:3:81
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...}, orderbook::Orderbook, signal::{Signal, SignalReason}, ticker::Ticker, trade::Trade}, helper::{footprint::{footprint, FootprintValue}, orderbook::top_n_orderbook_ratio}};
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^                                                                                      ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtrCandle`, `CandleTrait`, and `calculate_atr`
[INFO] [stdout]  --> src/strategy/candle_pattern.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::{Candle, CandleTrait}, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout] 4 |     helper::{atr::{calculate_atr, AtrCandle}, bollinger_bands::calculate_bollinger_bands, candle::{identify_candle_pattern, CandlePat...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/helper/support_resistance.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `lib::MarketState` and `orderbook`
[INFO] [stdout]  --> src/backtest/simulate.rs:8:107
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...andle_pattern, lib::MarketState, of1::{calculate_of1_indicator_every_1mcandle, of1, Of1Params, Of1State}, orderbook}, 
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^                                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:49:28
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout]    |                            ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout] 49 +     let profit_potential = (take_profit - price) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:50:26
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout]    |                          ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout] 50 +     let loss_potential = (price - stop_loss) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}},
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/vi_rsi.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_5`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let second_last_ema_5 = ema_5[ema_5.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_20`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let second_last_ema_20 = ema_20[ema_20.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_last_macd_positive`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let is_last_macd_positive = last_macd > 0.0;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last_macd_positive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rsi`
[INFO] [stdout]   --> src/strategy/scalp.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let rsi = calculate_rsi(&closes, 14);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_rsi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]  --> src/strategy/orderbook.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn run(state: &mut MarketState, params: &StrategyParams, position: &mut PositionState) -> Signal {
[INFO] [stdout]   |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:47
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:60
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trailing_stop_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:92
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `trailing_stop_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/of1.rs:74:69
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn calculate_of1_indicator_every_1mcandle(state: &mut Of1State, params: &Of1Params) {
[INFO] [stdout]    |                                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ask_volume_sum` is assigned to, but never used
[INFO] [stdout]    --> src/strategy/of1.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let mut ask_volume_sum = 0.0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_ask_volume_sum` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `ask_volume_sum` is never read
[INFO] [stdout]    --> src/strategy/of1.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 ask_volume_sum += ask_volume;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/of1.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/of1.rs:215:60
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `calculated_stop`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 203 |         let calculated_stop = candle_based_stop.max(support_based_stop).max(fixed_stop).max(atr_based_stop);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_calculated_stop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:389:28
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:599:38
[INFO] [stdout]     |
[INFO] [stdout] 599 |     fn calculate_volume_ratio(&self, config: &CandlePatternStrategyConfig) -> (f64, f64) {
[INFO] [stdout]     |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:656:28
[INFO] [stdout]     |
[INFO] [stdout] 656 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ctb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `min_trade_interval`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:709:9
[INFO] [stdout]     |
[INFO] [stdout] 709 |     let min_trade_interval = 3;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_min_trade_interval`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `next_sar` is never read
[INFO] [stdout]   --> src/helper/parabolic_sar.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut next_sar = sar;
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orderbook`
[INFO] [stdout]  --> src/helper/orderbook.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn orderbook_helper(orderbook: &Orderbook) {
[INFO] [stdout]   |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orderbook`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_emoji`
[INFO] [stdout]    --> src/webhook/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let (emoji, color_emoji) = if profit_loss >= 0.0 {
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_emoji`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/webhook/lib.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Ok(result) => {
[INFO] [stdout]    |            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERBOUGHT` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const RSI_OVERBOUGHT: f64 = 70.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERSOLD` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const RSI_OVERSOLD: f64 = 30.0; // 매수 조건에 활용 가능
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `risk_pct` is never read
[INFO] [stdout]   --> src/strategy/vwma_ma_grok.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct StrategyParams {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     risk_pct: f64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `volume_threshold`, `max_consecutive_losses`, `trend_strength_threshold`, and `ema_slope_period` are never read
[INFO] [stdout]   --> src/strategy/candle_pattern.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CandlePatternStrategyConfig {
[INFO] [stdout]    |            --------------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     volume_threshold: f64, // 거래량 임계값 (평균 대비)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     max_consecutive_losses: usize, // 최대 연속 손실 허용 횟수
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     trend_strength_threshold: f64, // 추세 강도 임계값
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     reversal_volume_multiplier: f64, // 반전 신호 거래량 배수
[INFO] [stdout] 36 |     ema_slope_period: usize, // EMA 기울기 계산을 위한 기간
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime`, `Duration`, `TimeZone`, and `Utc`
[INFO] [stdout]  --> src/main.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::{DateTime, Utc, Duration, TimeZone};
[INFO] [stdout]   |              ^^^^^^^^  ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CODES` is never used
[INFO] [stdout]   --> src/main.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const CODES: [&str; 5] = ["KRW-XRP", "KRW-BLAST", "KRW-BTC", "KRW-ETH", "KRW-GLM"];
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `realtime_simulation` is never used
[INFO] [stdout]   --> src/main.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn realtime_simulation() {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime`, `Duration`, `TimeZone`, and `Utc`
[INFO] [stdout]  --> src/main.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | use chrono::{DateTime, Utc, Duration, TimeZone};
[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 implementer of `Future` that must be used
[INFO] [stdout]   --> tests/webhook.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     send_buy_signal(
[INFO] [stdout] 12 | |         "KRW-BTC",
[INFO] [stdout] 13 | |         50000000.0,
[INFO] [stdout] 14 | |         0.001,
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |         "SuperTrend + EMA"
[INFO] [stdout] 19 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> tests/webhook.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /     send_sell_signal(
[INFO] [stdout] 25 | |         "KRW-BTC",
[INFO] [stdout] 26 | |         52000000.0,
[INFO] [stdout] 27 | |         0.001,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |         "목표가 도달"
[INFO] [stdout] 32 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> tests/webhook.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | /     send_sell_signal(
[INFO] [stdout] 38 | |         "KRW-BTC",
[INFO] [stdout] 39 | |         48000000.0,
[INFO] [stdout] 40 | |         0.001,
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |         "손절가 도달"
[INFO] [stdout] 45 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> tests/webhook.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | /     send_trade_summary(
[INFO] [stdout] 51 | |         "KRW-BTC",
[INFO] [stdout] 52 | |         100,
[INFO] [stdout] 53 | |         65,
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |         -500000.0
[INFO] [stdout] 58 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CODES` is never used
[INFO] [stdout]   --> src/main.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const CODES: [&str; 5] = ["KRW-XRP", "KRW-BLAST", "KRW-BTC", "KRW-ETH", "KRW-GLM"];
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `realtime_simulation` is never used
[INFO] [stdout]   --> src/main.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | async fn realtime_simulation() {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CandleTrait`
[INFO] [stdout]  --> examples/candle_patterns.rs:1:45
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ctb::core::candle::{Candle, CandleBase, CandleTrait};
[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 imports: `level::find_support_resistance`, `previous::find_previous_trough_with_index`, and `rsi::calculate_rsi`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:4:47
[INFO] [stdout]   |
[INFO] [stdout] 4 | ..._adx, AdxCandle}, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::calculate_sm...
[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 imports: `level::find_support_resistance` and `previous::find_previous_trough_with_index`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:4:100
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...andle}, ema::calculate_ema, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::ca...
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 |     } else if (supports.len() == 1) {
[INFO] [stdout]    |               ^                   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     } else if (supports.len() == 1) {
[INFO] [stdout] 52 +     } else if supports.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/strategy/orderbook.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |     } else if (resistances.len() == 1) {
[INFO] [stdout]    |               ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     } else if (resistances.len() == 1) {
[INFO] [stdout] 84 +     } else if resistances.len() == 1  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `footprint`, `orderbook::Orderbook`, and `orderbook::top_n_orderbook_ratio`
[INFO] [stdout]  --> src/strategy/of1.rs:3:81
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...}, orderbook::Orderbook, signal::{Signal, SignalReason}, ticker::Ticker, trade::Trade}, helper::{footprint::{footprint, FootprintValue}, orderbook::top_n_orderbook_ratio}};
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^                                                                                      ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtrCandle`, `CandleTrait`, and `calculate_atr`
[INFO] [stdout]  --> src/strategy/candle_pattern.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::{Candle, CandleTrait}, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout] 4 |     helper::{atr::{calculate_atr, AtrCandle}, bollinger_bands::calculate_bollinger_bands, candle::{identify_candle_pattern, CandlePat...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/helper/support_resistance.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `lib::MarketState` and `orderbook`
[INFO] [stdout]  --> src/backtest/simulate.rs:8:107
[INFO] [stdout]   |
[INFO] [stdout] 8 | ...andle_pattern, lib::MarketState, of1::{calculate_of1_indicator_every_1mcandle, of1, Of1Params, Of1State}, orderbook}, 
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^                                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:49:28
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout]    |                            ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stdout] 49 +     let profit_potential = (take_profit - price) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/webhook/lib.rs:50:26
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout]    |                          ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stdout] 50 +     let loss_potential = (price - stop_loss) / price * 100.0 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}}, 
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `candle::CandleTrait`
[INFO] [stdout]  --> src/strategy/vwma_ma_grok.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}},
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/vi_rsi.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_5`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let second_last_ema_5 = ema_5[ema_5.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `second_last_ema_20`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let second_last_ema_20 = ema_20[ema_20.len() - 2];
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_last_macd_positive`
[INFO] [stdout]   --> src/strategy/supertrend_ema.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let is_last_macd_positive = last_macd > 0.0;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last_macd_positive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rsi`
[INFO] [stdout]   --> src/strategy/scalp.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let rsi = calculate_rsi(&closes, 14);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_rsi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]  --> src/strategy/orderbook.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn run(state: &mut MarketState, params: &StrategyParams, position: &mut PositionState) -> Signal {
[INFO] [stdout]   |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:47
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:60
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trailing_stop_price`
[INFO] [stdout]    --> src/strategy/orderbook.rs:109:92
[INFO] [stdout]     |
[INFO] [stdout] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `trailing_stop_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout]   --> src/strategy/of1.rs:74:69
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn calculate_of1_indicator_every_1mcandle(state: &mut Of1State, params: &Of1Params) {
[INFO] [stdout]    |                                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ask_volume_sum` is assigned to, but never used
[INFO] [stdout]    --> src/strategy/of1.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let mut ask_volume_sum = 0.0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_ask_volume_sum` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `ask_volume_sum` is never read
[INFO] [stdout]    --> src/strategy/of1.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 ask_volume_sum += ask_volume;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_price`
[INFO] [stdout]    --> src/strategy/of1.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry_asset`
[INFO] [stdout]    --> src/strategy/of1.rs:215:60
[INFO] [stdout]     |
[INFO] [stdout] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `calculated_stop`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:203:13
[INFO] [stdout]     |
[INFO] [stdout] 203 |         let calculated_stop = candle_based_stop.max(support_based_stop).max(fixed_stop).max(atr_based_stop);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_calculated_stop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:389:28
[INFO] [stdout]     |
[INFO] [stdout] 389 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:599:38
[INFO] [stdout]     |
[INFO] [stdout] 599 |     fn calculate_volume_ratio(&self, config: &CandlePatternStrategyConfig) -> (f64, f64) {
[INFO] [stdout]     |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `avg_volume`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:656:28
[INFO] [stdout]     |
[INFO] [stdout] 656 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stdout]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `min_trade_interval`
[INFO] [stdout]    --> src/strategy/candle_pattern.rs:709:9
[INFO] [stdout]     |
[INFO] [stdout] 709 |     let min_trade_interval = 3;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_min_trade_interval`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `next_sar` is never read
[INFO] [stdout]   --> src/helper/parabolic_sar.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let mut next_sar = sar;
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orderbook`
[INFO] [stdout]  --> src/helper/orderbook.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn orderbook_helper(orderbook: &Orderbook) {
[INFO] [stdout]   |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orderbook`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `color_emoji`
[INFO] [stdout]    --> src/webhook/lib.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let (emoji, color_emoji) = if profit_loss >= 0.0 {
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_emoji`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/webhook/lib.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |         Ok(result) => {
[INFO] [stdout]    |            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERBOUGHT` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const RSI_OVERBOUGHT: f64 = 70.0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RSI_OVERSOLD` is never used
[INFO] [stdout]   --> src/strategy/scalp.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const RSI_OVERSOLD: f64 = 30.0; // 매수 조건에 활용 가능
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `risk_pct` is never read
[INFO] [stdout]   --> src/strategy/vwma_ma_grok.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct StrategyParams {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     risk_pct: f64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `volume_threshold`, `max_consecutive_losses`, `trend_strength_threshold`, and `ema_slope_period` are never read
[INFO] [stdout]   --> src/strategy/candle_pattern.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CandlePatternStrategyConfig {
[INFO] [stdout]    |            --------------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     volume_threshold: f64, // 거래량 임계값 (평균 대비)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     max_consecutive_losses: usize, // 최대 연속 손실 허용 횟수
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 34 |     trend_strength_threshold: f64, // 추세 강도 임계값
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     reversal_volume_multiplier: f64, // 반전 신호 거래량 배수
[INFO] [stdout] 36 |     ema_slope_period: usize, // EMA 기울기 계산을 위한 기간
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.90s
[INFO] running `Command { std: "docker" "inspect" "1ccabe0ba9c1def958b9efa1dcf2239804d4f960e5442604bddbceeab20b3aa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ccabe0ba9c1def958b9efa1dcf2239804d4f960e5442604bddbceeab20b3aa3", kill_on_drop: false }`
[INFO] [stdout] 1ccabe0ba9c1def958b9efa1dcf2239804d4f960e5442604bddbceeab20b3aa3
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] da131586cf2a8e75b5aabe2752f4da37cd72484230b66d65da993e576efd8801
[INFO] running `Command { std: "docker" "start" "-a" "da131586cf2a8e75b5aabe2752f4da37cd72484230b66d65da993e576efd8801", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `level::find_support_resistance`, `previous::find_previous_trough_with_index`, and `rsi::calculate_rsi`
[INFO] [stderr]  --> src/strategy/vwma_ma.rs:4:47
[INFO] [stderr]   |
[INFO] [stderr] 4 | ..._adx, AdxCandle}, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::calculate_sm...
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `level::find_support_resistance` and `previous::find_previous_trough_with_index`
[INFO] [stderr]  --> src/strategy/vwma_ma_grok.rs:4:100
[INFO] [stderr]   |
[INFO] [stderr] 4 | ...andle}, ema::calculate_ema, level::find_support_resistance, previous::find_previous_trough_with_index, rsi::calculate_rsi, sma::ca...
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/strategy/orderbook.rs:52:15
[INFO] [stderr]    |
[INFO] [stderr] 52 |     } else if (supports.len() == 1) {
[INFO] [stderr]    |               ^                   ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 52 -     } else if (supports.len() == 1) {
[INFO] [stderr] 52 +     } else if supports.len() == 1  {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/strategy/orderbook.rs:84:15
[INFO] [stderr]    |
[INFO] [stderr] 84 |     } else if (resistances.len() == 1) {
[INFO] [stderr]    |               ^                      ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 84 -     } else if (resistances.len() == 1) {
[INFO] [stderr] 84 +     } else if resistances.len() == 1  {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `footprint`, `orderbook::Orderbook`, and `orderbook::top_n_orderbook_ratio`
[INFO] [stderr]  --> src/strategy/of1.rs:3:81
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...}, orderbook::Orderbook, signal::{Signal, SignalReason}, ticker::Ticker, trade::Trade}, helper::{footprint::{footprint, FootprintValue}, orderbook::top_n_orderbook_ratio}};
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^                                                                                      ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `AtrCandle`, `CandleTrait`, and `calculate_atr`
[INFO] [stderr]  --> src/strategy/candle_pattern.rs:3:29
[INFO] [stderr]   |
[INFO] [stderr] 3 |     core::{candle::{Candle, CandleTrait}, signal::{Signal, SignalReason}}, 
[INFO] [stderr]   |                             ^^^^^^^^^^^
[INFO] [stderr] 4 |     helper::{atr::{calculate_atr, AtrCandle}, bollinger_bands::calculate_bollinger_bands, candle::{identify_candle_pattern, CandlePat...
[INFO] [stderr]   |                    ^^^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/helper/support_resistance.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `lib::MarketState` and `orderbook`
[INFO] [stderr]  --> src/backtest/simulate.rs:8:107
[INFO] [stderr]   |
[INFO] [stderr] 8 | ...andle_pattern, lib::MarketState, of1::{calculate_of1_indicator_every_1mcandle, of1, Of1Params, Of1State}, orderbook}, 
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^                                                                           ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/webhook/lib.rs:49:28
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stderr]    |                            ^                                     ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 49 -     let profit_potential = ((take_profit - price) / price * 100.0);
[INFO] [stderr] 49 +     let profit_potential = (take_profit - price) / price * 100.0 ;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/webhook/lib.rs:50:26
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stderr]    |                          ^                                   ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 50 -     let loss_potential = ((price - stop_loss) / price * 100.0);
[INFO] [stderr] 50 +     let loss_potential = (price - stop_loss) / price * 100.0 ;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `candle::CandleTrait`
[INFO] [stderr]  --> src/strategy/vwma_ma.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}}, 
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `candle::CandleTrait`
[INFO] [stderr]  --> src/strategy/vwma_ma_grok.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 |     core::{candle::CandleTrait, signal::{Signal, SignalReason}},
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `params`
[INFO] [stderr]   --> src/strategy/vi_rsi.rs:15:37
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stderr]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `params`
[INFO] [stderr]   --> src/strategy/supertrend_ema.rs:10:37
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn run(state: &mut MarketState, params: &StrategyParams, current_position: &mut PositionState) -> Signal {
[INFO] [stderr]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `second_last_ema_5`
[INFO] [stderr]   --> src/strategy/supertrend_ema.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let second_last_ema_5 = ema_5[ema_5.len() - 2];
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_5`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `second_last_ema_20`
[INFO] [stderr]   --> src/strategy/supertrend_ema.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let second_last_ema_20 = ema_20[ema_20.len() - 2];
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_second_last_ema_20`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `is_last_macd_positive`
[INFO] [stderr]   --> src/strategy/supertrend_ema.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     let is_last_macd_positive = last_macd > 0.0;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last_macd_positive`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rsi`
[INFO] [stderr]   --> src/strategy/scalp.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |     let rsi = calculate_rsi(&closes, 14);
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_rsi`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `params`
[INFO] [stderr]  --> src/strategy/orderbook.rs:6:37
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn run(state: &mut MarketState, params: &StrategyParams, position: &mut PositionState) -> Signal {
[INFO] [stderr]   |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `entry_price`
[INFO] [stderr]    --> src/strategy/orderbook.rs:109:47
[INFO] [stderr]     |
[INFO] [stderr] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stderr]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `entry_asset`
[INFO] [stderr]    --> src/strategy/orderbook.rs:109:60
[INFO] [stderr]     |
[INFO] [stderr] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `trailing_stop_price`
[INFO] [stderr]    --> src/strategy/orderbook.rs:109:92
[INFO] [stderr]     |
[INFO] [stderr] 109 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stderr]     |                                                                                            ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `trailing_stop_price: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `params`
[INFO] [stderr]   --> src/strategy/of1.rs:74:69
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub fn calculate_of1_indicator_every_1mcandle(state: &mut Of1State, params: &Of1Params) {
[INFO] [stderr]    |                                                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `ask_volume_sum` is assigned to, but never used
[INFO] [stderr]    --> src/strategy/of1.rs:105:17
[INFO] [stderr]     |
[INFO] [stderr] 105 |             let mut ask_volume_sum = 0.0;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_ask_volume_sum` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `ask_volume_sum` is never read
[INFO] [stderr]    --> src/strategy/of1.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 |                 ask_volume_sum += ask_volume;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `entry_price`
[INFO] [stderr]    --> src/strategy/of1.rs:215:47
[INFO] [stderr]     |
[INFO] [stderr] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stderr]     |                                               ^^^^^^^^^^^ help: try ignoring the field: `entry_price: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `entry_asset`
[INFO] [stderr]    --> src/strategy/of1.rs:215:60
[INFO] [stderr]     |
[INFO] [stderr] 215 |     } else if let PositionState::InPosition { entry_price, entry_asset, take_profit_price, trailing_stop_price } = position {
[INFO] [stderr]     |                                                            ^^^^^^^^^^^ help: try ignoring the field: `entry_asset: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `calculated_stop`
[INFO] [stderr]    --> src/strategy/candle_pattern.rs:203:13
[INFO] [stderr]     |
[INFO] [stderr] 203 |         let calculated_stop = candle_based_stop.max(support_based_stop).max(fixed_stop).max(atr_based_stop);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_calculated_stop`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `avg_volume`
[INFO] [stderr]    --> src/strategy/candle_pattern.rs:389:28
[INFO] [stderr]     |
[INFO] [stderr] 389 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stderr]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `config`
[INFO] [stderr]    --> src/strategy/candle_pattern.rs:599:38
[INFO] [stderr]     |
[INFO] [stderr] 599 |     fn calculate_volume_ratio(&self, config: &CandlePatternStrategyConfig) -> (f64, f64) {
[INFO] [stderr]     |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `avg_volume`
[INFO] [stderr]    --> src/strategy/candle_pattern.rs:656:28
[INFO] [stderr]     |
[INFO] [stderr] 656 |         let (volume_ratio, avg_volume) = self.calculate_volume_ratio(config);
[INFO] [stderr]     |                            ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_avg_volume`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `min_trade_interval`
[INFO] [stderr]    --> src/strategy/candle_pattern.rs:709:9
[INFO] [stderr]     |
[INFO] [stderr] 709 |     let min_trade_interval = 3;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_min_trade_interval`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `next_sar` is never read
[INFO] [stderr]   --> src/helper/parabolic_sar.rs:30:28
[INFO] [stderr]    |
[INFO] [stderr] 30 |         let mut next_sar = sar;
[INFO] [stderr]    |                            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `orderbook`
[INFO] [stderr]  --> src/helper/orderbook.rs:3:25
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn orderbook_helper(orderbook: &Orderbook) {
[INFO] [stderr]   |                         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orderbook`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `color_emoji`
[INFO] [stderr]    --> src/webhook/lib.rs:100:17
[INFO] [stderr]     |
[INFO] [stderr] 100 |     let (emoji, color_emoji) = if profit_loss >= 0.0 {
[INFO] [stderr]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_color_emoji`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]   --> src/webhook/lib.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 24 |         Ok(result) => {
[INFO] [stderr]    |            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RSI_OVERBOUGHT` is never used
[INFO] [stderr]   --> src/strategy/scalp.rs:17:7
[INFO] [stderr]    |
[INFO] [stderr] 17 | const RSI_OVERBOUGHT: f64 = 70.0;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RSI_OVERSOLD` is never used
[INFO] [stderr]   --> src/strategy/scalp.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | const RSI_OVERSOLD: f64 = 30.0; // 매수 조건에 활용 가능
[INFO] [stderr]    |       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `risk_pct` is never read
[INFO] [stderr]   --> src/strategy/vwma_ma_grok.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub struct StrategyParams {
[INFO] [stderr]    |            -------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 14 |     risk_pct: f64,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `volume_threshold`, `max_consecutive_losses`, `trend_strength_threshold`, and `ema_slope_period` are never read
[INFO] [stderr]   --> src/strategy/candle_pattern.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct CandlePatternStrategyConfig {
[INFO] [stderr]    |            --------------------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 |     volume_threshold: f64, // 거래량 임계값 (평균 대비)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 33 |     max_consecutive_losses: usize, // 최대 연속 손실 허용 횟수
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 34 |     trend_strength_threshold: f64, // 추세 강도 임계값
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 35 |     reversal_volume_multiplier: f64, // 반전 신호 거래량 배수
[INFO] [stderr] 36 |     ema_slope_period: usize, // EMA 기울기 계산을 위한 기간
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ctb` (lib) generated 40 warnings (run `cargo fix --lib -p ctb` to apply 31 suggestions)
[INFO] [stderr] warning: `ctb` (lib test) generated 40 warnings (40 duplicates)
[INFO] [stderr] warning: unused imports: `DateTime`, `Duration`, `TimeZone`, and `Utc`
[INFO] [stderr]  --> src/main.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 | use chrono::{DateTime, Utc, Duration, TimeZone};
[INFO] [stderr]   |              ^^^^^^^^  ^^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CODES` is never used
[INFO] [stderr]   --> src/main.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | const CODES: [&str; 5] = ["KRW-XRP", "KRW-BLAST", "KRW-BTC", "KRW-ETH", "KRW-GLM"];
[INFO] [stderr]    |       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `realtime_simulation` is never used
[INFO] [stderr]   --> src/main.rs:60:10
[INFO] [stderr]    |
[INFO] [stderr] 60 | async fn realtime_simulation() {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> tests/webhook.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | /     send_buy_signal(
[INFO] [stderr] 12 | |         "KRW-BTC",
[INFO] [stderr] 13 | |         50000000.0,
[INFO] [stderr] 14 | |         0.001,
[INFO] [stderr] ...  |
[INFO] [stderr] 18 | |         "SuperTrend + EMA"
[INFO] [stderr] 19 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> tests/webhook.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | /     send_sell_signal(
[INFO] [stderr] 25 | |         "KRW-BTC",
[INFO] [stderr] 26 | |         52000000.0,
[INFO] [stderr] 27 | |         0.001,
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | |         "목표가 도달"
[INFO] [stderr] 32 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> tests/webhook.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 | /     send_sell_signal(
[INFO] [stderr] 38 | |         "KRW-BTC",
[INFO] [stderr] 39 | |         48000000.0,
[INFO] [stderr] 40 | |         0.001,
[INFO] [stderr] ...  |
[INFO] [stderr] 44 | |         "손절가 도달"
[INFO] [stderr] 45 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: unused implementer of `Future` that must be used
[INFO] [stderr]   --> tests/webhook.rs:50:5
[INFO] [stderr]    |
[INFO] [stderr] 50 | /     send_trade_summary(
[INFO] [stderr] 51 | |         "KRW-BTC",
[INFO] [stderr] 52 | |         100,
[INFO] [stderr] 53 | |         65,
[INFO] [stderr] ...  |
[INFO] [stderr] 57 | |         -500000.0
[INFO] [stderr] 58 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `CandleTrait`
[INFO] [stderr]  --> examples/candle_patterns.rs:1:45
[INFO] [stderr]   |
[INFO] [stderr] 1 | use ctb::core::candle::{Candle, CandleBase, CandleTrait};
[INFO] [stderr]   |                                             ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ctb` (bin "ctb") generated 3 warnings (run `cargo fix --bin "ctb" -p ctb` to apply 1 suggestion)
[INFO] [stderr] warning: `ctb` (test "webhook") generated 4 warnings
[INFO] [stderr] warning: `ctb` (example "candle_patterns") generated 1 warning (run `cargo fix --example "candle_patterns" -p ctb` to apply 1 suggestion)
[INFO] [stderr] warning: `ctb` (bin "ctb" test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ctb-e9ed0525d22d3d95)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ctb-cf9304846b9ad0fb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/account.rs (/opt/rustwide/target/debug/deps/account-6914b35283150449)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_check_my_account ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_check_my_account stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_check_my_account' (27) panicked at src/lib.rs:13:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eecd17f7aa2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eecd17f7aa2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eecd17f7aa2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eecd17f7aa2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eecd180eb3a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eecd180eb3a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5eecd17fcd46 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5eecd17fcd46 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5eecd17d4f1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eecd17d4f1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eecd17ef5f9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eecd0fd09ee - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5eecd0fd09ee - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5eecd17ef862 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5eecd17ef862 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5eecd17d4fd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5eecd17c9f09 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eecd17d609d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5eecd180f2ac - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eecd180eff2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5eecd10080c1 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenv[b436fef965c720bd]::errors::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5eecd10080c1 - ctb[823759a6b5654416]::env_var
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:13:22
[INFO] [stdout]   22:     0x5eecd1017843 - ctb[823759a6b5654416]::upbit_api::utils::create_jwt_token
[INFO] [stdout]                                at /opt/rustwide/workdir/src/upbit_api/utils.rs:25:23
[INFO] [stdout]   23:     0x5eecd10183f3 - ctb[823759a6b5654416]::upbit_api::utils::create_authorization_token
[INFO] [stdout]                                at /opt/rustwide/workdir/src/upbit_api/utils.rs:39:21
[INFO] [stdout]   24:     0x5eecd1016ae5 - ctb[823759a6b5654416]::upbit_api::utils::request_upbit_api::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/upbit_api/utils.rs:45:31
[INFO] [stdout]   25:     0x5eecd1013e81 - ctb[823759a6b5654416]::upbit_api::account::check_my_account::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/upbit_api/account.rs:19:53
[INFO] [stdout]   26:     0x5eecd0fc4083 - account[69c60a4d750bc2c5]::test_check_my_account::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/account.rs:5:37
[INFO] [stdout]   27:     0x5eecd0fc4a62 - <core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5eecd0fc4add - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5eecd0fc0e0d - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   30:     0x5eecd0fc0d0b - tokio[ad11139f074ec593]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   31:     0x5eecd0fc0d0b - tokio[ad11139f074ec593]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   32:     0x5eecd0fc0d0b - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   33:     0x5eecd0fbbdb0 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   34:     0x5eecd0fbfbad - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   35:     0x5eecd0fbeea4 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   36:     0x5eecd0fc195b - <tokio[ad11139f074ec593]::runtime::context::scoped::Scoped<tokio[ad11139f074ec593]::runtime::scheduler::Context>>::set::<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   37:     0x5eecd0fc07f9 - tokio[ad11139f074ec593]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:38
[INFO] [stdout]   38:     0x5eecd0fc2162 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[ad11139f074ec593]::runtime::context::Context>>::try_with::<tokio[ad11139f074ec593]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   39:     0x5eecd0fc1cee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[ad11139f074ec593]::runtime::context::Context>>::with::<tokio[ad11139f074ec593]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   40:     0x5eecd0fbe31d - tokio[ad11139f074ec593]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context.rs:176:17
[INFO] [stdout]   41:     0x5eecd0fbdef0 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   42:     0x5eecd0fbe1e6 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   43:     0x5eecd0fbe9b0 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   44:     0x5eecd0fc36e3 - tokio[ad11139f074ec593]::runtime::context::runtime::enter_runtime::<<tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   45:     0x5eecd0fbb8e1 - <tokio[ad11139f074ec593]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   46:     0x5eecd0fbb534 - <tokio[ad11139f074ec593]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   47:     0x5eecd0fbb6fc - <tokio[ad11139f074ec593]::runtime::runtime::Runtime>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   48:     0x5eecd0fc4353 - account[69c60a4d750bc2c5]::test_check_my_account
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/account.rs:6:30
[INFO] [stdout]   49:     0x5eecd0fc3f37 - account[69c60a4d750bc2c5]::test_check_my_account::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/account.rs:4:33
[INFO] [stdout]   50:     0x5eecd0fc4cf6 - <account[69c60a4d750bc2c5]::test_check_my_account::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x5eecd0fc4d9b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5eecd0fc4d9b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x5eecd0fd15fa - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x5eecd0fd15fa - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5eecd0fd15fa - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5eecd0fd15fa - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5eecd0fd15fa - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5eecd0fd15fa - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x5eecd0fd15fa - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x5eecd0fcbac4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x5eecd0fcbac4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   62:     0x5eecd0fd40f2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   63:     0x5eecd0fd40f2 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x5eecd0fd40f2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   65:     0x5eecd0fd40f2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   66:     0x5eecd0fd40f2 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x5eecd0fd40f2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   68:     0x5eecd0fd40f2 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x5eecd17f730f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   70:     0x5eecd17f730f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   71:     0x7b6d6b44daa4 - <unknown>
[INFO] [stdout]   72:     0x7b6d6b4daa64 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_check_my_account
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test account`
[INFO] running `Command { std: "docker" "inspect" "da131586cf2a8e75b5aabe2752f4da37cd72484230b66d65da993e576efd8801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da131586cf2a8e75b5aabe2752f4da37cd72484230b66d65da993e576efd8801", kill_on_drop: false }`
[INFO] [stdout] da131586cf2a8e75b5aabe2752f4da37cd72484230b66d65da993e576efd8801
