[INFO] cloning repository https://github.com/reconhawklabs/EchoGap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reconhawklabs/EchoGap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconhawklabs%2FEchoGap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconhawklabs%2FEchoGap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c099477a6ad49b74eafff63818cc0c4d8f297a67
[INFO] testing reconhawklabs/EchoGap against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconhawklabs%2FEchoGap" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reconhawklabs/EchoGap
[INFO] finished tweaking git repo https://github.com/reconhawklabs/EchoGap
[INFO] tweaked toml for git repo https://github.com/reconhawklabs/EchoGap written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reconhawklabs/EchoGap on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reconhawklabs/EchoGap already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e6534b0b477b24990ff90a477bc35341df818c8389e8855dcae1955cf552de6
[INFO] running `Command { std: "docker" "start" "-a" "8e6534b0b477b24990ff90a477bc35341df818c8389e8855dcae1955cf552de6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e6534b0b477b24990ff90a477bc35341df818c8389e8855dcae1955cf552de6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e6534b0b477b24990ff90a477bc35341df818c8389e8855dcae1955cf552de6", kill_on_drop: false }`
[INFO] [stdout] 8e6534b0b477b24990ff90a477bc35341df818c8389e8855dcae1955cf552de6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6aa15d3f904df6d918abcac8cdd47b084be298808292cb0f62810dd778ae7867
[INFO] running `Command { std: "docker" "start" "-a" "6aa15d3f904df6d918abcac8cdd47b084be298808292cb0f62810dd778ae7867", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling pnet v0.35.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling pnet_base v0.35.0
[INFO] [stderr]    Compiling pnet_macros_support v0.35.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pnet_sys v0.35.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pnet_macros v0.35.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling pnet_packet v0.35.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling pnet_datalink v0.35.0
[INFO] [stderr]    Compiling pnet_transport v0.35.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling echogap-core v0.1.0 (/opt/rustwide/workdir/echogap-core)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling echogap-server v0.1.0 (/opt/rustwide/workdir/echogap-server)
[INFO] [stderr]    Compiling echogap-client v0.1.0 (/opt/rustwide/workdir/echogap-client)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.99s
[INFO] running `Command { std: "docker" "inspect" "6aa15d3f904df6d918abcac8cdd47b084be298808292cb0f62810dd778ae7867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aa15d3f904df6d918abcac8cdd47b084be298808292cb0f62810dd778ae7867", kill_on_drop: false }`
[INFO] [stdout] 6aa15d3f904df6d918abcac8cdd47b084be298808292cb0f62810dd778ae7867
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dadcc12e9165f9fb9c6279787e1a568a009476db6fa93bf3376d0de5c5533859
[INFO] running `Command { std: "docker" "start" "-a" "dadcc12e9165f9fb9c6279787e1a568a009476db6fa93bf3376d0de5c5533859", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling echogap-core v0.1.0 (/opt/rustwide/workdir/echogap-core)
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling echogap-server v0.1.0 (/opt/rustwide/workdir/echogap-server)
[INFO] [stderr]    Compiling echogap-client v0.1.0 (/opt/rustwide/workdir/echogap-client)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.06s
[INFO] running `Command { std: "docker" "inspect" "dadcc12e9165f9fb9c6279787e1a568a009476db6fa93bf3376d0de5c5533859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dadcc12e9165f9fb9c6279787e1a568a009476db6fa93bf3376d0de5c5533859", kill_on_drop: false }`
[INFO] [stdout] dadcc12e9165f9fb9c6279787e1a568a009476db6fa93bf3376d0de5c5533859
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6229f8ffa24b1cc1caa3a5eb95faff37ac36f66864c9ca58607758a9b11c16b8
[INFO] running `Command { std: "docker" "start" "-a" "6229f8ffa24b1cc1caa3a5eb95faff37ac36f66864c9ca58607758a9b11c16b8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/echogap_client-7266a7ca74b42386)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_cli_send ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/echogap_core-2727c8e51eaf5689)
[INFO] [stdout] test tests::test_cli_calibrate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 67 tests
[INFO] [stdout] test adaptive::tests::test_reset_to_original ... ok
[INFO] [stdout] test adaptive::tests::test_relaxing_on_high_jitter ... ok
[INFO] [stdout] test adaptive::tests::test_jitter_calculation ... ok
[INFO] [stdout] test calibration::tests::test_calibration_payload ... ok
[INFO] [stdout] test calibration::tests::test_result_summary ... ok
[INFO] [stdout] test codec::tests::test_decoder_basic ... ok
[INFO] [stdout] test adaptive::tests::test_disabled_adaptive ... ok
[INFO] [stdout] test codec::tests::test_encode_decode_roundtrip ... ok
[INFO] [stdout] test codec::tests::test_encoder_basic ... ok
[INFO] [stdout] test calibration::tests::test_calibrator_basic ... ok
[INFO] [stdout] test calibration::tests::test_calibrator_empty ... ok
[INFO] [stdout] test calibration::tests::test_timing_config_generation ... ok
[INFO] [stdout] test codec::tests::test_framed_roundtrip ... ok
[INFO] [stdout] test codec::tests::test_framed_with_bit_error_correction ... ok
[INFO] [stdout] test compression::tests::test_empty_data ... ok
[INFO] [stdout] test config::tests::test_timing_config_delay_for_bit ... ok
[INFO] [stdout] test fec::tests::test_all_ones ... ok
[INFO] [stdout] test codec::tests::test_decoder_error_handling ... ok
[INFO] [stdout] test compression::tests::test_incompressible_data ... ok
[INFO] [stdout] test compression::tests::test_roundtrip ... ok
[INFO] [stdout] test compression::tests::test_small_payload ... ok
[INFO] [stdout] test config::tests::test_estimated_throughput ... ok
[INFO] [stdout] test config::tests::test_timing_config_decode ... ok
[INFO] [stdout] test fec::tests::test_empty_input ... ok
[INFO] [stdout] test fec::tests::test_generator_roots ... ok
[INFO] [stdout] test compression::tests::test_compressible_payload ... ok
[INFO] [stdout] test fec::tests::test_rs_encode_decode_block ... ok
[INFO] [stdout] test fec::tests::test_gf_arithmetic ... ok
[INFO] [stdout] test fec::tests::test_rs_roundtrip_simple ... ok
[INFO] [stdout] test fec::tests::test_rs_block_syndrome_zero ... ok
[INFO] [stdout] test fec::tests::test_rs_roundtrip_various_sizes ... ok
[INFO] [stdout] test fec::tests::test_rs_two_error_correction ... ok
[INFO] [stdout] test fec::tests::test_rs_single_error_correction ... ok
[INFO] [stdout] test icmp::tests::test_checksum_verification ... ok
[INFO] [stdout] test icmp::tests::test_echo_reply_roundtrip ... ok
[INFO] [stdout] test icmp::tests::test_echo_request_roundtrip ... ok
[INFO] [stdout] test icmp::tests::test_ping_stats ... ok
[INFO] [stdout] test adaptive::tests::test_tightening_on_low_jitter ... ok
[INFO] [stdout] test negotiation::tests::test_calibration_header_roundtrip ... ok
[INFO] [stdout] test calibration::tests::test_calibrator_with_jitter ... ok
[INFO] [stdout] test negotiation::tests::test_calibration_request_roundtrip ... ok
[INFO] [stdout] test negotiation::tests::test_calibration_stats_roundtrip ... ok
[INFO] [stdout] test negotiation::tests::test_is_calibration_packet ... ok
[INFO] [stdout] test negotiation::tests::test_timing_config_wire_roundtrip ... ok
[INFO] [stdout] test protocol::tests::test_ack_frame ... ok
[INFO] [stdout] test protocol::tests::test_crc_validation ... ok
[INFO] [stdout] test protocol::tests::test_frame_roundtrip ... ok
[INFO] [stdout] test protocol::tests::test_session_state_transitions ... ok
[INFO] [stdout] test session::tests::test_server_session_close ... ok
[INFO] [stdout] test session::tests::test_server_session_creation ... ok
[INFO] [stdout] test session::tests::test_session_event_variants ... ok
[INFO] [stdout] test session::tests::test_session_stats_default ... ok
[INFO] [stdout] test socket::tests::test_socket_creation_without_privileges ... ok
[INFO] [stdout] test tunnel::tests::test_arq_ack_payload ... ok
[INFO] [stdout] test tunnel::tests::test_arq_parse_response ... ok
[INFO] [stdout] test tunnel::tests::test_estimate_transmit_time ... ok
[INFO] [stdout] test tunnel::tests::test_receive_stats_default ... ok
[INFO] [stdout] test tunnel::tests::test_receiver_creation ... ok
[INFO] [stdout] test tunnel::tests::test_receiver_with_filters ... ok
[INFO] [stdout] test tunnel::tests::test_arq_responder_creation ... ok
[INFO] [stdout] test tunnel::tests::test_reliable_sender_creation ... ok
[INFO] [stdout] test tunnel::tests::test_transmit_stats_default ... ok
[INFO] [stdout] test tunnel::tests::test_transmitter_creation ... ok
[INFO] [stdout] test fec::tests::test_all_zeros ... ok
[INFO] [stdout] test tunnel::tests::test_arq_nak_payload ... ok
[INFO] [stdout] test tunnel::tests::test_send_result_is_success ... ok
[INFO] [stdout] test adaptive::tests::test_adaptive_timing_creation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/ping.rs (/opt/rustwide/target/debug/deps/echogap_ping-062ca8ecc26568da)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_cli_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/icmp_integration.rs (/opt/rustwide/target/debug/deps/icmp_integration-48b94581149c5303)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_blocking_socket_creation ... ok
[INFO] [stdout] test test_calibration_message_roundtrip ... ok
[INFO] [stdout] test test_codec_frame_structure ... ok
[INFO] [stdout] test test_is_calibration_packet_detection ... ok
[INFO] [stdout] test test_async_ping_localhost ... ok
[INFO] [stdout] test test_server_session_lifecycle ... ok
[INFO] [stdout] test test_session_state_transitions ... ok
[INFO] [stdout] test test_server_session_close ... ok
[INFO] [stdout] test test_timing_receiver_creation ... ok
[INFO] [stdout] test test_ping_localhost ... ok
[INFO] [stdout] test test_packet_roundtrip_integrity ... ok
[INFO] [stdout] test test_transmit_time_estimation ... ok
[INFO] [stdout] test test_timing_transmitter_creation ... ok
[INFO] [stdout] test test_session_stats_tracking ... ok
[INFO] [stdout] test test_session_event_variants ... ok
[INFO] [stdout] test test_icmp_socket_creation ... ok
[INFO] [stdout] test test_server_session_timeout ... ok
[INFO] [stdout] test test_ping_timeout ... FAILED
[INFO] [stdout] test test_negotiation_protocol_localhost ... ok
[INFO] [stdout] test test_async_ping_multiple ... ok
[INFO] [stdout] test test_tunnel_localhost_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_ping_timeout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_ping_timeout' (108) panicked at echogap-core/tests/icmp_integration.rs:174:10:
[INFO] [stdout] Ping should not error: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b6218e3515a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b6218e3515a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b6218e3515a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b6218e3515a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b6218e492ca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b6218e492ca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5b6218e39b52 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b6218e39b52 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b6218e13e3f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b6218e13e3f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b6218e2d3b9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b6218d010dc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b6218d010dc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b6218e2d632 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b6218e2d632 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b6218e13ef8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b6218e0b899 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b6218e14c0d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b6218e49bac - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b6218e49922 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b6218cb6e41 - core::result::Result<T,E>::expect::h901c599beb3dcfa3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5b6218cd3891 - icmp_integration::test_ping_timeout::{{closure}}::h4e151cdee7af608e
[INFO] [stdout]                                at /opt/rustwide/workdir/echogap-core/tests/icmp_integration.rs:174:10
[INFO] [stdout]   22:     0x5b6218cb35c2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h59c03fffb1c246fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5b6218cb365d - <core::pin::Pin<P> as core::future::future::Future>::poll::hda63bd83e699b5dd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b6218cca0ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h25a641c48fcc01ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x5b6218cc9eab - tokio::task::coop::with_budget::ha185ed93067ead06
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5b6218cc9eab - tokio::task::coop::budget::h291e4f1e3a1b7fdd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5b6218cc9eab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbe2bc2f689124c6b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x5b6218cc7460 - tokio::runtime::scheduler::current_thread::Context::enter::he418f68a3f45b538
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x5b6218cc8acd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h39821c592a67ff63
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x5b6218cc8754 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hb6e71df1c1dffe7c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x5b6218cba0fb - tokio::runtime::context::scoped::Scoped<T>::set::h76615236a6ebc270
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5b6218cc0b79 - tokio::runtime::context::set_scheduler::{{closure}}::h1f6f5ba433795932
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5b6218cc49d2 - std::thread::local::LocalKey<T>::try_with::hb6340843d3bcb995
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5b6218cc384e - std::thread::local::LocalKey<T>::with::h7f72ec319805ec42
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5b6218cc0b2d - tokio::runtime::context::set_scheduler::hd349b608d9f7c4e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5b6218cc84e0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h6c6ccf942333f79f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x5b6218cc8816 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he3efc8bd35cf2391
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x5b6218cc5cf0 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h1786f8a2d7e25f6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5b6218cb1e13 - tokio::runtime::context::runtime::enter_runtime::h00a7704705f43b11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5b6218cc5a01 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h72294c6beb2ad02f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5b6218cac1d4 - tokio::runtime::runtime::Runtime::block_on_inner::h1eea8a590216ace5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5b6218cac4af - tokio::runtime::runtime::Runtime::block_on::he5a4d79665450117
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5b6218cd3463 - icmp_integration::test_ping_timeout::he69a60fb6d13056a
[INFO] [stdout]                                at /opt/rustwide/workdir/echogap-core/tests/icmp_integration.rs:176:70
[INFO] [stdout]   44:     0x5b6218cd3947 - icmp_integration::test_ping_timeout::{{closure}}::hcdf32a6715370261
[INFO] [stdout]                                at /opt/rustwide/workdir/echogap-core/tests/icmp_integration.rs:159:29
[INFO] [stdout]   45:     0x5b6218ccaa46 - core::ops::function::FnOnce::call_once::h855855284e27ff70
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5b6218cf51bb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5b6218cf51bb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5b6218d01bab - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5b6218d01bab - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5b6218d01bab - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5b6218d01bab - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5b6218d01bab - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5b6218d01bab - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5b6218d01bab - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5b6218cfd2c4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5b6218cfd2c4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5b6218d047b2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5b6218d047b2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5b6218d047b2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5b6218d047b2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5b6218d047b2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5b6218d047b2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5b6218d047b2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5b6218e34a2f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x5b6218e34a2f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x76e8fdb77aa4 - <unknown>
[INFO] [stdout]   67:     0x76e8fdc04a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_ping_timeout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p echogap-core --test icmp_integration`
[INFO] running `Command { std: "docker" "inspect" "6229f8ffa24b1cc1caa3a5eb95faff37ac36f66864c9ca58607758a9b11c16b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6229f8ffa24b1cc1caa3a5eb95faff37ac36f66864c9ca58607758a9b11c16b8", kill_on_drop: false }`
[INFO] [stdout] 6229f8ffa24b1cc1caa3a5eb95faff37ac36f66864c9ca58607758a9b11c16b8
