[INFO] fetching crate horizon_event_system 0.23.0...
[INFO] testing horizon_event_system-0.23.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate horizon_event_system 0.23.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate horizon_event_system 0.23.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate horizon_event_system 0.23.0
[INFO] tweaked toml for crates.io crate horizon_event_system 0.23.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate horizon_event_system 0.23.0 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate horizon_event_system 0.23.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded luminal_rt v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b746e7a82818daf2290828df3889ded9ff4705330254871f90b2f4b8e6c60573
[INFO] running `Command { std: "docker" "start" "-a" "b746e7a82818daf2290828df3889ded9ff4705330254871f90b2f4b8e6c60573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b746e7a82818daf2290828df3889ded9ff4705330254871f90b2f4b8e6c60573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b746e7a82818daf2290828df3889ded9ff4705330254871f90b2f4b8e6c60573", kill_on_drop: false }`
[INFO] [stdout] b746e7a82818daf2290828df3889ded9ff4705330254871f90b2f4b8e6c60573
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24976e795680f8a9a008c0233583e3c35c1466db6e42e0cc5666ad6a9235583c
[INFO] running `Command { std: "docker" "start" "-a" "24976e795680f8a9a008c0233583e3c35c1466db6e42e0cc5666ad6a9235583c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]    Compiling horizon_event_system v0.23.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling rstar v0.12.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling luminal_rt v0.4.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stdout] warning: unused import: `emitters::*`
[INFO] [stdout]   --> src/system/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use emitters::*;
[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 import: `handlers::*`
[INFO] [stdout]   --> src/system/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use handlers::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/system/emitters.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |         let layer = layers.iter().find(|l| l.channel == channel).ok_or_else(|| {
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.24s
[INFO] running `Command { std: "docker" "inspect" "24976e795680f8a9a008c0233583e3c35c1466db6e42e0cc5666ad6a9235583c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24976e795680f8a9a008c0233583e3c35c1466db6e42e0cc5666ad6a9235583c", kill_on_drop: false }`
[INFO] [stdout] 24976e795680f8a9a008c0233583e3c35c1466db6e42e0cc5666ad6a9235583c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff99b3752ff5ea7d2e0b96725ee0020f2e7238f9c14c45cd002d678831f13bd6
[INFO] running `Command { std: "docker" "start" "-a" "ff99b3752ff5ea7d2e0b96725ee0020f2e7238f9c14c45cd002d678831f13bd6", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `emitters::*`
[INFO] [stdout]   --> src/system/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use emitters::*;
[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 import: `handlers::*`
[INFO] [stdout]   --> src/system/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use handlers::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/system/emitters.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |         let layer = layers.iter().find(|l| l.channel == channel).ok_or_else(|| {
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling horizon_event_system v0.23.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `player_id`
[INFO] [stdout]   --> examples/auth_core_events_example.rs:54:77
[INFO] [stdout]    |
[INFO] [stdout] 54 | ...RawClientMessageEvent, player_id: horizon_event_system::PlayerId, connection: horizon_event_system::ClientConnectionRef| {
[INFO] [stdout]    |                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `connection`
[INFO] [stdout]   --> examples/auth_core_events_example.rs:54:120
[INFO] [stdout]    |
[INFO] [stdout] 54 | ...ent_system::PlayerId, connection: horizon_event_system::ClientConnectionRef| {
[INFO] [stdout]    |                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `emitters::*`
[INFO] [stdout]   --> src/system/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use emitters::*;
[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 import: `handlers::*`
[INFO] [stdout]   --> src/system/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub use handlers::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/gorc/tests/replication_test.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `GorcObjectId`
[INFO] [stdout]  --> src/gorc/tests/realistic_movement_test.rs:8:50
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::gorc::instance::{GorcInstanceManager, GorcObjectId, GorcObject};
[INFO] [stdout]   |                                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layer`
[INFO] [stdout]    --> src/system/emitters.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |         let layer = layers.iter().find(|l| l.channel == channel).ok_or_else(|| {
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `virtual_id`
[INFO] [stdout]    --> src/gorc/virtualization.rs:807:13
[INFO] [stdout]     |
[INFO] [stdout] 807 |         let virtual_id = manager.merge_zones(merge_request).await.unwrap();
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_virtual_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `massive_id`
[INFO] [stdout]    --> src/gorc/tests/virtualization_test.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |     let massive_id = manager.register_object(massive_obj, Vec3::new(0.0, 0.0, 0.0)).await;
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_massive_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player2_obj_id`
[INFO] [stdout]    --> src/gorc/tests/realistic_movement_test.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let player2_obj_id = gorc_instances.register_object(player2_obj, Vec3::new(0.0, 0.0, 0.0)).await;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player2_obj_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Overlapping` is never constructed
[INFO] [stdout]   --> src/gorc/tests/virtualization_test.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | enum ZoneConfiguration {
[INFO] [stdout]    |      ----------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     Overlapping { zones: Vec<(Vec3, f64, u8)> },
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ZoneConfiguration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_overlapping` is never used
[INFO] [stdout]   --> src/gorc/tests/virtualization_test.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl VirtualizationTestObject {
[INFO] [stdout]    | ----------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     fn new_overlapping(position: Vec3, zones: Vec<(Vec3, f64, u8)>) -> Self {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/gorc/tests/virtualization_test.rs:370:13
[INFO] [stdout]     |
[INFO] [stdout] 370 |     assert!(final_stats.total_virtual_zones_created >= 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> src/gorc/tests/virtualization_test.rs:466:13
[INFO] [stdout]     |
[INFO] [stdout] 466 |     assert!(extreme_stats.total_virtual_zones_created >= 0);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.39s
[INFO] running `Command { std: "docker" "inspect" "ff99b3752ff5ea7d2e0b96725ee0020f2e7238f9c14c45cd002d678831f13bd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff99b3752ff5ea7d2e0b96725ee0020f2e7238f9c14c45cd002d678831f13bd6", kill_on_drop: false }`
[INFO] [stdout] ff99b3752ff5ea7d2e0b96725ee0020f2e7238f9c14c45cd002d678831f13bd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f482b0df4a21b1b79486bea39625946d260a7d971c0aa485c0686b2548f73f04
[INFO] running `Command { std: "docker" "start" "-a" "f482b0df4a21b1b79486bea39625946d260a7d971c0aa485c0686b2548f73f04", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `emitters::*`
[INFO] [stderr]   --> src/system/mod.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub use emitters::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `handlers::*`
[INFO] [stderr]   --> src/system/mod.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub use handlers::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `layer`
[INFO] [stderr]    --> src/system/emitters.rs:202:13
[INFO] [stderr]     |
[INFO] [stderr] 202 |         let layer = layers.iter().find(|l| l.channel == channel).ok_or_else(|| {
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_layer`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]  --> src/gorc/tests/replication_test.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::sync::Arc;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `GorcObjectId`
[INFO] [stderr]  --> src/gorc/tests/realistic_movement_test.rs:8:50
[INFO] [stderr]   |
[INFO] [stderr] 8 | use crate::gorc::instance::{GorcInstanceManager, GorcObjectId, GorcObject};
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `virtual_id`
[INFO] [stderr]    --> src/gorc/virtualization.rs:807:13
[INFO] [stderr]     |
[INFO] [stderr] 807 |         let virtual_id = manager.merge_zones(merge_request).await.unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_virtual_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `massive_id`
[INFO] [stderr]    --> src/gorc/tests/virtualization_test.rs:241:9
[INFO] [stderr]     |
[INFO] [stderr] 241 |     let massive_id = manager.register_object(massive_obj, Vec3::new(0.0, 0.0, 0.0)).await;
[INFO] [stderr]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_massive_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `player2_obj_id`
[INFO] [stderr]    --> src/gorc/tests/realistic_movement_test.rs:320:9
[INFO] [stderr]     |
[INFO] [stderr] 320 |     let player2_obj_id = gorc_instances.register_object(player2_obj, Vec3::new(0.0, 0.0, 0.0)).await;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player2_obj_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Overlapping` is never constructed
[INFO] [stderr]   --> src/gorc/tests/virtualization_test.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | enum ZoneConfiguration {
[INFO] [stderr]    |      ----------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 26 |     Overlapping { zones: Vec<(Vec3, f64, u8)> },
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ZoneConfiguration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new_overlapping` is never used
[INFO] [stderr]   --> src/gorc/tests/virtualization_test.rs:47:8
[INFO] [stderr]    |
[INFO] [stderr] 30 | impl VirtualizationTestObject {
[INFO] [stderr]    | ----------------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 47 |     fn new_overlapping(position: Vec3, zones: Vec<(Vec3, f64, u8)>) -> Self {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]    --> src/gorc/tests/virtualization_test.rs:370:13
[INFO] [stderr]     |
[INFO] [stderr] 370 |     assert!(final_stats.total_virtual_zones_created >= 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]    --> src/gorc/tests/virtualization_test.rs:466:13
[INFO] [stderr]     |
[INFO] [stderr] 466 |     assert!(extreme_stats.total_virtual_zones_created >= 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `horizon_event_system` (lib) generated 3 warnings (run `cargo fix --lib -p horizon_event_system` to apply 3 suggestions)
[INFO] [stderr] warning: `horizon_event_system` (lib test) generated 12 warnings (3 duplicates) (run `cargo fix --lib -p horizon_event_system --tests` to apply 5 suggestions)
[INFO] [stderr] warning: unused variable: `player_id`
[INFO] [stderr]   --> examples/auth_core_events_example.rs:54:77
[INFO] [stderr]    |
[INFO] [stderr] 54 | ...RawClientMessageEvent, player_id: horizon_event_system::PlayerId, connection: horizon_event_system::ClientConnectionRef| {
[INFO] [stderr]    |                           ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `connection`
[INFO] [stderr]   --> examples/auth_core_events_example.rs:54:120
[INFO] [stderr]    |
[INFO] [stderr] 54 | ...ent_system::PlayerId, connection: horizon_event_system::ClientConnectionRef| {
[INFO] [stderr]    |                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_connection`
[INFO] [stderr] 
[INFO] [stderr] warning: `horizon_event_system` (example "auth_core_events_example") generated 2 warnings (run `cargo fix --example "auth_core_events_example" -p horizon_event_system` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/horizon_event_system-5a6ccc23f732b0b6)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test auth_tests::tests::test_auth_status_default ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_status_get_event ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_status_changed_event ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_event_handler_registration ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_status_get_response_event ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_creation ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_deserialization ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_implements_event_trait ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_status_set_event ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_roundtrip ... ok
[INFO] [stdout] test gorc::config::tests::test_config_builder ... ok
[INFO] [stdout] test gorc::config::tests::test_config_optimization ... ok
[INFO] [stdout] test gorc::config::tests::test_default_config_validation ... ok
[INFO] [stdout] test gorc::config::tests::test_invalid_config_validation ... ok
[INFO] [stdout] test auth_tests::tests::test_auth_status_serialization ... ok
[INFO] [stdout] test gorc::examples::tests::test_all_typed_examples_zero_strings ... ok
[INFO] [stdout] test gorc::config::tests::test_preset_configurations ... ok
[INFO] [stdout] test gorc::examples::tests::test_compile_time_type_checking ... ok
[INFO] [stdout] test gorc::examples::tests::test_type_based_system_features ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_asteroid_serialization ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_asteroid_zone_data_serialization ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_asteroid_zone_data_types ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_player_functionality ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_projectile_functionality ... ok
[INFO] [stdout] test gorc::examples::tests::test_zero_runtime_string_operations ... ok
[INFO] [stdout] test gorc::spatial::rtree::tests::test_insert_and_query ... ok
[INFO] [stdout] test gorc::subscription::tests::test_proximity_subscription ... ok
[INFO] [stdout] test gorc::system::tests::test_example_asteroid ... ok
[INFO] [stdout] test gorc::subscription::tests::test_subscription_manager ... ok
[INFO] [stdout] test gorc::spatial::rtree::tests::test_remove_player ... ok
[INFO] [stdout] test gorc::system::tests::test_performance_report_with_issues ... ok
[INFO] [stdout] test gorc::examples::tests::test_typed_asteroid_creation ... ok
[INFO] [stdout] test gorc::spatial::rtree::tests::test_update_player_position ... ok
[INFO] [stdout] test gorc::system::tests::test_performance_report ... ok
[INFO] [stdout] test gorc::system::tests::test_complete_gorc_system ... ok
[INFO] [stdout] test gorc::tests::performance_test::benchmark_large_zone_detection ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_serialization ... ok
[INFO] [stdout] test gorc::subscription::tests::test_relationship_subscription ... ok
[INFO] [stdout] test events::tests::tests::test_emit_client_with_context_format_compatibility ... ok
[INFO] [stdout] test events::tests::tests::test_client_event_wrapper_methods ... ok
[INFO] [stdout] test gorc::tests::replication_test::tests::test_boundary_calculations ... ok
[INFO] [stdout] test gorc::tests::replication_test::tests::test_cross_pattern_predictions ... ok
[INFO] [stdout] test gorc::tests::performance_test::validate_performance_improvements ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_massive_zone_handling ... ok
[INFO] [stdout] test gorc::subscription::tests::test_interest_subscription ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_configuration_edge_cases ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_overlapping_zone_boundary_conditions ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_virtualization_accuracy ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_virtualization_consistency ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_zone_splitting_edge_cases ... ok
[INFO] [stdout] test gorc::tests::zone_event_test::test_new_object_creation_zone_events ... ok
[INFO] [stdout] test gorc::examples::tests::test_performance_no_string_comparisons ... ok
[INFO] [stdout] test gorc::tests::zone_event_test::test_zone_size_warnings ... ok
[INFO] [stdout] test gorc::virtualization::tests::test_virtual_zone_creation ... ok
[INFO] [stdout] test gorc::virtualization::tests::test_virtual_zone_splitting ... ok
[INFO] [stdout] test gorc::virtualization::tests::test_virtualization_config ... ok
[INFO] [stdout] test gorc::zones::tests::test_object_zone_creation ... ok
[INFO] [stdout] test gorc::zones::tests::test_zone_analysis ... ok
[INFO] [stdout] test gorc::zones::tests::test_zone_contains ... ok
[INFO] [stdout] test gorc::zones::tests::test_zone_hysteresis ... ok
[INFO] [stdout] test gorc::zones::tests::test_zone_manager ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_multi_channel_virtualization ... ok
[INFO] [stdout] test system::path_router::tests::test_basic_registration_and_lookup ... ok
[INFO] [stdout] test system::path_router::tests::test_hierarchical_paths ... ok
[INFO] [stdout] test system::path_router::tests::test_multiple_handlers_per_path ... ok
[INFO] [stdout] test system::path_router::tests::test_similar_path_finding ... ok
[INFO] [stdout] test gorc::tests::zone_event_test::test_object_movement_zone_events ... ok
[INFO] [stdout] test system::tests::tests::test_async_handlers ... ok
[INFO] [stdout] test system::tests::tests::test_core_event_registration_and_emission ... ok
[INFO] [stdout] test system::tests::tests::test_event_system_creation ... ok
[INFO] [stdout] test system::tests::tests::test_event_validation ... ok
[INFO] [stdout] test system::tests::tests::test_handler_category_stats ... ok
[INFO] [stdout] test system::tests::tests::test_handler_removal ... ok
[INFO] [stdout] test system::tests::tests::test_system_stats ... ok
[INFO] [stdout] test test_integration::test_complete_system_integration ... ok
[INFO] [stdout] test system::tests::tests::test_connection_aware_handler ... ok
[INFO] [stdout] test gorc::tests::performance_test::stress_test_concurrent_zone_events ... ok
[INFO] [stdout] test gorc::tests::performance_test::benchmark_zone_check_optimization ... ok
[INFO] [stdout] test test_integration::test_event_handler_error_handling ... ok
[INFO] [stdout] test test_integration::test_monitoring_system ... ok
[INFO] [stdout] test gorc::tests::performance_test::benchmark_zone_event_throughput ... ok
[INFO] [stdout] test test_integration::test_multiple_typed_handlers_same_event ... ok
[INFO] [stdout] test test_integration::test_typed_core_event_handlers ... ok
[INFO] [stdout] test test_integration::test_typed_vs_json_handlers_compatibility ... ok
[INFO] [stdout] test gorc::tests::zone_event_test::test_player_movement_zone_events ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_memory_and_performance_under_stress ... ok
[INFO] [stdout] test test_integration::test_debug_event_emission_and_handling ... ok
[INFO] [stdout] test test_integration::test_typed_client_event_handlers ... ok
[INFO] [stdout] test gorc::tests::integration_test::tests::test_gorc_integration ... FAILED
[INFO] [stdout] test gorc::tests::distance_filtering_test::test_distance_filtering_after_movement ... ok
[INFO] [stdout] test gorc::tests::performance_test::benchmark_spatial_query_performance ... ok
[INFO] [stdout] test gorc::tests::performance_test::benchmark_spatial_index_performance ... ok
[INFO] [stdout] test gorc::tests::distance_filtering_test::test_distance_filtering_with_multiple_movements ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_rapid_merge_split_cycles ... ok
[INFO] [stdout] test gorc::tests::virtualization_test::test_virtualization_under_concurrent_load ... ok
[INFO] [stdout] test gorc::tests::realistic_movement_test::test_realistic_client_movement_simulation ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- gorc::tests::integration_test::tests::test_gorc_integration stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gorc::tests::integration_test::tests::test_gorc_integration' (68) panicked at src/gorc/tests/integration_test.rs:238:9:
[INFO] [stdout] assertion `left == right` failed: Player at 75m should NOT receive channel 0 events
[INFO] [stdout]   left: 3
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63727f99d7d2 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63727f99d7d2 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63727f99d7d2 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63727f99d7d2 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63727f9b52ea - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63727f9b52ea - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x63727f9a2886 - std[3b51380354919863]::io::default_write_fmt::<alloc[a57f19327c0ad893]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63727f9a2886 - <alloc[a57f19327c0ad893]::vec::Vec<u8> as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63727f97b87f - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63727f97b87f - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63727f9956c9 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63727f8048fe - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63727f8048fe - test[182b2e79ecd7bbd9]::test_main_with_exit_callback::<test[182b2e79ecd7bbd9]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63727f995932 - <alloc[a57f19327c0ad893]::boxed::Box<dyn for<'a, 'b> core[27de1724e4349be2]::ops::function::Fn<(&'a std[3b51380354919863]::panic::PanicHookInfo<'b>,), Output = ()> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::Fn<(&std[3b51380354919863]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63727f995932 - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63727f97b938 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63727f970b89 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63727f97c78d - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63727f9b5a2c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63727f9b5943 - core[27de1724e4349be2]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x63727f9af608 - core[27de1724e4349be2]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63727f6f458b - <horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::IntegrationTestScenario>::test_channel_0_emission::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gorc/tests/integration_test.rs:238:9
[INFO] [stdout]   22:     0x63727f6f2a57 - <horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::IntegrationTestScenario>::run_all_tests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gorc/tests/integration_test.rs:358:40
[INFO] [stdout]   23:     0x63727f5b36c5 - horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::tests::test_gorc_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gorc/tests/integration_test.rs:377:34
[INFO] [stdout]   24:     0x63727f5f2a9f - <core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63727f5f2bdb - <core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x63727f6c20ab - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   27:     0x63727f6c1d8b - tokio[a45deea1d98281d]::task::coop::with_budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>, <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   28:     0x63727f6c1d8b - tokio[a45deea1d98281d]::task::coop::budget::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>, <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   29:     0x63727f6c1d8b - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   30:     0x63727f6b158d - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Context>::enter::<core[27de1724e4349be2]::task::poll::Poll<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>, <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   31:     0x63727f6bf0bd - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   32:     0x63727f6bd84b - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   33:     0x63727f7665ea - <tokio[a45deea1d98281d]::runtime::context::scoped::Scoped<tokio[a45deea1d98281d]::runtime::scheduler::Context>>::set::<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   34:     0x63727f6c106a - tokio[a45deea1d98281d]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>), <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   35:     0x63727f728f65 - <std[3b51380354919863]::thread::local::LocalKey<tokio[a45deea1d98281d]::runtime::context::Context>>::try_with::<tokio[a45deea1d98281d]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>), <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   36:     0x63727f7287dd - <std[3b51380354919863]::thread::local::LocalKey<tokio[a45deea1d98281d]::runtime::context::Context>>::with::<tokio[a45deea1d98281d]::runtime::context::set_scheduler<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>), <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}>::{closure#0}, (alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>)>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   37:     0x63727f6b9081 - tokio[a45deea1d98281d]::runtime::context::set_scheduler::<(alloc[a57f19327c0ad893]::boxed::Box<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::Core>, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>), <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   38:     0x63727f6b7b3e - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>::{closure#0}, core[27de1724e4349be2]::option::Option<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   39:     0x63727f6b832e - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   40:     0x63727f6bcb66 - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   41:     0x63727f5fd6bf - tokio[a45deea1d98281d]::runtime::context::runtime::enter_runtime::<<tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>::{closure#0}, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   42:     0x63727f6adb47 - <tokio[a45deea1d98281d]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   43:     0x63727f6d0370 - <tokio[a45deea1d98281d]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   44:     0x63727f6d06c4 - <tokio[a45deea1d98281d]::runtime::runtime::Runtime>::block_on::<core[27de1724e4349be2]::pin::Pin<&mut dyn core[27de1724e4349be2]::future::future::Future<Output = core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   45:     0x63727f5baaf0 - horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::tests::test_gorc_integration
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gorc/tests/integration_test.rs:377:34
[INFO] [stdout]   46:     0x63727f5b33b7 - horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::tests::test_gorc_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gorc/tests/integration_test.rs:375:41
[INFO] [stdout]   47:     0x63727f574916 - <horizon_event_system[89907addf1a130d1]::gorc::tests::integration_test::tests::test_gorc_integration::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63727f7f8cab - <fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x63727f7f8cab - test[182b2e79ecd7bbd9]::__rust_begin_short_backtrace::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, fn() -> core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x63727f80550a - test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x63727f80550a - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63727f80550a - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63727f80550a - std[3b51380354919863]::panicking::catch_unwind::<core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>, core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63727f80550a - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<test[182b2e79ecd7bbd9]::run_test_in_process::{closure#0}>, core[27de1724e4349be2]::result::Result<(), alloc[a57f19327c0ad893]::string::String>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63727f80550a - test[182b2e79ecd7bbd9]::run_test_in_process
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x63727f80550a - test[182b2e79ecd7bbd9]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x63727f800ab4 - test[182b2e79ecd7bbd9]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x63727f800ab4 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   59:     0x63727f808002 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   60:     0x63727f808002 - <core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x63727f808002 - std[3b51380354919863]::panicking::catch_unwind::do_call::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x63727f808002 - std[3b51380354919863]::panicking::catch_unwind::<(), core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x63727f808002 - std[3b51380354919863]::panic::catch_unwind::<core[27de1724e4349be2]::panic::unwind_safe::AssertUnwindSafe<std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x63727f808002 - std[3b51380354919863]::thread::lifecycle::spawn_unchecked::<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   65:     0x63727f808002 - <std[3b51380354919863]::thread::lifecycle::spawn_unchecked<test[182b2e79ecd7bbd9]::run_test::{closure#1}, ()>::{closure#1} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x63727f99d03f - <alloc[a57f19327c0ad893]::boxed::Box<dyn core[27de1724e4349be2]::ops::function::FnOnce<(), Output = ()> + core[27de1724e4349be2]::marker::Send> as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   67:     0x63727f99d03f - <std[3b51380354919863]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   68:     0x75036cb02aa4 - <unknown>
[INFO] [stdout]   69:     0x75036cb8fa64 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     gorc::tests::integration_test::tests::test_gorc_integration
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 95 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "f482b0df4a21b1b79486bea39625946d260a7d971c0aa485c0686b2548f73f04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f482b0df4a21b1b79486bea39625946d260a7d971c0aa485c0686b2548f73f04", kill_on_drop: false }`
[INFO] [stdout] f482b0df4a21b1b79486bea39625946d260a7d971c0aa485c0686b2548f73f04
