[INFO] cloning repository https://github.com/Juubes/etf-backtester
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Juubes/etf-backtester" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuubes%2Fetf-backtester", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuubes%2Fetf-backtester'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7db5910f8ce828e8caa74c1109ebfd30c1fcd07
[INFO] testing Juubes/etf-backtester against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuubes%2Fetf-backtester" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Juubes/etf-backtester
[INFO] finished tweaking git repo https://github.com/Juubes/etf-backtester
[INFO] tweaked toml for git repo https://github.com/Juubes/etf-backtester written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Juubes/etf-backtester on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Juubes/etf-backtester 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded assert_approx_eq v1.1.0
[INFO] [stderr]   Downloaded mockito v1.7.0
[INFO] [stderr]   Downloaded webpki-roots v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e499c51b4872217f0d963319a9a7f23d5e6f9e815428a290866211812264c95e
[INFO] running `Command { std: "docker" "start" "-a" "e499c51b4872217f0d963319a9a7f23d5e6f9e815428a290866211812264c95e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e499c51b4872217f0d963319a9a7f23d5e6f9e815428a290866211812264c95e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e499c51b4872217f0d963319a9a7f23d5e6f9e815428a290866211812264c95e", kill_on_drop: false }`
[INFO] [stdout] e499c51b4872217f0d963319a9a7f23d5e6f9e815428a290866211812264c95e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a12df407d4415efb5193c74ee718960a8e8a32950dfb17f4f55203e70cf814bf
[INFO] running `Command { std: "docker" "start" "-a" "a12df407d4415efb5193c74ee718960a8e8a32950dfb17f4f55203e70cf814bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling multer v3.1.0
[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 webpki-roots v1.0.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[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 tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections 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 tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling backtester-backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
[INFO] [stdout]     --> backend/src/handlers.rs:1099:43
[INFO] [stdout]      |
[INFO] [stdout] 1099 |             .and_then(|ts| NaiveDateTime::from_timestamp_opt(ts, 0).map(|dt| dt.date()))
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ticker_service` is never read
[INFO] [stdout]   --> backend/src/services/bond_service.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BondService {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 12 |     ticker_service: Arc<MarketDataService>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `convert_irx_data_to_rates` is never used
[INFO] [stdout]   --> backend/src/services/bond_service.rs:62:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl BondService {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     async fn convert_irx_data_to_rates(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IRX_SYMBOL` is never used
[INFO] [stdout]   --> backend/src/services/bond_service.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 |         const IRX_SYMBOL: &str = "^IRX"; // 13-week Treasury Bill rate
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "a12df407d4415efb5193c74ee718960a8e8a32950dfb17f4f55203e70cf814bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a12df407d4415efb5193c74ee718960a8e8a32950dfb17f4f55203e70cf814bf", kill_on_drop: false }`
[INFO] [stdout] a12df407d4415efb5193c74ee718960a8e8a32950dfb17f4f55203e70cf814bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58a9a01ac5e5824f0e16d83a01d88425e412e94741ab26b4c55e4665f0f67d46
[INFO] running `Command { std: "docker" "start" "-a" "58a9a01ac5e5824f0e16d83a01d88425e412e94741ab26b4c55e4665f0f67d46", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling assert_approx_eq v1.1.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling backtester-backend v0.1.0 (/opt/rustwide/workdir/backend)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
[INFO] [stdout]     --> backend/src/handlers.rs:1099:43
[INFO] [stdout]      |
[INFO] [stdout] 1099 |             .and_then(|ts| NaiveDateTime::from_timestamp_opt(ts, 0).map(|dt| dt.date()))
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
[INFO] [stdout]     --> backend/src/handlers.rs:1099:43
[INFO] [stdout]      |
[INFO] [stdout] 1099 |             .and_then(|ts| NaiveDateTime::from_timestamp_opt(ts, 0).map(|dt| dt.date()))
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ticker_service` is never read
[INFO] [stdout]   --> backend/src/services/bond_service.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BondService {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 12 |     ticker_service: Arc<MarketDataService>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `convert_irx_data_to_rates` is never used
[INFO] [stdout]   --> backend/src/services/bond_service.rs:62:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl BondService {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     async fn convert_irx_data_to_rates(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IRX_SYMBOL` is never used
[INFO] [stdout]   --> backend/src/services/bond_service.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 |         const IRX_SYMBOL: &str = "^IRX"; // 13-week Treasury Bill rate
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ticker_service` is never read
[INFO] [stdout]   --> backend/src/services/bond_service.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BondService {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 12 |     ticker_service: Arc<MarketDataService>,
[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 `IRX_SYMBOL` is never used
[INFO] [stdout]   --> backend/src/services/bond_service.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 |         const IRX_SYMBOL: &str = "^IRX"; // 13-week Treasury Bill rate
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.24s
[INFO] running `Command { std: "docker" "inspect" "58a9a01ac5e5824f0e16d83a01d88425e412e94741ab26b4c55e4665f0f67d46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58a9a01ac5e5824f0e16d83a01d88425e412e94741ab26b4c55e4665f0f67d46", kill_on_drop: false }`
[INFO] [stdout] 58a9a01ac5e5824f0e16d83a01d88425e412e94741ab26b4c55e4665f0f67d46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4a76c4aabec120ffa8f47b3a808cdc46bc5e5788fecc4dfbe947c939f2bd31bb
[INFO] running `Command { std: "docker" "start" "-a" "4a76c4aabec120ffa8f47b3a808cdc46bc5e5788fecc4dfbe947c939f2bd31bb", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
[INFO] [stderr]     --> backend/src/handlers.rs:1099:43
[INFO] [stderr]      |
[INFO] [stderr] 1099 |             .and_then(|ts| NaiveDateTime::from_timestamp_opt(ts, 0).map(|dt| dt.date()))
[INFO] [stderr]      |                                           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `ticker_service` is never read
[INFO] [stderr]   --> backend/src/services/bond_service.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct BondService {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] 12 |     ticker_service: Arc<MarketDataService>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `convert_irx_data_to_rates` is never used
[INFO] [stderr]   --> backend/src/services/bond_service.rs:62:14
[INFO] [stderr]    |
[INFO] [stderr] 21 | impl BondService {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 62 |     async fn convert_irx_data_to_rates(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `IRX_SYMBOL` is never used
[INFO] [stderr]   --> backend/src/services/bond_service.rs:43:15
[INFO] [stderr]    |
[INFO] [stderr] 43 |         const IRX_SYMBOL: &str = "^IRX"; // 13-week Treasury Bill rate
[INFO] [stderr]    |               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `backtester-backend` (lib) generated 4 warnings
[INFO] [stderr] warning: `backtester-backend` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/backtester_backend-96e9217aef5b002a)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test common::portfolio_utils::tests::test_drawdown_calculation ... ok
[INFO] [stdout] test common::portfolio_utils::tests::test_portfolio_state_updates ... ok
[INFO] [stdout] test common::transaction_costs::tests::test_frequency_penalty ... ok
[INFO] [stdout] test common::transaction_costs::tests::test_large_trade_costs ... ok
[INFO] [stdout] test common::technical_indicators::tests::test_sma_temporal_validation ... ok
[INFO] [stdout] test common::portfolio_utils::tests::test_sharpe_calculation ... ok
[INFO] [stdout] test common::transaction_costs::tests::test_portfolio_based_costs ... ok
[INFO] [stdout] test common::transaction_costs::tests::test_small_trade_costs ... ok
[INFO] [stdout] test market_schedule::tests::test_market_hours ... ok
[INFO] [stdout] test services::core_backtest_engine::tests::process_raw_data_errors_on_invalid_adjusted_close ... ok
[INFO] [stdout] test services::core_backtest_engine::tests::process_raw_data_errors_on_missing_open ... ok
[INFO] [stdout] test services::core_backtest_engine::tests::process_raw_data_errors_on_missing_close ... ok
[INFO] [stdout] test services::test_symbol_normalization::tests::test_symbol_normalization ... ok
[INFO] [stdout] test services::bond_service::tests::test_calculate_margin_cost_rate ... ok
[INFO] [stdout] test services::bond_service::tests::test_get_risk_free_rate_for_date ... ok
[INFO] [stdout] test services::test_symbol_normalization::tests::test_symbols_remain_uppercase ... ok
[INFO] [stdout] test services::bond_service::tests::test_convert_irx_data_to_rates_uses_raw_close_without_spread ... ok
[INFO] [stdout] test services::bond_service::tests::test_load_bond_data_cached_returns_cached_rates ... ok
[INFO] [stdout] test services::backtest_service::tests::test_buy_hold_strategy_backtest ... ok
[INFO] [stdout] test services::backtest_service::tests::test_sma_cross_strategy_backtest ... ok
[INFO] [stdout] test common::technical_indicators::tests::test_sma_calculation_no_future_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/backtester_backend-cea7ed1657fa98a5)
[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/mod.rs (/opt/rustwide/target/debug/deps/mod-68e31147cadeaf3d)
[INFO] [stdout] 
[INFO] [stdout] running 101 tests
[INFO] [stdout] test helpers::test_utils::tests::test_calculate_annualized_return ... ok
[INFO] [stdout] test helpers::test_utils::tests::test_performance_realism ... ok
[INFO] [stdout] test helpers::test_utils::tests::test_calculate_years_between ... ok
[INFO] [stdout] test integration::api_tests::tests::test_backtest_missing_fields ... ok
[INFO] [stdout] test integration::api_tests::tests::test_backtest_valid_structure ... ok
[INFO] [stdout] test integration::api_tests::tests::test_backtest_get_method ... ok
[INFO] [stdout] test helpers::test_utils::tests::test_is_weekend ... ok
[INFO] [stdout] test integration::api_tests::tests::test_backtest_invalid_json ... ok
[INFO] [stdout] test integration::api_tests::tests::test_treasury_rate_endpoint ... ok
[INFO] [stdout] test integration::api_tests::tests::test_health_check_endpoint ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_margin_cost_calculation_centralized ... FAILED
[INFO] [stdout] test helpers::data_loaders::tests::test_data_date_range ... ok
[INFO] [stdout] test helpers::data_loaders::tests::test_load_test_data_subset ... ok
[INFO] [stdout] test integration::backtest_service_tests::tests::test_backtest_with_insufficient_data ... ok
[INFO] [stdout] test helpers::data_loaders::tests::test_load_real_spy_data ... ok
[INFO] [stdout] test integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates ... FAILED
[INFO] [stdout] test integration::event_engine_tests::tests::event_engine_ignores_signal_without_future_bar ... ok
[INFO] [stdout] test integration::backtest_service_tests::tests::test_treasury_bill_data ... ok
[INFO] [stdout] test integration::event_engine_tests::tests::event_engine_respects_signal_lag ... ok
[INFO] [stdout] test integration::event_engine_tests::tests::event_engine_skips_rebalance_when_weight_aligned ... ok
[INFO] [stdout] test integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts ... FAILED
[INFO] [stdout] test integration::buy_hold_comprehensive_parameter_tests::tests::test_buy_hold_performance_characteristics_basic ... ok
[INFO] [stdout] test integration::backtest_service_tests::tests::test_buy_hold_backtest_service ... ok
[INFO] [stdout] test integration::parameter_coverage_tests::tests::test_sma200_length_variations ... ok
[INFO] [stdout] test integration::backtest_service_tests::tests::test_leverage_variations ... ok
[INFO] [stdout] test integration::parameter_coverage_tests::tests::test_invalid_parameter_handling ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions ... FAILED
[INFO] [stdout] test integration::parameter_coverage_tests::tests::test_sma_parameter_edge_cases ... ok
[INFO] [stdout] test integration::buy_hold_comprehensive_parameter_tests::tests::test_buy_hold_edge_cases_basic ... ok
[INFO] [stdout] test integration::parameter_coverage_tests::tests::test_sma200_parameter_matrix ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_numeric_precision_edge_cases ... ok
[INFO] [stdout] test integration::parameter_coverage_tests::tests::test_sma_cross_extended_parameters ... ok
[INFO] [stdout] test integration::buy_hold_comprehensive_parameter_tests::tests::test_buy_hold_configuration_consistency_basic ... ok
[INFO] [stdout] test integration::smart_caching_tests::test_market_schedule_integration ... ok
[INFO] [stdout] test integration::smart_caching_tests::test_smart_cache_validation ... FAILED
[INFO] [stdout] test integration::smart_caching_tests::test_smart_caching_with_old_data ... FAILED
[INFO] [stdout] test integration::sma_cross_comprehensive_parameter_tests::tests::test_sma_cross_edge_cases_basic ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_parameter_validation_comprehensive ... ok
[INFO] [stdout] test integration::buy_hold_comprehensive_parameter_tests::tests::test_buy_hold_different_assets_basic_validation ... ok
[INFO] [stdout] test integration::buy_hold_comprehensive_parameter_tests::tests::test_buy_hold_time_periods_basic_validation ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_leverage_impact_validation ... ok
[INFO] [stdout] test integration::sma200_comprehensive_parameter_tests::tests::test_sma200_parameter_interactions_basic ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_core_parameter_edge_cases ... ok
[INFO] [stdout] test integration::tsmom_comprehensive_parameter_tests::tests::test_tsmom_parameter_interactions_basic ... ok
[INFO] [stdout] test integration::sma_cross_comprehensive_parameter_tests::tests::test_sma_cross_parameter_interactions_basic ... ok
[INFO] [stdout] test integration::sma200_comprehensive_parameter_tests::tests::test_sma200_edge_cases_basic ... ok
[INFO] [stdout] test integration::backtest_service_tests::tests::test_multiple_symbols_backtest ... ok
[INFO] [stdout] test integration::tsmom_cross_asset_tests::tests::test_tsmom_cross_asset_performance ... ok
[INFO] [stdout] test integration::tsmom_comprehensive_parameter_tests::tests::test_tsmom_lookback_days_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_cross_asset_tests::tests::test_tsmom_asset_correlation_impact ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_rebalance_drift_threshold ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_computational_stability ... ok
[INFO] [stdout] test integration::sma200_comprehensive_parameter_tests::tests::test_sma200_band_size_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_data_quality_robustness ... ok
[INFO] [stdout] test integration::tsmom_cross_asset_tests::tests::test_tsmom_parameter_sensitivity_by_asset ... ok
[INFO] [stdout] test integration::tsmom_cross_asset_tests::tests::test_tsmom_transaction_costs_by_liquidity ... ok
[INFO] [stdout] test integration::sma200_comprehensive_parameter_tests::tests::test_sma200_sma_length_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_cross_asset_tests::tests::test_tsmom_vol_targeting_consistency ... ok
[INFO] [stdout] test integration::sma_cross_comprehensive_parameter_tests::tests::test_sma_cross_short_sma_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_parameter_edge_cases ... ok
[INFO] [stdout] test integration::edge_case_tests::tests::test_tsmom_parameter_boundaries ... ok
[INFO] [stdout] test integration::sma_cross_comprehensive_parameter_tests::tests::test_sma_cross_long_sma_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_comprehensive_parameter_tests::tests::test_tsmom_target_vol_basic_validation ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_rebalancing_constraints ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_extreme_market_conditions ... ok
[INFO] [stdout] test integration::tsmom_edge_case_tests::tests::test_tsmom_validation_and_error_handling ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_integration_reliability ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_memory_efficiency ... ok
[INFO] [stdout] test integration::tsmom_margin_cost_tests::tests::test_tsmom_funding_rate_comparison ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_stress_scenarios ... ok
[INFO] [stdout] test strategies::sma200_tests::tests::test_sma200_temporal_consistency ... ok
[INFO] [stdout] test integration::tsmom_market_regime_tests::tests::test_tsmom_trend_vs_sideways ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_concurrent_execution ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_computational_complexity ... ok
[INFO] [stdout] test integration::tsmom_market_regime_tests::tests::test_tsmom_volatility_regimes ... ok
[INFO] [stdout] test integration::tsmom_market_regime_tests::tests::test_tsmom_market_transitions ... ok
[INFO] [stdout] test integration::tsmom_comprehensive_parameter_tests::tests::test_tsmom_transaction_costs_basic_validation ... ok
[INFO] [stdout] test strategies::sma200_tests::tests::test_sma200_vs_buy_hold ... ok
[INFO] [stdout] test strategies::sma_cross_tests::tests::test_sma_cross_strategy ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_funding_rates ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_annualization_factors ... ok
[INFO] [stdout] test strategies::sma_cross_tests::tests::test_sma_cross_edge_cases ... ok
[INFO] [stdout] test strategies::buy_hold_tests::tests::test_buy_hold_portfolio_progression ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_target_vol_basic ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_dynamic_rebalancing ... ok
[INFO] [stdout] test strategies::buy_hold_tests::tests::test_buy_hold_market_conditions ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_target_vol_variations ... ok
[INFO] [stdout] test strategies::sma200_tests::tests::test_sma200_transaction_costs ... ok
[INFO] [stdout] test strategies::buy_hold_tests::tests::test_buy_hold_strategy ... ok
[INFO] [stdout] test strategies::sma200_tests::tests::test_sma200_band_sensitivity ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_transaction_costs ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_lookback_variations ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_weight_constraints ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_parameter_combinations ... ok
[INFO] [stdout] test integration::tsmom_performance_tests::tests::test_tsmom_performance_scalability ... ok
[INFO] [stdout] test strategies::tsmom_target_vol_tests::tests::test_tsmom_vol_estimate_variations ... ok
[INFO] [stdout] test strategies::buy_hold_tests::tests::test_buy_hold_leverage ... ok
[INFO] [stdout] test strategies::sma_cross_tests::tests::test_sma_cross_parameter_variations ... ok
[INFO] [stdout] test integration::tsmom_market_regime_tests::tests::test_tsmom_market_regimes ... ok
[INFO] [stdout] test strategies::sma200_tests::tests::test_sma200_multiple_periods ... ok
[INFO] [stdout] test strategies::buy_hold_tests::tests::test_buy_hold_different_symbols ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration::edge_case_tests::tests::test_margin_cost_calculation_centralized stdout ----
[INFO] [stdout] 
[INFO] [stdout] === Testing Margin Cost Calculation Centralization ===
[INFO] [stdout]   0% risk-free rate - Daily margin rate: 0.00017857 (expected: 0.00005952)
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::edge_case_tests::tests::test_margin_cost_calculation_centralized' (74) panicked at backend/tests/integration/edge_case_tests.rs:768:13:
[INFO] [stdout] Daily margin cost rate mismatch for 0% risk-free rate: got 0.00017857, expected 0.00005952
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570012a56e52 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x570012a56e52 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x570012a56e52 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x570012a56e52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x570012a6a8aa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x570012a6a8aa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x570012a22fb6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x570012a22fb6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x570012a358d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x570012a358d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x570012a35771 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x570011f1bcee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x570011f1bcee - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x570012a35c02 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x570012a35c02 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x570012a35998 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x570012a309c9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x570012a16aed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x570012a7530c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x570011eed499 - mod::integration::edge_case_tests::tests::test_margin_cost_calculation_centralized::{{closure}}::h47d1d0fc1b7ee030
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:768:13
[INFO] [stdout]   20:     0x570011ed3e94 - <core::pin::Pin<P> as core::future::future::Future>::poll::h841f3ada7e8631f5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x570011ed3eb6 - <core::pin::Pin<P> as core::future::future::Future>::poll::h8eb8a5696c67455f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x570011e78786 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h54836a45db6bfc95
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x570011e785a4 - tokio::task::coop::with_budget::hbc64e7e817733cf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x570011e785a4 - tokio::task::coop::budget::h6e931d4f4b37db15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x570011e785a4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h544733a4e6fa9394
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x570011e72050 - tokio::runtime::scheduler::current_thread::Context::enter::h0220797036a24eba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x570011e77a0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd40f8e3fe0609d8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x570011e753e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3b93e16c7225a5cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x570011e68231 - tokio::runtime::context::scoped::Scoped<T>::set::h67d6098c6c670845
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x570011ef25a4 - tokio::runtime::context::set_scheduler::{{closure}}::h49df467a88fbf214
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x570011ef8afa - std::thread::local::LocalKey<T>::try_with::hef3040bb21c97ceb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x570011ef6f79 - std::thread::local::LocalKey<T>::with::hd2f4c1c0441d5149
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x570011ef249b - tokio::runtime::context::set_scheduler::h58e426253711990c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x570011e74954 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h80336e2110290def
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x570011e754a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h3a2b421d79f3f685
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x570011e70a20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3ebd9fca310cb8e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x570011ed2e4b - tokio::runtime::context::runtime::enter_runtime::hf5f384a864f71a6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x570011e706d8 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f892f5fb1d710b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x570011e8d595 - tokio::runtime::runtime::Runtime::block_on_inner::hc0374ca17eba9c4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   40:     0x570011e8d6fb - tokio::runtime::runtime::Runtime::block_on::h2076bc5d29a8427c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   41:     0x570011eeca23 - mod::integration::edge_case_tests::tests::test_margin_cost_calculation_centralized::haee54b5ec3dbaf82
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:816:10
[INFO] [stdout]   42:     0x570011eecab3 - mod::integration::edge_case_tests::tests::test_margin_cost_calculation_centralized::{{closure}}::h1f6c1cd9cae5dd3a
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:742:56
[INFO] [stdout]   43:     0x570011e4e496 - core::ops::function::FnOnce::call_once::h6a7e5b9cda1f6911
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x570011f1baab - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x570011f1baab - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x570011f2f4ba - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x570011f2f4ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x570011f2f4ba - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x570011f2f4ba - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x570011f2f4ba - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x570011f2f4ba - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x570011f2f4ba - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x570011f09914 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x570011f09914 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   56:     0x570011f0d2b2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x570011f0d2b2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x570011f0d2b2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x570011f0d2b2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   61:     0x570011f0d2b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x570012a2b98f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   63:     0x570012a2b98f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   64:     0x74d0c4848aa4 - <unknown>
[INFO] [stdout]   65:     0x74d0c48d5a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates' (79) panicked at backend/tests/integration/event_engine_tests.rs:327:13:
[INFO] [stdout] assertion failed: margin_rate > first_rf
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570012a56e52 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x570012a56e52 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x570012a56e52 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x570012a56e52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x570012a6a8aa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x570012a6a8aa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x570012a22fb6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x570012a22fb6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x570012a358d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x570012a358d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x570012a35771 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x570011f1bcee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x570011f1bcee - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x570012a35c02 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x570012a35c02 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x570012a359ca - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x570012a309c9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x570012a16aed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x570012a7530c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x570012a752d2 - core::panicking::panic::hbff2745fd4c5afec
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x570011ef5041 - mod::integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates::{{closure}}::h408106e08010ea20
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:327:13
[INFO] [stdout]   21:     0x570011ed3e94 - <core::pin::Pin<P> as core::future::future::Future>::poll::h841f3ada7e8631f5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x570011ed3eb6 - <core::pin::Pin<P> as core::future::future::Future>::poll::h8eb8a5696c67455f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x570011e78786 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h54836a45db6bfc95
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x570011e785a4 - tokio::task::coop::with_budget::hbc64e7e817733cf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x570011e785a4 - tokio::task::coop::budget::h6e931d4f4b37db15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x570011e785a4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h544733a4e6fa9394
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x570011e72050 - tokio::runtime::scheduler::current_thread::Context::enter::h0220797036a24eba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x570011e77a0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd40f8e3fe0609d8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x570011e753e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3b93e16c7225a5cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x570011e68231 - tokio::runtime::context::scoped::Scoped<T>::set::h67d6098c6c670845
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x570011ef25a4 - tokio::runtime::context::set_scheduler::{{closure}}::h49df467a88fbf214
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x570011ef8afa - std::thread::local::LocalKey<T>::try_with::hef3040bb21c97ceb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   33:     0x570011ef6f79 - std::thread::local::LocalKey<T>::with::hd2f4c1c0441d5149
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   34:     0x570011ef249b - tokio::runtime::context::set_scheduler::h58e426253711990c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x570011e74954 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h80336e2110290def
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x570011e754a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h3a2b421d79f3f685
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x570011e70a20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3ebd9fca310cb8e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x570011ed2e4b - tokio::runtime::context::runtime::enter_runtime::hf5f384a864f71a6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x570011e706d8 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f892f5fb1d710b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x570011e8d595 - tokio::runtime::runtime::Runtime::block_on_inner::hc0374ca17eba9c4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x570011e8d6fb - tokio::runtime::runtime::Runtime::block_on::h2076bc5d29a8427c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x570011ef3eb9 - mod::integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates::h18787fd85b801954
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:382:36
[INFO] [stdout]   43:     0x570011ef5223 - mod::integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates::{{closure}}::hbe153eb756590c8a
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:275:57
[INFO] [stdout]   44:     0x570011e4d8d6 - core::ops::function::FnOnce::call_once::h1932b0191081228d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x570011f1baab - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x570011f1baab - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x570011f2f4ba - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x570011f2f4ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x570011f2f4ba - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x570011f2f4ba - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x570011f2f4ba - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x570011f2f4ba - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x570011f2f4ba - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x570011f09914 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x570011f09914 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   57:     0x570011f0d2b2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x570011f0d2b2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x570011f0d2b2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x570011f0d2b2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   62:     0x570011f0d2b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x570012a2b98f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   64:     0x570012a2b98f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   65:     0x74d0c4848aa4 - <unknown>
[INFO] [stdout]   66:     0x74d0c48d5a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts' (81) panicked at backend/tests/integration/event_engine_tests.rs:270:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "2021-01-05"
[INFO] [stdout]  right: "2021-01-04"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570012a56e52 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x570012a56e52 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x570012a56e52 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x570012a56e52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x570012a6a8aa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x570012a6a8aa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x570012a22fb6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x570012a22fb6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x570012a358d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x570012a358d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x570012a35771 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x570011f1bcee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x570011f1bcee - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x570012a35c02 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x570012a35c02 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x570012a35998 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x570012a309c9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x570012a16aed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x570012a7530c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x570012a75193 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x570011e6df9f - core::panicking::assert_failed::he47e01c4f5a9c0ab
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x570011ef59ff - mod::integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts::{{closure}}::h9df79f12444ef892
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:270:9
[INFO] [stdout]   22:     0x570011ed3e94 - <core::pin::Pin<P> as core::future::future::Future>::poll::h841f3ada7e8631f5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x570011ed3eb6 - <core::pin::Pin<P> as core::future::future::Future>::poll::h8eb8a5696c67455f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x570011e78786 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h54836a45db6bfc95
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x570011e785a4 - tokio::task::coop::with_budget::hbc64e7e817733cf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x570011e785a4 - tokio::task::coop::budget::h6e931d4f4b37db15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x570011e785a4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h544733a4e6fa9394
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x570011e72050 - tokio::runtime::scheduler::current_thread::Context::enter::h0220797036a24eba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x570011e77a0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd40f8e3fe0609d8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x570011e753e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3b93e16c7225a5cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x570011e68231 - tokio::runtime::context::scoped::Scoped<T>::set::h67d6098c6c670845
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x570011ef25a4 - tokio::runtime::context::set_scheduler::{{closure}}::h49df467a88fbf214
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x570011ef8afa - std::thread::local::LocalKey<T>::try_with::hef3040bb21c97ceb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x570011ef6f79 - std::thread::local::LocalKey<T>::with::hd2f4c1c0441d5149
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x570011ef249b - tokio::runtime::context::set_scheduler::h58e426253711990c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x570011e74954 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h80336e2110290def
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x570011e754a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h3a2b421d79f3f685
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x570011e70a20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3ebd9fca310cb8e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x570011ed2e4b - tokio::runtime::context::runtime::enter_runtime::hf5f384a864f71a6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x570011e706d8 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f892f5fb1d710b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x570011e8d595 - tokio::runtime::runtime::Runtime::block_on_inner::hc0374ca17eba9c4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x570011e8d6fb - tokio::runtime::runtime::Runtime::block_on::h2076bc5d29a8427c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x570011ef5429 - mod::integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts::hb51b6e572cb21c28
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:271:64
[INFO] [stdout]   44:     0x570011ef54c3 - mod::integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts::{{closure}}::h146f3c991c794db7
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/event_engine_tests.rs:245:58
[INFO] [stdout]   45:     0x570011e4df96 - core::ops::function::FnOnce::call_once::h4877669bfabcaf2e
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x570011f1baab - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x570011f1baab - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x570011f2f4ba - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x570011f2f4ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x570011f2f4ba - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x570011f2f4ba - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x570011f2f4ba - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x570011f2f4ba - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x570011f2f4ba - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x570011f09914 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x570011f09914 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x570011f0d2b2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x570011f0d2b2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x570011f0d2b2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x570011f0d2b2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x570011f0d2b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x570012a2b98f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x570012a2b98f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   66:     0x74d0c4848aa4 - <unknown>
[INFO] [stdout]   67:     0x74d0c48d5a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions stdout ----
[INFO] [stdout] 
[INFO] [stdout] === Testing Margin Cost Impact on Non-Leveraged Positions ===
[INFO] [stdout] 
[INFO] [stdout] --- Testing: BUY_HOLD 100% ---
[INFO] [stdout]   No margin cost - Total Return: 15.663159%, Sharpe: 2.1584, Trades: 1
[INFO] [stdout]   Low margin cost - Total Return: 15.662115%, Sharpe: 2.1580, Trades: 1
[INFO] [stdout]   High margin cost - Total Return: 15.698831%, Sharpe: 2.1640, Trades: 1
[INFO] [stdout]   Comparison with baseline:
[INFO] [stdout]     Return difference: 0.00104325%
[INFO] [stdout]     Sharpe difference: 0.00037542
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions' (75) panicked at backend/tests/integration/edge_case_tests.rs:581:21:
[INFO] [stdout] Return difference too large for Low margin cost: 1.04e-5. Expected ~0 since no margin used.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570012a56e52 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x570012a56e52 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x570012a56e52 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x570012a56e52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x570012a6a8aa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x570012a6a8aa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x570012a22fb6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x570012a22fb6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x570012a358d9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x570012a358d9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x570012a35771 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x570011f1bcee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x570011f1bcee - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x570012a35c02 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x570012a35c02 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x570012a35998 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x570012a309c9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x570012a16aed - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x570012a7530c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x570011eee963 - mod::integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions::{{closure}}::h3c340c76b37ed2f5
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:581:21
[INFO] [stdout]   20:     0x570011ed3e94 - <core::pin::Pin<P> as core::future::future::Future>::poll::h841f3ada7e8631f5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x570011ed3eb6 - <core::pin::Pin<P> as core::future::future::Future>::poll::h8eb8a5696c67455f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x570011e78786 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h54836a45db6bfc95
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x570011e785a4 - tokio::task::coop::with_budget::hbc64e7e817733cf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x570011e785a4 - tokio::task::coop::budget::h6e931d4f4b37db15
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x570011e785a4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h544733a4e6fa9394
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x570011e72050 - tokio::runtime::scheduler::current_thread::Context::enter::h0220797036a24eba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x570011e77a0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd40f8e3fe0609d8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x570011e753e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3b93e16c7225a5cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x570011e68231 - tokio::runtime::context::scoped::Scoped<T>::set::h67d6098c6c670845
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x570011ef25a4 - tokio::runtime::context::set_scheduler::{{closure}}::h49df467a88fbf214
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x570011ef8afa - std::thread::local::LocalKey<T>::try_with::hef3040bb21c97ceb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x570011ef6f79 - std::thread::local::LocalKey<T>::with::hd2f4c1c0441d5149
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x570011ef249b - tokio::runtime::context::set_scheduler::h58e426253711990c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x570011e74954 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h80336e2110290def
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x570011e754a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h3a2b421d79f3f685
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x570011e70a20 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3ebd9fca310cb8e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x570011ed2e4b - tokio::runtime::context::runtime::enter_runtime::hf5f384a864f71a6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x570011e706d8 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7f892f5fb1d710b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x570011e8d595 - tokio::runtime::runtime::Runtime::block_on_inner::hc0374ca17eba9c4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   40:     0x570011e8d6fb - tokio::runtime::runtime::Runtime::block_on::h2076bc5d29a8427c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   41:     0x570011eed639 - mod::integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions::h6ca1648b288c2660
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:609:102
[INFO] [stdout]   42:     0x570011eeef83 - mod::integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions::{{closure}}::h5fac383af42ea2b8
[INFO] [stdout]                                at /opt/rustwide/workdir/backend/tests/integration/edge_case_tests.rs:473:69
[INFO] [stdout]   43:     0x570011e4e2b6 - core::ops::function::FnOnce::call_once::h5b32135ad6e88dde
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x570011f1baab - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x570011f1baab - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x570011f2f4ba - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x570011f2f4ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x570011f2f4ba - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x570011f2f4ba - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x570011f2f4ba - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x570011f2f4ba - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x570011f2f4ba - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x570011f09914 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x570011f09914 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   56:     0x570011f0d2b2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x570011f0d2b2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x570011f0d2b2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x570011f0d2b2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x570011f0d2b2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   61:     0x570011f0d2b2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x570012a2b98f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   63:     0x570012a2b98f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   64:     0x74d0c4848aa4 - <unknown>
[INFO] [stdout]   65:     0x74d0c48d5a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- integration::smart_caching_tests::test_smart_cache_validation stdout ----
[INFO] [stdout] Fetching initial data to create cache...
[INFO] [stdout] Error: YahooFinanceError("Primary Yahoo endpoint failed: HTTP request error: error sending request for url (https://query1.finance.yahoo.com/v8/finance/chart/SPY?events=capitalGain%7Cdiv%7Csplit&formatted=true&includeAdjustedClose=true&interval=1d&period1=631152000&period2=1773061958&symbol=SPY&userYfid=true&lang=en-US&region=US); fallback endpoint failed: HTTP request error: error sending request for url (https://query2.finance.yahoo.com/v8/finance/chart/SPY?events=capitalGain%7Cdiv%7Csplit&formatted=true&includeAdjustedClose=true&interval=1d&period1=631152000&period2=1773061958&symbol=SPY&userYfid=true&lang=en-US&region=US)")
[INFO] [stdout] 
[INFO] [stdout] ---- integration::smart_caching_tests::test_smart_caching_with_old_data stdout ----
[INFO] [stdout] First fetch (will create cache):
[INFO] [stdout] Error: YahooFinanceError("Primary Yahoo endpoint failed: HTTP request error: error sending request for url (https://query1.finance.yahoo.com/v8/finance/chart/SPY?events=capitalGain%7Cdiv%7Csplit&formatted=true&includeAdjustedClose=true&interval=1d&period1=631152000&period2=1773061958&symbol=SPY&userYfid=true&lang=en-US&region=US); fallback endpoint failed: HTTP request error: error sending request for url (https://query2.finance.yahoo.com/v8/finance/chart/SPY?events=capitalGain%7Cdiv%7Csplit&formatted=true&includeAdjustedClose=true&interval=1d&period1=631152000&period2=1773061958&symbol=SPY&userYfid=true&lang=en-US&region=US)")
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration::edge_case_tests::tests::test_margin_cost_calculation_centralized
[INFO] [stdout]     integration::edge_case_tests::tests::test_no_margin_cost_impact_on_non_leveraged_positions
[INFO] [stdout]     integration::event_engine_tests::tests::engine_exposes_risk_free_and_margin_rates
[INFO] [stdout]     integration::event_engine_tests::tests::event_engine_rebalances_when_weight_drifts
[INFO] [stdout]     integration::smart_caching_tests::test_smart_cache_validation
[INFO] [stdout]     integration::smart_caching_tests::test_smart_caching_with_old_data
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 95 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.16s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mod`
[INFO] running `Command { std: "docker" "inspect" "4a76c4aabec120ffa8f47b3a808cdc46bc5e5788fecc4dfbe947c939f2bd31bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a76c4aabec120ffa8f47b3a808cdc46bc5e5788fecc4dfbe947c939f2bd31bb", kill_on_drop: false }`
[INFO] [stdout] 4a76c4aabec120ffa8f47b3a808cdc46bc5e5788fecc4dfbe947c939f2bd31bb
