[INFO] cloning repository https://github.com/coruscateor/websocketing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coruscateor/websocketing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoruscateor%2Fwebsocketing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoruscateor%2Fwebsocketing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 886e51b27f329d54d53af125617598c6211f5d65
[INFO] testing coruscateor/websocketing against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoruscateor%2Fwebsocketing" "/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/coruscateor/websocketing
[INFO] finished tweaking git repo https://github.com/coruscateor/websocketing
[INFO] tweaked toml for git repo https://github.com/coruscateor/websocketing written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/coruscateor/websocketing on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/coruscateor/websocketing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libsync v0.4.0
[INFO] [stderr]   Downloaded some_more_options v0.1.0
[INFO] [stderr]   Downloaded inc_dec v0.1.0
[INFO] [stderr]   Downloaded accessorise v0.2.0
[INFO] [stderr]   Downloaded highly_sendable v0.2.0
[INFO] [stderr]   Downloaded async-global-executor v2.4.1
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.72
[INFO] [stderr]   Downloaded act_rs v0.5.0
[INFO] [stderr]   Downloaded async-native-tls v0.6.0
[INFO] [stderr]   Downloaded act_rs_tokio v0.2.0
[INFO] [stderr]   Downloaded async-tungstenite v0.34.1
[INFO] [stderr]   Downloaded async-std v1.13.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7
[INFO] running `Command { std: "docker" "start" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling delegate v0.13.5
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling accessorise v0.2.0
[INFO] [stderr]    Compiling inc_dec v0.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling act_rs v0.5.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling some_more_options v0.1.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling highly_sendable v0.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling act_rs_tokio v0.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling libsync v0.4.0
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling async-native-tls v0.6.0
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling async-tungstenite v0.34.1
[INFO] [stderr]    Compiling websocketing v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]  --> src/web_socket_actor.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[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: `Message` and `connect_async`
[INFO] [stdout]  --> src/web_socket_actor.rs:6:81
[INFO] [stdout]   |
[INFO] [stdout] 6 | use async_tungstenite::{WebSocketSender, WebSocketStream, tokio::{TokioAdapter, connect_async}, tungstenite::{Error, Message}};
[INFO] [stdout]   |                                                                                 ^^^^^^^^^^^^^                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text::SendableText`
[INFO] [stdout]   --> src/web_socket_actor.rs:10:61
[INFO] [stdout]    |
[INFO] [stdout] 10 | use highly_sendable::{ConnectionMessage, ConnectionStateId, text::SendableText};
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_actor.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `highly_sendable::text::SendableText`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use highly_sendable::text::SendableText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_tungstenite::tungstenite::http::Response`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use async_tungstenite::tungstenite::http::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.64s
[INFO] running `Command { std: "docker" "inspect" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling websocketing v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]  --> src/web_socket_actor.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[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: `Message` and `connect_async`
[INFO] [stdout]  --> src/web_socket_actor.rs:6:81
[INFO] [stdout]   |
[INFO] [stdout] 6 | use async_tungstenite::{WebSocketSender, WebSocketStream, tokio::{TokioAdapter, connect_async}, tungstenite::{Error, Message}};
[INFO] [stdout]   |                                                                                 ^^^^^^^^^^^^^                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text::SendableText`
[INFO] [stdout]   --> src/web_socket_actor.rs:10:61
[INFO] [stdout]    |
[INFO] [stdout] 10 | use highly_sendable::{ConnectionMessage, ConnectionStateId, text::SendableText};
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_actor.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `highly_sendable::text::SendableText`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use highly_sendable::text::SendableText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_tungstenite::tungstenite::http::Response`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use async_tungstenite::tungstenite::http::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]  --> src/web_socket_actor.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[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: `Message` and `connect_async`
[INFO] [stdout]  --> src/web_socket_actor.rs:6:81
[INFO] [stdout]   |
[INFO] [stdout] 6 | use async_tungstenite::{WebSocketSender, WebSocketStream, tokio::{TokioAdapter, connect_async}, tungstenite::{Error, Message}};
[INFO] [stdout]   |                                                                                 ^^^^^^^^^^^^^                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `text::SendableText`
[INFO] [stdout]   --> src/web_socket_actor.rs:10:61
[INFO] [stdout]    |
[INFO] [stdout] 10 | use highly_sendable::{ConnectionMessage, ConnectionStateId, text::SendableText};
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_actor.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `highly_sendable::text::SendableText`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use highly_sendable::text::SendableText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_tungstenite::tungstenite::http::Response`
[INFO] [stdout]  --> src/web_socket_actor_messages.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use async_tungstenite::tungstenite::http::Response;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:13:25
[INFO] [stdout]    |
[INFO] [stdout] 13 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_task_actor`
[INFO] [stdout]   --> src/web_socket_reader_actor.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConnectionMessage`
[INFO] [stdout]  --> src/web_socket_actor_tests.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | use highly_sendable::{ConnectionMessage, ConnectionStateId};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WebSocketActor`
[INFO] [stdout]  --> src/web_socket_actor_tests.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::{WebSocketActor, WebSocketActorInputMessage, WebSocketActorState, WebSocketActorOutputMessage};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/web_socket_actor_tests.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let mut connection_state_id = ConnectionStateId::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.83s
[INFO] running `Command { std: "docker" "inspect" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `impl_task_actor`
[INFO] [stderr]  --> src/web_socket_actor.rs:2:20
[INFO] [stderr]   |
[INFO] [stderr] 2 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Message` and `connect_async`
[INFO] [stderr]  --> src/web_socket_actor.rs:6:81
[INFO] [stderr]   |
[INFO] [stderr] 6 | use async_tungstenite::{WebSocketSender, WebSocketStream, tokio::{TokioAdapter, connect_async}, tungstenite::{Error, Message}};
[INFO] [stderr]   |                                                                                 ^^^^^^^^^^^^^                        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `text::SendableText`
[INFO] [stderr]   --> src/web_socket_actor.rs:10:61
[INFO] [stderr]    |
[INFO] [stderr] 10 | use highly_sendable::{ConnectionMessage, ConnectionStateId, text::SendableText};
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stderr]   --> src/web_socket_actor.rs:16:25
[INFO] [stderr]    |
[INFO] [stderr] 16 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `highly_sendable::text::SendableText`
[INFO] [stderr]  --> src/web_socket_actor_messages.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use highly_sendable::text::SendableText;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `async_tungstenite::tungstenite::http::Response`
[INFO] [stderr]  --> src/web_socket_actor_messages.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use async_tungstenite::tungstenite::http::Response;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `impl_pre_and_post_run_async`
[INFO] [stderr]   --> src/web_socket_reader_actor.rs:13:25
[INFO] [stderr]    |
[INFO] [stderr] 13 | use act_rs::{ActorFlow, impl_pre_and_post_run_async, impl_pre_run_flow_and_post_run_async};
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `impl_task_actor`
[INFO] [stderr]   --> src/web_socket_reader_actor.rs:19:20
[INFO] [stderr]    |
[INFO] [stderr] 19 | use act_rs_tokio::{impl_task_actor, impl_task_actor_flexible};
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ConnectionMessage`
[INFO] [stderr]  --> src/web_socket_actor_tests.rs:6:23
[INFO] [stderr]   |
[INFO] [stderr] 6 | use highly_sendable::{ConnectionMessage, ConnectionStateId};
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `WebSocketActor`
[INFO] [stderr]  --> src/web_socket_actor_tests.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use crate::{WebSocketActor, WebSocketActorInputMessage, WebSocketActorState, WebSocketActorOutputMessage};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/web_socket_actor_tests.rs:154:13
[INFO] [stderr]     |
[INFO] [stderr] 154 |         let mut connection_state_id = ConnectionStateId::new();
[INFO] [stderr]     |             ----^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `websocketing` (lib) generated 8 warnings (run `cargo fix --lib -p websocketing` to apply 8 suggestions)
[INFO] [stderr] warning: `websocketing` (lib test) generated 11 warnings (8 duplicates) (run `cargo fix --lib -p websocketing --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/websocketing-f771ca4df1a0de44)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test web_socket_actor_tests::basics_server_side_actor_only ... ok
[INFO] [stdout] test web_socket_actor_tests::not_connected ... ok
[INFO] [stdout] test web_socket_actor_tests::basics_client_side_actor_only ... FAILED
[INFO] [stdout] test web_socket_actor_tests::basics ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- web_socket_actor_tests::basics_client_side_actor_only stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-rt-worker' (1085) panicked at src/web_socket_actor_tests.rs:83:35:
[INFO] [stdout] Failed to bind: Os { code: 98, kind: AddrInUse, message: "Address already in use" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f172 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b6eb2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e0b00390b43 - <core[8fb95b77d25ab6c8]::result::Result<tokio[f1f4d3e3e2e46f10]::net::tcp::listener::TcpListener, std[10d71ac2c42b111e]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e0b00364fcd - websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:83:35
[INFO] [stdout]   22:     0x5e0b003328c8 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   23:     0x5e0b00340a38 - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   24:     0x5e0b00340a38 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   25:     0x5e0b0032251a - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   26:     0x5e0b003c3d20 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5e0b0035ca9e - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5e0b00352bdb - __rust_try
[INFO] [stdout]   29:     0x5e0b0034fe13 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e0b0034fe13 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e0b0031fbef - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   32:     0x5e0b0032a880 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   33:     0x5e0b0032ab33 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   34:     0x5e0b0038718b - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   35:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   36:     0x5e0b0053ba22 - <tokio[f1f4d3e3e2e46f10]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:510:13
[INFO] [stdout]   37:     0x5e0b0053e38d - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:684:18
[INFO] [stdout]   38:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   39:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   40:     0x5e0b00543b8b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:675:9
[INFO] [stdout]   41:     0x5e0b00542971 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:585:29
[INFO] [stdout]   42:     0x5e0b0053df79 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:550:24
[INFO] [stdout]   43:     0x5e0b0054ff70 - <tokio[f1f4d3e3e2e46f10]::runtime::context::scoped::Scoped<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::Context>>::set::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   44:     0x5e0b0053d64b - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   45:     0x5e0b00550f4b - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::try_with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   46:     0x5e0b00550bff - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   47:     0x5e0b0053d224 - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   48:     0x5e0b0053ef19 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:545:9
[INFO] [stdout]   49:     0x5e0b00530aaf - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   50:     0x5e0b00544f91 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:537:5
[INFO] [stdout]   51:     0x5e0b0053e08b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:503:45
[INFO] [stdout]   52:     0x5e0b0050e34b - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   53:     0x5e0b00518e2c - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   54:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   55:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   56:     0x5e0b0052bf3e - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   57:     0x5e0b0055eb41 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5e0b005488bf - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x5e0b0053cdeb - __rust_try
[INFO] [stdout]   60:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e0b0052b250 - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   63:     0x5e0b0052e339 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   64:     0x5e0b0052e5f7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   65:     0x5e0b004fb1fd - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   66:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   67:     0x5e0b0053ba67 - <tokio[f1f4d3e3e2e46f10]::runtime::task::UnownedTask<tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:547:13
[INFO] [stdout]   68:     0x5e0b004f2f27 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:161:19
[INFO] [stdout]   69:     0x5e0b004f54d2 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:518:22
[INFO] [stdout]   70:     0x5e0b004f22e4 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:474:47
[INFO] [stdout]   71:     0x5e0b004fa886 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e0b004eb052 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e0b0055ec91 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e0b00548ac7 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   75:     0x5e0b004ef3fb - __rust_try
[INFO] [stdout]   76:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5e0b004ead04 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   79:     0x5e0b005261cf - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   80:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   81:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   82:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   83:     0x721dd8d99a64 - clone
[INFO] [stdout]   84:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-rt-worker' (1075) panicked at src/web_socket_actor_tests.rs:150:81:
[INFO] [stdout] WebSocket handshake failed - Client: Io(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f172 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b6eb2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e0b00390c1c - <core[8fb95b77d25ab6c8]::result::Result<(async_tungstenite[6f3399afb834f893]::WebSocketStream<async_tungstenite[6f3399afb834f893]::tokio::TokioAdapter<tokio[f1f4d3e3e2e46f10]::net::tcp::stream::TcpStream>>, http[cdcaedd760d00e51]::response::Response<core[8fb95b77d25ab6c8]::option::Option<alloc[a7ee25936407c584]::vec::Vec<u8>>>), tungstenite[b7201aec1dfe3d4f]::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e0b00366914 - websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:150:81
[INFO] [stdout]   22:     0x5e0b003784cd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5e0b003303e8 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   24:     0x5e0b0033e5b8 - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x5e0b0033e5b8 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   26:     0x5e0b00321b1a - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   27:     0x5e0b003c38c0 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5e0b0035c4fe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5e0b00352bdb - __rust_try
[INFO] [stdout]   30:     0x5e0b0034eb53 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5e0b0034eb53 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5e0b0031e4cf - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   33:     0x5e0b00326dc0 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   34:     0x5e0b00327073 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   35:     0x5e0b0038704b - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   36:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   37:     0x5e0b0053ba22 - <tokio[f1f4d3e3e2e46f10]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:510:13
[INFO] [stdout]   38:     0x5e0b0053e38d - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:684:18
[INFO] [stdout]   39:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   40:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   41:     0x5e0b00543b8b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:675:9
[INFO] [stdout]   42:     0x5e0b00542971 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:585:29
[INFO] [stdout]   43:     0x5e0b0053df79 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:550:24
[INFO] [stdout]   44:     0x5e0b0054ff70 - <tokio[f1f4d3e3e2e46f10]::runtime::context::scoped::Scoped<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::Context>>::set::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   45:     0x5e0b0053d64b - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   46:     0x5e0b00550f4b - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::try_with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x5e0b00550bff - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x5e0b0053d224 - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   49:     0x5e0b0053ef19 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:545:9
[INFO] [stdout]   50:     0x5e0b00530aaf - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x5e0b00544f91 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:537:5
[INFO] [stdout]   52:     0x5e0b0053e08b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:503:45
[INFO] [stdout]   53:     0x5e0b0050e34b - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5e0b00518e2c - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   55:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   56:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   57:     0x5e0b0052bf3e - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   58:     0x5e0b0055eb41 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5e0b005488bf - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5e0b0053cdeb - __rust_try
[INFO] [stdout]   61:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e0b0052b250 - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   64:     0x5e0b0052e339 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   65:     0x5e0b0052e5f7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   66:     0x5e0b004fb1fd - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   67:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   68:     0x5e0b0053ba67 - <tokio[f1f4d3e3e2e46f10]::runtime::task::UnownedTask<tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:547:13
[INFO] [stdout]   69:     0x5e0b004f2f27 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:161:19
[INFO] [stdout]   70:     0x5e0b004f54d2 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:518:22
[INFO] [stdout]   71:     0x5e0b004f22e4 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:474:47
[INFO] [stdout]   72:     0x5e0b004fa886 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5e0b004eb052 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5e0b0055ec91 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x5e0b00548ac7 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x5e0b004ef3fb - __rust_try
[INFO] [stdout]   77:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5e0b004ead04 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5e0b005261cf - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   81:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   82:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   83:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   84:     0x721dd8d99a64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'web_socket_actor_tests::basics_client_side_actor_only' (1064) panicked at src/web_socket_actor_tests.rs:238:5:
[INFO] [stdout] assertion failed: server_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f1a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b7102 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e0b0036cf6f - websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:238:5
[INFO] [stdout]   21:     0x5e0b00378612 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5e0b003a328d - <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/park.rs:284:71
[INFO] [stdout]   23:     0x5e0b0039f442 - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5e0b0039f442 - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5e0b0039f442 - <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/park.rs:284:31
[INFO] [stdout]   26:     0x5e0b003b9194 - <tokio[f1f4d3e3e2e46f10]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x5e0b003906c8 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/mod.rs:92:22
[INFO] [stdout]   28:     0x5e0b003a89bb - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x5e0b0038da34 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/mod.rs:91:9
[INFO] [stdout]   30:     0x5e0b003b8df4 - <tokio[f1f4d3e3e2e46f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:373:50
[INFO] [stdout]   31:     0x5e0b003b8fef - <tokio[f1f4d3e3e2e46f10]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   32:     0x5e0b0036e761 - websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:240:35
[INFO] [stdout]   33:     0x5e0b0036b637 - websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:67:41
[INFO] [stdout]   34:     0x5e0b0034d766 - <websocketing[83109560539ac117]::web_socket_actor_tests::basics_client_side_actor_only::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x5e0b003c482b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x5e0b003c482b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x5e0b003d20a5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x5e0b003cb9b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x5e0b003cb9b4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x5e0b003d5122 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x5e0b003d5122 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5e0b003d5122 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x5e0b003d5122 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   54:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   55:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   56:     0x721dd8d99a64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web_socket_actor_tests::basics stdout ----
[INFO] [stdout] 127.0.0.1:41226 has connected to the test server.
[INFO] [stdout] 
[INFO] [stdout] The client has connected with the following response: Response {
[INFO] [stdout]     status: 101,
[INFO] [stdout]     version: HTTP/1.1,
[INFO] [stdout]     headers: {
[INFO] [stdout]         "connection": "Upgrade",
[INFO] [stdout]         "upgrade": "websocket",
[INFO] [stdout]         "sec-websocket-accept": "2vCs+y0VG8ghP+ZyVyLikbHUTZ4=",
[INFO] [stdout]     },
[INFO] [stdout]     body: None,
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] Server sending ping
[INFO] [stdout] 
[INFO] [stdout] Server sent ping
[INFO] [stdout] 
[INFO] [stdout] Client message details:
[INFO] [stdout] Err(
[INFO] [stdout]     Elapsed(
[INFO] [stdout]         (),
[INFO] [stdout]     ),
[INFO] [stdout] )
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-rt-worker' (1078) panicked at src/web_socket_actor_tests.rs:370:9:
[INFO] [stdout] assertion failed: res.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f1a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b7102 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e0b0036a9e6 - websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:370:9
[INFO] [stdout]   21:     0x5e0b0037854d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5e0b003312a8 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   23:     0x5e0b0033f438 - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   24:     0x5e0b0033f438 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   25:     0x5e0b00321f1a - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   26:     0x5e0b003c3a80 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5e0b0035c73e - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5e0b00352bdb - __rust_try
[INFO] [stdout]   29:     0x5e0b0034f2d3 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e0b0034f2d3 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e0b0031ee0f - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   32:     0x5e0b00328540 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   33:     0x5e0b003287f3 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   34:     0x5e0b003870cb - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#1}>>, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   35:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   36:     0x5e0b0053ba22 - <tokio[f1f4d3e3e2e46f10]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:510:13
[INFO] [stdout]   37:     0x5e0b0053e38d - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:684:18
[INFO] [stdout]   38:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   39:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   40:     0x5e0b00543b8b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:675:9
[INFO] [stdout]   41:     0x5e0b00542971 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:585:29
[INFO] [stdout]   42:     0x5e0b0053df79 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:550:24
[INFO] [stdout]   43:     0x5e0b0054ff70 - <tokio[f1f4d3e3e2e46f10]::runtime::context::scoped::Scoped<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::Context>>::set::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   44:     0x5e0b0053d64b - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   45:     0x5e0b00550f4b - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::try_with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   46:     0x5e0b00550bff - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   47:     0x5e0b0053d224 - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   48:     0x5e0b0053ef19 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:545:9
[INFO] [stdout]   49:     0x5e0b00530aaf - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   50:     0x5e0b00544f91 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:537:5
[INFO] [stdout]   51:     0x5e0b0053e08b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:503:45
[INFO] [stdout]   52:     0x5e0b0050e34b - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   53:     0x5e0b00518e2c - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   54:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   55:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   56:     0x5e0b0052bf3e - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   57:     0x5e0b0055eb41 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5e0b005488bf - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x5e0b0053cdeb - __rust_try
[INFO] [stdout]   60:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5e0b0052b250 - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   63:     0x5e0b0052e339 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   64:     0x5e0b0052e5f7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   65:     0x5e0b004fb1fd - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   66:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   67:     0x5e0b0053ba67 - <tokio[f1f4d3e3e2e46f10]::runtime::task::UnownedTask<tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:547:13
[INFO] [stdout]   68:     0x5e0b004f2f27 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:161:19
[INFO] [stdout]   69:     0x5e0b004f54d2 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:518:22
[INFO] [stdout]   70:     0x5e0b004f22e4 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:474:47
[INFO] [stdout]   71:     0x5e0b004fa886 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5e0b004eb052 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5e0b0055ec91 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5e0b00548ac7 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   75:     0x5e0b004ef3fb - __rust_try
[INFO] [stdout]   76:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   77:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   78:     0x5e0b004ead04 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   79:     0x5e0b005261cf - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   80:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   81:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   82:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   83:     0x721dd8d99a64 - clone
[INFO] [stdout]   84:                0x0 - <unknown>
[INFO] [stdout] ConnectionError(
[INFO] [stdout]     Protocol(
[INFO] [stdout]         ResetWithoutClosingHandshake,
[INFO] [stdout]     ),
[INFO] [stdout] )
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-rt-worker' (1078) panicked at src/web_socket_actor_tests.rs:309:9:
[INFO] [stdout] assertion failed: message.is_message()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f1a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b7102 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e0b0036944e - websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:309:9
[INFO] [stdout]   21:     0x5e0b00333798 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   22:     0x5e0b00341918 - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   23:     0x5e0b00341918 - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   24:     0x5e0b0032291a - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   25:     0x5e0b003c3ee0 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5e0b0035ccde - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5e0b00352bdb - __rust_try
[INFO] [stdout]   28:     0x5e0b00350593 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5e0b00350593 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5e0b0032052f - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   31:     0x5e0b0032c000 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   32:     0x5e0b0032c2b3 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   33:     0x5e0b0038720b - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   34:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   35:     0x5e0b0053ba22 - <tokio[f1f4d3e3e2e46f10]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::handle::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:510:13
[INFO] [stdout]   36:     0x5e0b0053e38d - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:684:18
[INFO] [stdout]   37:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   38:     0x5e0b00543b8b - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::boxed::Box<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   39:     0x5e0b00543b8b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:675:9
[INFO] [stdout]   40:     0x5e0b00542971 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:585:29
[INFO] [stdout]   41:     0x5e0b0053df79 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:550:24
[INFO] [stdout]   42:     0x5e0b0054ff70 - <tokio[f1f4d3e3e2e46f10]::runtime::context::scoped::Scoped<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::Context>>::set::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   43:     0x5e0b0053d64b - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   44:     0x5e0b00550f4b - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::try_with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   45:     0x5e0b00550bff - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[f1f4d3e3e2e46f10]::runtime::context::Context>>::with::<tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   46:     0x5e0b0053d224 - tokio[f1f4d3e3e2e46f10]::runtime::context::set_scheduler::<(), tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   47:     0x5e0b0053ef19 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:545:9
[INFO] [stdout]   48:     0x5e0b00530aaf - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   49:     0x5e0b00544f91 - tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:537:5
[INFO] [stdout]   50:     0x5e0b0053e08b - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/worker.rs:503:45
[INFO] [stdout]   51:     0x5e0b0050e34b - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   52:     0x5e0b00518e2c - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   53:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::loom::std::unsafe_cell::UnsafeCell<tokio[f1f4d3e3e2e46f10]::runtime::task::core::Stage<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   54:     0x5e0b0051e3bc - <tokio[f1f4d3e3e2e46f10]::runtime::task::core::Core<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   55:     0x5e0b0052bf3e - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   56:     0x5e0b0055eb41 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5e0b005488bf - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5e0b0053cdeb - __rust_try
[INFO] [stdout]   59:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5e0b00536e73 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5e0b0052b250 - tokio[f1f4d3e3e2e46f10]::runtime::task::harness::poll_future::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   62:     0x5e0b0052e339 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   63:     0x5e0b0052e5f7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::harness::Harness<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   64:     0x5e0b004fb1fd - tokio[f1f4d3e3e2e46f10]::runtime::task::raw::poll::<tokio[f1f4d3e3e2e46f10]::runtime::blocking::task::BlockingTask<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   65:     0x5e0b005000a7 - <tokio[f1f4d3e3e2e46f10]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   66:     0x5e0b0053ba67 - <tokio[f1f4d3e3e2e46f10]::runtime::task::UnownedTask<tokio[f1f4d3e3e2e46f10]::runtime::blocking::schedule::BlockingSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:547:13
[INFO] [stdout]   67:     0x5e0b004f2f27 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:161:19
[INFO] [stdout]   68:     0x5e0b004f54d2 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:518:22
[INFO] [stdout]   69:     0x5e0b004f22e4 - <tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/blocking/pool.rs:474:47
[INFO] [stdout]   70:     0x5e0b004fa886 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   71:     0x5e0b004eb052 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   72:     0x5e0b0055ec91 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   73:     0x5e0b00548ac7 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   74:     0x5e0b004ef3fb - __rust_try
[INFO] [stdout]   75:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5e0b004ead04 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5e0b004ead04 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5e0b005261cf - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<<tokio[f1f4d3e3e2e46f10]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   80:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   81:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   82:     0x721dd8d99a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'web_socket_actor_tests::basics' (1063) panicked at src/web_socket_actor_tests.rs:400:5:
[INFO] [stdout] assertion failed: server_result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e0b005a09e8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e0b005a09e8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e0b005b697a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e0b005b697a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e0b005a5b62 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e0b005a5b62 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e0b0057f0b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e0b0057f0b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e0b00598c69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e0b003d174c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e0b003d174c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e0b00598ee2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e0b00598ee2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e0b0057f1a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e0b00574299 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e0b0058004d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e0b005b713c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e0b005b7102 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e0b0036d518 - websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:400:5
[INFO] [stdout]   21:     0x5e0b00378612 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5e0b003a328d - <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/park.rs:284:71
[INFO] [stdout]   23:     0x5e0b0039f442 - tokio[f1f4d3e3e2e46f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5e0b0039f442 - tokio[f1f4d3e3e2e46f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5e0b0039f442 - <tokio[f1f4d3e3e2e46f10]::runtime::park::CachedParkThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/park.rs:284:31
[INFO] [stdout]   26:     0x5e0b003b9194 - <tokio[f1f4d3e3e2e46f10]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x5e0b003906c8 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/mod.rs:92:22
[INFO] [stdout]   28:     0x5e0b003a89bb - tokio[f1f4d3e3e2e46f10]::runtime::context::runtime::enter_runtime::<<tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x5e0b0038da34 - <tokio[f1f4d3e3e2e46f10]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/multi_thread/mod.rs:91:9
[INFO] [stdout]   30:     0x5e0b003b8df4 - <tokio[f1f4d3e3e2e46f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:373:50
[INFO] [stdout]   31:     0x5e0b003b8fef - <tokio[f1f4d3e3e2e46f10]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   32:     0x5e0b0036eae2 - websocketing[83109560539ac117]::web_socket_actor_tests::basics
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:402:35
[INFO] [stdout]   33:     0x5e0b0036b697 - websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web_socket_actor_tests.rs:251:18
[INFO] [stdout]   34:     0x5e0b0034d7e6 - <websocketing[83109560539ac117]::web_socket_actor_tests::basics::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x5e0b003c482b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x5e0b003c482b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x5e0b003d20a5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5e0b003d20a5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x5e0b003d20a5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x5e0b003cb9b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x5e0b003cb9b4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x5e0b003d5122 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x5e0b003d5122 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5e0b003d5122 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5e0b003d5122 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x5e0b003d5122 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5e0b005a017f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   54:     0x5e0b005a017f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   55:     0x721dd8d0caa4 - <unknown>
[INFO] [stdout]   56:     0x721dd8d99a64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     web_socket_actor_tests::basics
[INFO] [stdout]     web_socket_actor_tests::basics_client_side_actor_only
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7", kill_on_drop: false }`
[INFO] [stdout] 2849637d89f43785218b658c541b7f4c7992f2ea6dfd44b89a9adf743687d0f7
