[INFO] cloning repository https://github.com/VladasZ/netrun
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VladasZ/netrun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladasZ%2Fnetrun", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladasZ%2Fnetrun'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b28fc5e444f0b4f9d08f4b26e3a3241995d6daf
[INFO] testing VladasZ/netrun against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVladasZ%2Fnetrun" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/VladasZ/netrun
[INFO] finished tweaking git repo https://github.com/VladasZ/netrun
[INFO] tweaked toml for git repo https://github.com/VladasZ/netrun written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VladasZ/netrun on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VladasZ/netrun already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/VladasZ/test-log`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.73
[INFO] [stderr]   Downloaded zeromq v0.5.0
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.73
[INFO] [stderr]   Downloaded minicov v0.3.8
[INFO] [stderr]   Downloaded saa v5.6.0
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.73
[INFO] [stderr]   Downloaded sdd v4.8.6
[INFO] [stderr]   Downloaded rust-network-scanner v2.0.0
[INFO] [stderr]   Downloaded resolv-conf v0.7.6
[INFO] [stderr]   Downloaded trust-dns-resolver v0.23.2
[INFO] [stderr]   Downloaded ipconfig v0.3.4
[INFO] [stderr]   Downloaded js-sys v0.3.100
[INFO] [stderr]   Downloaded scc v3.7.2
[INFO] [stderr]   Downloaded trust-dns-proto v0.23.2
[INFO] [stderr]   Downloaded web-sys v0.3.100
[INFO] [stderr]   Downloaded plat v0.9.0
[INFO] [stderr]   Downloaded neli v0.7.4
[INFO] [stderr]   Downloaded neli-proc-macros v0.2.2
[INFO] [stderr]   Downloaded local-ip-address v0.6.13
[INFO] [stderr]   Downloaded plat v0.8.0
[INFO] [stderr]   Downloaded gloo-timers v0.3.0
[INFO] [stderr]   Downloaded lz4_flex v0.13.1
[INFO] [stderr]   Downloaded infisical v0.0.3
[INFO] [stderr]   Downloaded hreads v0.14.0
[INFO] [stderr]   Downloaded async-std v1.13.2
[INFO] [stderr]   Downloaded async-global-executor v2.4.1
[INFO] [stderr]   Downloaded rust_decimal v1.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81
[INFO] running `Command { std: "docker" "start" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling plat v0.8.0
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling saa v5.6.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling sdd v4.8.6
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hreads v0.14.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling plat v0.9.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling trust-dns-proto v0.23.2
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling resolv-conf v0.7.6
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling neli v0.7.4
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling trust-dns-resolver v0.23.2
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling netrun v0.36.0 (/opt/rustwide/workdir/netrun)
[INFO] [stderr]    Compiling scc v3.7.2
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling asynchronous-codec v0.7.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stderr]    Compiling lz4_flex v0.13.1
[INFO] [stderr]    Compiling zeromq v0.5.0
[INFO] [stderr]    Compiling byte-unit v5.2.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling local-ip-address v0.6.13
[INFO] [stderr]    Compiling rust-network-scanner v2.0.0
[INFO] [stderr]    Compiling sysinfo v0.38.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling infisical v0.0.3
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.123
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen v0.2.123
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling jiff v0.2.28
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.123
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]    Compiling byte-unit v5.2.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.123
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.73
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling test-log-macros v0.2.19 (https://github.com/VladasZ/test-log?rev=0cd1a2aea94b5ab70d316485f8fbaf7a1979d129#0cd1a2ae)
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.123
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling asynchronous-codec v0.7.0
[INFO] [stderr]    Compiling test-log v0.2.19 (https://github.com/VladasZ/test-log?rev=0cd1a2aea94b5ab70d316485f8fbaf7a1979d129#0cd1a2ae)
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]    Compiling js-sys v0.3.100
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling neli v0.7.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling trust-dns-proto v0.23.2
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling zeromq v0.5.0
[INFO] [stderr]    Compiling hreads v0.14.0
[INFO] [stderr]    Compiling local-ip-address v0.6.13
[INFO] [stderr]    Compiling trust-dns-resolver v0.23.2
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling rust-network-scanner v2.0.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.73
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.73
[INFO] [stderr]    Compiling infisical v0.0.3
[INFO] [stderr]    Compiling netrun v0.36.0 (/opt/rustwide/workdir/netrun)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 44s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netrun-5f69f2460d5ea818)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test function::test::test_function ... ok
[INFO] [stdout] test connection::test::connection_debug_impl ... ok
[INFO] [stdout] test connection::test::test_mismatched_types ... ok
[INFO] [stdout] test rest::test::not_wasm_test::size_of_none ... ok
[INFO] [stdout] test retry::test::test_retry_failure ... ok
[INFO] [stdout] test connection::test::test_static_server ... ok
[INFO] [stdout] test retry::test::test_retry_success ... ok
[INFO] [stdout] test scan::test::find ... ignored
[INFO] [stdout] test scan::test::full_scan ... ignored
[INFO] [stdout] test connection::service::test::test_service ... ok
[INFO] [stdout] test scan::test::test_scan ... ok
[INFO] [stdout] test serde::test::test_compress ... ok
[INFO] [stdout] test system::test::test_app_id ... ok
[INFO] [stdout] test system::test::test_sysinfo ... ok
[INFO] [stdout] test connection::test::server_without_connections ... ok
[INFO] [stdout] test secret::test::test_secret ... FAILED
[INFO] [stdout] test tests::test_local_ip ... FAILED
[INFO] [stdout] test rest::test::not_wasm_test::test_rest ... FAILED
[INFO] [stdout] test rest::simple::tests::not_wasm_tests::test_download ... FAILED
[INFO] [stdout] test rest::test::not_wasm_test::test_simple ... FAILED
[INFO] [stdout] test connection::test::stress_test_connection ... ok
[INFO] [stdout] test retry::test::test_retry_timeout ... ok
[INFO] [stdout] test zmq::rep::test::test_rep ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- secret::test::test_secret stdout ----
[INFO] [stdout] Error: Missing env var: INFISICAL_PROJECT_ID
[INFO] [stdout]   Required environment variables for Infisical:
[INFO] [stdout]     INFISICAL_URL            - Infisical instance URL
[INFO] [stdout]     INFISICAL_CLIENT_ID      - Universal auth client ID
[INFO] [stdout]     INFISICAL_CLIENT_SECRET  - Universal auth client secret
[INFO] [stdout]     INFISICAL_PROJECT_ID     - Infisical project ID
[INFO] [stdout]     INFISICAL_ENVIRONMENT    - Environment name (e.g. dev, staging, prod)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     environment variable not found
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <std::env::VarError as anyhow::context::ext::StdError>::ext_context::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, std::env::VarError> as anyhow::Context<alloc::string::String, std::env::VarError>>::with_context::<alloc::string::String, netrun::secret::require_var::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:65:37
[INFO] [stdout]    2: netrun::secret::require_var
[INFO] [stdout]              at ./src/secret/mod.rs:17:15
[INFO] [stdout]    3: <netrun::secret::Secret>::get::{closure#0}
[INFO] [stdout]              at ./src/secret/mod.rs:47:26
[INFO] [stdout]    4: netrun::secret::test::test_secret::{closure#0}
[INFO] [stdout]              at ./src/secret/mod.rs:94:38
[INFO] [stdout]    5: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    6: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]    8: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]    9: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   14: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   15: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   16: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   19: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   22: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   24: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   26: netrun::secret::test::test_secret
[INFO] [stdout]              at ./src/secret/mod.rs:96:11
[INFO] [stdout]   27: netrun::secret::test::test_secret::{closure#0}
[INFO] [stdout]              at ./src/secret/mod.rs:91:31
[INFO] [stdout]   28: <netrun::secret::test::test_secret::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   31: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   32: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   33: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   34: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   36: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   37: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   38: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   39: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   40: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   41: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   45: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   46: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   48: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   49: <unknown>
[INFO] [stdout]   50: clone
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_local_ip stdout ----
[INFO] [stdout] [2m2026-07-09T13:09:13.795396Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Message sent:
[INFO] [stdout] Nlmsghdr { nl_len: 36, nl_type: Getroute, nl_flags: NlmF(1), nl_seq: 0, nl_pid: 3283, nl_payload: Payload(Rtmsg { rtm_family: Inet, rtm_dst_len: 0, rtm_src_len: 0, rtm_tos: 0, rtm_table: Unspec, rtm_protocol: Unspec, rtm_scope: Universe, rtm_type: Unspec, rtm_flags: RtmF(4096), rtattrs: RtBuffer([Rtattr { rta_len: 8, rta_type: Dst, rta_payload: Buffer }]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.795465Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Buffer sent: [36, 0, 0, 0, 26, 0, 1, 0, 0, 0, 0, 0, 211, 12, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797381Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore acquired; current count is 1, available is 2
[INFO] [stdout] [2m2026-07-09T13:09:13.797422Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Buffer received: [56, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 211, 12, 0, 0, 155, 255, 255, 255, 36, 0, 0, 0, 26, 0, 1, 0, 0, 0, 0, 0, 211, 12, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797456Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type Nlmsghdr
[INFO] [stdout] [2m2026-07-09T13:09:13.797469Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797480Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [56, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797492Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 56
[INFO] [stdout] [2m2026-07-09T13:09:13.797502Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.797512Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797522Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 2
[INFO] [stdout] [2m2026-07-09T13:09:13.797531Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::consts::nl::NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.797541Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797552Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing data type NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.797562Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.797572Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Buffer to be deserialized: [0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797584Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.797594Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: NlmF(0)
[INFO] [stdout] [2m2026-07-09T13:09:13.797605Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797614Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797626Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.797635Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797644Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [211, 12, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797656Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 3283
[INFO] [stdout] [2m2026-07-09T13:09:13.797666Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.797677Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [155, 255, 255, 255, 36, 0, 0, 0, 26, 0, 1, 0, 0, 0, 0, 0, 211, 12, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797700Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.797714Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type i32
[INFO] [stdout] [2m2026-07-09T13:09:13.797724Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: -101
[INFO] [stdout] [2m2026-07-09T13:09:13.797734Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::err::NlmsghdrErr<u16, ()>
[INFO] [stdout] [2m2026-07-09T13:09:13.797748Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing data type NlmsghdrErr
[INFO] [stdout] [2m2026-07-09T13:09:13.797762Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797772Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [36, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797783Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: 36
[INFO] [stdout] [2m2026-07-09T13:09:13.797792Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.797802Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [26, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797812Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: 26
[INFO] [stdout] [2m2026-07-09T13:09:13.797822Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type neli::consts::nl::NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.797832Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [1, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797842Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing data type NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.797851Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.797861Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Buffer to be deserialized: [1, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797871Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Field deserialized: 1
[INFO] [stdout] [2m2026-07-09T13:09:13.797881Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: NlmF(1)
[INFO] [stdout] [2m2026-07-09T13:09:13.797891Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797901Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797913Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.797922Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.797933Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [211, 12, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797944Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: 3283
[INFO] [stdout] [2m2026-07-09T13:09:13.797954Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.797964Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [2, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.797978Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.797988Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: NlmsghdrErr { nl_len: 36, nl_type: 26, nl_flags: NlmF(1), nl_seq: 0, nl_pid: 3283, nl_payload: Buffer }
[INFO] [stdout] [2m2026-07-09T13:09:13.798005Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::types::GenlBuffer<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.798018Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Input: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.798028Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing data type GenlBuffer
[INFO] [stdout] [2m2026-07-09T13:09:13.798037Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing field type alloc::vec::Vec<neli::genl::Nlattr<neli::consts::nl::NlmsgerrAttr, neli::types::Buffer>>
[INFO] [stdout] [2m2026-07-09T13:09:13.798053Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Buffer to be deserialized: []
[INFO] [stdout] [2m2026-07-09T13:09:13.798063Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Field deserialized: []
[INFO] [stdout] [2m2026-07-09T13:09:13.798073Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: GenlBuffer([])
[INFO] [stdout] [2m2026-07-09T13:09:13.798085Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: Err(Nlmsgerr { error: -101, nlmsg: NlmsghdrErr { nl_len: 36, nl_type: 26, nl_flags: NlmF(1), nl_seq: 0, nl_pid: 3283, nl_payload: Buffer }, ext_ack: GenlBuffer([]) })
[INFO] [stdout] [2m2026-07-09T13:09:13.798107Z[0m [35mTRACE[0m [2mneli::iter[0m[2m:[0m Message received: Nlmsghdr { nl_len: 56, nl_type: 2, nl_flags: NlmF(0), nl_seq: 0, nl_pid: 3283, nl_payload: Err(Nlmsgerr { error: -101, nlmsg: NlmsghdrErr { nl_len: 36, nl_type: 26, nl_flags: NlmF(1), nl_seq: 0, nl_pid: 3283, nl_payload: Buffer }, ext_ack: GenlBuffer([]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.798132Z[0m [35mTRACE[0m [2mneli::router::synchronous[0m[2m:[0m Message received: Ok(Nlmsghdr { nl_len: 56, nl_type: 2, nl_flags: NlmF(0), nl_seq: 0, nl_pid: 3283, nl_payload: Err(Nlmsgerr { error: -101, nlmsg: NlmsghdrErr { nl_len: 36, nl_type: 26, nl_flags: NlmF(1), nl_seq: 0, nl_pid: 3283, nl_payload: Buffer }, ext_ack: GenlBuffer([]) }) })
[INFO] [stdout] [2m2026-07-09T13:09:13.798407Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore released; current count is 0, available is 3
[INFO] [stdout] [2m2026-07-09T13:09:13.799280Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtmsg
[INFO] [stdout] [2m2026-07-09T13:09:13.799301Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtAddrFamily
[INFO] [stdout] [2m2026-07-09T13:09:13.799314Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [2]
[INFO] [stdout] [2m2026-07-09T13:09:13.799332Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Inet
[INFO] [stdout] [2m2026-07-09T13:09:13.799342Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u8
[INFO] [stdout] [2m2026-07-09T13:09:13.799351Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799361Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.799370Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u8
[INFO] [stdout] [2m2026-07-09T13:09:13.799379Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799389Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.799397Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u8
[INFO] [stdout] [2m2026-07-09T13:09:13.799406Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799416Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.799426Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtTable
[INFO] [stdout] [2m2026-07-09T13:09:13.799437Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799447Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Unspec
[INFO] [stdout] [2m2026-07-09T13:09:13.799456Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Rtprot
[INFO] [stdout] [2m2026-07-09T13:09:13.799467Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799477Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Unspec
[INFO] [stdout] [2m2026-07-09T13:09:13.799486Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtScope
[INFO] [stdout] [2m2026-07-09T13:09:13.799497Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799507Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Universe
[INFO] [stdout] [2m2026-07-09T13:09:13.799516Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Rtn
[INFO] [stdout] [2m2026-07-09T13:09:13.799527Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799537Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Unspec
[INFO] [stdout] [2m2026-07-09T13:09:13.799547Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtmF
[INFO] [stdout] [2m2026-07-09T13:09:13.799558Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [0, 16, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799569Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Deserializing data type RtmF
[INFO] [stdout] [2m2026-07-09T13:09:13.799579Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.799589Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Buffer to be deserialized: [0, 16, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799600Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Field deserialized: 4096
[INFO] [stdout] [2m2026-07-09T13:09:13.799609Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: RtmF(4096)
[INFO] [stdout] [2m2026-07-09T13:09:13.799620Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::RtBuffer<neli::consts::rtnl::Rta, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.799632Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799643Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing data type RtBuffer
[INFO] [stdout] [2m2026-07-09T13:09:13.799653Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing field type alloc::vec::Vec<neli::rtnl::Rtattr<neli::consts::rtnl::Rta, neli::types::Buffer>>
[INFO] [stdout] [2m2026-07-09T13:09:13.799666Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Buffer to be deserialized: [8, 0, 1, 0, 192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799678Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.799692Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.799701Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799712Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 8
[INFO] [stdout] [2m2026-07-09T13:09:13.799721Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Rta
[INFO] [stdout] [2m2026-07-09T13:09:13.799732Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [1, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799743Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Dst
[INFO] [stdout] [2m2026-07-09T13:09:13.799753Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.799763Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [192, 0, 2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.799774Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.799785Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Field deserialized: [Rtattr { rta_len: 8, rta_type: Dst, rta_payload: Buffer }]
[INFO] [stdout] [2m2026-07-09T13:09:13.799800Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: RtBuffer([Rtattr { rta_len: 8, rta_type: Dst, rta_payload: Buffer }])
[INFO] [stdout] [2m2026-07-09T13:09:13.799838Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Message sent:
[INFO] [stdout] Nlmsghdr { nl_len: 24, nl_type: Getaddr, nl_flags: NlmF(257), nl_seq: 1, nl_pid: 3283, nl_payload: Payload(Ifaddrmsg { ifa_family: Inet, ifa_prefixlen: 0, ifa_flags: IfaF(0), ifa_scope: Universe, ifa_index: 0, rtattrs: RtBuffer([]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.799870Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Buffer sent: [24, 0, 0, 0, 22, 0, 1, 1, 1, 0, 0, 0, 211, 12, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806294Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore acquired; current count is 1, available is 2
[INFO] [stdout] [2m2026-07-09T13:09:13.806360Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Buffer received: [76, 0, 0, 0, 20, 0, 2, 0, 1, 0, 0, 0, 211, 12, 0, 0, 2, 8, 128, 254, 1, 0, 0, 0, 8, 0, 1, 0, 127, 0, 0, 1, 8, 0, 2, 0, 127, 0, 0, 1, 7, 0, 3, 0, 108, 111, 0, 0, 8, 0, 8, 0, 128, 0, 0, 0, 20, 0, 6, 0, 255, 255, 255, 255, 255, 255, 255, 255, 254, 9, 22, 0, 254, 9, 22, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806391Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type Nlmsghdr
[INFO] [stdout] [2m2026-07-09T13:09:13.806401Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.806412Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [76, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806425Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 76
[INFO] [stdout] [2m2026-07-09T13:09:13.806433Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.806443Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [20, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806454Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 20
[INFO] [stdout] [2m2026-07-09T13:09:13.806463Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::consts::nl::NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.806474Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806484Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing data type NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.806494Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.806504Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806514Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Field deserialized: 2
[INFO] [stdout] [2m2026-07-09T13:09:13.806524Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: NlmF(2)
[INFO] [stdout] [2m2026-07-09T13:09:13.806535Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.806544Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [1, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806554Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 1
[INFO] [stdout] [2m2026-07-09T13:09:13.806563Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.806572Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [211, 12, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806583Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 3283
[INFO] [stdout] [2m2026-07-09T13:09:13.806593Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.806603Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [2, 8, 128, 254, 1, 0, 0, 0, 8, 0, 1, 0, 127, 0, 0, 1, 8, 0, 2, 0, 127, 0, 0, 1, 7, 0, 3, 0, 108, 111, 0, 0, 8, 0, 8, 0, 128, 0, 0, 0, 20, 0, 6, 0, 255, 255, 255, 255, 255, 255, 255, 255, 254, 9, 22, 0, 254, 9, 22, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806624Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.806638Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: Payload(Buffer)
[INFO] [stdout] [2m2026-07-09T13:09:13.806650Z[0m [35mTRACE[0m [2mneli::iter[0m[2m:[0m Message received: Nlmsghdr { nl_len: 76, nl_type: 20, nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: Payload(Buffer) }
[INFO] [stdout] [2m2026-07-09T13:09:13.806667Z[0m [35mTRACE[0m [2mneli::router::synchronous[0m[2m:[0m Message received: Ok(Nlmsghdr { nl_len: 76, nl_type: 20, nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: Payload(Buffer) })
[INFO] [stdout] [2m2026-07-09T13:09:13.806735Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Ifaddrmsg
[INFO] [stdout] [2m2026-07-09T13:09:13.806754Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtAddrFamily
[INFO] [stdout] [2m2026-07-09T13:09:13.806765Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [2]
[INFO] [stdout] [2m2026-07-09T13:09:13.806776Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Inet
[INFO] [stdout] [2m2026-07-09T13:09:13.806786Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u8
[INFO] [stdout] [2m2026-07-09T13:09:13.806795Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8]
[INFO] [stdout] [2m2026-07-09T13:09:13.806805Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 8
[INFO] [stdout] [2m2026-07-09T13:09:13.806813Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::IfaF
[INFO] [stdout] [2m2026-07-09T13:09:13.806823Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [128]
[INFO] [stdout] [2m2026-07-09T13:09:13.806832Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Deserializing data type IfaF
[INFO] [stdout] [2m2026-07-09T13:09:13.806840Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Deserializing field type u8
[INFO] [stdout] [2m2026-07-09T13:09:13.806849Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Buffer to be deserialized: [128]
[INFO] [stdout] [2m2026-07-09T13:09:13.806858Z[0m [35mTRACE[0m [2mneli::consts::rtnl[0m[2m:[0m Field deserialized: 128
[INFO] [stdout] [2m2026-07-09T13:09:13.806867Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: IfaF(128)
[INFO] [stdout] [2m2026-07-09T13:09:13.806877Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::RtScope
[INFO] [stdout] [2m2026-07-09T13:09:13.806887Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [254]
[INFO] [stdout] [2m2026-07-09T13:09:13.806898Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Host
[INFO] [stdout] [2m2026-07-09T13:09:13.806898Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore released; current count is 0, available is 3
[INFO] [stdout] [2m2026-07-09T13:09:13.806907Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.806916Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [1, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806919Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore acquired; current count is 1, available is 2
[INFO] [stdout] [2m2026-07-09T13:09:13.806926Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 1
[INFO] [stdout] [2m2026-07-09T13:09:13.806936Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::RtBuffer<neli::consts::rtnl::Ifa, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.806938Z[0m [35mTRACE[0m [2mneli::socket::synchronous[0m[2m:[0m Buffer received: [20, 0, 0, 0, 3, 0, 2, 0, 1, 0, 0, 0, 211, 12, 0, 0, 0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806952Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type Nlmsghdr
[INFO] [stdout] [2m2026-07-09T13:09:13.806948Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0, 1, 0, 127, 0, 0, 1, 8, 0, 2, 0, 127, 0, 0, 1, 7, 0, 3, 0, 108, 111, 0, 0, 8, 0, 8, 0, 128, 0, 0, 0, 20, 0, 6, 0, 255, 255, 255, 255, 255, 255, 255, 255, 254, 9, 22, 0, 254, 9, 22, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806961Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.806968Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing data type RtBuffer
[INFO] [stdout] [2m2026-07-09T13:09:13.806970Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [20, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806981Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 20
[INFO] [stdout] [2m2026-07-09T13:09:13.806978Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing field type alloc::vec::Vec<neli::rtnl::Rtattr<neli::consts::rtnl::Ifa, neli::types::Buffer>>
[INFO] [stdout] [2m2026-07-09T13:09:13.806990Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.806999Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [3, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.806990Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Buffer to be deserialized: [8, 0, 1, 0, 127, 0, 0, 1, 8, 0, 2, 0, 127, 0, 0, 1, 7, 0, 3, 0, 108, 111, 0, 0, 8, 0, 8, 0, 128, 0, 0, 0, 20, 0, 6, 0, 255, 255, 255, 255, 255, 255, 255, 255, 254, 9, 22, 0, 254, 9, 22, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807009Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 3
[INFO] [stdout] [2m2026-07-09T13:09:13.807010Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.807019Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807019Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::consts::nl::NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.807028Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807029Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807038Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 8
[INFO] [stdout] [2m2026-07-09T13:09:13.807039Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing data type NlmF
[INFO] [stdout] [2m2026-07-09T13:09:13.807048Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807047Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Ifa
[INFO] [stdout] [2m2026-07-09T13:09:13.807057Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807058Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [1, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807067Z[0m [35mTRACE[0m [2mneli::consts::nl[0m[2m:[0m Field deserialized: 2
[INFO] [stdout] [2m2026-07-09T13:09:13.807069Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Address
[INFO] [stdout] [2m2026-07-09T13:09:13.807076Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: NlmF(2)
[INFO] [stdout] [2m2026-07-09T13:09:13.807079Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807085Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.807088Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [127, 0, 0, 1]
[INFO] [stdout] [2m2026-07-09T13:09:13.807094Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [1, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807100Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807104Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 1
[INFO] [stdout] [2m2026-07-09T13:09:13.807110Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.807112Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type u32
[INFO] [stdout] [2m2026-07-09T13:09:13.807120Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807121Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [211, 12, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807129Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807133Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: 3283
[INFO] [stdout] [2m2026-07-09T13:09:13.807139Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 8
[INFO] [stdout] [2m2026-07-09T13:09:13.807143Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.807146Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Ifa
[INFO] [stdout] [2m2026-07-09T13:09:13.807155Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Buffer to be deserialized: [0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807157Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [2, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807166Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Local
[INFO] [stdout] [2m2026-07-09T13:09:13.807166Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing data type neli::nl::NlPayload<u16, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.807176Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807178Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Deserializing field type neli::err::Nlmsgerr<()>
[INFO] [stdout] [2m2026-07-09T13:09:13.807184Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [127, 0, 0, 1]
[INFO] [stdout] [2m2026-07-09T13:09:13.807189Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Input: 4
[INFO] [stdout] [2m2026-07-09T13:09:13.807195Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807199Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing data type Nlmsgerr
[INFO] [stdout] [2m2026-07-09T13:09:13.807205Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.807208Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type i32
[INFO] [stdout] [2m2026-07-09T13:09:13.807213Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807218Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: [0, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807222Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [7, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807229Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: 0
[INFO] [stdout] [2m2026-07-09T13:09:13.807231Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 7
[INFO] [stdout] [2m2026-07-09T13:09:13.807258Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type ()
[INFO] [stdout] [2m2026-07-09T13:09:13.807259Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Ifa
[INFO] [stdout] [2m2026-07-09T13:09:13.807268Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [3, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807269Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: ()
[INFO] [stdout] [2m2026-07-09T13:09:13.807278Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Label
[INFO] [stdout] [2m2026-07-09T13:09:13.807279Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Deserializing field type neli::types::GenlBuffer<neli::consts::nl::NlmsgerrAttr, neli::types::Buffer>
[INFO] [stdout] [2m2026-07-09T13:09:13.807288Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807292Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Buffer to be deserialized: []
[INFO] [stdout] [2m2026-07-09T13:09:13.807298Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [108, 111, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807302Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing data type GenlBuffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807309Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807359Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Deserializing field type alloc::vec::Vec<neli::genl::Nlattr<neli::consts::nl::NlmsgerrAttr, neli::types::Buffer>>
[INFO] [stdout] [2m2026-07-09T13:09:13.807369Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.807374Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Buffer to be deserialized: []
[INFO] [stdout] [2m2026-07-09T13:09:13.807380Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807385Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Field deserialized: []
[INFO] [stdout] [2m2026-07-09T13:09:13.807390Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807395Z[0m [35mTRACE[0m [2mneli::err[0m[2m:[0m Field deserialized: GenlBuffer([])
[INFO] [stdout] [2m2026-07-09T13:09:13.807400Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 8
[INFO] [stdout] [2m2026-07-09T13:09:13.807405Z[0m [35mTRACE[0m [2mneli::nl[0m[2m:[0m Field deserialized: DumpExtAck(Nlmsgerr { error: 0, nlmsg: (), ext_ack: GenlBuffer([]) })
[INFO] [stdout] [2m2026-07-09T13:09:13.807410Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Ifa
[INFO] [stdout] [2m2026-07-09T13:09:13.807421Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [8, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807419Z[0m [35mTRACE[0m [2mneli::iter[0m[2m:[0m Message received: Nlmsghdr { nl_len: 20, nl_type: 3, nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: DumpExtAck(Nlmsgerr { error: 0, nlmsg: (), ext_ack: GenlBuffer([]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.807431Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Flags
[INFO] [stdout] [2m2026-07-09T13:09:13.807441Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807437Z[0m [35mTRACE[0m [2mneli::router::synchronous[0m[2m:[0m Message received: Ok(Nlmsghdr { nl_len: 20, nl_type: 3, nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: DumpExtAck(Nlmsgerr { error: 0, nlmsg: (), ext_ack: GenlBuffer([]) }) })
[INFO] [stdout] [2m2026-07-09T13:09:13.807451Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [128, 0, 0, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807462Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807478Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing data type Rtattr
[INFO] [stdout] [2m2026-07-09T13:09:13.807487Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type u16
[INFO] [stdout] [2m2026-07-09T13:09:13.807496Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [20, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807507Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: 20
[INFO] [stdout] [2m2026-07-09T13:09:13.807516Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::consts::rtnl::Ifa
[INFO] [stdout] [2m2026-07-09T13:09:13.807526Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [6, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807535Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Cacheinfo
[INFO] [stdout] [2m2026-07-09T13:09:13.807545Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Deserializing field type neli::types::Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807554Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Buffer to be deserialized: [255, 255, 255, 255, 255, 255, 255, 255, 254, 9, 22, 0, 254, 9, 22, 0]
[INFO] [stdout] [2m2026-07-09T13:09:13.807567Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: Buffer
[INFO] [stdout] [2m2026-07-09T13:09:13.807580Z[0m [35mTRACE[0m [2mneli::types[0m[2m:[0m Field deserialized: [Rtattr { rta_len: 8, rta_type: Address, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Local, rta_payload: Buffer }, Rtattr { rta_len: 7, rta_type: Label, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Flags, rta_payload: Buffer }, Rtattr { rta_len: 20, rta_type: Cacheinfo, rta_payload: Buffer }]
[INFO] [stdout] [2m2026-07-09T13:09:13.807605Z[0m [35mTRACE[0m [2mneli::rtnl[0m[2m:[0m Field deserialized: RtBuffer([Rtattr { rta_len: 8, rta_type: Address, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Local, rta_payload: Buffer }, Rtattr { rta_len: 7, rta_type: Label, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Flags, rta_payload: Buffer }, Rtattr { rta_len: 20, rta_type: Cacheinfo, rta_payload: Buffer }])
[INFO] [stdout] [2m2026-07-09T13:09:13.807652Z[0m [35mTRACE[0m [2mneli::utils::synchronous[0m[2m:[0m Semaphore released; current count is 0, available is 3
[INFO] [stdout] [2m2026-07-09T13:09:13.807639Z[0m [35mTRACE[0m [2mneli::router::synchronous[0m[2m:[0m Router received message: Nlmsghdr { nl_len: 76, nl_type: Newaddr, nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: Payload(Ifaddrmsg { ifa_family: Inet, ifa_prefixlen: 8, ifa_flags: IfaF(128), ifa_scope: Host, ifa_index: 1, rtattrs: RtBuffer([Rtattr { rta_len: 8, rta_type: Address, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Local, rta_payload: Buffer }, Rtattr { rta_len: 7, rta_type: Label, rta_payload: Buffer }, Rtattr { rta_len: 8, rta_type: Flags, rta_payload: Buffer }, Rtattr { rta_len: 20, rta_type: Cacheinfo, rta_payload: Buffer }]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.807690Z[0m [35mTRACE[0m [2mneli::router::synchronous[0m[2m:[0m Router received message: Nlmsghdr { nl_len: 20, nl_type: UnrecognizedConst(3), nl_flags: NlmF(2), nl_seq: 1, nl_pid: 3283, nl_payload: DumpExtAck(Nlmsgerr { error: 0, nlmsg: (), ext_ack: GenlBuffer([]) }) }
[INFO] [stdout] [2m2026-07-09T13:09:13.809274Z[0m [34mDEBUG[0m [2mneli::router::synchronous[0m[2m:[0m Processing thread signaled to exit; exiting
[INFO] [stdout] Error: An error occurred executing the underlying strategy error.
[INFO] [stdout] The Netlink header type is not the expected
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<local_ip_address::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, local_ip_address::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: netrun::tests::test_local_ip
[INFO] [stdout]              at ./src/tests.rs:7:10
[INFO] [stdout]    3: netrun::tests::test_local_ip::{closure#0}
[INFO] [stdout]              at ./src/tests.rs:6:23
[INFO] [stdout]    4: <netrun::tests::test_local_ip::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- rest::test::not_wasm_test::test_rest stdout ----
[INFO] [stdout] [2m2026-07-09T13:09:13.926708Z[0m [34mDEBUG[0m [2mrustls_platform_verifier::verification::others[0m[2m:[0m Loaded 121 CA root certificates from the system
[INFO] [stdout] [2m2026-07-09T13:09:13.926844Z[0m [34mDEBUG[0m [2mnetrun::rest::request[0m[2m:[0m Request: https://jsonplaceholder.typicode.com//users - GET. Body: "null"
[INFO] [stdout] [2m2026-07-09T13:09:13.927074Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout waiting for idle connection: ("https", jsonplaceholder.typicode.com)
[INFO] [stdout] [2m2026-07-09T13:09:13.927157Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection 'Some("jsonplaceholder.typicode.com")'
[INFO] [stdout] [2m2026-07-09T13:09:13.927229Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::connect::http[0m[2m:[0m Http::connect; scheme=Some("https"), host=Some("jsonplaceholder.typicode.com"), port=None
[INFO] [stdout] [2m2026-07-09T13:09:13.951623Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout dropped for ("https", jsonplaceholder.typicode.com)
[INFO] [stdout] [2m2026-07-09T13:09:13.951721Z[0m [35mTRACE[0m [2mreqwest::retry[0m[2m:[0m shouldn't retry!
[INFO] [stdout] [2m2026-07-09T13:09:13.951755Z[0m [31mERROR[0m [2mnetrun::rest::request[0m[2m:[0m Failed to send request: reqwest::Error { kind: Request, url: "https://jsonplaceholder.typicode.com//users", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] Error: error sending request for url (https://jsonplaceholder.typicode.com//users)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: client error (Connect)
[INFO] [stdout]     1: dns error
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<netrun::rest::response::Response, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: netrun::rest::request::raw_request::<&alloc::string::String>::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:149:20
[INFO] [stdout]    3: netrun::rest::request::request_object::<alloc::vec::Vec<netrun::rest::test::User>, alloc::string::String>::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:102:69
[INFO] [stdout]    4: <netrun::rest::request::Request<(), alloc::vec::Vec<netrun::rest::test::User>>>::send::<()>::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:67:10
[INFO] [stdout]    5: <netrun::rest::request::Request<(), alloc::vec::Vec<netrun::rest::test::User>> as core::future::into_future::IntoFuture>::into_future::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:179:45
[INFO] [stdout]    6: <core::pin::Pin<alloc::boxed::Box<dyn core::future::future::Future<Output = core::result::Result<alloc::vec::Vec<netrun::rest::test::User>, anyhow::Error>> + core::marker::Send>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: netrun::rest::test::not_wasm_test::test_rest::{closure#0}
[INFO] [stdout]              at ./src/rest/mod.rs:49:31
[INFO] [stdout]    8: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    9: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   11: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   12: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   15: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   16: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   17: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   18: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   19: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   20: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   21: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   23: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   25: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   26: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   27: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   28: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   29: netrun::rest::test::not_wasm_test::test_rest
[INFO] [stdout]              at ./src/rest/mod.rs:53:15
[INFO] [stdout]   30: netrun::rest::test::not_wasm_test::test_rest::{closure#0}
[INFO] [stdout]              at ./src/rest/mod.rs:48:33
[INFO] [stdout]   31: <netrun::rest::test::not_wasm_test::test_rest::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   34: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   35: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   40: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   41: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   42: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   44: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   45: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   46: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   47: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   48: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   49: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   51: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   52: <unknown>
[INFO] [stdout]   53: clone
[INFO] [stdout] 
[INFO] [stdout] ---- rest::simple::tests::not_wasm_tests::test_download stdout ----
[INFO] [stdout] [2m2026-07-09T13:09:13.917810Z[0m [34mDEBUG[0m [2mrustls_platform_verifier::verification::others[0m[2m:[0m Loaded 121 CA root certificates from the system
[INFO] [stdout] [2m2026-07-09T13:09:13.918174Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout waiting for idle connection: ("https", www.lrt.lt)
[INFO] [stdout] [2m2026-07-09T13:09:13.930284Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection 'Some("www.lrt.lt")'
[INFO] [stdout] [2m2026-07-09T13:09:13.930361Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::connect::http[0m[2m:[0m Http::connect; scheme=Some("https"), host=Some("www.lrt.lt"), port=None
[INFO] [stdout] [2m2026-07-09T13:09:13.953511Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout dropped for ("https", www.lrt.lt)
[INFO] [stdout] [2m2026-07-09T13:09:13.953562Z[0m [35mTRACE[0m [2mreqwest::retry[0m[2m:[0m shouldn't retry!
[INFO] [stdout] Error: error sending request for url (https://www.lrt.lt/img/2026/02/26/2327389-490277-615x345.jpg)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: client error (Connect)
[INFO] [stdout]     1: dns error
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<alloc::vec::Vec<u8>, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: netrun::rest::simple::download::<&str>::{closure#0}
[INFO] [stdout]              at ./src/rest/simple.rs:23:17
[INFO] [stdout]    3: netrun::rest::simple::tests::not_wasm_tests::test_download::{closure#0}
[INFO] [stdout]              at ./src/rest/simple.rs:37:98
[INFO] [stdout]    4: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    5: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    6: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]    7: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]    8: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]    9: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   13: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   14: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   15: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   16: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   17: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   18: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   19: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   21: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   23: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   24: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   25: netrun::rest::simple::tests::not_wasm_tests::test_download
[INFO] [stdout]              at ./src/rest/simple.rs:39:15
[INFO] [stdout]   26: netrun::rest::simple::tests::not_wasm_tests::test_download::{closure#0}
[INFO] [stdout]              at ./src/rest/simple.rs:36:37
[INFO] [stdout]   27: <netrun::rest::simple::tests::not_wasm_tests::test_download::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   30: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   31: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   35: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   36: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   37: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   38: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   40: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   44: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   45: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   47: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48: <unknown>
[INFO] [stdout]   49: clone
[INFO] [stdout] 
[INFO] [stdout] ---- rest::test::not_wasm_test::test_simple stdout ----
[INFO] [stdout] [2m2026-07-09T13:09:13.927815Z[0m [34mDEBUG[0m [2mrustls_platform_verifier::verification::others[0m[2m:[0m Loaded 121 CA root certificates from the system
[INFO] [stdout] [2m2026-07-09T13:09:13.927876Z[0m [34mDEBUG[0m [2mnetrun::rest::request[0m[2m:[0m Request: https://jsonplaceholder.typicode.com/users - GET. Body: "null"
[INFO] [stdout] [2m2026-07-09T13:09:13.928008Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout waiting for idle connection: ("https", jsonplaceholder.typicode.com)
[INFO] [stdout] [2m2026-07-09T13:09:13.928063Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection 'Some("jsonplaceholder.typicode.com")'
[INFO] [stdout] [2m2026-07-09T13:09:13.928104Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::connect::http[0m[2m:[0m Http::connect; scheme=Some("https"), host=Some("jsonplaceholder.typicode.com"), port=None
[INFO] [stdout] [2m2026-07-09T13:09:13.946062Z[0m [35mTRACE[0m [2mhyper_util::client::legacy::pool[0m[2m:[0m checkout dropped for ("https", jsonplaceholder.typicode.com)
[INFO] [stdout] [2m2026-07-09T13:09:13.946162Z[0m [35mTRACE[0m [2mreqwest::retry[0m[2m:[0m shouldn't retry!
[INFO] [stdout] [2m2026-07-09T13:09:13.946201Z[0m [31mERROR[0m [2mnetrun::rest::request[0m[2m:[0m Failed to send request: reqwest::Error { kind: Request, url: "https://jsonplaceholder.typicode.com/users", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] Error: error sending request for url (https://jsonplaceholder.typicode.com/users)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     0: client error (Connect)
[INFO] [stdout]     1: dns error
[INFO] [stdout]     2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<reqwest::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<netrun::rest::response::Response, anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, reqwest::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: netrun::rest::request::raw_request::<&alloc::string::String>::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:149:20
[INFO] [stdout]    3: netrun::rest::request::request_object::<alloc::vec::Vec<netrun::rest::test::User>, &str>::{closure#0}
[INFO] [stdout]              at ./src/rest/request.rs:102:69
[INFO] [stdout]    4: netrun::rest::simple::get::<alloc::vec::Vec<netrun::rest::test::User>, &str>::{closure#0}
[INFO] [stdout]              at ./src/rest/simple.rs:17:6
[INFO] [stdout]    5: netrun::rest::test::not_wasm_test::test_simple::{closure#0}
[INFO] [stdout]              at ./src/rest/mod.rs:58:86
[INFO] [stdout]    6: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    7: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]    9: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   10: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   12: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   13: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   14: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   15: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   17: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   18: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   19: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   20: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   22: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   23: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   24: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   25: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   26: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   27: netrun::rest::test::not_wasm_test::test_simple
[INFO] [stdout]              at ./src/rest/mod.rs:62:15
[INFO] [stdout]   28: netrun::rest::test::not_wasm_test::test_simple::{closure#0}
[INFO] [stdout]              at ./src/rest/mod.rs:57:35
[INFO] [stdout]   29: <netrun::rest::test::not_wasm_test::test_simple::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   32: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   38: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   39: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   40: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   41: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   42: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   43: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   46: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   47: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   49: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   50: <unknown>
[INFO] [stdout]   51: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     rest::simple::tests::not_wasm_tests::test_download
[INFO] [stdout]     rest::test::not_wasm_test::test_rest
[INFO] [stdout]     rest::test::not_wasm_test::test_simple
[INFO] [stdout]     secret::test::test_secret
[INFO] [stdout]     tests::test_local_ip
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 5 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.60s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81", kill_on_drop: false }`
[INFO] [stdout] b75c866bf6a3a5435906bdd668f01b4d3a6ff071cfe966703c23e33d7a32ba81
