[INFO] cloning repository https://github.com/byzantium19/order-book
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/byzantium19/order-book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyzantium19%2Forder-book", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyzantium19%2Forder-book'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af8743d2a91c0fd4a793dde9eb0dffeb0fd517cd
[INFO] testing byzantium19/order-book against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyzantium19%2Forder-book" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/byzantium19/order-book
[INFO] finished tweaking git repo https://github.com/byzantium19/order-book
[INFO] tweaked toml for git repo https://github.com/byzantium19/order-book written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/byzantium19/order-book on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/byzantium19/order-book 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e140175adae981e6466349847bad6a4f327232ecd7ad593bd269ad421395b01
[INFO] running `Command { std: "docker" "start" "-a" "6e140175adae981e6466349847bad6a4f327232ecd7ad593bd269ad421395b01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e140175adae981e6466349847bad6a4f327232ecd7ad593bd269ad421395b01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e140175adae981e6466349847bad6a4f327232ecd7ad593bd269ad421395b01", kill_on_drop: false }`
[INFO] [stdout] 6e140175adae981e6466349847bad6a4f327232ecd7ad593bd269ad421395b01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2375ad2ee4d0d09967ccaef546e02bbb3620516d6dbb0beff17686f9e355dc78
[INFO] running `Command { std: "docker" "start" "-a" "2375ad2ee4d0d09967ccaef546e02bbb3620516d6dbb0beff17686f9e355dc78", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling solana-frozen-abi-macro v1.18.26
[INFO] [stderr]    Compiling solana-frozen-abi v1.18.26
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling solana-program v1.18.26
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling borsh v0.10.4
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling solana-sdk v1.18.26
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling noanchor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling borsh-derive v1.5.7
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling solana-logger v1.18.26
[INFO] [stderr]    Compiling borsh v1.5.7
[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 spl-program-error v0.3.0
[INFO] [stderr]    Compiling spl-discriminator v0.1.0
[INFO] [stderr]    Compiling spl-token v4.0.0
[INFO] [stderr]    Compiling spl-memo v4.0.0
[INFO] [stderr]    Compiling solana-zk-token-sdk v1.18.26
[INFO] [stderr]    Compiling spl-pod v0.1.0
[INFO] [stderr]    Compiling spl-type-length-value v0.3.0
[INFO] [stderr]    Compiling spl-token-group-interface v0.1.0
[INFO] [stderr]    Compiling spl-tlv-account-resolution v0.5.1
[INFO] [stderr]    Compiling spl-token-metadata-interface v0.2.0
[INFO] [stderr]    Compiling spl-transfer-hook-interface v0.4.1
[INFO] [stderr]    Compiling spl-token-2022 v1.0.0
[INFO] [stderr]    Compiling spl-associated-token-account v2.3.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-heap`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-panic`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryInto`
[INFO] [stdout]  --> src/instruction.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::convert::TryInto;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BorshDeserialize` and `BorshSerialize`
[INFO] [stdout]  --> src/state/user.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use borsh::{BorshDeserialize, BorshSerialize};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysvar::Sysvar`
[INFO] [stdout]  --> src/utils.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     sysvar::Sysvar,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `self_trade_behavior`
[INFO] [stdout]    --> src/processor/mod.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         self_trade_behavior: u8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_trade_behavior`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_slot`
[INFO] [stdout]    --> src/processor/mod.rs:447:13
[INFO] [stdout]     |
[INFO] [stdout] 447 |         let current_slot = clock.slot;
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_slot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/error.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Error, Debug, Copy, Clone, FromPrimitive, PartialEq)]
[INFO] [stdout]    |                                     ^------------
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     `FromPrimitive` is not local
[INFO] [stdout]    |                                     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OrderBookError`
[INFO] [stdout] 11 | pub enum OrderBookError {
[INFO] [stdout]    |          -------------- `OrderBookError` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "2375ad2ee4d0d09967ccaef546e02bbb3620516d6dbb0beff17686f9e355dc78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2375ad2ee4d0d09967ccaef546e02bbb3620516d6dbb0beff17686f9e355dc78", kill_on_drop: false }`
[INFO] [stdout] 2375ad2ee4d0d09967ccaef546e02bbb3620516d6dbb0beff17686f9e355dc78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f33645d2ef29b525b87547f38be9f482b966e4b6e1be9843faea3e8b78381bcd
[INFO] running `Command { std: "docker" "start" "-a" "f33645d2ef29b525b87547f38be9f482b966e4b6e1be9843faea3e8b78381bcd", kill_on_drop: false }`
[INFO] [stderr]    Compiling solana-sdk v1.18.26
[INFO] [stderr]    Compiling solana-measure v1.18.26
[INFO] [stderr]    Compiling solana-metrics v1.18.26
[INFO] [stderr]    Compiling solana-zk-token-sdk v1.18.26
[INFO] [stderr]    Compiling solana-version v1.18.26
[INFO] [stderr]    Compiling solana-remote-wallet v1.18.26
[INFO] [stderr]    Compiling solana-banks-interface v1.18.26
[INFO] [stderr]    Compiling solana-bucket-map v1.18.26
[INFO] [stderr]    Compiling solana-net-utils v1.18.26
[INFO] [stderr]    Compiling solana-clap-utils v1.18.26
[INFO] [stderr]    Compiling solana-program-runtime v1.18.26
[INFO] [stderr]    Compiling solana-connection-cache v1.18.26
[INFO] [stderr]    Compiling solana-banks-client v1.18.26
[INFO] [stderr]    Compiling solana-config-program v1.18.26
[INFO] [stderr]    Compiling solana-vote-program v1.18.26
[INFO] [stderr]    Compiling solana-system-program v1.18.26
[INFO] [stderr]    Compiling solana-loader-v4-program v1.18.26
[INFO] [stderr]    Compiling solana-compute-budget-program v1.18.26
[INFO] [stderr]    Compiling solana-address-lookup-table-program v1.18.26
[INFO] [stderr]    Compiling spl-pod v0.1.0
[INFO] [stderr]    Compiling solana-bpf-loader-program v1.18.26
[INFO] [stderr]    Compiling solana-perf v1.18.26
[INFO] [stderr]    Compiling solana-stake-program v1.18.26
[INFO] [stderr]    Compiling solana-vote v1.18.26
[INFO] [stderr]    Compiling solana-zk-token-proof-program v1.18.26
[INFO] [stderr]    Compiling spl-type-length-value v0.3.0
[INFO] [stderr]    Compiling spl-token-group-interface v0.1.0
[INFO] [stderr]    Compiling solana-accounts-db v1.18.26
[INFO] [stderr]    Compiling spl-tlv-account-resolution v0.5.1
[INFO] [stderr]    Compiling spl-token-metadata-interface v0.2.0
[INFO] [stderr]    Compiling solana-streamer v1.18.26
[INFO] [stderr]    Compiling solana-cost-model v1.18.26
[INFO] [stderr]    Compiling spl-transfer-hook-interface v0.4.1
[INFO] [stderr]    Compiling spl-token-2022 v1.0.0
[INFO] [stderr]    Compiling solana-udp-client v1.18.26
[INFO] [stderr]    Compiling spl-associated-token-account v2.3.0
[INFO] [stderr]    Compiling solana-account-decoder v1.18.26
[INFO] [stderr]    Compiling noanchor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-heap`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-panic`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryInto`
[INFO] [stdout]  --> src/instruction.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::convert::TryInto;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BorshDeserialize` and `BorshSerialize`
[INFO] [stdout]  --> src/state/user.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use borsh::{BorshDeserialize, BorshSerialize};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysvar::Sysvar`
[INFO] [stdout]  --> src/utils.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     sysvar::Sysvar,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `self_trade_behavior`
[INFO] [stdout]    --> src/processor/mod.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         self_trade_behavior: u8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_trade_behavior`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_slot`
[INFO] [stdout]    --> src/processor/mod.rs:447:13
[INFO] [stdout]     |
[INFO] [stdout] 447 |         let current_slot = clock.slot;
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_slot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/error.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Error, Debug, Copy, Clone, FromPrimitive, PartialEq)]
[INFO] [stdout]    |                                     ^------------
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     `FromPrimitive` is not local
[INFO] [stdout]    |                                     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OrderBookError`
[INFO] [stdout] 11 | pub enum OrderBookError {
[INFO] [stdout]    |          -------------- `OrderBookError` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling solana-runtime v1.18.26
[INFO] [stderr]    Compiling solana-transaction-status v1.18.26
[INFO] [stderr]    Compiling solana-rpc-client-api v1.18.26
[INFO] [stderr]    Compiling solana-rpc-client v1.18.26
[INFO] [stderr]    Compiling solana-pubsub-client v1.18.26
[INFO] [stderr]    Compiling solana-quic-client v1.18.26
[INFO] [stderr]    Compiling solana-tpu-client v1.18.26
[INFO] [stderr]    Compiling solana-rpc-client-nonce-utils v1.18.26
[INFO] [stderr]    Compiling solana-thin-client v1.18.26
[INFO] [stderr]    Compiling solana-client v1.18.26
[INFO] [stderr]    Compiling solana-send-transaction-service v1.18.26
[INFO] [stderr]    Compiling solana-banks-server v1.18.26
[INFO] [stderr]    Compiling solana-program-test v1.18.26
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-heap`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-panic`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `solana`
[INFO] [stdout]  --> src/entrypoint.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | entrypoint!(process_instruction);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::TryInto`
[INFO] [stdout]  --> src/instruction.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::convert::TryInto;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BorshDeserialize` and `BorshSerialize`
[INFO] [stdout]  --> src/state/user.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use borsh::{BorshDeserialize, BorshSerialize};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysvar::Sysvar`
[INFO] [stdout]  --> src/utils.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     sysvar::Sysvar,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `self_trade_behavior`
[INFO] [stdout]    --> src/processor/mod.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         self_trade_behavior: u8,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_trade_behavior`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_slot`
[INFO] [stdout]    --> src/processor/mod.rs:447:13
[INFO] [stdout]     |
[INFO] [stdout] 447 |         let current_slot = clock.slot;
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_slot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/error.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Error, Debug, Copy, Clone, FromPrimitive, PartialEq)]
[INFO] [stdout]    |                                     ^------------
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     `FromPrimitive` is not local
[INFO] [stdout]    |                                     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OrderBookError`
[INFO] [stdout] 11 | pub enum OrderBookError {
[INFO] [stdout]    |          -------------- `OrderBookError` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `state::market::MarketStatus`
[INFO] [stdout]  --> tests/simple_market_status_test.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |             state::market::MarketStatus,
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AccountMeta`, `Instruction`, `OrderBookInstruction`, `OrderSide`, `OrderType`, `borsh::BorshSerialize`, `market::MarketStatus`, `order::OrderHeader`, `system_program`, and `sysvar`
[INFO] [stdout]   --> tests/market_test.rs:8:13
[INFO] [stdout]    |
[INFO] [stdout]  8 |             OrderBookInstruction, OrderSide, OrderType,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout]  9 |             state::{
[INFO] [stdout] 10 |                 market::MarketStatus,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |                 order::OrderHeader,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |             instruction::{Instruction, AccountMeta},
[INFO] [stdout]    |                           ^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 17 |             sysvar,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 18 |             system_program,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |         borsh::BorshSerialize,
[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: `market_owner`
[INFO] [stdout]   --> tests/market_test.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let market_owner = Keypair::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_market_owner`
[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 2m 46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: solana-client v1.18.26
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "f33645d2ef29b525b87547f38be9f482b966e4b6e1be9843faea3e8b78381bcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f33645d2ef29b525b87547f38be9f482b966e4b6e1be9843faea3e8b78381bcd", kill_on_drop: false }`
[INFO] [stdout] f33645d2ef29b525b87547f38be9f482b966e4b6e1be9843faea3e8b78381bcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fcb773755dabddb6c53dddab52541b3f055abcb630ebe5acd6fd258a4f39bf0e
[INFO] running `Command { std: "docker" "start" "-a" "fcb773755dabddb6c53dddab52541b3f055abcb630ebe5acd6fd258a4f39bf0e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `custom-heap`
[INFO] [stderr]  --> src/entrypoint.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | entrypoint!(process_instruction);
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `solana`
[INFO] [stderr]  --> src/entrypoint.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | entrypoint!(process_instruction);
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `custom-panic`
[INFO] [stderr]  --> src/entrypoint.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | entrypoint!(process_instruction);
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `no-entrypoint` and `test-sbf`
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `solana`
[INFO] [stderr]  --> src/entrypoint.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | entrypoint!(process_instruction);
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `helenos`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `motor`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, and `teeos` and 13 more
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program` crate, try updating your dependency with `cargo update -p solana_program`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::convert::TryInto`
[INFO] [stderr]  --> src/instruction.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::convert::TryInto;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BorshDeserialize` and `BorshSerialize`
[INFO] [stderr]  --> src/state/user.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use borsh::{BorshDeserialize, BorshSerialize};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sysvar::Sysvar`
[INFO] [stderr]  --> src/utils.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     sysvar::Sysvar,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `self_trade_behavior`
[INFO] [stderr]    --> src/processor/mod.rs:215:9
[INFO] [stderr]     |
[INFO] [stderr] 215 |         self_trade_behavior: u8,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_trade_behavior`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `current_slot`
[INFO] [stderr]    --> src/processor/mod.rs:447:13
[INFO] [stderr]     |
[INFO] [stderr] 447 |         let current_slot = clock.slot;
[INFO] [stderr]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_slot`
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/error.rs:10:37
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Error, Debug, Copy, Clone, FromPrimitive, PartialEq)]
[INFO] [stderr]    |                                     ^------------
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     `FromPrimitive` is not local
[INFO] [stderr]    |                                     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_OrderBookError`
[INFO] [stderr] 11 | pub enum OrderBookError {
[INFO] [stderr]    |          -------------- `OrderBookError` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `noanchor` (lib) generated 10 warnings (run `cargo fix --lib -p noanchor` to apply 5 suggestions)
[INFO] [stderr] warning: unused imports: `AccountMeta`, `Instruction`, `OrderBookInstruction`, `OrderSide`, `OrderType`, `borsh::BorshSerialize`, `market::MarketStatus`, `order::OrderHeader`, `system_program`, and `sysvar`
[INFO] [stderr]   --> tests/market_test.rs:8:13
[INFO] [stderr]    |
[INFO] [stderr]  8 |             OrderBookInstruction, OrderSide, OrderType,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr]  9 |             state::{
[INFO] [stderr] 10 |                 market::MarketStatus,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 11 |                 order::OrderHeader,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 16 |             instruction::{Instruction, AccountMeta},
[INFO] [stderr]    |                           ^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stderr] 17 |             sysvar,
[INFO] [stderr]    |             ^^^^^^
[INFO] [stderr] 18 |             system_program,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 27 |         borsh::BorshSerialize,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `market_owner`
[INFO] [stderr]   --> tests/market_test.rs:43:13
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let market_owner = Keypair::new();
[INFO] [stderr]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_market_owner`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `state::market::MarketStatus`
[INFO] [stderr]  --> tests/simple_market_status_test.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |             state::market::MarketStatus,
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `noanchor` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] warning: `noanchor` (test "market_test") generated 2 warnings (run `cargo fix --test "market_test" -p noanchor` to apply 2 suggestions)
[INFO] [stderr] warning: `noanchor` (test "simple_market_status_test") generated 1 warning (run `cargo fix --test "simple_market_status_test" -p noanchor` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: solana-client v1.18.26
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/noanchor-c673841e40af56f6)
[INFO] [stderr]      Running tests/market_test.rs (/opt/rustwide/target/debug/deps/market_test-695a1d27dc81fc91)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_id ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stderr] [2025-11-08T19:29:40.837795982Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stderr] [2025-11-08T19:29:40.837795982Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stderr] [2025-11-08T19:29:40.840845261Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stderr] [2025-11-08T19:29:40.845617601Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stderr] [2025-11-08T19:29:40.848452801Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stderr] [2025-11-08T19:29:40.875611921Z INFO  solana_program_test] "noanchor" builtin program
[INFO] [stdout] test tests::test_place_order ... ok
[INFO] [stderr] [2025-11-08T19:29:41.288982497Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.289108307Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.292696817Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize Market
[INFO] [stderr] [2025-11-08T19:29:41.292720237Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialized market with:
[INFO] [stderr] [2025-11-08T19:29:41.292729157Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 10
[INFO] [stderr] [2025-11-08T19:29:41.292735837Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Tick size: 1
[INFO] [stderr] [2025-11-08T19:29:41.292742427Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.292750567Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.292807597Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.297344817Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.297414197Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.297835187Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.297851567Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.297871927Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Payer: 6c4gBFAEi3rFJEsrGHaH973q2g2awXCRdrt1Btf79D6T
[INFO] [stderr] [2025-11-08T19:29:41.297889537Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User account: B3UUeD9fgfz5NWdW4oRBHLKTZMxEFt9fLuhHDTXJTg5u
[INFO] [stderr] [2025-11-08T19:29:41.297906447Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner account: 2uzzcATdE2EUjXbst5YfDsXW5GmyV6LWbMz3H9sU5oay
[INFO] [stderr] [2025-11-08T19:29:41.297930447Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner pubkey: 2uzzcATdE2EUjXbst5YfDsXW5GmyV6LWbMz3H9sU5oay
[INFO] [stderr] [2025-11-08T19:29:41.297939167Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.297989367Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.304345276Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.304346116Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.304415116Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.305038616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.305062867Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 100
[INFO] [stderr] [2025-11-08T19:29:41.305070347Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 1
[INFO] [stderr] [2025-11-08T19:29:41.305076596Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.305082527Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating size: 100
[INFO] [stderr] [2025-11-08T19:29:41.305088507Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 10
[INFO] [stderr] [2025-11-08T19:29:41.305094427Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.305100167Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.305107516Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.305113307Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating min_base_qty: 10
[INFO] [stderr] [2025-11-08T19:29:41.305118896Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.305124627Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.305144256Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner: 2uzzcATdE2EUjXbst5YfDsXW5GmyV6LWbMz3H9sU5oay
[INFO] [stderr] [2025-11-08T19:29:41.305160847Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner key: 2uzzcATdE2EUjXbst5YfDsXW5GmyV6LWbMz3H9sU5oay
[INFO] [stderr] [2025-11-08T19:29:41.305166907Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Match: true
[INFO] [stderr] [2025-11-08T19:29:41.305173187Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Generated new sequence number: 1
[INFO] [stderr] [2025-11-08T19:29:41.305182136Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Clock account ID: 11111111111111111111111111111111
[INFO] [stderr] [2025-11-08T19:29:41.305188307Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Using default clock for test environment
[INFO] [stderr] [2025-11-08T19:29:41.305194716Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Current slot: 1, Current time: 1625097600
[INFO] [stderr] [2025-11-08T19:29:41.305199876Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Creating new order with parameters:
[INFO] [stderr] [2025-11-08T19:29:41.305214616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market: 6CLDaSmif9wpsgqnfQ54btNh9s1mmETKUp81Dw7fxGUA
[INFO] [stderr] [2025-11-08T19:29:41.305230107Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner: 2uzzcATdE2EUjXbst5YfDsXW5GmyV6LWbMz3H9sU5oay
[INFO] [stderr] [2025-11-08T19:29:41.305236647Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order type: Limit
[INFO] [stderr] [2025-11-08T19:29:41.305242416Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Side: Buy
[INFO] [stderr] [2025-11-08T19:29:41.305248007Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price: 100
[INFO] [stderr] [2025-11-08T19:29:41.305253847Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max base qty: 100
[INFO] [stderr] [2025-11-08T19:29:41.305259747Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max quote qty: 10000
[INFO] [stderr] [2025-11-08T19:29:41.305265487Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Client order ID: 12345
[INFO] [stderr] [2025-11-08T19:29:41.305272007Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order ID/Sequence: 1
[INFO] [stderr] [2025-11-08T19:29:41.305277976Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty: 10
[INFO] [stderr] [2025-11-08T19:29:41.305283816Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order account size: 500
[INFO] [stderr] [2025-11-08T19:29:41.305289856Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Required size: 448
[INFO] [stderr] [2025-11-08T19:29:41.305299307Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.305351647Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111ogCyDbaRMvkdsHB3qfdyFYaG1WtRUAfdh success
[INFO] [stderr] [2025-11-08T19:29:41.305691156Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.306213447Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize Market
[INFO] [stderr] [2025-11-08T19:29:41.306242076Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialized market with:
[INFO] [stderr] [2025-11-08T19:29:41.306253216Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 100
[INFO] [stderr] [2025-11-08T19:29:41.306260607Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.306266976Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 5
[INFO] [stderr] [2025-11-08T19:29:41.306274067Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stderr] [2025-11-08T19:29:41.306321647Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stderr] [2025-11-08T19:29:41.310484396Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.310524567Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.310940007Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.310955956Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.310977356Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Payer: 5cipT3TnqDzjP9LdJTRHAVPnXAUJFZfN84SR2Zx5YJ9H
[INFO] [stderr] [2025-11-08T19:29:41.310995407Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User account: 8ikjXz4AnwSD4z8g6AVEhBp3NQHt2LEoBswqr9Vz9iYv
[INFO] [stderr] [2025-11-08T19:29:41.311012827Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner account: 7tMBXrgiTZmwDiCumTYghpN6FwxvvHkvx9oS9KVm26mS
[INFO] [stderr] [2025-11-08T19:29:41.311036436Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner pubkey: 7tMBXrgiTZmwDiCumTYghpN6FwxvvHkvx9oS9KVm26mS
[INFO] [stderr] [2025-11-08T19:29:41.311045636Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stderr] [2025-11-08T19:29:41.311112847Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stderr] [2025-11-08T19:29:41.314415376Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.314454336Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.315090586Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.315114136Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 105
[INFO] [stderr] [2025-11-08T19:29:41.315121616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.315127847Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: false
[INFO] [stderr] [2025-11-08T19:29:41.315134227Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price validation failed
[INFO] [stderr] [2025-11-08T19:29:41.315143047Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xb
[INFO] [stderr] [2025-11-08T19:29:41.315167996Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xb
[INFO] [stderr] [2025-11-08T19:29:41.320408076Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.320461686Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.321039766Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.321062956Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 100
[INFO] [stderr] [2025-11-08T19:29:41.321070616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.321077136Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.321083846Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating size: 50
[INFO] [stderr] [2025-11-08T19:29:41.321090196Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 100
[INFO] [stderr] [2025-11-08T19:29:41.321096336Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 5
[INFO] [stderr] [2025-11-08T19:29:41.321102366Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size >= min_base_order_size: false
[INFO] [stderr] [2025-11-08T19:29:41.321108316Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.321114416Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size validation failed
[INFO] [stderr] [2025-11-08T19:29:41.321121996Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xc
[INFO] [stderr] [2025-11-08T19:29:41.321146206Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xc
[INFO] [stderr] [2025-11-08T19:29:41.329034006Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.329098746Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.329672856Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.329697966Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 100
[INFO] [stderr] [2025-11-08T19:29:41.329706146Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.329712636Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.329719246Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating size: 102
[INFO] [stderr] [2025-11-08T19:29:41.329724906Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 100
[INFO] [stderr] [2025-11-08T19:29:41.329730696Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 5
[INFO] [stderr] [2025-11-08T19:29:41.329739766Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.329745876Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size % base_increment == 0: false
[INFO] [stderr] [2025-11-08T19:29:41.329752486Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size validation failed
[INFO] [stderr] [2025-11-08T19:29:41.329760866Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xd
[INFO] [stderr] [2025-11-08T19:29:41.329786906Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu failed: custom program error: 0xd
[INFO] [stderr] [2025-11-08T19:29:41.333369406Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.333414736Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.333947796Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.333969256Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 100
[INFO] [stderr] [2025-11-08T19:29:41.333977036Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.333983066Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.333988416Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating size: 100
[INFO] [stderr] [2025-11-08T19:29:41.333994286Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 100
[INFO] [stderr] [2025-11-08T19:29:41.333999856Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 5
[INFO] [stderr] [2025-11-08T19:29:41.334005546Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.334011616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.334017576Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating min_base_qty: 100
[INFO] [stderr] [2025-11-08T19:29:41.334023396Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.334029596Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.334050116Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner: 7tMBXrgiTZmwDiCumTYghpN6FwxvvHkvx9oS9KVm26mS
[INFO] [stderr] [2025-11-08T19:29:41.334066996Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner key: 7tMBXrgiTZmwDiCumTYghpN6FwxvvHkvx9oS9KVm26mS
[INFO] [stderr] [2025-11-08T19:29:41.334073466Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Match: true
[INFO] [stderr] [2025-11-08T19:29:41.334080136Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Generated new sequence number: 1
[INFO] [stderr] [2025-11-08T19:29:41.334089386Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Clock account ID: 11111111111111111111111111111111
[INFO] [stderr] [2025-11-08T19:29:41.334095796Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Using default clock for test environment
[INFO] [stderr] [2025-11-08T19:29:41.334102226Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Current slot: 1, Current time: 1625097600
[INFO] [stderr] [2025-11-08T19:29:41.334108206Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Creating new order with parameters:
[INFO] [stderr] [2025-11-08T19:29:41.334125856Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market: 4zgwjh7a88wyrLdfCsYg62n1rTRjWECuMFwtLP8gTzoQ
[INFO] [stderr] [2025-11-08T19:29:41.334142936Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner: 7tMBXrgiTZmwDiCumTYghpN6FwxvvHkvx9oS9KVm26mS
[INFO] [stderr] [2025-11-08T19:29:41.334150336Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order type: Limit
[INFO] [stderr] [2025-11-08T19:29:41.334156716Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Side: Buy
[INFO] [stderr] [2025-11-08T19:29:41.334162896Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price: 100
[INFO] [stderr] [2025-11-08T19:29:41.334169016Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max base qty: 100
[INFO] [stderr] [2025-11-08T19:29:41.334175386Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max quote qty: 10000
[INFO] [stderr] [2025-11-08T19:29:41.334181616Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Client order ID: 12345
[INFO] [stderr] [2025-11-08T19:29:41.334190626Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order ID/Sequence: 1
[INFO] [stderr] [2025-11-08T19:29:41.334197046Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty: 100
[INFO] [stderr] [2025-11-08T19:29:41.334203456Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order account size: 500
[INFO] [stderr] [2025-11-08T19:29:41.334209426Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Required size: 448
[INFO] [stderr] [2025-11-08T19:29:41.334219456Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stderr] [2025-11-08T19:29:41.334274836Z DEBUG solana_runtime::message_processor::stable_log] Program 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu success
[INFO] [stdout] test tests::test_order_validation_errors ... ok
[INFO] [stderr] [2025-11-08T19:29:41.349520716Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.349615756Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.350166586Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize Market
[INFO] [stderr] [2025-11-08T19:29:41.350190846Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialized market with:
[INFO] [stderr] [2025-11-08T19:29:41.350199346Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 10
[INFO] [stderr] [2025-11-08T19:29:41.350206556Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Tick size: 1
[INFO] [stderr] [2025-11-08T19:29:41.350213726Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.350221766Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.350276716Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.353362336Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.353409546Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.353815546Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.353833866Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.353853366Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Payer: EgVM1M9CznVQTco8Wy4ztYjDrTdDYXyoU8qdhiTyJ3jF
[INFO] [stderr] [2025-11-08T19:29:41.353871106Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User account: Cvv2NhV8dQz6oQFT5ufw2pde6167JcHsBJuC5xTPSUsG
[INFO] [stderr] [2025-11-08T19:29:41.353894176Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner account: F28GhUQhx597mmqCgeJeg2zjzRKtJxD68zxt5R9MTRKA
[INFO] [stderr] [2025-11-08T19:29:41.353922916Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner pubkey: F28GhUQhx597mmqCgeJeg2zjzRKtJxD68zxt5R9MTRKA
[INFO] [stderr] [2025-11-08T19:29:41.353936696Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.353982456Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.358686676Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.358743876Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.359323886Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.359360176Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating price: 100
[INFO] [stderr] [2025-11-08T19:29:41.359369086Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market tick size: 1
[INFO] [stderr] [2025-11-08T19:29:41.359375546Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price % tick_size == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.359382746Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating size: 100
[INFO] [stderr] [2025-11-08T19:29:41.359389166Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 10
[INFO] [stderr] [2025-11-08T19:29:41.359396736Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.359402916Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.359409586Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Size % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.359416746Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Validating min_base_qty: 10
[INFO] [stderr] [2025-11-08T19:29:41.359422756Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty >= min_base_order_size: true
[INFO] [stderr] [2025-11-08T19:29:41.359441076Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty % base_increment == 0: true
[INFO] [stderr] [2025-11-08T19:29:41.359464236Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner: F28GhUQhx597mmqCgeJeg2zjzRKtJxD68zxt5R9MTRKA
[INFO] [stderr] [2025-11-08T19:29:41.359482566Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner key: F28GhUQhx597mmqCgeJeg2zjzRKtJxD68zxt5R9MTRKA
[INFO] [stderr] [2025-11-08T19:29:41.359489936Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Match: true
[INFO] [stderr] [2025-11-08T19:29:41.359496896Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Generated new sequence number: 1
[INFO] [stderr] [2025-11-08T19:29:41.359507026Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Clock account ID: 11111111111111111111111111111111
[INFO] [stderr] [2025-11-08T19:29:41.359513576Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Using default clock for test environment
[INFO] [stderr] [2025-11-08T19:29:41.359520666Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Current slot: 1, Current time: 1625097600
[INFO] [stderr] [2025-11-08T19:29:41.359526426Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Creating new order with parameters:
[INFO] [stderr] [2025-11-08T19:29:41.359542966Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Market: 6fYGuyueViaxECPKxSWTMZADqyBsZ7Hw2n997WXcghu5
[INFO] [stderr] [2025-11-08T19:29:41.359580456Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner: F28GhUQhx597mmqCgeJeg2zjzRKtJxD68zxt5R9MTRKA
[INFO] [stderr] [2025-11-08T19:29:41.359588066Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order type: Limit
[INFO] [stderr] [2025-11-08T19:29:41.359594176Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Side: Buy
[INFO] [stderr] [2025-11-08T19:29:41.359600406Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Price: 100
[INFO] [stderr] [2025-11-08T19:29:41.359606456Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max base qty: 100
[INFO] [stderr] [2025-11-08T19:29:41.359612586Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Max quote qty: 10000
[INFO] [stderr] [2025-11-08T19:29:41.359618456Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Client order ID: 12345
[INFO] [stderr] [2025-11-08T19:29:41.359629786Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order ID/Sequence: 1
[INFO] [stderr] [2025-11-08T19:29:41.359636626Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base qty: 10
[INFO] [stderr] [2025-11-08T19:29:41.359643086Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Order account size: 500
[INFO] [stderr] [2025-11-08T19:29:41.359649896Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Required size: 448
[INFO] [stderr] [2025-11-08T19:29:41.359659956Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.359741706Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.363213536Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.363264966Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.363688526Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Cancel Order
[INFO] [stderr] [2025-11-08T19:29:41.363725176Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Cancel Order - Clock account ID: SysvarC1ock11111111111111111111111111111111
[INFO] [stderr] [2025-11-08T19:29:41.363747576Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Canceling order - current status: 0
[INFO] [stderr] [2025-11-08T19:29:41.363754676Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Setting order status to Canceled (3)
[INFO] [stderr] [2025-11-08T19:29:41.363761016Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - New status: 3
[INFO] [stderr] [2025-11-08T19:29:41.363769696Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stderr] [2025-11-08T19:29:41.363820096Z DEBUG solana_runtime::message_processor::stable_log] Program 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm success
[INFO] [stdout] test tests::test_cancel_order ... ok
[INFO] [stderr] [2025-11-08T19:29:41.430750635Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.430825365Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.431357045Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize Market
[INFO] [stderr] [2025-11-08T19:29:41.431394855Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialized market with:
[INFO] [stderr] [2025-11-08T19:29:41.431403935Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 10
[INFO] [stderr] [2025-11-08T19:29:41.431411305Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Tick size: 1
[INFO] [stderr] [2025-11-08T19:29:41.431417855Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.431425665Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.431482245Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.435490865Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.440898645Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111BTngbpkVTh3nGGdFdufHcG5TN7hXV6AfDy invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.440963415Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111BTngbpkVTh3nGGdFdufHcG5TN7hXV6AfDy invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.435538105Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.441387295Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.441411635Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.441437725Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Payer: EfP1ms6B2Wptj59D174L7AMKjRwZgWDEa8LKEXSKh7rm
[INFO] [stdout] test tests::test_initialize_user ... ok
[INFO] [stderr] [2025-11-08T19:29:41.441437755Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Update Market Status
[INFO] [stderr] [2025-11-08T19:29:41.441461345Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Updating market status to: 0
[INFO] [stderr] [2025-11-08T19:29:41.441462105Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User account: rJswr95b3JY697JgGvk6KwXY4eeGvhuiCieMY6dFZjr
[INFO] [stderr] [2025-11-08T19:29:41.441469185Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.441481115Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner account: frKZdKQRL7XQEkmnvU2ikKcuUWEg3XvFmYVKxkNbtwS
[INFO] [stderr] [2025-11-08T19:29:41.441505885Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner pubkey: frKZdKQRL7XQEkmnvU2ikKcuUWEg3XvFmYVKxkNbtwS
[INFO] [stderr] [2025-11-08T19:29:41.441515145Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111BTngbpkVTh3nGGdFdufHcG5TN7hXV6AfDy success
[INFO] [stderr] [2025-11-08T19:29:41.441513745Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.441579465Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111BTngbpkVTh3nGGdFdufHcG5TN7hXV6AfDy success
[INFO] [stderr] [2025-11-08T19:29:41.441684525Z DEBUG solana_runtime::message_processor::stable_log] Program 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3 invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.441730295Z DEBUG solana_runtime::message_processor::stable_log] Program 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3 invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.442364065Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize Market
[INFO] [stderr] [2025-11-08T19:29:41.442402105Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialized market with:
[INFO] [stderr] [2025-11-08T19:29:41.442410545Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Min base order size: 100
[INFO] [stderr] [2025-11-08T19:29:41.442416795Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Tick size: 10
[INFO] [stderr] [2025-11-08T19:29:41.442423545Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Base increment: 1
[INFO] [stderr] [2025-11-08T19:29:41.442430305Z DEBUG solana_runtime::message_processor::stable_log] Program 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3 success
[INFO] [stderr] [2025-11-08T19:29:41.442485435Z DEBUG solana_runtime::message_processor::stable_log] Program 11111112D1oxKts8YPdTJRG5FzxTNpMtWmq8hkVx3 success
[INFO] [stderr] [2025-11-08T19:29:41.445133515Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.445182575Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.446076155Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Initialize User
[INFO] [stdout] test tests::test_initialize_market ... ok
[INFO] [stderr] [2025-11-08T19:29:41.446098295Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Initialize User
[INFO] [stderr] [2025-11-08T19:29:41.446119075Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Payer: 8CZ3jRk7oAyM8ydsTSb8LSvw8fE2zprRqUFREGjuV7w4
[INFO] [stderr] [2025-11-08T19:29:41.446146915Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User account: 6RJut2oybpdAXeC19sMWEEdU1PfB11nhR1m9xzmZmiMu
[INFO] [stderr] [2025-11-08T19:29:41.446168895Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - Owner account: DBfcrUEnSErzT58P7MiSDHDyUFKi6gpp6cphapc7a2Sc
[INFO] [stderr] [2025-11-08T19:29:41.446199125Z DEBUG solana_runtime::message_processor::stable_log] Program log: Debug - User owner pubkey: DBfcrUEnSErzT58P7MiSDHDyUFKi6gpp6cphapc7a2Sc
[INFO] [stderr] [2025-11-08T19:29:41.446207575Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.446251225Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM success
[INFO] [stderr] [2025-11-08T19:29:41.449895635Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.449961985Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM invoke [1]
[INFO] [stderr] [2025-11-08T19:29:41.450533195Z DEBUG solana_runtime::message_processor::stable_log] Program log: Instruction: Place Order
[INFO] [stderr] [2025-11-08T19:29:41.450582785Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM failed: custom program error: 0x11
[INFO] [stderr] [2025-11-08T19:29:41.450615515Z DEBUG solana_runtime::message_processor::stable_log] Program 1111111QLbz7JHiBTspS962RLKV8GndWFwiEaqKM failed: custom program error: 0x11
[INFO] [stdout] test tests::test_update_market_status ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_update_market_status stdout ----
[INFO] [stdout] Debug - Initial market status: 1
[INFO] [stdout] Updating market status to Active
[INFO] [stdout] Market status updated to Active successfully!
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_update_market_status' (24) panicked at tests/market_test.rs:979:13:
[INFO] [stdout] Order placement on active market failed: Err(TransactionError(InstructionError(0, Custom(17))))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec7fe9fb742 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ec7fe9fb742 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ec7fe9fb742 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ec7fe9fb742 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ec7fea0e10f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ec7fea0e10f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ec7fe9c4aa3 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ec7fe9c4aa3 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ec7fe9d23b2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ec7fe9d834f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ec7fe9d81e1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ec7fd28fc7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ec7fd28fc7e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ec7fe9d8a0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ec7fe9d8a0f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ec7fe9d87ba - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ec7fe9d24f9 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ec7fe9b8c1d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ec7fea17a40 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ec7fd22b033 - market_test::tests::test_update_market_status::{{closure}}::h4f6b163270be4682
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/market_test.rs:979:13
[INFO] [stdout]   20:     0x5ec7fd244b52 - <core::pin::Pin<P> as core::future::future::Future>::poll::h1ba0016499c224b6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5ec7fd244c0d - <core::pin::Pin<P> as core::future::future::Future>::poll::h2f0d2ace4c4e9081
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5ec7fd23595d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h51d0c0b6b4d26f17
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   23:     0x5ec7fd2356fb - tokio::task::coop::with_budget::h656c05d9605207fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5ec7fd2356fb - tokio::task::coop::budget::h1f13aa2079cfddf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5ec7fd2356fb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h69517c7b5e5768a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   26:     0x5ec7fd2326f0 - tokio::runtime::scheduler::current_thread::Context::enter::h6d396567d4c0f31b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x5ec7fd234dc0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h687be9c1bef37896
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   28:     0x5ec7fd233fc4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h29403d1e38d3a60c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   29:     0x5ec7fd259ceb - tokio::runtime::context::scoped::Scoped<T>::set::hea1ada98399ef6bd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5ec7fd2598d9 - tokio::runtime::context::set_scheduler::{{closure}}::h9aae31f8542d5b09
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   31:     0x5ec7fd24d4a2 - std::thread::local::LocalKey<T>::try_with::h14bc3d236a97d23c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   32:     0x5ec7fd24cece - std::thread::local::LocalKey<T>::with::h1458f865dd6c03f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   33:     0x5ec7fd25984d - tokio::runtime::context::set_scheduler::hc432e22bf84cdde7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   34:     0x5ec7fd233950 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h913dc025be168c70
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   35:     0x5ec7fd234003 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h59a55d0fa1c04bed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   36:     0x5ec7fd231873 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hfcf701d002da2c57
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x5ec7fd249d70 - tokio::runtime::context::runtime::enter_runtime::h287d5e22618804e6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5ec7fd2312c1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb9d6e2b9ba906150
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5ec7fd24abb4 - tokio::runtime::runtime::Runtime::block_on_inner::h5837c2437b9ff911
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   40:     0x5ec7fd24ad77 - tokio::runtime::runtime::Runtime::block_on::h0d404195436cdfec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   41:     0x5ec7fd225dd5 - market_test::tests::test_update_market_status::h83b594dd2954177f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/market_test.rs:931:16
[INFO] [stdout]   42:     0x5ec7fd225e77 - market_test::tests::test_update_market_status::{{closure}}::h08d3b912810dbee9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/market_test.rs:670:41
[INFO] [stdout]   43:     0x5ec7fd235c96 - core::ops::function::FnOnce::call_once::h29681c879c9a55ba
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5ec7fd28fa5b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5ec7fd28fa5b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x5ec7fd2a3add - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x5ec7fd2a3add - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x5ec7fd2a3add - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x5ec7fd2a3add - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x5ec7fd2a3add - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5ec7fd2a3add - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x5ec7fd2a3add - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x5ec7fd27cff4 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x5ec7fd27cff4 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x5ec7fd28092a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   56:     0x5ec7fd28092a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5ec7fd28092a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x5ec7fd28092a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x5ec7fd28092a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5ec7fd28092a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   61:     0x5ec7fd28092a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5ec7fe9cd8ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   63:     0x5ec7fe9cd8ef - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   64:     0x733fcb52baa4 - <unknown>
[INFO] [stdout]   65:     0x733fcb5b8a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_update_market_status
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test market_test`
[INFO] running `Command { std: "docker" "inspect" "fcb773755dabddb6c53dddab52541b3f055abcb630ebe5acd6fd258a4f39bf0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcb773755dabddb6c53dddab52541b3f055abcb630ebe5acd6fd258a4f39bf0e", kill_on_drop: false }`
[INFO] [stdout] fcb773755dabddb6c53dddab52541b3f055abcb630ebe5acd6fd258a4f39bf0e
