Dec 15 06:46:27.572 INFO testing kompact-0.4.0 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 06:46:27.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 15 06:46:27.857 INFO [stdout] f82c596d73cef869a6003ce8f797b35dfacfa4f2da788a4f9f9345c098bd1415 Dec 15 06:46:27.859 INFO running `"docker" "start" "-a" "f82c596d73cef869a6003ce8f797b35dfacfa4f2da788a4f9f9345c098bd1415"` Dec 15 06:46:28.283 INFO [stderr] usermod: no changes Dec 15 06:46:28.499 INFO [stderr] Compiling slog v2.4.1 Dec 15 06:46:28.499 INFO [stderr] Compiling oncemutex v0.1.1 Dec 15 06:46:28.499 INFO [stderr] Compiling as_num v0.2.4 Dec 15 06:46:28.499 INFO [stderr] Compiling bitfields v0.1.0 Dec 15 06:46:28.510 INFO [stderr] Compiling kompact-actor-derive v0.4.0 Dec 15 06:46:28.510 INFO [stderr] Compiling kompact-component-derive v0.4.0 Dec 15 06:46:28.510 INFO [stderr] Compiling tokio-retry v0.2.0 Dec 15 06:46:28.510 INFO [stderr] Compiling uuid v0.4.0 Dec 15 06:46:29.407 INFO [stderr] Compiling spaniel v0.1.0 Dec 15 06:46:30.276 INFO [stderr] Compiling crossbeam-channel v0.2.6 Dec 15 06:46:34.736 INFO [stderr] Compiling slog-async v2.3.0 Dec 15 06:46:34.736 INFO [stderr] Compiling slog-term v2.4.0 Dec 15 06:46:35.895 INFO [stderr] Compiling executors v0.4.1 Dec 15 06:46:45.229 INFO [stderr] Compiling kompact v0.4.0 (/source) Dec 15 06:46:50.172 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: [] }) }] } Dec 15 06:46:50.276 INFO [stderr] warning: unused `#[macro_use]` import Dec 15 06:46:50.276 INFO [stderr] --> src/lib.rs:18:1 Dec 15 06:46:50.276 INFO [stderr] | Dec 15 06:46:50.276 INFO [stderr] 18 | #[macro_use] Dec 15 06:46:50.276 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:46:50.276 INFO [stderr] | Dec 15 06:46:50.276 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 15 06:46:50.276 INFO [stderr] Dec 15 06:46:50.276 INFO [stderr] warning: unused `#[macro_use]` import Dec 15 06:46:50.276 INFO [stderr] --> src/lib.rs:20:1 Dec 15 06:46:50.276 INFO [stderr] | Dec 15 06:46:50.276 INFO [stderr] 20 | #[macro_use] Dec 15 06:46:50.276 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:46:50.276 INFO [stderr] Dec 15 06:46:50.331 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Dec 15 06:46:50.331 INFO [stderr] --> src/net/mod.rs:27:5 Dec 15 06:46:50.331 INFO [stderr] | Dec 15 06:46:50.331 INFO [stderr] 27 | use tokio::net::ConnectFuture; Dec 15 06:46:50.331 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:50.331 INFO [stderr] | Dec 15 06:46:50.331 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 06:46:50.331 INFO [stderr] Dec 15 06:46:50.335 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Dec 15 06:46:50.335 INFO [stderr] --> src/net/mod.rs:226:19 Dec 15 06:46:50.335 INFO [stderr] | Dec 15 06:46:50.335 INFO [stderr] 226 | type Future = ConnectFuture; Dec 15 06:46:50.335 INFO [stderr] | ^^^^^^^^^^^^^ Dec 15 06:46:50.335 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: constant item is never used: `MULTIPLICATIVE_DECREASE_NUM` Dec 15 06:46:51.679 INFO [stderr] --> src/dispatch/lookup/gc.rs:12:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 12 | pub const MULTIPLICATIVE_DECREASE_NUM: u64 = 1; Dec 15 06:46:51.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: variant is never constructed: `MIMD` Dec 15 06:46:51.679 INFO [stderr] --> src/dispatch/lookup/gc.rs:35:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 35 | MIMD, // multiplicative increase/multiplicative decrease Dec 15 06:46:51.679 INFO [stderr] | ^^^^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: method is never used: `new` Dec 15 06:46:51.679 INFO [stderr] --> src/dispatch/lookup/gc.rs:55:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 55 | / pub fn new( Dec 15 06:46:51.679 INFO [stderr] 56 | | initial_interval: u64, Dec 15 06:46:51.679 INFO [stderr] 57 | | min: u64, Dec 15 06:46:51.679 INFO [stderr] 58 | | max: u64, Dec 15 06:46:51.679 INFO [stderr] ... | Dec 15 06:46:51.679 INFO [stderr] 66 | | } Dec 15 06:46:51.679 INFO [stderr] 67 | | } Dec 15 06:46:51.679 INFO [stderr] | |_____^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: method is never used: `exists` Dec 15 06:46:51.679 INFO [stderr] --> src/dispatch/queue_manager.rs:62:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 62 | pub fn exists(&self, dst: &SocketAddr) -> bool { Dec 15 06:46:51.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: variant is never constructed: `Domain` Dec 15 06:46:51.679 INFO [stderr] --> src/messaging/framing.rs:43:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 43 | Domain = 2, Dec 15 06:46:51.679 INFO [stderr] | ^^^^^^^^^^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: method is never used: `new` Dec 15 06:46:51.679 INFO [stderr] --> src/net/mod.rs:72:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 72 | pub fn new() -> Self { Dec 15 06:46:51.679 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.679 INFO [stderr] warning: variant is never constructed: `Faulty` Dec 15 06:46:51.679 INFO [stderr] --> src/supervision.rs:36:5 Dec 15 06:46:51.679 INFO [stderr] | Dec 15 06:46:51.679 INFO [stderr] 36 | Faulty(Uuid), Dec 15 06:46:51.679 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:46:51.679 INFO [stderr] Dec 15 06:46:51.703 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:46:51.703 INFO [stderr] --> src/net/mod.rs:197:37 Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] 197 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(err))); Dec 15 06:46:51.703 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 15 06:46:51.703 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:46:51.703 INFO [stderr] Dec 15 06:46:51.703 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:46:51.703 INFO [stderr] --> src/net/mod.rs:206:29 Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] 206 | / events.unbounded_send(NetworkEvent::Connection( Dec 15 06:46:51.703 INFO [stderr] 207 | | peer_addr, Dec 15 06:46:51.703 INFO [stderr] 208 | | ConnectionState::Connected(tx), Dec 15 06:46:51.703 INFO [stderr] 209 | | )); Dec 15 06:46:51.703 INFO [stderr] | |_______________________________^ Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:46:51.703 INFO [stderr] Dec 15 06:46:51.703 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:46:51.703 INFO [stderr] --> src/net/mod.rs:253:13 Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] 253 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(e))); Dec 15 06:46:51.703 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:46:51.703 INFO [stderr] Dec 15 06:46:51.703 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:46:51.703 INFO [stderr] --> src/net/mod.rs:269:13 Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] 269 | / events.unbounded_send(NetworkEvent::Connection( Dec 15 06:46:51.703 INFO [stderr] 270 | | peer_addr, Dec 15 06:46:51.703 INFO [stderr] 271 | | ConnectionState::Connected(tx), Dec 15 06:46:51.703 INFO [stderr] 272 | | )); Dec 15 06:46:51.703 INFO [stderr] | |_______________^ Dec 15 06:46:51.703 INFO [stderr] | Dec 15 06:46:51.703 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:46:51.703 INFO [stderr] Dec 15 06:46:51.719 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:46:51.719 INFO [stderr] --> src/utils.rs:65:9 Dec 15 06:46:51.719 INFO [stderr] | Dec 15 06:46:51.719 INFO [stderr] 65 | / self.result_channel Dec 15 06:46:51.719 INFO [stderr] 66 | | .send(t) Dec 15 06:46:51.719 INFO [stderr] 67 | | // ISSUE #12: Explicitly swallow errors Dec 15 06:46:51.719 INFO [stderr] 68 | | .map_err(|_| ()); Dec 15 06:46:51.719 INFO [stderr] | |_____________________________^ Dec 15 06:46:51.719 INFO [stderr] | Dec 15 06:46:51.719 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:46:51.719 INFO [stderr] Dec 15 06:47:08.700 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.40s Dec 15 06:47:08.715 INFO [stderr] su: No module specific data is present Dec 15 06:47:09.672 INFO running `"docker" "inspect" "f82c596d73cef869a6003ce8f797b35dfacfa4f2da788a4f9f9345c098bd1415"` Dec 15 06:47:10.013 INFO running `"docker" "rm" "-f" "f82c596d73cef869a6003ce8f797b35dfacfa4f2da788a4f9f9345c098bd1415"` Dec 15 06:47:10.306 INFO [stdout] f82c596d73cef869a6003ce8f797b35dfacfa4f2da788a4f9f9345c098bd1415 Dec 15 06:47:10.312 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 15 06:47:10.897 INFO [stdout] 060e12a61298477a893f5668910c1e9bac0609f9db9be6a8a966fdce16b45399 Dec 15 06:47:10.899 INFO running `"docker" "start" "-a" "060e12a61298477a893f5668910c1e9bac0609f9db9be6a8a966fdce16b45399"` Dec 15 06:47:12.443 INFO [stderr] usermod: no changes Dec 15 06:47:12.670 INFO [stderr] Compiling kompact v0.4.0 (/source) Dec 15 06:47:18.487 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: [] }) }] } Dec 15 06:47:18.811 INFO [stderr] warning: unused `#[macro_use]` import Dec 15 06:47:18.811 INFO [stderr] --> src/lib.rs:18:1 Dec 15 06:47:18.811 INFO [stderr] | Dec 15 06:47:18.811 INFO [stderr] 18 | #[macro_use] Dec 15 06:47:18.811 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:47:18.811 INFO [stderr] | Dec 15 06:47:18.811 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 15 06:47:18.811 INFO [stderr] Dec 15 06:47:18.811 INFO [stderr] warning: unused `#[macro_use]` import Dec 15 06:47:18.811 INFO [stderr] --> src/lib.rs:20:1 Dec 15 06:47:18.811 INFO [stderr] | Dec 15 06:47:18.812 INFO [stderr] 20 | #[macro_use] Dec 15 06:47:18.812 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:47:18.812 INFO [stderr] Dec 15 06:47:18.962 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Dec 15 06:47:18.962 INFO [stderr] --> src/net/mod.rs:27:5 Dec 15 06:47:18.962 INFO [stderr] | Dec 15 06:47:18.962 INFO [stderr] 27 | use tokio::net::ConnectFuture; Dec 15 06:47:18.962 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:18.962 INFO [stderr] | Dec 15 06:47:18.962 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 06:47:18.962 INFO [stderr] Dec 15 06:47:18.967 INFO [stderr] warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead Dec 15 06:47:18.967 INFO [stderr] --> src/net/mod.rs:226:19 Dec 15 06:47:18.967 INFO [stderr] | Dec 15 06:47:18.967 INFO [stderr] 226 | type Future = ConnectFuture; Dec 15 06:47:18.967 INFO [stderr] | ^^^^^^^^^^^^^ Dec 15 06:47:18.967 INFO [stderr] Dec 15 06:47:20.595 INFO [stderr] warning: unused variable: `path_type` Dec 15 06:47:20.595 INFO [stderr] --> src/messaging/framing.rs:392:13 Dec 15 06:47:20.595 INFO [stderr] | Dec 15 06:47:20.595 INFO [stderr] 392 | let path_type = PathType::Named as u8; Dec 15 06:47:20.595 INFO [stderr] | ^^^^^^^^^ help: consider using `_path_type` instead Dec 15 06:47:20.595 INFO [stderr] | Dec 15 06:47:20.595 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 15 06:47:20.595 INFO [stderr] Dec 15 06:47:20.595 INFO [stderr] warning: unused variable: `protocol` Dec 15 06:47:20.595 INFO [stderr] --> src/messaging/framing.rs:393:13 Dec 15 06:47:20.595 INFO [stderr] | Dec 15 06:47:20.595 INFO [stderr] 393 | let protocol = Transport::TCP as u8; Dec 15 06:47:20.595 INFO [stderr] | ^^^^^^^^ help: consider using `_protocol` instead Dec 15 06:47:20.595 INFO [stderr] Dec 15 06:47:20.595 INFO [stderr] warning: unused variable: `address_type` Dec 15 06:47:20.595 INFO [stderr] --> src/messaging/framing.rs:394:13 Dec 15 06:47:20.595 INFO [stderr] | Dec 15 06:47:20.595 INFO [stderr] 394 | let address_type = AddressType::IPv4 as u8; Dec 15 06:47:20.595 INFO [stderr] | ^^^^^^^^^^^^ help: consider using `_address_type` instead Dec 15 06:47:20.595 INFO [stderr] Dec 15 06:47:21.275 INFO [stderr] warning: constant item is never used: `MULTIPLICATIVE_DECREASE_NUM` Dec 15 06:47:21.275 INFO [stderr] --> src/dispatch/lookup/gc.rs:12:5 Dec 15 06:47:21.275 INFO [stderr] | Dec 15 06:47:21.275 INFO [stderr] 12 | pub const MULTIPLICATIVE_DECREASE_NUM: u64 = 1; Dec 15 06:47:21.275 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:21.275 INFO [stderr] | Dec 15 06:47:21.275 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 15 06:47:21.275 INFO [stderr] Dec 15 06:47:21.275 INFO [stderr] warning: variant is never constructed: `MIMD` Dec 15 06:47:21.275 INFO [stderr] --> src/dispatch/lookup/gc.rs:35:5 Dec 15 06:47:21.275 INFO [stderr] | Dec 15 06:47:21.275 INFO [stderr] 35 | MIMD, // multiplicative increase/multiplicative decrease Dec 15 06:47:21.275 INFO [stderr] | ^^^^ Dec 15 06:47:21.275 INFO [stderr] Dec 15 06:47:21.275 INFO [stderr] warning: method is never used: `new` Dec 15 06:47:21.275 INFO [stderr] --> src/dispatch/lookup/gc.rs:55:5 Dec 15 06:47:21.275 INFO [stderr] | Dec 15 06:47:21.275 INFO [stderr] 55 | / pub fn new( Dec 15 06:47:21.275 INFO [stderr] 56 | | initial_interval: u64, Dec 15 06:47:21.275 INFO [stderr] 57 | | min: u64, Dec 15 06:47:21.275 INFO [stderr] 58 | | max: u64, Dec 15 06:47:21.275 INFO [stderr] ... | Dec 15 06:47:21.275 INFO [stderr] 66 | | } Dec 15 06:47:21.275 INFO [stderr] 67 | | } Dec 15 06:47:21.276 INFO [stderr] | |_____^ Dec 15 06:47:21.276 INFO [stderr] Dec 15 06:47:21.276 INFO [stderr] warning: method is never used: `exists` Dec 15 06:47:21.276 INFO [stderr] --> src/dispatch/queue_manager.rs:62:5 Dec 15 06:47:21.276 INFO [stderr] | Dec 15 06:47:21.276 INFO [stderr] 62 | pub fn exists(&self, dst: &SocketAddr) -> bool { Dec 15 06:47:21.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:21.276 INFO [stderr] Dec 15 06:47:21.276 INFO [stderr] warning: variant is never constructed: `Domain` Dec 15 06:47:21.276 INFO [stderr] --> src/messaging/framing.rs:43:5 Dec 15 06:47:21.276 INFO [stderr] | Dec 15 06:47:21.276 INFO [stderr] 43 | Domain = 2, Dec 15 06:47:21.276 INFO [stderr] | ^^^^^^^^^^ Dec 15 06:47:21.276 INFO [stderr] Dec 15 06:47:21.276 INFO [stderr] warning: method is never used: `new` Dec 15 06:47:21.276 INFO [stderr] --> src/net/mod.rs:72:5 Dec 15 06:47:21.276 INFO [stderr] | Dec 15 06:47:21.276 INFO [stderr] 72 | pub fn new() -> Self { Dec 15 06:47:21.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:21.276 INFO [stderr] Dec 15 06:47:21.277 INFO [stderr] warning: variant is never constructed: `Faulty` Dec 15 06:47:21.277 INFO [stderr] --> src/supervision.rs:36:5 Dec 15 06:47:21.277 INFO [stderr] | Dec 15 06:47:21.277 INFO [stderr] 36 | Faulty(Uuid), Dec 15 06:47:21.277 INFO [stderr] | ^^^^^^^^^^^^ Dec 15 06:47:21.277 INFO [stderr] Dec 15 06:47:21.335 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:47:21.335 INFO [stderr] --> src/net/mod.rs:197:37 Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] 197 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(err))); Dec 15 06:47:21.335 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 15 06:47:21.335 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:47:21.335 INFO [stderr] Dec 15 06:47:21.335 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:47:21.335 INFO [stderr] --> src/net/mod.rs:206:29 Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] 206 | / events.unbounded_send(NetworkEvent::Connection( Dec 15 06:47:21.335 INFO [stderr] 207 | | peer_addr, Dec 15 06:47:21.335 INFO [stderr] 208 | | ConnectionState::Connected(tx), Dec 15 06:47:21.335 INFO [stderr] 209 | | )); Dec 15 06:47:21.335 INFO [stderr] | |_______________________________^ Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:47:21.335 INFO [stderr] Dec 15 06:47:21.335 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:47:21.335 INFO [stderr] --> src/net/mod.rs:253:13 Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] 253 | err_events.unbounded_send(NetworkEvent::Connection(addr, ConnectionState::Error(e))); Dec 15 06:47:21.335 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 15 06:47:21.335 INFO [stderr] | Dec 15 06:47:21.335 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:47:21.335 INFO [stderr] Dec 15 06:47:21.336 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:47:21.336 INFO [stderr] --> src/net/mod.rs:269:13 Dec 15 06:47:21.336 INFO [stderr] | Dec 15 06:47:21.336 INFO [stderr] 269 | / events.unbounded_send(NetworkEvent::Connection( Dec 15 06:47:21.336 INFO [stderr] 270 | | peer_addr, Dec 15 06:47:21.336 INFO [stderr] 271 | | ConnectionState::Connected(tx), Dec 15 06:47:21.336 INFO [stderr] 272 | | )); Dec 15 06:47:21.336 INFO [stderr] | |_______________^ Dec 15 06:47:21.336 INFO [stderr] | Dec 15 06:47:21.336 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:47:21.336 INFO [stderr] Dec 15 06:47:21.372 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 15 06:47:21.372 INFO [stderr] --> src/utils.rs:65:9 Dec 15 06:47:21.372 INFO [stderr] | Dec 15 06:47:21.372 INFO [stderr] 65 | / self.result_channel Dec 15 06:47:21.372 INFO [stderr] 66 | | .send(t) Dec 15 06:47:21.372 INFO [stderr] 67 | | // ISSUE #12: Explicitly swallow errors Dec 15 06:47:21.372 INFO [stderr] 68 | | .map_err(|_| ()); Dec 15 06:47:21.372 INFO [stderr] | |_____________________________^ Dec 15 06:47:21.372 INFO [stderr] | Dec 15 06:47:21.372 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 15 06:47:21.372 INFO [stderr] Dec 15 06:47:31.877 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.41s Dec 15 06:47:31.887 INFO [stderr] su: No module specific data is present Dec 15 06:47:32.837 INFO running `"docker" "inspect" "060e12a61298477a893f5668910c1e9bac0609f9db9be6a8a966fdce16b45399"` Dec 15 06:47:33.091 INFO running `"docker" "rm" "-f" "060e12a61298477a893f5668910c1e9bac0609f9db9be6a8a966fdce16b45399"` Dec 15 06:47:33.362 INFO [stdout] 060e12a61298477a893f5668910c1e9bac0609f9db9be6a8a966fdce16b45399 Dec 15 06:47:33.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 15 06:47:33.758 INFO [stdout] 0368edec8271dbdd27c6f20aefa7bf561ea912e8c4812e3bdd8a0cdb3b35b12d Dec 15 06:47:33.760 INFO running `"docker" "start" "-a" "0368edec8271dbdd27c6f20aefa7bf561ea912e8c4812e3bdd8a0cdb3b35b12d"` Dec 15 06:47:35.027 INFO [stderr] usermod: no changes Dec 15 06:47:35.323 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s Dec 15 06:47:35.332 INFO [stderr] Running /target/debug/deps/kompact-d39a451042da72d3 Dec 15 06:47:35.337 INFO [stdout] Dec 15 06:47:35.337 INFO [stdout] running 23 tests Dec 15 06:47:35.383 INFO [stdout] test actors::tests::actor_path_strings ... ok Dec 15 06:47:35.387 INFO [stdout] test messaging::framing::identity_tests::identity ... ok Dec 15 06:47:35.391 INFO [stdout] test messaging::framing::serialisation::system_path_header ... ok Dec 15 06:47:35.393 INFO [stderr] Dec 15 06:47:35.392 DEBG Requesting actor registration at ActorId(Uuid("da2dc935-8277-4887-a827-75c4cad05553")), system: kompics-runtime-2 Dec 15 06:47:35.393 INFO [stderr] Dec 15 06:47:35.393 DEBG Requesting actor registration at ActorId(Uuid("d75e1993-5ecd-4c97-a5a1-b6ad88366fcb")), system: kompics-runtime-2 Dec 15 06:47:35.394 INFO [stderr] Dec 15 06:47:35.393 DEBG Requesting actor registration for "ponger", system: kompics-runtime-3 Dec 15 06:47:35.394 INFO [stderr] Dec 15 06:47:35.394 DEBG Requesting actor registration at Alias("ponger"), system: kompics-runtime-3 Dec 15 06:47:35.394 INFO [stderr] Dec 15 06:47:35.394 DEBG Component started., cid: 3af5436b-b906-43ea-b058-cfc8172cd9aa, system: kompics-runtime-4 Dec 15 06:47:35.395 INFO [stderr] Dec 15 06:47:35.394 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 3af5436b-b906-43ea-b058-cfc8172cd9aa, system: kompics-runtime-4 Dec 15 06:47:35.395 INFO [stderr] Dec 15 06:47:35.395 DEBG Component started., cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.395 INFO [stderr] Dec 15 06:47:35.395 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.396 INFO [stderr] Dec 15 06:47:35.395 DEBG Component started., cid: cc52bd3d-0e01-45b1-b046-24591ec36483, system: kompics-runtime-3 Dec 15 06:47:35.396 INFO [stderr] Dec 15 06:47:35.396 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: cc52bd3d-0e01-45b1-b046-24591ec36483, system: kompics-runtime-3 Dec 15 06:47:35.397 INFO [stderr] Dec 15 06:47:35.396 DEBG Component started., cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:35.397 INFO [stderr] Dec 15 06:47:35.396 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:35.398 INFO [stdout] test component::tests::component_core_send ... ok Dec 15 06:47:35.400 INFO [stderr] Dec 15 06:47:35.398 DEBG Requesting actor registration at ActorId(Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854")), system: kompics-runtime-5 Dec 15 06:47:35.401 INFO [stderr] Dec 15 06:47:35.400 DEBG Requesting actor registration at ActorId(Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c")), system: kompics-runtime-5 Dec 15 06:47:35.401 INFO [stderr] Dec 15 06:47:35.401 DEBG Requesting actor registration for "custom_name", system: kompics-runtime-5 Dec 15 06:47:35.401 INFO [stderr] Dec 15 06:47:35.401 DEBG Requesting actor registration at Alias("custom_name"), system: kompics-runtime-5 Dec 15 06:47:35.401 INFO [stderr] Dec 15 06:47:35.401 DEBG Requesting actor registration at ActorId(Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70")), system: kompics-runtime-4 Dec 15 06:47:35.401 INFO [stderr] Dec 15 06:47:35.401 DEBG Requesting actor registration at ActorId(Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13")), system: kompics-runtime-4 Dec 15 06:47:35.402 INFO [stdout] test serialisation::tests::ser_deser_equivalence ... ok Dec 15 06:47:35.403 INFO [stdout] test serialisation::helpers::helper_tests::actor_path_ser_deser_equivalence ... ok Dec 15 06:47:35.403 INFO [stdout] test serialisation::tests::trivial_deser_equivalence ... ok Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.410 DEBG Component started., cid: d6e96ecb-235e-49c1-b696-fbb42cc387b5, system: kompics-runtime-6 Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.411 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: d6e96ecb-235e-49c1-b696-fbb42cc387b5, system: kompics-runtime-6 Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.411 DEBG Component started., cid: 0d34765e-31a3-4939-a360-5ba3d4ff98e4, system: kompics-runtime-6 Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.411 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 0d34765e-31a3-4939-a360-5ba3d4ff98e4, system: kompics-runtime-6 Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.411 DEBG Component started., cid: d0489a5c-19d5-4297-bf7b-d35d9dd79c08, system: kompics-runtime-6 Dec 15 06:47:35.412 INFO [stderr] Dec 15 06:47:35.411 DEBG Starting., ctype: ComponentSupervisor, cid: d0489a5c-19d5-4297-bf7b-d35d9dd79c08, system: kompics-runtime-6 Dec 15 06:47:35.414 INFO [stderr] Dec 15 06:47:35.413 DEBG Component started., cid: af925b1b-716e-4128-8c95-0ca50e1c17d5, system: kompics-runtime-2 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.413 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: af925b1b-716e-4128-8c95-0ca50e1c17d5, system: kompics-runtime-2 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.414 DEBG Component started., cid: 1b441b89-a484-478d-8601-7ef71f7113e9, system: kompics-runtime-2 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.414 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 1b441b89-a484-478d-8601-7ef71f7113e9, system: kompics-runtime-2 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.416 DEBG Component started., cid: 8e865f00-7b6a-4b6e-9867-d0722ffa622b, system: kompics-runtime-5 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.416 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 8e865f00-7b6a-4b6e-9867-d0722ffa622b, system: kompics-runtime-5 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.417 DEBG Component started., cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.419 INFO [stderr] Dec 15 06:47:35.417 DEBG Starting self and network bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.451 INFO [stdout] test timer::tests::simple_simulation ... ok Dec 15 06:47:35.453 INFO [stderr] Dec 15 06:47:35.453 DEBG Component started., cid: 28dfbfb5-d603-43b2-95aa-927eff4bed20, system: kompics-runtime-7 Dec 15 06:47:35.454 INFO [stderr] Dec 15 06:47:35.454 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 28dfbfb5-d603-43b2-95aa-927eff4bed20, system: kompics-runtime-7 Dec 15 06:47:35.454 INFO [stderr] Dec 15 06:47:35.454 DEBG Component started., cid: 38838bf4-4e43-48af-a929-73658237d06d, system: kompics-runtime-7 Dec 15 06:47:35.454 INFO [stderr] Dec 15 06:47:35.454 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 38838bf4-4e43-48af-a929-73658237d06d, system: kompics-runtime-7 Dec 15 06:47:35.454 INFO [stderr] Dec 15 06:47:35.454 DEBG Component started., cid: 6e641fb8-85b1-4172-b71a-202a4a763fb9, system: kompics-runtime-7 Dec 15 06:47:35.454 INFO [stderr] Dec 15 06:47:35.454 DEBG Starting., ctype: ComponentSupervisor, cid: 6e641fb8-85b1-4172-b71a-202a4a763fb9, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.464 DEBG Component started., cid: 0a51c966-ee4e-4b41-b3cd-423fc02e7716, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.464 INFO Starting TestComponent, ctype: TestComponent, cid: 0a51c966-ee4e-4b41-b3cd-423fc02e7716, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.464 DEBG Component started., cid: a3611720-ebca-4306-a3b1-ed4297f65477, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.464 INFO Starting RecvComponent, ctype: RecvComponent, cid: a3611720-ebca-4306-a3b1-ed4297f65477, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.464 DEBG Component(0a51c966-ee4e-4b41-b3cd-423fc02e7716) was started., ctype: ComponentSupervisor, cid: 6e641fb8-85b1-4172-b71a-202a4a763fb9, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.465 DEBG Component(a3611720-ebca-4306-a3b1-ed4297f65477) was started., ctype: ComponentSupervisor, cid: 6e641fb8-85b1-4172-b71a-202a4a763fb9, system: kompics-runtime-7 Dec 15 06:47:35.465 INFO [stderr] Dec 15 06:47:35.465 INFO Got event Test, ctype: RecvComponent, cid: a3611720-ebca-4306-a3b1-ed4297f65477, system: kompics-runtime-7 Dec 15 06:47:35.496 INFO [stderr] Dec 15 06:47:35.495 DEBG Requesting actor registration at ActorId(Uuid("e970c7fc-8852-44a9-ae05-f2e039b79ba7")), system: kompics-runtime-8 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.496 DEBG Component started., cid: 74430692-f242-4d26-8fd2-b989849043af, system: kompics-runtime-9 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.496 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 74430692-f242-4d26-8fd2-b989849043af, system: kompics-runtime-9 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.496 DEBG Component started., cid: b138b3ec-db71-4f15-b442-7eb36e43df99, system: kompics-runtime-8 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.496 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: b138b3ec-db71-4f15-b442-7eb36e43df99, system: kompics-runtime-8 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.497 DEBG Component started., cid: 14bf1148-fe3a-420d-a972-9fe49a111ea5, system: kompics-runtime-8 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.497 DEBG Component started., cid: 37c63ea3-5730-4ea0-bee5-fef12128252c, system: kompics-runtime-9 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.497 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 14bf1148-fe3a-420d-a972-9fe49a111ea5, system: kompics-runtime-8 Dec 15 06:47:35.499 INFO [stderr] Dec 15 06:47:35.498 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 37c63ea3-5730-4ea0-bee5-fef12128252c, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.498 DEBG Component started., cid: e62d6165-55b7-4925-b887-691708cd3384, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.498 DEBG Starting., ctype: ComponentSupervisor, cid: e62d6165-55b7-4925-b887-691708cd3384, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 WARN LocalDispatcher received Registration(Register(, ActorId(Uuid("e970c7fc-8852-44a9-ae05-f2e039b79ba7")), Some(Promise { result_channel: Sender }))), but doesn't know what to do with it (hint: implement dispatching ;), ctype: LocalDispatcher, cid: 14bf1148-fe3a-420d-a972-9fe49a111ea5, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component started., cid: 0569e541-fb08-4f9c-bd8a-6710aea75ac2, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Starting., ctype: ComponentSupervisor, cid: 0569e541-fb08-4f9c-bd8a-6710aea75ac2, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component started., cid: ae2d80e4-315a-4c02-adaa-b500d7bfa628, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 INFO Starting TestComponent, ctype: TestComponent, cid: ae2d80e4-315a-4c02-adaa-b500d7bfa628, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component started., cid: e970c7fc-8852-44a9-ae05-f2e039b79ba7, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 INFO Starting TimerRecvComponent, ctype: TimerRecvComponent, cid: e970c7fc-8852-44a9-ae05-f2e039b79ba7, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component(ae2d80e4-315a-4c02-adaa-b500d7bfa628) was started., ctype: ComponentSupervisor, cid: e62d6165-55b7-4925-b887-691708cd3384, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component started., cid: 6d48c557-45ab-47f0-b52f-2d51bfacc034, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 INFO Starting RecvComponent, ctype: RecvComponent, cid: 6d48c557-45ab-47f0-b52f-2d51bfacc034, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component(e970c7fc-8852-44a9-ae05-f2e039b79ba7) was started., ctype: ComponentSupervisor, cid: 0569e541-fb08-4f9c-bd8a-6710aea75ac2, system: kompics-runtime-8 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 INFO Got event Test, ctype: RecvComponent, cid: 6d48c557-45ab-47f0-b52f-2d51bfacc034, system: kompics-runtime-9 Dec 15 06:47:35.503 INFO [stderr] Dec 15 06:47:35.499 DEBG Component(6d48c557-45ab-47f0-b52f-2d51bfacc034) was started., ctype: ComponentSupervisor, cid: e62d6165-55b7-4925-b887-691708cd3384, system: kompics-runtime-9 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.530 DEBG Component started., cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 DEBG Starting., ctype: ComponentSupervisor, cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 DEBG Component started., cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 INFO Starting, ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 DEBG Component started., cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 INFO Starting, ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.531 INFO [stderr] Dec 15 06:47:35.531 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 1b441b89-a484-478d-8601-7ef71f7113e9, system: kompics-runtime-2 Dec 15 06:47:35.535 INFO [stderr] Dec 15 06:47:35.534 DEBG Requesting actor registration at ActorId(Uuid("1b67ef42-4e15-4f06-9ea9-2204ecfec879")), system: kompics-runtime-10 Dec 15 06:47:35.536 INFO [stderr] Dec 15 06:47:35.535 DEBG Component started., cid: 68ed7497-58b1-4d8a-8fb8-1e9483151e43, system: kompics-runtime-10 Dec 15 06:47:35.537 INFO [stderr] Dec 15 06:47:35.535 DEBG Starting DeadletterBox, ctype: DeadletterBox, cid: 68ed7497-58b1-4d8a-8fb8-1e9483151e43, system: kompics-runtime-10 Dec 15 06:47:35.537 INFO [stderr] Dec 15 06:47:35.536 DEBG Component started., cid: 86c95623-e31c-4db3-bcae-593c8cdc5060, system: kompics-runtime-10 Dec 15 06:47:35.537 INFO [stderr] Dec 15 06:47:35.536 DEBG Starting LocalDispatcher, ctype: LocalDispatcher, cid: 86c95623-e31c-4db3-bcae-593c8cdc5060, system: kompics-runtime-10 Dec 15 06:47:35.538 INFO [stderr] Dec 15 06:47:35.537 WARN LocalDispatcher received Registration(Register(, ActorId(Uuid("1b67ef42-4e15-4f06-9ea9-2204ecfec879")), Some(Promise { result_channel: Sender }))), but doesn't know what to do with it (hint: implement dispatching ;), ctype: LocalDispatcher, cid: 86c95623-e31c-4db3-bcae-593c8cdc5060, system: kompics-runtime-10 Dec 15 06:47:35.538 INFO [stderr] Dec 15 06:47:35.538 DEBG Component started., cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:35.539 INFO [stderr] Dec 15 06:47:35.538 DEBG Starting., ctype: ComponentSupervisor, cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:35.545 INFO [stderr] Dec 15 06:47:35.542 DEBG Component(da2dc935-8277-4887-a827-75c4cad05553) was started., ctype: ComponentSupervisor, cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:35.545 INFO [stderr] Dec 15 06:47:35.543 DEBG Component(d75e1993-5ecd-4c97-a5a1-b6ad88366fcb) was started., ctype: ComponentSupervisor, cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:35.545 INFO [stderr] Dec 15 06:47:35.543 INFO Got local Ping(0), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.545 INFO [stderr] Dec 15 06:47:35.544 INFO Got local Pong(0), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.545 INFO [stderr] Dec 15 06:47:35.544 INFO Got local Ping(1), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.549 INFO [stderr] Dec 15 06:47:35.545 INFO Got local Pong(1), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.571 INFO Got local Ping(2), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.571 INFO Got local Pong(2), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.571 INFO Got local Ping(3), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.571 INFO Got local Pong(3), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Ping(4), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Pong(4), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Ping(5), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Pong(5), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Ping(6), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.573 INFO [stderr] Dec 15 06:47:35.572 INFO Got local Pong(6), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Ping(7), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Pong(7), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Ping(8), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Pong(8), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Ping(9), ctype: PongerAct, cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:35.578 INFO [stderr] Dec 15 06:47:35.577 INFO Got local Pong(9), ctype: PingerAct, cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:35.618 INFO [stderr] Dec 15 06:47:35.618 DEBG Component started., cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:35.618 INFO [stderr] Dec 15 06:47:35.618 DEBG Starting., ctype: ComponentSupervisor, cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:35.619 INFO [stderr] Dec 15 06:47:35.618 DEBG Component started., cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.619 INFO [stderr] Dec 15 06:47:35.619 INFO Starting, ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.619 INFO [stderr] Dec 15 06:47:35.619 DEBG Component started., cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.619 INFO [stderr] Dec 15 06:47:35.619 INFO Starting, ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.621 INFO [stderr] Dec 15 06:47:35.620 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.621 INFO [stderr] Dec 15 06:47:35.620 DEBG Component(b04e88c1-4d36-4df6-84bf-968a8b745c70) was started., ctype: ComponentSupervisor, cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:35.621 INFO [stderr] Dec 15 06:47:35.621 DEBG Component(2c95bc3b-f332-4018-8b4f-75e7b4357a13) was started., ctype: ComponentSupervisor, cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:35.621 INFO [stderr] Dec 15 06:47:35.621 DEBG No connection found; establishing and queuing frame, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.622 INFO [stderr] Dec 15 06:47:35.621 DEBG Establishing new connection to V4(127.0.0.1:8083), ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.622 INFO [stderr] Dec 15 06:47:35.622 DEBG Component started., cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:35.622 INFO [stderr] Dec 15 06:47:35.622 DEBG Starting., ctype: ComponentSupervisor, cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:35.622 INFO [stderr] Dec 15 06:47:35.622 DEBG Component started., cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.623 INFO [stderr] Dec 15 06:47:35.622 INFO Starting, ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.623 INFO [stderr] Dec 15 06:47:35.622 DEBG Component started., cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.623 INFO [stderr] Dec 15 06:47:35.623 INFO Starting, ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.624 INFO [stderr] Dec 15 06:47:35.624 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.626 INFO [stderr] Dec 15 06:47:35.626 DEBG Connection is initializing; queuing frame, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.629 INFO [stderr] Dec 15 06:47:35.628 DEBG Component(5f3d5c66-b950-4d18-9214-fd0b706b4854) was started., ctype: ComponentSupervisor, cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:35.630 INFO [stderr] Dec 15 06:47:35.629 DEBG Component(59966a84-f1de-4cfc-8115-2e436b3ff73c) was started., ctype: ComponentSupervisor, cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:35.630 INFO [stderr] Dec 15 06:47:35.630 DEBG Component started., cid: ebfecfcf-8017-4028-ad95-e60da67a9b34, system: kompics-runtime-3 Dec 15 06:47:35.631 INFO [stderr] Dec 15 06:47:35.630 DEBG Starting., ctype: ComponentSupervisor, cid: ebfecfcf-8017-4028-ad95-e60da67a9b34, system: kompics-runtime-3 Dec 15 06:47:35.632 INFO [stderr] Dec 15 06:47:35.631 DEBG Component started., cid: 49d5f72e-b23b-4c7a-91d7-17097e424945, system: kompics-runtime-3 Dec 15 06:47:35.633 INFO [stderr] Dec 15 06:47:35.631 INFO Starting, ctype: PongerAct, cid: 49d5f72e-b23b-4c7a-91d7-17097e424945, system: kompics-runtime-3 Dec 15 06:47:35.633 INFO [stderr] Dec 15 06:47:35.632 DEBG Scheduling reaping at 500ms, ctype: NetworkDispatcher, cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:35.633 INFO [stderr] Dec 15 06:47:35.632 DEBG Requesting actor registration for "ponger", system: kompics-runtime-3 Dec 15 06:47:35.633 INFO [stderr] Dec 15 06:47:35.633 DEBG Requesting actor registration at Alias("ponger"), system: kompics-runtime-3 Dec 15 06:47:35.640 INFO [stderr] Dec 15 06:47:35.639 DEBG Component(49d5f72e-b23b-4c7a-91d7-17097e424945) was started., ctype: ComponentSupervisor, cid: ebfecfcf-8017-4028-ad95-e60da67a9b34, system: kompics-runtime-3 Dec 15 06:47:35.640 INFO [stderr] Dec 15 06:47:35.640 WARN Detected duplicate path during registration. The path will not be re-registered, ctype: NetworkDispatcher, cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:35.641 INFO [stderr] Dec 15 06:47:35.640 DEBG Component killed., cid: 49d5f72e-b23b-4c7a-91d7-17097e424945, system: kompics-runtime-3 Dec 15 06:47:35.641 INFO [stderr] Dec 15 06:47:35.641 DEBG Component(49d5f72e-b23b-4c7a-91d7-17097e424945) was killed and deallocated., ctype: ComponentSupervisor, cid: ebfecfcf-8017-4028-ad95-e60da67a9b34, system: kompics-runtime-3 Dec 15 06:47:35.657 INFO [stdout] Running action 0 29.639353ms late Dec 15 06:47:35.664 INFO [stderr] Dec 15 06:47:35.657 DEBG connected TCP client at TcpStream { addr: V4(127.0.0.1:8083), peer: V4(127.0.0.1:46942), fd: 74 }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.674 INFO [stderr] Dec 15 06:47:35.660 DEBG registering newly connected conn at V4(127.0.0.1:8083), ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.687 INFO [stderr] Dec 15 06:47:35.685 DEBG registering newly connected conn at V4(127.0.0.1:46942), ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.690 INFO [stderr] Dec 15 06:47:35.687 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.700 INFO [stderr] Dec 15 06:47:35.690 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.700 INFO [stderr] Dec 15 06:47:35.700 INFO Got msg Ping(0), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.701 INFO [stderr] Dec 15 06:47:35.700 INFO Got msg Ping(0), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.701 INFO [stderr] Dec 15 06:47:35.701 DEBG No connection found; establishing and queuing frame, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.705 INFO [stderr] Dec 15 06:47:35.701 DEBG Establishing new connection to V4(127.0.0.1:8082), ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.705 INFO [stderr] Dec 15 06:47:35.702 DEBG Connection is initializing; queuing frame, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.704 DEBG connected TCP client at TcpStream { addr: V4(127.0.0.1:8082), peer: V4(127.0.0.1:41072), fd: 104 }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.710 DEBG registering newly connected conn at V4(127.0.0.1:41072), ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG registering newly connected conn at V4(127.0.0.1:8082), ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Pong(0), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\0" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Pong(0), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Ping(1), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Pong(1), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Ping(1), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x01" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Pong(1), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 INFO Got msg Ping(2), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.711 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Ping(2), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Pong(2), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Ping(3), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x02" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Pong(2), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Ping(3), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Pong(3), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Ping(4), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x03" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Pong(3), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 INFO Got msg Ping(4), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.715 INFO [stderr] Dec 15 06:47:35.712 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Pong(4), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Ping(5), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x04" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Pong(4), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Ping(5), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Pong(5), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Ping(6), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x05" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Pong(5), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Ping(6), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.713 INFO Got msg Pong(6), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x06" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Pong(6), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Ping(7), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Pong(7), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Ping(7), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x07" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Pong(7), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Ping(8), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Pong(8), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.716 INFO [stderr] Dec 15 06:47:35.714 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.738 INFO [stderr] Dec 15 06:47:35.714 INFO Got msg Ping(8), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.738 INFO [stderr] Dec 15 06:47:35.737 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\x08" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.738 INFO [stderr] Dec 15 06:47:35.738 INFO Got msg Pong(8), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.738 INFO [stderr] Dec 15 06:47:35.738 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), ser_id: 42, data: b"\x01\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.738 INFO Got msg Ping(9), ctype: PongerAct, cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.738 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("5f3d5c66-b950-4d18-9214-fd0b706b4854") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("b04e88c1-4d36-4df6-84bf-968a8b745c70") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.738 INFO Got msg Pong(9), ctype: PingerAct, cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.739 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), 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: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.739 INFO Got msg Ping(9), ctype: PongerAct, cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.739 DEBG Routing envelope Msg { src: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8083 }, id: Uuid("59966a84-f1de-4cfc-8115-2e436b3ff73c") }), dst: Unique(UniquePath { system: SystemPath { protocol: TCP, address: V4(127.0.0.1), port: 8082 }, id: Uuid("2c95bc3b-f332-4018-8b4f-75e7b4357a13") }), ser_id: 42, data: b"\x02\0\0\0\0\0\0\0\t" }, thread: tokio-runtime, owner: Bridge, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:35.739 INFO [stderr] Dec 15 06:47:35.739 INFO Got msg Pong(9), ctype: PingerAct, cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:35.807 INFO [stdout] Running action 1 29.013664ms late Dec 15 06:47:35.957 INFO [stdout] Running action 2 29.188087ms late Dec 15 06:47:36.042 INFO [stderr] Dec 15 06:47:36.040 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 1b441b89-a484-478d-8601-7ef71f7113e9, system: kompics-runtime-2 Dec 15 06:47:36.109 INFO [stdout] Running action 3 28.990257ms late Dec 15 06:47:36.125 INFO [stderr] Dec 15 06:47:36.124 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:36.126 INFO [stderr] Dec 15 06:47:36.125 DEBG Scheduling reaping at 1000ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:36.143 INFO [stderr] Dec 15 06:47:36.143 DEBG Scheduling reaping at 250ms, ctype: NetworkDispatcher, cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:36.303 INFO [stdout] Running action 4 69.530431ms late Dec 15 06:47:36.393 INFO [stderr] Dec 15 06:47:36.392 DEBG Component stopped., cid: d75e1993-5ecd-4c97-a5a1-b6ad88366fcb, system: kompics-runtime-2 Dec 15 06:47:36.393 INFO [stderr] Dec 15 06:47:36.392 DEBG Component killed., cid: da2dc935-8277-4887-a827-75c4cad05553, system: kompics-runtime-2 Dec 15 06:47:36.393 INFO [stderr] Dec 15 06:47:36.392 DEBG Component(d75e1993-5ecd-4c97-a5a1-b6ad88366fcb) was stopped., ctype: ComponentSupervisor, cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:36.393 INFO [stderr] Dec 15 06:47:36.392 DEBG Component(da2dc935-8277-4887-a827-75c4cad05553) was killed and deallocated., ctype: ComponentSupervisor, cid: 8ac12459-9e7d-462d-bf35-0e17126ac13f, system: kompics-runtime-2 Dec 15 06:47:36.403 INFO [stdout] test dispatch::dispatch_tests::local_delivery ... ok Dec 15 06:47:36.415 INFO [stderr] Dec 15 06:47:36.410 DEBG Scheduling reaping at 750ms, ctype: NetworkDispatcher, cid: 24bf2eb9-d8e2-4a7f-9af9-ec46c712e466, system: kompics-runtime-3 Dec 15 06:47:36.423 INFO [stdout] Running action 5 37.028423ms late Dec 15 06:47:36.511 INFO [stdout] test tests::test_timer ... ok Dec 15 06:47:36.511 INFO [stdout] test timer::wheels::tests::increasing_schedule_overflow ... ok Dec 15 06:47:36.517 INFO [stdout] test timer::wheels::tests::increasing_skip ... ok Dec 15 06:47:36.517 INFO [stdout] test timer::wheels::tests::single_ms_cancel ... ok Dec 15 06:47:36.531 INFO [stdout] test timer::wheels::tests::single_ms_reschedule ... ok Dec 15 06:47:36.542 INFO [stdout] test timer::wheels::tests::single_ms_schedule ... ok Dec 15 06:47:36.543 INFO [stdout] test timer::wheels::tests::single_schedule_fail ... ok Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 DEBG Component started., cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 INFO Starting CounterComponent, ctype: CounterComponent, cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 INFO CounterComponent got a message!, ctype: CounterComponent, cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 DEBG Component(1b67ef42-4e15-4f06-9ea9-2204ecfec879) was started., ctype: ComponentSupervisor, cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 DEBG Component stopped., cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 INFO Stopping CounterComponent, ctype: CounterComponent, cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 DEBG Component(1b67ef42-4e15-4f06-9ea9-2204ecfec879) was stopped., ctype: ComponentSupervisor, cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 DEBG Component started., cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.543 INFO Starting CounterComponent, ctype: CounterComponent, cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.544 INFO CounterComponent got a message!, ctype: CounterComponent, cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.544 DEBG Component(1b67ef42-4e15-4f06-9ea9-2204ecfec879) was started., ctype: ComponentSupervisor, cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:36.547 INFO [stderr] Dec 15 06:47:36.544 DEBG Component killed., cid: 1b67ef42-4e15-4f06-9ea9-2204ecfec879, system: kompics-runtime-10 Dec 15 06:47:36.551 INFO [stderr] Dec 15 06:47:36.547 WARN Component(1b67ef42-4e15-4f06-9ea9-2204ecfec879) was killed but there are still outstanding references preventing deallocation., ctype: ComponentSupervisor, cid: 734e1a60-868d-42bc-83b2-c889c1493ba3, system: kompics-runtime-10 Dec 15 06:47:36.563 INFO [stdout] test tests::test_start_stop ... ok Dec 15 06:47:36.563 INFO [stdout] Running action 6 30.991359ms late Dec 15 06:47:36.647 INFO [stdout] test dispatch::dispatch_tests::named_registration ... ok Dec 15 06:47:36.711 INFO [stdout] Running action 7 32.998318ms late Dec 15 06:47:36.859 INFO [stdout] Running action 8 31.003225ms late Dec 15 06:47:37.008 INFO [stdout] Running action 9 29.98086ms late Dec 15 06:47:37.125 INFO [stderr] Dec 15 06:47:37.125 DEBG Scheduling reaping at 1500ms, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:37.126 INFO [stderr] Dec 15 06:47:37.125 DEBG Scheduling reaping at 1500ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:37.469 INFO [stderr] Dec 15 06:47:37.464 INFO RecvComponent received Any, ctype: RecvComponent, cid: a3611720-ebca-4306-a3b1-ed4297f65477, system: kompics-runtime-7 Dec 15 06:47:37.469 INFO [stderr] Dec 15 06:47:37.464 INFO DeadletterBox received Any from , ctype: DeadletterBox, cid: 28dfbfb5-d603-43b2-95aa-927eff4bed20, system: kompics-runtime-7 Dec 15 06:47:37.499 INFO [stderr] Dec 15 06:47:37.499 INFO RecvComponent received Any, ctype: RecvComponent, cid: 6d48c557-45ab-47f0-b52f-2d51bfacc034, system: kompics-runtime-9 Dec 15 06:47:37.499 INFO [stderr] Dec 15 06:47:37.499 INFO DeadletterBox received Any from , ctype: DeadletterBox, cid: 74430692-f242-4d26-8fd2-b989849043af, system: kompics-runtime-9 Dec 15 06:47:38.466 INFO [stdout] test tests::custom_settings ... ok Dec 15 06:47:38.512 INFO [stdout] test tests::default_settings ... ok Dec 15 06:47:38.626 INFO [stderr] Dec 15 06:47:38.626 DEBG Scheduling reaping at 2000ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:38.627 INFO [stderr] Dec 15 06:47:38.626 DEBG Scheduling reaping at 2000ms, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:40.626 INFO [stderr] Dec 15 06:47:40.626 DEBG Scheduling reaping at 2500ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:40.630 INFO [stderr] Dec 15 06:47:40.626 DEBG Scheduling reaping at 2500ms, ctype: NetworkDispatcher, cid: 0cbce629-7e4e-46f6-bfc9-101f6f00d6e7, system: kompics-runtime-4 Dec 15 06:47:42.378 INFO [stdout] test timer::tests::simple_thread_timing ... ok Dec 15 06:47:42.402 INFO [stdout] test dispatch::dispatch_tests::remote_delivery_to_registered_actors ... ok Dec 15 06:47:42.402 INFO [stderr] Dec 15 06:47:42.398 DEBG Component stopped., cid: b04e88c1-4d36-4df6-84bf-968a8b745c70, system: kompics-runtime-4 Dec 15 06:47:42.405 INFO [stderr] Dec 15 06:47:42.402 DEBG Component stopped., cid: 2c95bc3b-f332-4018-8b4f-75e7b4357a13, system: kompics-runtime-4 Dec 15 06:47:42.408 INFO [stderr] Dec 15 06:47:42.405 DEBG Component(b04e88c1-4d36-4df6-84bf-968a8b745c70) was stopped., ctype: ComponentSupervisor, cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:42.409 INFO [stderr] Dec 15 06:47:42.408 DEBG Component(2c95bc3b-f332-4018-8b4f-75e7b4357a13) was stopped., ctype: ComponentSupervisor, cid: 65ce4529-f831-4e6e-b3e2-616a4fc40eef, system: kompics-runtime-4 Dec 15 06:47:42.409 INFO [stderr] Dec 15 06:47:42.408 DEBG Component killed., cid: 5f3d5c66-b950-4d18-9214-fd0b706b4854, system: kompics-runtime-5 Dec 15 06:47:42.409 INFO [stderr] Dec 15 06:47:42.408 DEBG Component killed., cid: 59966a84-f1de-4cfc-8115-2e436b3ff73c, system: kompics-runtime-5 Dec 15 06:47:42.409 INFO [stderr] Dec 15 06:47:42.408 DEBG Component(5f3d5c66-b950-4d18-9214-fd0b706b4854) was killed and deallocated., ctype: ComponentSupervisor, cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:42.409 INFO [stderr] Dec 15 06:47:42.408 DEBG Component(59966a84-f1de-4cfc-8115-2e436b3ff73c) was killed and deallocated., ctype: ComponentSupervisor, cid: fb32f92f-dc1c-4842-9295-dcade63dc04f, system: kompics-runtime-5 Dec 15 06:47:43.127 INFO [stderr] Dec 15 06:47:43.126 DEBG Scheduling reaping at 1250ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:44.377 INFO [stderr] Dec 15 06:47:44.376 DEBG Scheduling reaping at 1750ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:46.126 INFO [stderr] Dec 15 06:47:46.126 DEBG Scheduling reaping at 2250ms, ctype: NetworkDispatcher, cid: 7020a6b8-48aa-48d8-a726-4958aa0cc1e2, system: kompics-runtime-5 Dec 15 06:47:46.277 INFO [stdout] test timer::wheels::tests::increasing_schedule_no_overflow ... ok Dec 15 06:47:46.277 INFO [stdout] Dec 15 06:47:46.277 INFO [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 06:47:46.277 INFO [stdout] Dec 15 06:47:46.280 INFO [stderr] Running /target/debug/deps/pingperf-41e3632464b75d41 Dec 15 06:47:46.281 INFO [stdout] Dec 15 06:47:46.281 INFO [stdout] running 0 tests Dec 15 06:47:46.281 INFO [stdout] Dec 15 06:47:46.281 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 06:47:46.282 INFO [stdout] Dec 15 06:47:46.282 INFO [stderr] Doc-tests kompact Dec 15 06:47:55.003 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: [] }) }] } Dec 15 06:47:55.133 INFO [stdout] Dec 15 06:47:55.133 INFO [stdout] running 0 tests Dec 15 06:47:55.133 INFO [stdout] Dec 15 06:47:55.133 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 06:47:55.133 INFO [stdout] Dec 15 06:47:55.145 INFO [stderr] su: No module specific data is present Dec 15 06:47:55.972 INFO running `"docker" "inspect" "0368edec8271dbdd27c6f20aefa7bf561ea912e8c4812e3bdd8a0cdb3b35b12d"` Dec 15 06:47:56.308 INFO running `"docker" "rm" "-f" "0368edec8271dbdd27c6f20aefa7bf561ea912e8c4812e3bdd8a0cdb3b35b12d"` Dec 15 06:47:56.587 INFO [stdout] 0368edec8271dbdd27c6f20aefa7bf561ea912e8c4812e3bdd8a0cdb3b35b12d