[INFO] cloning repository https://github.com/CrocSwap/ambient-ember-rust-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CrocSwap/ambient-ember-rust-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrocSwap%2Fambient-ember-rust-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrocSwap%2Fambient-ember-rust-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2c75c042bf0e2a83ffe7f18835c6fb921c62b85
[INFO] testing CrocSwap/ambient-ember-rust-sdk against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrocSwap%2Fambient-ember-rust-sdk" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CrocSwap/ambient-ember-rust-sdk
[INFO] finished tweaking git repo https://github.com/CrocSwap/ambient-ember-rust-sdk
[INFO] tweaked toml for git repo https://github.com/CrocSwap/ambient-ember-rust-sdk written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CrocSwap/ambient-ember-rust-sdk on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CrocSwap/ambient-ember-rust-sdk 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytemuck_derive v1.10.0
[INFO] [stderr]   Downloaded cc v1.2.30
[INFO] [stderr]   Downloaded serde_json v1.0.141
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a04d52e8285e0ef0edf75ff3e419e1903ead885b176da5ff18b3d4c6018c380d
[INFO] running `Command { std: "docker" "start" "-a" "a04d52e8285e0ef0edf75ff3e419e1903ead885b176da5ff18b3d4c6018c380d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a04d52e8285e0ef0edf75ff3e419e1903ead885b176da5ff18b3d4c6018c380d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a04d52e8285e0ef0edf75ff3e419e1903ead885b176da5ff18b3d4c6018c380d", kill_on_drop: false }`
[INFO] [stdout] a04d52e8285e0ef0edf75ff3e419e1903ead885b176da5ff18b3d4c6018c380d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b49e40c1c163f519f8f88a3e7dd4c85c515b3a564ddc18f64976690197a35a0
[INFO] running `Command { std: "docker" "start" "-a" "4b49e40c1c163f519f8f88a3e7dd4c85c515b3a564ddc18f64976690197a35a0", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling borsh v1.5.7
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling solana-frozen-abi-macro v1.18.26
[INFO] [stderr]    Compiling solana-frozen-abi v1.18.26
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling libsecp256k1-core v0.2.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.2.1
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.2.1
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling libsecp256k1 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling solana-program v1.18.26
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.10.0
[INFO] [stderr]    Compiling solana-sdk-macro v1.18.26
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling borsh-derive v1.5.7
[INFO] [stderr]    Compiling borsh-derive-internal v0.10.4
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.9.3
[INFO] [stderr]    Compiling borsh-derive-internal v0.9.3
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.10.4
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling borsh-derive v0.9.3
[INFO] [stderr]    Compiling borsh-derive v0.10.4
[INFO] [stderr]    Compiling borsh v0.9.3
[INFO] [stderr]    Compiling borsh v0.10.4
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling bv v0.11.1
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling pbkdf2 v0.4.0
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac-drbg v0.3.0
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling tiny-bip39 v0.8.2
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling ark-poly v0.4.2
[INFO] [stderr]    Compiling ark-ec v0.4.2
[INFO] [stderr]    Compiling ark-bn254 v0.4.0
[INFO] [stderr]    Compiling light-poseidon v0.2.0
[INFO] [stderr]    Compiling ember-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "4b49e40c1c163f519f8f88a3e7dd4c85c515b3a564ddc18f64976690197a35a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b49e40c1c163f519f8f88a3e7dd4c85c515b3a564ddc18f64976690197a35a0", kill_on_drop: false }`
[INFO] [stdout] 4b49e40c1c163f519f8f88a3e7dd4c85c515b3a564ddc18f64976690197a35a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99f919b941a3d61671eafcb2aa71f28a6b3193097e60691d0b1fde6a714b96be
[INFO] running `Command { std: "docker" "start" "-a" "99f919b941a3d61671eafcb2aa71f28a6b3193097e60691d0b1fde6a714b96be", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr]    Compiling ember-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> core/src/state/cma_test.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use super::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slot2`
[INFO] [stdout]    --> core/src/storage/safe_zero_copy_order_storage.rs:858:13
[INFO] [stdout]     |
[INFO] [stdout] 858 |         let slot2 = storage.insert(&marker2).unwrap();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_slot2`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.35s
[INFO] running `Command { std: "docker" "inspect" "99f919b941a3d61671eafcb2aa71f28a6b3193097e60691d0b1fde6a714b96be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99f919b941a3d61671eafcb2aa71f28a6b3193097e60691d0b1fde6a714b96be", kill_on_drop: false }`
[INFO] [stdout] 99f919b941a3d61671eafcb2aa71f28a6b3193097e60691d0b1fde6a714b96be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9346901cfa71a1a452c0c0b6abdc533d01e30fcdda93345cddd4c8d83e4ef772
[INFO] running `Command { std: "docker" "start" "-a" "9346901cfa71a1a452c0c0b6abdc533d01e30fcdda93345cddd4c8d83e4ef772", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: the cargo feature `edition2024` has been stabilized in the 1.85 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]  --> core/src/state/cma_test.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 |     use super::*;
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `slot2`
[INFO] [stderr]    --> core/src/storage/safe_zero_copy_order_storage.rs:858:13
[INFO] [stderr]     |
[INFO] [stderr] 858 |         let slot2 = storage.insert(&marker2).unwrap();
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_slot2`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ember-core` (lib test) generated 2 warnings (run `cargo fix --lib -p ember-core --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ember_core-4c95934f855a14e7)
[INFO] [stdout] 
[INFO] [stdout] running 182 tests
[INFO] [stdout] test fill_quote::tests::test_fill_quote_serialization ... ok
[INFO] [stdout] test fill_quote::tests::test_signed_fill_quote ... ok
[INFO] [stdout] test instruction::tests::test_deposit_discriminant ... ok
[INFO] [stdout] test fill_quote::tests::test_message_hash_deterministic ... ok
[INFO] [stdout] test instruction::tests::test_add_keeper_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_cancel_order_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_commit_collateral_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_add_admin_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_faucet_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_initialize_market_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_initialize_global_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_orderentry_discriminant ... ok
[INFO] [stdout] test instruction::tests::test_remove_admin_discriminant ... ok
[INFO] [stdout] test permit::tests::test_nonce_window_time_bounds ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calc_equity_long_profit_and_loss_saturation ... ok
[INFO] [stdout] test instruction::tests::test_uncommit_collateral_discriminant ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calc_required_margin_overflow ... ok
[INFO] [stdout] test instruction::tests::test_keeper_cycle_discriminant ... ok
[INFO] [stdout] test permit::tests::test_health_floor_variants ... ok
[INFO] [stdout] test permit::tests::test_session_has_scope ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calc_required_margin_user_override ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_bucket_equity_long_position ... ok
[INFO] [stdout] test instruction::tests::test_update_orderbook_snapshot_discriminant ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_bucket_equity_short_position ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_bucket_for_mut ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_insufficient_equity ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_with_position_profit ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_with_position_loss ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_margin_bucket_is_empty ... ok
[INFO] [stdout] test permit::tests::test_nonce_window_insert ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_margin_bucket_is_open ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_short_position ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_margin_bucket_new ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_find_or_create_margin_bucket_existing ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_with_open_orders ... ok
[INFO] [stdout] test instruction::tests::test_withdraw_discriminant ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_increase_long_position ... ok
[INFO] [stdout] test instruction::tests::test_remove_keeper_discriminant ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_zero_to_long ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_qty_left_for_margin_basic_and_zero ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_insufficient_funds_for_loss ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_qty_left_for_margin_open_pos ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_full_close_with_loss ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_qty_left_for_margin_overflow_equity_mul ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_overflow_protection ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_flip_position ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_collateral_on_cancel_bid_order ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_uncommit_collateral_integration ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_collateral_on_cancel_market_not_found ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_collateral_on_cancel_ask_order ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_uncommit_collateral_edge_cases ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_collateral_on_cancel_multiple_markets ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_open_order_qty_overflow_bid ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_collateral_on_cancel_saturating_math ... ok
[INFO] [stdout] test fill_quote::tests::test_fill_quote_validation ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_open_order_qty_success_updates_correct_side ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_update_open_order_qty_overflow_ask ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_ask_ignores_bid_orders ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_insufficient_funds ... ok
[INFO] [stdout] test permit::tests::test_permit_envelope_serialization ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_calculate_uncommittable_amount_no_position ... ok
[INFO] [stdout] test fill_quote::tests::test_fill_quote_creation ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_bid_ignores_ask_orders ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_loss_exceeds_committed_capital_capped_at_zero ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_multiple_orders_same_side ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_uncommit_collateral_with_open_orders ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_successful_ask ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_successful_bid ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_collateral_with_existing_short_position ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_open_order_qty_exceeds_user_oi_max_bid ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_process_fill_partial_close_with_profit ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_validate_and_update_open_order_qty_exceeds_user_oi_max_ask ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_worst_case_position_long_position ... ok
[INFO] [stdout] test state::market::tests::test_market_state_mid_price ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_worst_case_position_no_orders ... ok
[INFO] [stdout] test state::market::tests::test_market_state_spread ... ok
[INFO] [stdout] test state::market::tests::test_market_state_is_active ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_below_min_size ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_worst_case_position_no_position ... ok
[INFO] [stdout] test state::market::tests::test_market_state_serialization ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_edge_cases ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_limit_vs_market ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_worst_case_direction_various ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_market_orders ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_market_order_tick_size ... ok
[INFO] [stdout] test state::cma::cma_test::tests::test_worst_case_position_short_position ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_price_not_aligned ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_valid_order ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_various_tick_sizes ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_max_order_size ... ok
[INFO] [stdout] test state::market::tests::test_validate_order_conformance_zero_price ... ok
[INFO] [stdout] test state::order::padding_tests::padding_covers_max_payload ... ok
[INFO] [stdout] test state::order::tests::test_all_time_in_force_variants ... ok
[INFO] [stdout] test state::order::tests::test_order_details_default ... ok
[INFO] [stdout] test state::order::tests::test_order_details_default_fields ... ok
[INFO] [stdout] test state::order::tests::test_event_history_default ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_alo ... ok
[INFO] [stdout] test state::order::tests::test_builder_tag_default ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_gtt ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_ioc ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_fok ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_market_price ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_cancellation_invalid_tombstone ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_fill_dead_order ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_gtc ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_fill_first_fill ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_cancellation_success ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_fill_multiple_fills ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_fill_overfill ... ok
[INFO] [stdout] test state::order::tests::test_order_details_unfilled_qty ... ok
[INFO] [stdout] test state::order::tests::test_order_details_new_pegged_price ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_fill_fully_filled ... ok
[INFO] [stdout] test state::order::tests::test_order_details_process_cancellation_already_dead ... ok
[INFO] [stdout] test state::order::tests::test_order_marker_new ... ok
[INFO] [stdout] test state::order::tests::test_order_marker_default ... ok
[INFO] [stdout] test state::orderbook::tests::test_section_offsets ... ok
[INFO] [stdout] test state::position::tests::test_calculate_equity_long_position_profit ... ok
[INFO] [stdout] test state::position::tests::test_calculate_equity_no_position ... ok
[INFO] [stdout] test state::position::tests::test_calculate_equity_short_position_loss ... ok
[INFO] [stdout] test state::orderbook::tests::test_sigfig_index ... ok
[INFO] [stdout] test state::position::tests::test_flip_long_to_short ... ok
[INFO] [stdout] test state::position::tests::test_full_close_long_position ... ok
[INFO] [stdout] test state::position::tests::test_increase_long_position ... ok
[INFO] [stdout] test state::order::tests::test_process_cancellation_sets_dead_time ... ok
[INFO] [stdout] test state::order::tests::test_process_fill_sets_event_times ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_append_entry ... ok
[INFO] [stdout] test state::order::tests::test_time_in_force_default ... ok
[INFO] [stdout] test state::position::tests::test_partial_close_short_position ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_append_entry_with_fill_details ... ok
[INFO] [stdout] test state::position::tests::test_partial_close_long_position ... ok
[INFO] [stdout] test state::order::tests::test_tombstone_is_alive ... ok
[INFO] [stdout] test state::order::tests::test_order_side_copy_clone ... ok
[INFO] [stdout] test state::order::tests::test_order_side_values ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_append_user_collateral_update ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_get_stats ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_find_order_index_with_hint_incorrect ... ok
[INFO] [stdout] test storage::market_order_log_wrapper::tests::test_wrapper_load_existing ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_find_order_index_with_hint_out_of_bounds ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_find_order_index_with_hint_nonexistent ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_find_order_index_with_hint_correct ... ok
[INFO] [stdout] test state::position::tests::test_zero_to_long_position ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_market_order_log_new ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_get_order_mut_with_hint ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_get_order_with_hint_correct ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_get_stats_with_collateral_updates ... ok
[INFO] [stdout] test state::position::tests::test_zero_to_short_position ... ok
[INFO] [stdout] test state::order::tests::test_tombstone_is_valid_cancellation ... ok
[INFO] [stdout] test storage::market_order_log_wrapper::tests::test_wrapper_basic_operations ... ok
[INFO] [stdout] test storage::market_order_log::tests::test_synth_user_collateral_update ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_get_order_with_hint_incorrect ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_hint_methods_performance_characteristics ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_insert_basic ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_invalid_order_id ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_multiple_inserts ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_needs_resize_logic ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_order_cancellation ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_order_filling ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_storage_growth ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_update_tombstone_with_hint ... ok
[INFO] [stdout] test storage::order_storage::tests::test_insert_and_find ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_update_tombstone_with_hint_incorrect ... ok
[INFO] [stdout] test storage::order_storage::tests::test_hint_lookup ... ok
[INFO] [stdout] test storage::order_storage::tests::test_resize ... ok
[INFO] [stdout] test storage::order_storage::tests::test_remove ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_account_too_small ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_find_with_hint_correct ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_serialization_size ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_find_with_hint_incorrect ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_remove_with_hint ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_init_and_basic_operations ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_log_full ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_multiple_entries_and_stats ... ok
[INFO] [stdout] test storage::order_detail_storage::tests::test_new_storage ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_append_entry_with_fill_details ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_range_iteration ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_init_and_basic_operations ... ok
[INFO] [stdout] test storage::order_storage::tests::test_storage_full ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_append_user_collateral_update ... ok
[INFO] [stdout] test storage::order_storage::tests::test_new_storage ... ok
[INFO] [stdout] test storage::safe_zero_copy_order_storage::tests::test_storage_full ... ok
[INFO] [stdout] test storage::zero_copy_market_order_log::tests::test_get_stats_with_collateral_updates ... ok
[INFO] [stdout] test state::orderbook::tests::test_quantize_price_to_sigfigs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- state::orderbook::tests::test_quantize_price_to_sigfigs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'state::orderbook::tests::test_quantize_price_to_sigfigs' (147) panicked at core/src/state/orderbook.rs:163:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(123456000)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x555659611fc2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x555659611fc2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x555659611fc2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x555659611fc2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x555659626bca - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x555659626bca - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x555659616dc6 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x555659616dc6 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5556595f075f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5556595f075f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55565960a2a9 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5556595847fe - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   12:     0x5556595847fe - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55565960a462 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x55565960a462 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5556595f0818 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5556595e5a99 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5556595f166d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55565962729c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x555659627153 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x555659551870 - core[27de1724e4349be2]::panicking::assert_failed::<core[27de1724e4349be2]::option::Option<i64>, core[27de1724e4349be2]::option::Option<i64>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x555659520429 - ember_core[2e251eae581a54f0]::state::orderbook::tests::test_quantize_price_to_sigfigs
[INFO] [stdout]                                at /opt/rustwide/workdir/core/src/state/orderbook.rs:163:9
[INFO] [stdout]   22:     0x55565951cc97 - ember_core[2e251eae581a54f0]::state::orderbook::tests::test_quantize_price_to_sigfigs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/core/src/state/orderbook.rs:156:40
[INFO] [stdout]   23:     0x55565956b436 - <ember_core[2e251eae581a54f0]::state::orderbook::tests::test_quantize_price_to_sigfigs::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x555659578bab - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x555659578bab - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x55565958540a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x55565958540a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x55565958540a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x55565958540a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x55565958540a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55565958540a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x55565958540a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5556595809b4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5556595809b4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x555659587f02 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x555659587f02 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x555659587f02 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x555659587f02 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x555659587f02 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x555659587f02 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x555659587f02 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x55565961186f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x55565961186f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7149e39adaa4 - <unknown>
[INFO] [stdout]   45:     0x7149e3a3aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     state::orderbook::tests::test_quantize_price_to_sigfigs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 181 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9346901cfa71a1a452c0c0b6abdc533d01e30fcdda93345cddd4c8d83e4ef772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9346901cfa71a1a452c0c0b6abdc533d01e30fcdda93345cddd4c8d83e4ef772", kill_on_drop: false }`
[INFO] [stdout] 9346901cfa71a1a452c0c0b6abdc533d01e30fcdda93345cddd4c8d83e4ef772
