[INFO] fetching crate sfox 0.1.6...
[INFO] testing sfox-0.1.6 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate sfox 0.1.6 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate sfox 0.1.6
[INFO] finished tweaking crates.io crate sfox 0.1.6
[INFO] tweaked toml for crates.io crate sfox 0.1.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sfox 0.1.6 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 245 packages to latest compatible versions
[INFO] [stderr]       Adding config v0.14.1 (available: v0.15.18)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.12.24)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding tokio-tungstenite v0.20.1 (available: v0.28.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c23f8f30951b755dc9ef52b4fc330fcd119682018a8efe9781897709ec540302
[INFO] running `Command { std: "docker" "start" "-a" "c23f8f30951b755dc9ef52b4fc330fcd119682018a8efe9781897709ec540302", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c23f8f30951b755dc9ef52b4fc330fcd119682018a8efe9781897709ec540302", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c23f8f30951b755dc9ef52b4fc330fcd119682018a8efe9781897709ec540302", kill_on_drop: false }`
[INFO] [stdout] c23f8f30951b755dc9ef52b4fc330fcd119682018a8efe9781897709ec540302
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0be269739e33ff8859c7b5166efac35de4b7bd59801426abbb5a51250e61aa62
[INFO] running `Command { std: "docker" "start" "-a" "0be269739e33ff8859c7b5166efac35de4b7bd59801426abbb5a51250e61aa62", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling sfox v0.1.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] running `Command { std: "docker" "inspect" "0be269739e33ff8859c7b5166efac35de4b7bd59801426abbb5a51250e61aa62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0be269739e33ff8859c7b5166efac35de4b7bd59801426abbb5a51250e61aa62", kill_on_drop: false }`
[INFO] [stdout] 0be269739e33ff8859c7b5166efac35de4b7bd59801426abbb5a51250e61aa62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a36a0207e9d7800c839e1189d7b1dedc92dc14375facf6d2659d80bc0d071828
[INFO] running `Command { std: "docker" "start" "-a" "a36a0207e9d7800c839e1189d7b1dedc92dc14375facf6d2659d80bc0d071828", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling sfox v0.1.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 27s
[INFO] running `Command { std: "docker" "inspect" "a36a0207e9d7800c839e1189d7b1dedc92dc14375facf6d2659d80bc0d071828", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a36a0207e9d7800c839e1189d7b1dedc92dc14375facf6d2659d80bc0d071828", kill_on_drop: false }`
[INFO] [stdout] a36a0207e9d7800c839e1189d7b1dedc92dc14375facf6d2659d80bc0d071828
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 31413522ffdc666a183f86bf29e57a077f2780333843ab0b9497497d5b2dae8f
[INFO] running `Command { std: "docker" "start" "-a" "31413522ffdc666a183f86bf29e57a077f2780333843ab0b9497497d5b2dae8f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sfox-828de3f8ead61fa5)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test http::tests::test_parse_response_success ... ok
[INFO] [stdout] test http::tests::test_parse_response_transport_error ... ok
[INFO] [stdout] test http::v1::custody::tests::test_approval_requests ... ok
[INFO] [stdout] test http::v1::custody::tests::test_approval_rules ... ok
[INFO] [stdout] test http::v1::ach_bank_transfer::tests::test_ach_bank_transfer ... ok
[INFO] [stdout] test http::v1::currency::tests::test_currencies ... ok
[INFO] [stdout] test http::v1::crypto_deposit_address::tests::test_new_crypto_deposit_address ... ok
[INFO] [stdout] test http::tests::test_url_for_v1_resource ... ok
[INFO] [stdout] test http::tests::test_client_initialization ... ok
[INFO] [stdout] test http::v1::custody::tests::test_new_approval_rule ... ok
[INFO] [stdout] test http::v1::custody::tests::test_create_custody_addresses ... ok
[INFO] [stdout] test http::v1::fee::tests::test_fees_invalid_token ... ok
[INFO] [stdout] test http::v1::account_balance::tests::test_account_balance ... ok
[INFO] [stdout] test http::tests::test_client_initialization_with_url ... ok
[INFO] [stdout] test http::candlesticks::tests::test_candlesticks ... ok
[INFO] [stdout] test http::v1::custody::tests::test_custody_addresses ... ok
[INFO] [stdout] test http::v1::fee::tests::test_withdraw_fee ... ok
[INFO] [stdout] test http::v1::fee::tests::test_fees_ok ... ok
[INFO] [stdout] test http::v1::custody::tests::test_edit_approval_rule ... ok
[INFO] [stdout] test http::tests::test_url_for_candlesticks_resource ... ok
[INFO] [stdout] test http::v1::currency::tests::test_currency_pairs ... ok
[INFO] [stdout] test http::v1::order::tests::test_cancel_all_orders ... ok
[INFO] [stdout] test http::v1::custody::tests::test_approval_request_response ... ok
[INFO] [stdout] test http::v1::crypto_deposit_address::tests::test_crypto_deposit_address ... ok
[INFO] [stdout] test http::v1::order::tests::test_cancel_multiple_orders ... ok
[INFO] [stdout] test http::v1::order::tests::test_cancel_order ... ok
[INFO] [stdout] test http::v1::order::tests::test_order_status ... ok
[INFO] [stdout] test http::v1::order::tests::test_cancel_multiple_orders_failed ... ok
[INFO] [stdout] test http::v1::order::tests::test_list_asset_pairs ... ok
[INFO] [stdout] test http::v1::order::tests::test_done_orders ... ok
[INFO] [stdout] test http::v1::post_trade_settlement::tests::test_post_trade_settlement_interest ... ok
[INFO] [stdout] test http::v1::report::tests::test_orders_report ... ok
[INFO] [stdout] test http::v1::tests::test_bool_from_int ... ok
[INFO] [stdout] test http::v1::quote::tests::test_execute_quote ... ok
[INFO] [stdout] test http::v1::order::tests::test_open_orders ... ok
[INFO] [stdout] test http::v1::post_trade_settlement::tests::test_post_trade_settlement_positions ... ok
[INFO] [stdout] test http::v1::order_book::tests::test_order_book ... ok
[INFO] [stdout] test http::v1::order::tests::test_place_order ... ok
[INFO] [stdout] test http::v1::post_trade_settlement::tests::test_post_trade_settlement ... ok
[INFO] [stdout] test websocket::auth::tests::test_auth_failure_check ... ok
[INFO] [stdout] test websocket::auth::tests::test_auth_success_check ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_balance ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_open_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_system_response ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_tickers ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_trade ... ok
[INFO] [stdout] test websocket::message::tests::test_deserialize_ws_response ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_balances ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_err ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_open_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_post_trade_settlement ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_orderbook ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_system ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_ticker ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_balance ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_net_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_open_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_raw_orders ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_tickers ... ok
[INFO] [stdout] test websocket::message::tests::test_serialize_trades ... ok
[INFO] [stdout] test websocket::message::tests::test_feed_message_type_trade ... ok
[INFO] [stdout] test websocket::tests::test_subscribe ... ok
[INFO] [stdout] test websocket::tests::test_unsubscribe ... ok
[INFO] [stdout] test http::v1::report::tests::test_monthly_summary_by_asset ... ok
[INFO] [stdout] test http::v1::report::tests::test_transaction_history ... ok
[INFO] [stdout] test http::v1::volume::tests::test_volume_unauthorized ... ok
[INFO] [stdout] test http::v1::quote::tests::test_request_for_quote ... ok
[INFO] [stdout] test http::v1::short::tests::test_loan_metrics ... ok
[INFO] [stdout] test http::v1::volume::tests::test_volume_by_exchange ... ok
[INFO] [stdout] test http::v1::short::tests::test_loan_positions ... ok
[INFO] [stdout] test http::v1::staking::tests::test_staking_transactions ... ok
[INFO] [stdout] test http::v1::volume::tests::test_volume_unprocessable_entity ... ok
[INFO] [stdout] test http::v1::staking::tests::test_unstake ... ok
[INFO] [stdout] test http::v1::staking::tests::test_stake ... ok
[INFO] [stdout] test http::v1::staking::tests::test_staking_currencies ... ok
[INFO] [stdout] test http::v1::withdraw::tests::withdraw_test ... ok
[INFO] [stdout] test websocket::tests::test_new ... FAILED
[INFO] [stdout] test http::v1::volume::tests::test_total_volume ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- websocket::tests::test_new stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'websocket::tests::test_new' panicked at src/websocket/mod.rs:167:9:
[INFO] [stdout] assertion failed: maybe_ws.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bcba0f78a82 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bcba0f78a82 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bcba0f78a82 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bcba0f78a82 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bcba0fa3253 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bcba0fa3253 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5bcba0f74b73 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bcba0f74b73 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bcba0f788d2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bcba0f79ffc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5bcba0f79e52 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5bcba0c08244 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5bcba0c08244 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5bcba0f7aadb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5bcba0f7aadb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5bcba0f7a776 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5bcba0f78f79 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5bcba0f7a43d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5bcba0fa15f0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5bcba0fa165c - core::panicking::panic::hd2a569f4f37f7e10
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5bcba0b173f1 - sfox::websocket::tests::test_new::{{closure}}::h83f04a44e94fddaf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/websocket/mod.rs:167:9
[INFO] [stdout]   21:     0x5bcba0b82cd5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h72238c9bbdc23100
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5bcba0b82cd5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h4c3bf45fefc0d7e9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5bcba0b82cd5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h0a013b28b2065eaf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x5bcba0b82cd5 - tokio::task::coop::with_budget::h7e10d568b1ae317c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x5bcba0b82cd5 - tokio::task::coop::budget::h7b32b3c332237731
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x5bcba0b82cd5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hae2289c23ed991b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x5bcba0b82cd5 - tokio::runtime::scheduler::current_thread::Context::enter::hd552f9f5b61b3d11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x5bcba0b86102 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hcb915c4b9f46143c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x5bcba0b86102 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2463f7ef87dd7dcc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5bcba0b86102 - tokio::runtime::context::scoped::Scoped<T>::set::hd2be5171922af4cd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5bcba0b86102 - tokio::runtime::context::set_scheduler::{{closure}}::h75eafa1de34b6094
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5bcba0b86102 - std::thread::local::LocalKey<T>::try_with::h711eb5e4f0c10452
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x5bcba0b86102 - std::thread::local::LocalKey<T>::with::h4e3c557d879efccf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x5bcba0b82e17 - tokio::runtime::context::set_scheduler::h776a8c82f969cf6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5bcba0b82e17 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h883f9d5803aa2d2a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x5bcba0b82e17 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hfe278abb71dd17c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x5bcba0b8bb54 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h10fc7d72f18953ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x5bcba0b8bb54 - tokio::runtime::context::runtime::enter_runtime::h96bd3c75c8615824
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5bcba0b972b3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h45549e14dd534413
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5bcba0b972b3 - tokio::runtime::runtime::Runtime::block_on_inner::hf5f99ce041e1e594
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   41:     0x5bcba0b972b3 - tokio::runtime::runtime::Runtime::block_on::h26c08029fdf4d3a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   42:     0x5bcba0b171fa - sfox::websocket::tests::test_new::hef5fd76521f530d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/websocket/mod.rs:167:34
[INFO] [stdout]   43:     0x5bcba0b522a9 - sfox::websocket::tests::test_new::{{closure}}::h23482431aa71c0dd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/websocket/mod.rs:165:24
[INFO] [stdout]   44:     0x5bcba0b522a9 - core::ops::function::FnOnce::call_once::hc6cff00257a8fd51
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5bcba0c0d97b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5bcba0c0d97b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x5bcba0c0cbbe - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x5bcba0c0cbbe - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x5bcba0c0cbbe - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x5bcba0c0cbbe - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x5bcba0c0cbbe - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5bcba0c0cbbe - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x5bcba0c0cbbe - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x5bcba0bd0764 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x5bcba0bd0764 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   56:     0x5bcba0bd410a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x5bcba0bd410a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x5bcba0bd410a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x5bcba0bd410a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x5bcba0bd410a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5bcba0bd410a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x5bcba0bd410a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5bcba0f7dc57 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x5bcba0f7dc57 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x5bcba0f7dc57 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   66:     0x725ef8980aa4 - <unknown>
[INFO] [stdout]   67:     0x725ef8a0da34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     websocket::tests::test_new
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 78 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "31413522ffdc666a183f86bf29e57a077f2780333843ab0b9497497d5b2dae8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31413522ffdc666a183f86bf29e57a077f2780333843ab0b9497497d5b2dae8f", kill_on_drop: false }`
[INFO] [stdout] 31413522ffdc666a183f86bf29e57a077f2780333843ab0b9497497d5b2dae8f
