Nov 18 07:55:32.595 INFO testing kompact-0.4.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 07:55:32.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 07:55:32.766 INFO [stdout] 02abc3de08a08d29f9cbc736c951fee29d013c8eff03923d5d2ddaeec47ce095 Nov 18 07:55:32.769 INFO running `"docker" "start" "-a" "02abc3de08a08d29f9cbc736c951fee29d013c8eff03923d5d2ddaeec47ce095"` Nov 18 07:55:33.268 INFO [stderr] usermod: no changes Nov 18 07:55:33.459 INFO [stderr] Compiling slog v2.4.1 Nov 18 07:55:33.459 INFO [stderr] Compiling as_num v0.2.4 Nov 18 07:55:33.459 INFO [stderr] Compiling bitfields v0.1.0 Nov 18 07:55:33.459 INFO [stderr] Compiling oncemutex v0.1.1 Nov 18 07:55:33.459 INFO [stderr] Compiling synchronoise v0.4.0 Nov 18 07:55:33.459 INFO [stderr] Compiling uuid v0.4.0 Nov 18 07:55:33.459 INFO [stderr] Compiling tokio-retry v0.2.0 Nov 18 07:55:33.459 INFO [stderr] Compiling kompact-actor-derive v0.4.0 Nov 18 07:55:36.563 INFO [stderr] Compiling kompact-component-derive v0.4.0 Nov 18 07:55:36.564 INFO [stderr] Compiling spaniel v0.1.0 Nov 18 07:55:36.580 INFO [stderr] Compiling executors v0.4.1 Nov 18 07:55:38.931 INFO [stderr] Compiling slog-term v2.4.0 Nov 18 07:55:38.931 INFO [stderr] Compiling slog-async v2.3.0 Nov 18 07:55:45.175 INFO [stderr] Compiling kompact v0.4.0 (/source) Nov 18 07:55:47.889 INFO [stdout] Path too long for port: Path { global: false, segments: [PathSegment { ident: Ident("lookup"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("gc"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("ActorRefReaper"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] } Nov 18 07:55:48.038 INFO [stderr] warning: unused `#[macro_use]` import Nov 18 07:55:48.038 INFO [stderr] --> src/lib.rs:18:1 Nov 18 07:55:48.038 INFO [stderr] | Nov 18 07:55:48.038 INFO [stderr] 18 | #[macro_use] Nov 18 07:55:48.038 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:55:48.038 INFO [stderr] | Nov 18 07:55:48.038 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 07:55:48.038 INFO [stderr] Nov 18 07:55:48.040 INFO [stderr] warning: unused `#[macro_use]` import Nov 18 07:55:48.040 INFO [stderr] --> src/lib.rs:20:1 Nov 18 07:55:48.040 INFO [stderr] | Nov 18 07:55:48.040 INFO [stderr] 20 | #[macro_use] Nov 18 07:55:48.040 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:55:48.040 INFO [stderr] Nov 18 07:55:48.112 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Nov 18 07:55:48.112 INFO [stderr] --> src/net/mod.rs:27:5 Nov 18 07:55:48.112 INFO [stderr] | Nov 18 07:55:48.112 INFO [stderr] 27 | use tokio::net::ConnectFuture; Nov 18 07:55:48.112 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:48.112 INFO [stderr] | Nov 18 07:55:48.112 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 07:55:48.112 INFO [stderr] Nov 18 07:55:48.115 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Nov 18 07:55:48.115 INFO [stderr] --> src/net/mod.rs:226:19 Nov 18 07:55:48.115 INFO [stderr] | Nov 18 07:55:48.115 INFO [stderr] 226 | type Future = ConnectFuture; Nov 18 07:55:48.115 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 07:55:48.115 INFO [stderr] Nov 18 07:55:49.349 INFO [stderr] warning: constant item is never used: `MULTIPLICATIVE_DECREASE_NUM` Nov 18 07:55:49.350 INFO [stderr] --> src/dispatch/lookup/gc.rs:12:5 Nov 18 07:55:49.350 INFO [stderr] | Nov 18 07:55:49.350 INFO [stderr] 12 | pub const MULTIPLICATIVE_DECREASE_NUM: u64 = 1; Nov 18 07:55:49.350 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:49.351 INFO [stderr] | Nov 18 07:55:49.351 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 07:55:49.351 INFO [stderr] Nov 18 07:55:49.352 INFO [stderr] warning: variant is never constructed: `MIMD` Nov 18 07:55:49.352 INFO [stderr] --> src/dispatch/lookup/gc.rs:35:5 Nov 18 07:55:49.352 INFO [stderr] | Nov 18 07:55:49.352 INFO [stderr] 35 | MIMD, // multiplicative increase/multiplicative decrease Nov 18 07:55:49.353 INFO [stderr] | ^^^^ Nov 18 07:55:49.353 INFO [stderr] Nov 18 07:55:49.353 INFO [stderr] warning: method is never used: `new` Nov 18 07:55:49.353 INFO [stderr] --> src/dispatch/lookup/gc.rs:55:5 Nov 18 07:55:49.354 INFO [stderr] | Nov 18 07:55:49.354 INFO [stderr] 55 | / pub fn new( Nov 18 07:55:49.354 INFO [stderr] 56 | | initial_interval: u64, Nov 18 07:55:49.355 INFO [stderr] 57 | | min: u64, Nov 18 07:55:49.355 INFO [stderr] 58 | | max: u64, Nov 18 07:55:49.355 INFO [stderr] ... | Nov 18 07:55:49.355 INFO [stderr] 66 | | } Nov 18 07:55:49.356 INFO [stderr] 67 | | } Nov 18 07:55:49.356 INFO [stderr] | |_____^ Nov 18 07:55:49.356 INFO [stderr] Nov 18 07:55:49.356 INFO [stderr] warning: method is never used: `exists` Nov 18 07:55:49.357 INFO [stderr] --> src/dispatch/queue_manager.rs:62:5 Nov 18 07:55:49.357 INFO [stderr] | Nov 18 07:55:49.357 INFO [stderr] 62 | pub fn exists(&self, dst: &SocketAddr) -> bool { Nov 18 07:55:49.357 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:49.358 INFO [stderr] Nov 18 07:55:49.358 INFO [stderr] warning: variant is never constructed: `Domain` Nov 18 07:55:49.358 INFO [stderr] --> src/messaging/framing.rs:43:5 Nov 18 07:55:49.358 INFO [stderr] | Nov 18 07:55:49.359 INFO [stderr] 43 | Domain = 2, Nov 18 07:55:49.359 INFO [stderr] | ^^^^^^^^^^ Nov 18 07:55:49.359 INFO [stderr] Nov 18 07:55:49.359 INFO [stderr] warning: method is never used: `new` Nov 18 07:55:49.360 INFO [stderr] --> src/net/mod.rs:72:5 Nov 18 07:55:49.360 INFO [stderr] | Nov 18 07:55:49.360 INFO [stderr] 72 | pub fn new() -> Self { Nov 18 07:55:49.360 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:49.361 INFO [stderr] Nov 18 07:55:49.361 INFO [stderr] warning: variant is never constructed: `Faulty` Nov 18 07:55:49.361 INFO [stderr] --> src/supervision.rs:36:5 Nov 18 07:55:49.362 INFO [stderr] | Nov 18 07:55:49.362 INFO [stderr] 36 | Faulty(Uuid), Nov 18 07:55:49.362 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:55:49.362 INFO [stderr] Nov 18 07:55:49.373 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:55:49.373 INFO [stderr] --> src/net/mod.rs:197:37 Nov 18 07:55:49.373 INFO [stderr] | Nov 18 07:55:49.373 INFO [stderr] 197 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(err))); Nov 18 07:55:49.374 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 18 07:55:49.374 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:55:49.374 INFO [stderr] Nov 18 07:55:49.374 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:55:49.374 INFO [stderr] --> src/net/mod.rs:206:29 Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] 206 | / events.unbounded_send(NetworkEvent::Connection( Nov 18 07:55:49.374 INFO [stderr] 207 | | peer_addr, Nov 18 07:55:49.374 INFO [stderr] 208 | | ConnectionState::Connected(tx), Nov 18 07:55:49.374 INFO [stderr] 209 | | )); Nov 18 07:55:49.374 INFO [stderr] | |_______________________________^ Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:55:49.374 INFO [stderr] Nov 18 07:55:49.374 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:55:49.374 INFO [stderr] --> src/net/mod.rs:253:13 Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] 253 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(e))); Nov 18 07:55:49.374 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:55:49.374 INFO [stderr] Nov 18 07:55:49.374 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:55:49.374 INFO [stderr] --> src/net/mod.rs:269:13 Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] 269 | / events.unbounded_send(NetworkEvent::Connection( Nov 18 07:55:49.374 INFO [stderr] 270 | | peer_addr, Nov 18 07:55:49.374 INFO [stderr] 271 | | ConnectionState::Connected(tx), Nov 18 07:55:49.374 INFO [stderr] 272 | | )); Nov 18 07:55:49.374 INFO [stderr] | |_______________^ Nov 18 07:55:49.374 INFO [stderr] | Nov 18 07:55:49.374 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:55:49.374 INFO [stderr] Nov 18 07:55:49.388 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:55:49.388 INFO [stderr] --> src/utils.rs:65:9 Nov 18 07:55:49.388 INFO [stderr] | Nov 18 07:55:49.388 INFO [stderr] 65 | / self.result_channel Nov 18 07:55:49.388 INFO [stderr] 66 | | .send(t) Nov 18 07:55:49.388 INFO [stderr] 67 | | // ISSUE #12: Explicitly swallow errors Nov 18 07:55:49.388 INFO [stderr] 68 | | .map_err(|_| ()); Nov 18 07:55:49.388 INFO [stderr] | |_____________________________^ Nov 18 07:55:49.388 INFO [stderr] | Nov 18 07:55:49.388 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:55:49.388 INFO [stderr] Nov 18 07:56:01.287 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.99s Nov 18 07:56:01.291 INFO [stderr] su: No module specific data is present Nov 18 07:56:01.590 INFO running `"docker" "inspect" "02abc3de08a08d29f9cbc736c951fee29d013c8eff03923d5d2ddaeec47ce095"` Nov 18 07:56:01.729 INFO running `"docker" "rm" "-f" "02abc3de08a08d29f9cbc736c951fee29d013c8eff03923d5d2ddaeec47ce095"` Nov 18 07:56:01.986 INFO [stdout] 02abc3de08a08d29f9cbc736c951fee29d013c8eff03923d5d2ddaeec47ce095 Nov 18 07:56:01.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 07:56:02.525 INFO [stdout] 2012a43c52a08d975ac73ad4801396114cf9c7330bad6de2289a69e9db821850 Nov 18 07:56:02.527 INFO running `"docker" "start" "-a" "2012a43c52a08d975ac73ad4801396114cf9c7330bad6de2289a69e9db821850"` Nov 18 07:56:04.206 INFO [stderr] usermod: no changes Nov 18 07:56:04.493 INFO [stderr] Compiling kompact v0.4.0 (/source) Nov 18 07:56:08.350 INFO [stdout] Path too long for port: Path { global: false, segments: [PathSegment { ident: Ident("lookup"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("gc"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("ActorRefReaper"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] } Nov 18 07:56:08.585 INFO [stderr] warning: unused `#[macro_use]` import Nov 18 07:56:08.586 INFO [stderr] --> src/lib.rs:18:1 Nov 18 07:56:08.587 INFO [stderr] | Nov 18 07:56:08.587 INFO [stderr] 18 | #[macro_use] Nov 18 07:56:08.588 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:56:08.588 INFO [stderr] | Nov 18 07:56:08.589 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 07:56:08.589 INFO [stderr] Nov 18 07:56:08.590 INFO [stderr] warning: unused `#[macro_use]` import Nov 18 07:56:08.590 INFO [stderr] --> src/lib.rs:20:1 Nov 18 07:56:08.591 INFO [stderr] | Nov 18 07:56:08.591 INFO [stderr] 20 | #[macro_use] Nov 18 07:56:08.591 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:56:08.592 INFO [stderr] Nov 18 07:56:08.707 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Nov 18 07:56:08.707 INFO [stderr] --> src/net/mod.rs:27:5 Nov 18 07:56:08.707 INFO [stderr] | Nov 18 07:56:08.707 INFO [stderr] 27 | use tokio::net::ConnectFuture; Nov 18 07:56:08.707 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:08.707 INFO [stderr] | Nov 18 07:56:08.707 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 07:56:08.707 INFO [stderr] Nov 18 07:56:08.727 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Nov 18 07:56:08.727 INFO [stderr] --> src/net/mod.rs:226:19 Nov 18 07:56:08.727 INFO [stderr] | Nov 18 07:56:08.727 INFO [stderr] 226 | type Future = ConnectFuture; Nov 18 07:56:08.727 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 07:56:08.727 INFO [stderr] Nov 18 07:56:09.911 INFO [stderr] warning: unused variable: `path_type` Nov 18 07:56:09.911 INFO [stderr] --> src/messaging/framing.rs:392:13 Nov 18 07:56:09.911 INFO [stderr] | Nov 18 07:56:09.912 INFO [stderr] 392 | let path_type = PathType::Named as u8; Nov 18 07:56:09.912 INFO [stderr] | ^^^^^^^^^ help: consider using `_path_type` instead Nov 18 07:56:09.912 INFO [stderr] | Nov 18 07:56:09.912 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 18 07:56:09.912 INFO [stderr] Nov 18 07:56:09.912 INFO [stderr] warning: unused variable: `protocol` Nov 18 07:56:09.912 INFO [stderr] --> src/messaging/framing.rs:393:13 Nov 18 07:56:09.913 INFO [stderr] | Nov 18 07:56:09.913 INFO [stderr] 393 | let protocol = Transport::TCP as u8; Nov 18 07:56:09.913 INFO [stderr] | ^^^^^^^^ help: consider using `_protocol` instead Nov 18 07:56:09.913 INFO [stderr] Nov 18 07:56:09.913 INFO [stderr] warning: unused variable: `address_type` Nov 18 07:56:09.913 INFO [stderr] --> src/messaging/framing.rs:394:13 Nov 18 07:56:09.914 INFO [stderr] | Nov 18 07:56:09.914 INFO [stderr] 394 | let address_type = AddressType::IPv4 as u8; Nov 18 07:56:09.914 INFO [stderr] | ^^^^^^^^^^^^ help: consider using `_address_type` instead Nov 18 07:56:09.914 INFO [stderr] Nov 18 07:56:10.476 INFO [stderr] warning: constant item is never used: `MULTIPLICATIVE_DECREASE_NUM` Nov 18 07:56:10.476 INFO [stderr] --> src/dispatch/lookup/gc.rs:12:5 Nov 18 07:56:10.477 INFO [stderr] | Nov 18 07:56:10.477 INFO [stderr] 12 | pub const MULTIPLICATIVE_DECREASE_NUM: u64 = 1; Nov 18 07:56:10.477 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:10.477 INFO [stderr] | Nov 18 07:56:10.478 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 18 07:56:10.478 INFO [stderr] Nov 18 07:56:10.478 INFO [stderr] warning: variant is never constructed: `MIMD` Nov 18 07:56:10.478 INFO [stderr] --> src/dispatch/lookup/gc.rs:35:5 Nov 18 07:56:10.479 INFO [stderr] | Nov 18 07:56:10.479 INFO [stderr] 35 | MIMD, // multiplicative increase/multiplicative decrease Nov 18 07:56:10.479 INFO [stderr] | ^^^^ Nov 18 07:56:10.479 INFO [stderr] Nov 18 07:56:10.480 INFO [stderr] warning: method is never used: `new` Nov 18 07:56:10.481 INFO [stderr] --> src/dispatch/lookup/gc.rs:55:5 Nov 18 07:56:10.481 INFO [stderr] | Nov 18 07:56:10.481 INFO [stderr] 55 | / pub fn new( Nov 18 07:56:10.482 INFO [stderr] 56 | | initial_interval: u64, Nov 18 07:56:10.482 INFO [stderr] 57 | | min: u64, Nov 18 07:56:10.482 INFO [stderr] 58 | | max: u64, Nov 18 07:56:10.482 INFO [stderr] ... | Nov 18 07:56:10.483 INFO [stderr] 66 | | } Nov 18 07:56:10.483 INFO [stderr] 67 | | } Nov 18 07:56:10.483 INFO [stderr] | |_____^ Nov 18 07:56:10.484 INFO [stderr] Nov 18 07:56:10.484 INFO [stderr] warning: method is never used: `exists` Nov 18 07:56:10.484 INFO [stderr] --> src/dispatch/queue_manager.rs:62:5 Nov 18 07:56:10.485 INFO [stderr] | Nov 18 07:56:10.485 INFO [stderr] 62 | pub fn exists(&self, dst: &SocketAddr) -> bool { Nov 18 07:56:10.485 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:10.485 INFO [stderr] Nov 18 07:56:10.486 INFO [stderr] warning: variant is never constructed: `Domain` Nov 18 07:56:10.486 INFO [stderr] --> src/messaging/framing.rs:43:5 Nov 18 07:56:10.486 INFO [stderr] | Nov 18 07:56:10.487 INFO [stderr] 43 | Domain = 2, Nov 18 07:56:10.487 INFO [stderr] | ^^^^^^^^^^ Nov 18 07:56:10.487 INFO [stderr] Nov 18 07:56:10.488 INFO [stderr] warning: method is never used: `new` Nov 18 07:56:10.488 INFO [stderr] --> src/net/mod.rs:72:5 Nov 18 07:56:10.488 INFO [stderr] | Nov 18 07:56:10.488 INFO [stderr] 72 | pub fn new() -> Self { Nov 18 07:56:10.489 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:10.489 INFO [stderr] Nov 18 07:56:10.489 INFO [stderr] warning: variant is never constructed: `Faulty` Nov 18 07:56:10.490 INFO [stderr] --> src/supervision.rs:36:5 Nov 18 07:56:10.490 INFO [stderr] | Nov 18 07:56:10.490 INFO [stderr] 36 | Faulty(Uuid), Nov 18 07:56:10.491 INFO [stderr] | ^^^^^^^^^^^^ Nov 18 07:56:10.491 INFO [stderr] Nov 18 07:56:10.512 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:56:10.512 INFO [stderr] --> src/net/mod.rs:197:37 Nov 18 07:56:10.512 INFO [stderr] | Nov 18 07:56:10.512 INFO [stderr] 197 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(err))); Nov 18 07:56:10.512 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:10.513 INFO [stderr] | Nov 18 07:56:10.513 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 18 07:56:10.513 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:56:10.513 INFO [stderr] Nov 18 07:56:10.513 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:56:10.513 INFO [stderr] --> src/net/mod.rs:206:29 Nov 18 07:56:10.514 INFO [stderr] | Nov 18 07:56:10.514 INFO [stderr] 206 | / events.unbounded_send(NetworkEvent::Connection( Nov 18 07:56:10.514 INFO [stderr] 207 | | peer_addr, Nov 18 07:56:10.514 INFO [stderr] 208 | | ConnectionState::Connected(tx), Nov 18 07:56:10.514 INFO [stderr] 209 | | )); Nov 18 07:56:10.514 INFO [stderr] | |_______________________________^ Nov 18 07:56:10.514 INFO [stderr] | Nov 18 07:56:10.515 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:56:10.515 INFO [stderr] Nov 18 07:56:10.515 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:56:10.515 INFO [stderr] --> src/net/mod.rs:253:13 Nov 18 07:56:10.515 INFO [stderr] | Nov 18 07:56:10.515 INFO [stderr] 253 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(e))); Nov 18 07:56:10.516 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 07:56:10.516 INFO [stderr] | Nov 18 07:56:10.516 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:56:10.516 INFO [stderr] Nov 18 07:56:10.516 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:56:10.516 INFO [stderr] --> src/net/mod.rs:269:13 Nov 18 07:56:10.516 INFO [stderr] | Nov 18 07:56:10.517 INFO [stderr] 269 | / events.unbounded_send(NetworkEvent::Connection( Nov 18 07:56:10.517 INFO [stderr] 270 | | peer_addr, Nov 18 07:56:10.517 INFO [stderr] 271 | | ConnectionState::Connected(tx), Nov 18 07:56:10.517 INFO [stderr] 272 | | )); Nov 18 07:56:10.517 INFO [stderr] | |_______________^ Nov 18 07:56:10.517 INFO [stderr] | Nov 18 07:56:10.517 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:56:10.518 INFO [stderr] Nov 18 07:56:10.539 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 18 07:56:10.539 INFO [stderr] --> src/utils.rs:65:9 Nov 18 07:56:10.539 INFO [stderr] | Nov 18 07:56:10.539 INFO [stderr] 65 | / self.result_channel Nov 18 07:56:10.539 INFO [stderr] 66 | | .send(t) Nov 18 07:56:10.539 INFO [stderr] 67 | | // ISSUE #12: Explicitly swallow errors Nov 18 07:56:10.539 INFO [stderr] 68 | | .map_err(|_| ()); Nov 18 07:56:10.539 INFO [stderr] | |_____________________________^ Nov 18 07:56:10.539 INFO [stderr] | Nov 18 07:56:10.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 18 07:56:10.539 INFO [stderr] Nov 18 07:56:19.587 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.35s Nov 18 07:56:19.603 INFO [stderr] su: No module specific data is present Nov 18 07:56:20.525 INFO running `"docker" "inspect" "2012a43c52a08d975ac73ad4801396114cf9c7330bad6de2289a69e9db821850"` Nov 18 07:56:20.821 INFO running `"docker" "rm" "-f" "2012a43c52a08d975ac73ad4801396114cf9c7330bad6de2289a69e9db821850"` Nov 18 07:56:21.099 INFO [stdout] 2012a43c52a08d975ac73ad4801396114cf9c7330bad6de2289a69e9db821850 Nov 18 07:56:21.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 07:56:21.501 INFO [stdout] 16650905410cc2a59201b03dd5648b1080da94ab3063053f3486ddedbeaefe97 Nov 18 07:56:21.501 INFO running `"docker" "start" "-a" "16650905410cc2a59201b03dd5648b1080da94ab3063053f3486ddedbeaefe97"` Nov 18 07:56:22.734 INFO [stderr] usermod: no changes Nov 18 07:56:22.895 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s Nov 18 07:56:22.895 INFO [stderr] Running /target/debug/deps/kompact-02ef6d953c12dbbc Nov 18 07:56:22.903 INFO [stdout] Nov 18 07:56:22.903 INFO [stdout] running 23 tests Nov 18 07:56:22.911 INFO [stdout] test actors::tests::actor_path_strings ... ok Nov 18 07:56:22.911 INFO [stdout] test messaging::framing::identity_tests::identity ... ok Nov 18 07:56:22.935 INFO [stdout] test messaging::framing::serialisation::system_path_header ... ok Nov 18 07:56:22.936 INFO [stdout] test serialisation::tests::ser_deser_equivalence ... ok Nov 18 07:56:22.949 INFO [stdout] test component::tests::component_core_send ... ok Nov 18 07:56:22.949 INFO [stdout] test serialisation::tests::trivial_deser_equivalence ... ok Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Requesting actor registration at ActorId(Uuid("b7a71140-c55b-4da5-a682-834bb842e45e")), system: kompics-runtime-1 Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Requesting actor registration at ActorId(Uuid("dc840412-8354-454a-a67d-92ea13fd498f")), system: kompics-runtime-1 Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Component started., cid: 6a0b6a80-ebe9-49d6-918e-209f1a176211, system: kompics-runtime-1 Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 6a0b6a80-ebe9-49d6-918e-209f1a176211, system: kompics-runtime-1 Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Component started., cid: 850710c4-0449-4051-a91d-2e91e5a5dd6a, system: kompics-runtime-1 Nov 18 07:56:22.955 INFO [stderr] Nov 18 07:56:22.948 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 850710c4-0449-4051-a91d-2e91e5a5dd6a, system: kompics-runtime-1 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Component started., cid: e9dac858-f376-4659-9000-264f9129858a, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: e9dac858-f376-4659-9000-264f9129858a, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Component started., cid: 33e2a11b-0c65-4adf-ab52-efed1072c930, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 33e2a11b-0c65-4adf-ab52-efed1072c930, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Component started., cid: 5f1b8f7b-c546-4fa9-ad23-eeaef6fa80e1, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Starting., ctype: ComponentSupervisor, cid: 5f1b8f7b-c546-4fa9-ad23-eeaef6fa80e1, system: kompics-runtime-5 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Requesting actor registration for "ponger", system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Requesting actor registration at Alias("ponger"), system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Component started., cid: ec3d13b8-d0b1-4f9f-8310-d1606e7490d2, system: kompics-runtime-3 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Component started., cid: 4a0e8cbb-ef13-4c65-a174-56808df0cab6, system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: ec3d13b8-d0b1-4f9f-8310-d1606e7490d2, system: kompics-runtime-3 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.979 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 4a0e8cbb-ef13-4c65-a174-56808df0cab6, system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.980 DEBG Component started., cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.980 DEBG Component started., cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.980 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:22.983 INFO [stderr] Nov 18 07:56:22.980 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:22.983 INFO [stdout] test serialisation::helpers::helper_tests::actor_path_ser_deser_equivalence ... ok Nov 18 07:56:22.990 INFO [stderr] Nov 18 07:56:22.990 DEBG Requesting actor registration at ActorId(Uuid("33f3daa7-56b0-4e81-9544-e86409b83552")), system: kompics-runtime-7 Nov 18 07:56:22.996 INFO [stderr] Nov 18 07:56:22.993 DEBG Requesting actor registration at ActorId(Uuid("a381bffb-1b1b-463d-b082-95b64180dc38")), system: kompics-runtime-7 Nov 18 07:56:22.996 INFO [stderr] Nov 18 07:56:22.993 DEBG Requesting actor registration for "custom_name", system: kompics-runtime-7 Nov 18 07:56:22.996 INFO [stderr] Nov 18 07:56:22.993 DEBG Requesting actor registration at Alias("custom_name"), system: kompics-runtime-7 Nov 18 07:56:22.996 INFO [stderr] Nov 18 07:56:22.993 DEBG Requesting actor registration at ActorId(Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59")), system: kompics-runtime-3 Nov 18 07:56:22.996 INFO [stderr] Nov 18 07:56:22.993 DEBG Requesting actor registration at ActorId(Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6")), system: kompics-runtime-3 Nov 18 07:56:22.999 INFO [stdout] test timer::tests::simple_simulation ... ok Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Component started., cid: 8bb6c1b5-3c1a-469f-9d8b-0426be41aeb6, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 8bb6c1b5-3c1a-469f-9d8b-0426be41aeb6, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Component started., cid: c7f8e9c2-23ea-4bd1-a1a4-e289d460ffb5, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: c7f8e9c2-23ea-4bd1-a1a4-e289d460ffb5, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Component started., cid: c54a4854-f2a2-44f7-8d19-ef864d704583, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.005 DEBG Starting., ctype: ComponentSupervisor, cid: c54a4854-f2a2-44f7-8d19-ef864d704583, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 DEBG Component started., cid: 85ecddc9-4163-4d6c-9413-65fd3de860a1, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 INFO Starting TestComponent, ctype: TestComponent, cid: 85ecddc9-4163-4d6c-9413-65fd3de860a1, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 DEBG Component started., cid: 2d022c12-8b0f-4868-b03d-d47cca164efe, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 INFO Starting RecvComponent, ctype: RecvComponent, cid: 2d022c12-8b0f-4868-b03d-d47cca164efe, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 DEBG Component(85ecddc9-4163-4d6c-9413-65fd3de860a1) was started., ctype: ComponentSupervisor, cid: c54a4854-f2a2-44f7-8d19-ef864d704583, system: kompics-runtime-6 Nov 18 07:56:23.007 INFO [stderr] Nov 18 07:56:23.006 DEBG Component(2d022c12-8b0f-4868-b03d-d47cca164efe) was started., ctype: ComponentSupervisor, cid: c54a4854-f2a2-44f7-8d19-ef864d704583, system: kompics-runtime-6 Nov 18 07:56:23.009 INFO [stderr] Nov 18 07:56:23.006 INFO Got event Test, ctype: RecvComponent, cid: 2d022c12-8b0f-4868-b03d-d47cca164efe, system: kompics-runtime-6 Nov 18 07:56:23.009 INFO [stderr] Nov 18 07:56:23.007 DEBG Requesting actor registration at ActorId(Uuid("019fb86e-91b3-4ec2-917c-fcc081fe165e")), system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 DEBG Component started., cid: b12e7368-2e69-42da-ae4e-7d1bbacd6d8a, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: b12e7368-2e69-42da-ae4e-7d1bbacd6d8a, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 DEBG Component started., cid: e55aa95d-6cdb-477b-b954-5d8e2f9a0675, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: e55aa95d-6cdb-477b-b954-5d8e2f9a0675, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 WARN LocalDispatcher received Registration(Register(, ActorId(Uuid("019fb86e-91b3-4ec2-917c-fcc081fe165e")), Some(Promise { result_channel: Sender }))), but doesn't know what to do with it (hint: implement dispatching ;), ctype: LocalDispatcher, cid: e55aa95d-6cdb-477b-b954-5d8e2f9a0675, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.009 DEBG Component started., cid: d371036c-6bd2-4c9b-89c3-c1ac6998dba3, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.010 DEBG Starting., ctype: ComponentSupervisor, cid: d371036c-6bd2-4c9b-89c3-c1ac6998dba3, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.010 DEBG Component started., cid: 019fb86e-91b3-4ec2-917c-fcc081fe165e, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.010 INFO Starting TimerRecvComponent, ctype: TimerRecvComponent, cid: 019fb86e-91b3-4ec2-917c-fcc081fe165e, system: kompics-runtime-10 Nov 18 07:56:23.011 INFO [stderr] Nov 18 07:56:23.010 DEBG Component(019fb86e-91b3-4ec2-917c-fcc081fe165e) was started., ctype: ComponentSupervisor, cid: d371036c-6bd2-4c9b-89c3-c1ac6998dba3, system: kompics-runtime-10 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: 558ce0a6-ed7b-4c52-b5e7-260516fcfb2d, system: kompics-runtime-7 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 558ce0a6-ed7b-4c52-b5e7-260516fcfb2d, system: kompics-runtime-7 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Requesting actor registration at ActorId(Uuid("4fb8f77f-e52c-4146-a78a-129dae8cf471")), system: kompics-runtime-9 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: 7c70f98b-8d6d-40cb-b8ef-1c1a03369854, system: kompics-runtime-9 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 7c70f98b-8d6d-40cb-b8ef-1c1a03369854, system: kompics-runtime-9 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: ca4cd6a5-d4e3-454f-9cdc-042a151fbe9a, system: kompics-runtime-9 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: ca4cd6a5-d4e3-454f-9cdc-042a151fbe9a, system: kompics-runtime-9 Nov 18 07:56:23.037 INFO [stderr] Nov 18 07:56:23.035 WARN LocalDispatcher received Registration(Register(, ActorId(Uuid("4fb8f77f-e52c-4146-a78a-129dae8cf471")), Some(Promise { result_channel: Sender }))), but doesn't know what to do with it (hint: implement dispatching ;), ctype: LocalDispatcher, cid: ca4cd6a5-d4e3-454f-9cdc-042a151fbe9a, system: kompics-runtime-9 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting., ctype: ComponentSupervisor, cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.035 DEBG Component started., cid: bebf077c-ff3a-48fc-863b-5e0e95f54d63, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.035 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: bebf077c-ff3a-48fc-863b-5e0e95f54d63, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: 9e998d26-fc8f-4b95-bf34-bb5d4fd165dd, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 9e998d26-fc8f-4b95-bf34-bb5d4fd165dd, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: 19725420-67ab-4771-ae54-81ed7562c9f9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Starting., ctype: ComponentSupervisor, cid: 19725420-67ab-4771-ae54-81ed7562c9f9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: ec8bd917-23bb-4ee4-bf09-737603a51f21, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 INFO Starting TestComponent, ctype: TestComponent, cid: ec8bd917-23bb-4ee4-bf09-737603a51f21, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: f6d140c5-9ee7-420a-b3b6-0d81b65a18b9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 INFO Starting RecvComponent, ctype: RecvComponent, cid: f6d140c5-9ee7-420a-b3b6-0d81b65a18b9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 INFO Got event Test, ctype: RecvComponent, cid: f6d140c5-9ee7-420a-b3b6-0d81b65a18b9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component(ec8bd917-23bb-4ee4-bf09-737603a51f21) was started., ctype: ComponentSupervisor, cid: 19725420-67ab-4771-ae54-81ed7562c9f9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component(f6d140c5-9ee7-420a-b3b6-0d81b65a18b9) was started., ctype: ComponentSupervisor, cid: 19725420-67ab-4771-ae54-81ed7562c9f9, system: kompics-runtime-8 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Starting., ctype: ComponentSupervisor, cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 INFO Starting, ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Component started., cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 INFO Starting, ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.036 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 850710c4-0449-4051-a91d-2e91e5a5dd6a, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.037 DEBG Component(b7a71140-c55b-4da5-a682-834bb842e45e) was started., ctype: ComponentSupervisor, cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.038 INFO [stderr] Nov 18 07:56:23.037 DEBG Component(dc840412-8354-454a-a67d-92ea13fd498f) was started., ctype: ComponentSupervisor, cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.037 INFO Got local Ping(0), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Pong(0), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Ping(1), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Pong(1), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Ping(2), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Pong(2), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.039 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Ping(3), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.038 INFO Got local Pong(3), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(4), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Pong(4), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(5), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Pong(5), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(6), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Pong(6), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(7), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Pong(7), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(8), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Pong(8), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.039 INFO Got local Ping(9), ctype: PongerAct, cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.040 INFO [stderr] Nov 18 07:56:23.040 INFO Got local Pong(9), ctype: PingerAct, cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 DEBG Component started., cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 DEBG Starting., ctype: ComponentSupervisor, cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 DEBG Component started., cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 INFO Starting, ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 DEBG Component started., cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 INFO Starting, ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.055 INFO [stderr] Nov 18 07:56:23.051 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Component started., cid: ca7a3b21-8433-445e-af38-3afde7fdf7a1, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Starting., ctype: ComponentSupervisor, cid: ca7a3b21-8433-445e-af38-3afde7fdf7a1, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Component started., cid: 8f5fa1c0-98d4-4ccb-aa64-5eeb029a7d1b, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 INFO Starting, ctype: PongerAct, cid: 8f5fa1c0-98d4-4ccb-aa64-5eeb029a7d1b, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Component(8f5fa1c0-98d4-4ccb-aa64-5eeb029a7d1b) was started., ctype: ComponentSupervisor, cid: ca7a3b21-8433-445e-af38-3afde7fdf7a1, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.075 DEBG Requesting actor registration for "ponger", system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.076 DEBG Requesting actor registration at Alias("ponger"), system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.076 WARN Detected duplicate path during registration. The path will not be re-registered, ctype: NetworkDispatcher, cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.076 DEBG Component killed., cid: 8f5fa1c0-98d4-4ccb-aa64-5eeb029a7d1b, system: kompics-runtime-4 Nov 18 07:56:23.079 INFO [stderr] Nov 18 07:56:23.076 DEBG Component(8f5fa1c0-98d4-4ccb-aa64-5eeb029a7d1b) was killed and deallocated., ctype: ComponentSupervisor, cid: ca7a3b21-8433-445e-af38-3afde7fdf7a1, system: kompics-runtime-4 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Component started., cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Starting., ctype: ComponentSupervisor, cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Component started., cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 INFO Starting, ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Component started., cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 INFO Starting, ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Component(33f3daa7-56b0-4e81-9544-e86409b83552) was started., ctype: ComponentSupervisor, cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.081 DEBG Component(a381bffb-1b1b-463d-b082-95b64180dc38) was started., ctype: ComponentSupervisor, cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.082 DEBG Component(75cdf7a2-8da8-47c6-9494-9caa3a730c59) was started., ctype: ComponentSupervisor, cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:23.083 INFO [stderr] Nov 18 07:56:23.082 DEBG Component(a7306c28-20c4-4dcc-87c4-670279a59ca6) was started., ctype: ComponentSupervisor, cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:23.091 INFO [stdout] Running action 0 0.101318ms late Nov 18 07:56:23.095 INFO [stderr] Nov 18 07:56:23.093 DEBG No connection found; establishing and queuing frame, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.099 INFO [stderr] Nov 18 07:56:23.098 DEBG Establishing new connection to V4(127.0.0.1:8083), ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.099 INFO [stderr] Nov 18 07:56:23.099 DEBG Connection is initializing; queuing frame, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.128 INFO [stderr] Nov 18 07:56:23.127 DEBG registering newly connected conn at V4(127.0.0.1:8083), ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.128 INFO [stderr] Nov 18 07:56:23.127 DEBG connected TCP client at TcpStream { addr: V4(127.0.0.1:8083), peer: V4(127.0.0.1:35874), fd: 22 }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.128 INFO [stderr] Nov 18 07:56:23.128 DEBG registering newly connected conn at V4(127.0.0.1:35874), ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.219 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.219 INFO Got msg Ping(0), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.219 DEBG No connection found; establishing and queuing frame, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.219 DEBG Establishing new connection to V4(127.0.0.1:8082), ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.219 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.220 INFO Got msg Ping(0), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.220 INFO [stderr] Nov 18 07:56:23.220 DEBG Connection is initializing; queuing frame, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.230 INFO [stderr] Nov 18 07:56:23.227 DEBG connected TCP client at TcpStream { addr: V4(127.0.0.1:8082), peer: V4(127.0.0.1:58236), fd: 24 }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.230 INFO [stderr] Nov 18 07:56:23.227 DEBG registering newly connected conn at V4(127.0.0.1:8082), ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.236 INFO [stderr] Nov 18 07:56:23.235 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.236 INFO [stderr] Nov 18 07:56:23.235 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.240 INFO [stdout] Running action 1 0.073804ms late Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.236 DEBG registering newly connected conn at V4(127.0.0.1:58236), ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.240 INFO Got msg Pong(0), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.240 INFO Got msg Pong(0), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.241 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.241 INFO Got msg Ping(1), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.245 INFO [stderr] Nov 18 07:56:23.242 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.246 INFO [stderr] Nov 18 07:56:23.242 INFO Got msg Ping(1), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.251 INFO [stderr] Nov 18 07:56:23.251 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.251 INFO [stderr] Nov 18 07:56:23.251 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.259 INFO [stderr] Nov 18 07:56:23.258 INFO Got msg Pong(1), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.259 INFO [stderr] Nov 18 07:56:23.259 INFO Got msg Pong(1), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.261 INFO [stderr] Nov 18 07:56:23.260 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.261 INFO [stderr] Nov 18 07:56:23.260 INFO Got msg Ping(2), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.262 INFO [stderr] Nov 18 07:56:23.262 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.262 INFO [stderr] Nov 18 07:56:23.262 INFO Got msg Ping(2), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.263 INFO [stderr] Nov 18 07:56:23.262 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.263 INFO [stderr] Nov 18 07:56:23.262 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.264 INFO [stderr] Nov 18 07:56:23.263 INFO Got msg Pong(2), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.264 INFO [stderr] Nov 18 07:56:23.263 INFO Got msg Pong(2), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.265 INFO [stderr] Nov 18 07:56:23.265 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.265 INFO [stderr] Nov 18 07:56:23.265 INFO Got msg Ping(3), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.265 INFO [stderr] Nov 18 07:56:23.265 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.266 INFO [stderr] Nov 18 07:56:23.265 INFO Got msg Pong(3), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.267 INFO [stderr] Nov 18 07:56:23.267 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.267 INFO [stderr] Nov 18 07:56:23.267 INFO Got msg Ping(3), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.267 INFO [stderr] Nov 18 07:56:23.267 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.271 INFO [stderr] Nov 18 07:56:23.271 INFO Got msg Pong(3), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.272 INFO [stderr] Nov 18 07:56:23.272 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.272 INFO [stderr] Nov 18 07:56:23.272 INFO Got msg Ping(4), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.272 INFO [stderr] Nov 18 07:56:23.272 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.273 INFO [stderr] Nov 18 07:56:23.273 INFO Got msg Pong(4), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.275 INFO [stderr] Nov 18 07:56:23.275 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.275 INFO [stderr] Nov 18 07:56:23.275 INFO Got msg Ping(4), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.275 INFO [stderr] Nov 18 07:56:23.275 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.281 INFO [stderr] Nov 18 07:56:23.280 INFO Got msg Pong(4), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.284 INFO [stderr] Nov 18 07:56:23.282 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.284 INFO [stderr] Nov 18 07:56:23.282 INFO Got msg Ping(5), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.286 INFO [stderr] Nov 18 07:56:23.282 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.286 INFO [stderr] Nov 18 07:56:23.282 INFO Got msg Pong(5), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.296 INFO [stderr] Nov 18 07:56:23.295 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.297 INFO [stderr] Nov 18 07:56:23.295 INFO Got msg Ping(5), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.298 INFO [stderr] Nov 18 07:56:23.295 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.299 INFO [stderr] Nov 18 07:56:23.298 INFO Got msg Pong(5), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.301 INFO [stderr] Nov 18 07:56:23.300 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.302 INFO [stderr] Nov 18 07:56:23.300 INFO Got msg Ping(6), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.304 INFO [stderr] Nov 18 07:56:23.303 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.304 INFO [stderr] Nov 18 07:56:23.303 INFO Got msg Ping(6), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.312 INFO [stderr] Nov 18 07:56:23.305 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.313 INFO [stderr] Nov 18 07:56:23.305 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.317 INFO [stderr] Nov 18 07:56:23.316 INFO Got msg Pong(6), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.317 INFO [stderr] Nov 18 07:56:23.316 INFO Got msg Pong(6), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.318 INFO [stderr] Nov 18 07:56:23.316 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.319 INFO [stderr] Nov 18 07:56:23.316 INFO Got msg Ping(7), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.320 INFO [stderr] Nov 18 07:56:23.316 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.321 INFO [stderr] Nov 18 07:56:23.316 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.321 INFO [stderr] Nov 18 07:56:23.316 INFO Got msg Ping(7), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.322 INFO [stderr] Nov 18 07:56:23.316 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.324 INFO [stderr] Nov 18 07:56:23.323 INFO Got msg Pong(7), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.324 INFO [stderr] Nov 18 07:56:23.323 INFO Got msg Pong(7), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.327 INFO [stderr] Nov 18 07:56:23.325 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.327 INFO [stderr] Nov 18 07:56:23.325 INFO Got msg Ping(8), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.328 INFO [stderr] Nov 18 07:56:23.325 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.329 INFO [stderr] Nov 18 07:56:23.329 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.331 INFO [stderr] Nov 18 07:56:23.329 INFO Got msg Ping(8), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.331 INFO [stderr] Nov 18 07:56:23.329 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.333 INFO [stderr] Nov 18 07:56:23.332 INFO Got msg Pong(8), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.333 INFO [stderr] Nov 18 07:56:23.332 INFO Got msg Pong(8), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.335 INFO [stderr] Nov 18 07:56:23.334 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.335 INFO [stderr] Nov 18 07:56:23.334 INFO Got msg Ping(9), ctype: PongerAct, cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:23.335 INFO [stderr] Nov 18 07:56:23.334 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("33f3daa7-56b0-4e81-9544-e86409b83552") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("75cdf7a2-8da8-47c6-9494-9caa3a730c59") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.338 INFO [stderr] Nov 18 07:56:23.337 INFO Got msg Pong(9), ctype: PingerAct, cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:23.339 INFO [stderr] Nov 18 07:56:23.339 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), dst: Named(NamedPath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, path: ["custom_name"] }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.340 INFO [stderr] Nov 18 07:56:23.339 INFO Got msg Ping(9), ctype: PongerAct, cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:23.340 INFO [stderr] Nov 18 07:56:23.339 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("a381bffb-1b1b-463d-b082-95b64180dc38") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("a7306c28-20c4-4dcc-87c4-670279a59ca6") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.342 INFO [stderr] Nov 18 07:56:23.342 INFO Got msg Pong(9), ctype: PingerAct, cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:23.410 INFO [stdout] Running action 2 20.595085ms late Nov 18 07:56:23.543 INFO [stdout] Running action 3 0.070295ms late Nov 18 07:56:23.551 INFO [stderr] Nov 18 07:56:23.543 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 850710c4-0449-4051-a91d-2e91e5a5dd6a, system: kompics-runtime-1 Nov 18 07:56:23.574 INFO [stderr] Nov 18 07:56:23.573 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:23.583 INFO [stderr] Nov 18 07:56:23.580 DEBG Scheduling reaping at 250ms, ctype: NetworkDispatcher, cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:23.583 INFO [stderr] Nov 18 07:56:23.581 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:23.691 INFO [stdout] Running action 4 1.788112ms late Nov 18 07:56:23.836 INFO [stderr] Nov 18 07:56:23.835 DEBG Scheduling reaping at 750ms, ctype: NetworkDispatcher, cid: 99d0116f-891a-4382-931d-15e07a3693a2, system: kompics-runtime-4 Nov 18 07:56:23.843 INFO [stdout] Running action 5 3.199198ms late Nov 18 07:56:23.952 INFO [stdout] test dispatch::dispatch_tests::local_delivery ... ok Nov 18 07:56:23.955 INFO [stderr] Nov 18 07:56:23.951 DEBG Component stopped., cid: dc840412-8354-454a-a67d-92ea13fd498f, system: kompics-runtime-1 Nov 18 07:56:23.955 INFO [stderr] Nov 18 07:56:23.951 DEBG Component killed., cid: b7a71140-c55b-4da5-a682-834bb842e45e, system: kompics-runtime-1 Nov 18 07:56:23.955 INFO [stderr] Nov 18 07:56:23.951 DEBG Component(dc840412-8354-454a-a67d-92ea13fd498f) was stopped., ctype: ComponentSupervisor, cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.955 INFO [stderr] Nov 18 07:56:23.951 DEBG Component(b7a71140-c55b-4da5-a682-834bb842e45e) was killed and deallocated., ctype: ComponentSupervisor, cid: d59641c4-8a67-42cf-916e-cf9c2ab74b57, system: kompics-runtime-1 Nov 18 07:56:23.996 INFO [stdout] Running action 6 1.76218ms late Nov 18 07:56:24.057 INFO [stdout] test tests::test_timer ... ok Nov 18 07:56:24.057 INFO [stdout] test timer::wheels::tests::increasing_schedule_overflow ... ok Nov 18 07:56:24.058 INFO [stdout] test timer::wheels::tests::increasing_skip ... ok Nov 18 07:56:24.058 INFO [stdout] test timer::wheels::tests::single_ms_cancel ... ok Nov 18 07:56:24.058 INFO [stdout] test tests::test_start_stop ... ok Nov 18 07:56:24.058 INFO [stdout] test timer::wheels::tests::single_ms_schedule ... ok Nov 18 07:56:24.058 INFO [stdout] test timer::wheels::tests::single_schedule_fail ... ok Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component started., cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 INFO Starting CounterComponent, ctype: CounterComponent, cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 INFO CounterComponent got a message!, ctype: CounterComponent, cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component(4fb8f77f-e52c-4146-a78a-129dae8cf471) was started., ctype: ComponentSupervisor, cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component stopped., cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 INFO Stopping CounterComponent, ctype: CounterComponent, cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component(4fb8f77f-e52c-4146-a78a-129dae8cf471) was stopped., ctype: ComponentSupervisor, cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component started., cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 INFO Starting CounterComponent, ctype: CounterComponent, cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 INFO CounterComponent got a message!, ctype: CounterComponent, cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component(4fb8f77f-e52c-4146-a78a-129dae8cf471) was started., ctype: ComponentSupervisor, cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.027 DEBG Component killed., cid: 4fb8f77f-e52c-4146-a78a-129dae8cf471, system: kompics-runtime-9 Nov 18 07:56:24.058 INFO [stderr] Nov 18 07:56:24.028 DEBG Component(4fb8f77f-e52c-4146-a78a-129dae8cf471) was killed and deallocated., ctype: ComponentSupervisor, cid: 3b8bd063-9723-4137-bcca-eaa6126410b3, system: kompics-runtime-9 Nov 18 07:56:24.091 INFO [stdout] test dispatch::dispatch_tests::named_registration ... ok Nov 18 07:56:24.091 INFO [stdout] test timer::wheels::tests::single_ms_reschedule ... ok Nov 18 07:56:24.195 INFO [stdout] Running action 7 0.059755ms late Nov 18 07:56:24.290 INFO [stdout] Running action 8 0.295835ms late Nov 18 07:56:24.443 INFO [stdout] Running action 9 3.823242ms late Nov 18 07:56:24.583 INFO [stderr] Nov 18 07:56:24.582 DEBG Scheduling reaping at 1500ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:24.591 INFO [stderr] Nov 18 07:56:24.587 DEBG Scheduling reaping at 1500ms, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:25.010 INFO [stderr] Nov 18 07:56:25.009 INFO RecvComponent received Any, ctype: RecvComponent, cid: 2d022c12-8b0f-4868-b03d-d47cca164efe, system: kompics-runtime-6 Nov 18 07:56:25.010 INFO [stderr] Nov 18 07:56:25.009 INFO DeadletterBox received Any from , ctype: DeadletterBox, cid: 8bb6c1b5-3c1a-469f-9d8b-0426be41aeb6, system: kompics-runtime-6 Nov 18 07:56:25.023 INFO [stderr] Nov 18 07:56:25.020 INFO RecvComponent received Any, ctype: RecvComponent, cid: f6d140c5-9ee7-420a-b3b6-0d81b65a18b9, system: kompics-runtime-8 Nov 18 07:56:25.023 INFO [stderr] Nov 18 07:56:25.020 INFO DeadletterBox received Any from , ctype: DeadletterBox, cid: bebf077c-ff3a-48fc-863b-5e0e95f54d63, system: kompics-runtime-8 Nov 18 07:56:26.021 INFO [stdout] test tests::custom_settings ... ok Nov 18 07:56:26.042 INFO [stdout] test tests::default_settings ... ok Nov 18 07:56:26.091 INFO [stderr] Nov 18 07:56:26.086 DEBG Scheduling reaping at 2000ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:26.095 INFO [stderr] Nov 18 07:56:26.091 DEBG Scheduling reaping at 2000ms, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:28.087 INFO [stderr] Nov 18 07:56:28.083 DEBG Scheduling reaping at 2500ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:28.089 INFO [stderr] Nov 18 07:56:28.088 DEBG Scheduling reaping at 2500ms, ctype: NetworkDispatcher, cid: 2aff1123-2728-40d0-8608-115032cfaf40, system: kompics-runtime-3 Nov 18 07:56:29.847 INFO [stdout] test timer::tests::simple_thread_timing ... ok Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component stopped., cid: 75cdf7a2-8da8-47c6-9494-9caa3a730c59, system: kompics-runtime-3 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component stopped., cid: a7306c28-20c4-4dcc-87c4-670279a59ca6, system: kompics-runtime-3 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component(75cdf7a2-8da8-47c6-9494-9caa3a730c59) was stopped., ctype: ComponentSupervisor, cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component(a7306c28-20c4-4dcc-87c4-670279a59ca6) was stopped., ctype: ComponentSupervisor, cid: 87fdc568-63a8-4d38-ad74-a4395461d6ef, system: kompics-runtime-3 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component killed., cid: 33f3daa7-56b0-4e81-9544-e86409b83552, system: kompics-runtime-7 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component killed., cid: a381bffb-1b1b-463d-b082-95b64180dc38, system: kompics-runtime-7 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component(33f3daa7-56b0-4e81-9544-e86409b83552) was killed and deallocated., ctype: ComponentSupervisor, cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:30.008 INFO [stderr] Nov 18 07:56:30.007 DEBG Component(a381bffb-1b1b-463d-b082-95b64180dc38) was killed and deallocated., ctype: ComponentSupervisor, cid: 69543daa-5eb6-4734-a610-6e80bf795d6d, system: kompics-runtime-7 Nov 18 07:56:30.010 INFO [stdout] test dispatch::dispatch_tests::remote_delivery_to_registered_actors ... ok Nov 18 07:56:30.588 INFO [stderr] Nov 18 07:56:30.587 DEBG Scheduling reaping at 1250ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:31.838 INFO [stderr] Nov 18 07:56:31.837 DEBG Scheduling reaping at 1750ms, ctype: NetworkDispatcher, cid: 22212149-5a74-4ff2-8f27-161f3d22d098, system: kompics-runtime-7 Nov 18 07:56:33.299 INFO [stdout] test timer::wheels::tests::increasing_schedule_no_overflow ... ok Nov 18 07:56:33.300 INFO [stdout] Nov 18 07:56:33.300 INFO [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 07:56:33.300 INFO [stdout] Nov 18 07:56:33.305 INFO [stderr] Running /target/debug/deps/pingperf-e4bb09289b732c27 Nov 18 07:56:33.308 INFO [stdout] Nov 18 07:56:33.308 INFO [stdout] running 0 tests Nov 18 07:56:33.308 INFO [stdout] Nov 18 07:56:33.309 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 07:56:33.309 INFO [stdout] Nov 18 07:56:33.311 INFO [stderr] Doc-tests kompact Nov 18 07:56:37.478 INFO [stdout] Path too long for port: Path { global: false, segments: [PathSegment { ident: Ident("lookup"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("gc"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }, PathSegment { ident: Ident("ActorRefReaper"), parameters: AngleBracketed(AngleBracketedParameterData { lifetimes: [], types: [], bindings: [] }) }] } Nov 18 07:56:37.585 INFO [stdout] Nov 18 07:56:37.585 INFO [stdout] running 0 tests Nov 18 07:56:37.585 INFO [stdout] Nov 18 07:56:37.585 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 07:56:37.585 INFO [stdout] Nov 18 07:56:37.605 INFO [stderr] su: No module specific data is present Nov 18 07:56:37.936 INFO running `"docker" "inspect" "16650905410cc2a59201b03dd5648b1080da94ab3063053f3486ddedbeaefe97"` Nov 18 07:56:38.032 INFO running `"docker" "rm" "-f" "16650905410cc2a59201b03dd5648b1080da94ab3063053f3486ddedbeaefe97"` Nov 18 07:56:38.139 INFO [stdout] 16650905410cc2a59201b03dd5648b1080da94ab3063053f3486ddedbeaefe97